@charset "UTF-8";
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  overflow-y: scroll; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

.both {
  clear: both; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

table {
  width: 100%; }

main {
  display: block; }

.tac {
  text-align: center !important; }

.tal {
  text-align: left !important; }

.tar {
  text-align: right !important; }

.bold {
  font-weight: bold !important; }

.f12 {
  font-size: 12px !important; }

.f13 {
  font-size: 13px !important; }

.f14 {
  font-size: 14px !important; }

.f15 {
  font-size: 15px !important; }

.f17 {
  font-size: 17px !important; }

.f18 {
  font-size: 18px !important; }

body {
  -webkit-text-size-adjust: none; }

body, select, textarea, input {
  font-family: "Noto Sans Japanese", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  line-height: 1.4;
  color: #403935;
  font-size: 16px;
  font-family: "FOT-筑紫B丸ゴシック Std R", "TsukuBRdGothicStd-R", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }

.link-text {
  color: #3e86c3;
  text-decoration: none; }

.yellow-line {
  font-weight: bold;
  background: url("https://003c67.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/common/yellow_line.png") repeat-x center bottom; }

.text-orange {
  color: #fa5a2f; }

a img {
  transition: 0.3s; }
  a img:hover {
    opacity: 0.75; }

.bold {
  font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }

h1, h2, h3, h4, table th {
  font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }

input[type="text"],
textarea,
select {
  outline: none;
  box-sizing: border-box; }
  input[type="text"]:placeholder-shown,
  textarea:placeholder-shown,
  select:placeholder-shown {
    color: #999999; }
  input[type="text"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: #999999; }
  input[type="text"]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    color: #999999; }
  input[type="text"]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    color: #999999; }
  input[type="text"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    color: #999999; }

.mwform-checkbox-field label,
label.chkbox-custom {
  position: relative;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer; }
  .mwform-checkbox-field label::before,
  label.chkbox-custom::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 0;
    border: 1px solid #b2b2b2;
    background-color: #fff;
    z-index: 1; }
  .mwform-checkbox-field label::after,
  label.chkbox-custom::after {
    content: '';
    position: absolute;
    top: 9px;
    left: 6px;
    display: block;
    margin-top: -8px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #fb7c47;
    border-bottom: 3px solid #fb7c47;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    z-index: 1; }
  .mwform-checkbox-field label input[type="checkbox"],
  label.chkbox-custom input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    top: 1px;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px; }
    .mwform-checkbox-field label input[type="checkbox"]:checked,
    label.chkbox-custom input[type="checkbox"]:checked {
      box-shadow: none; }
  .mwform-checkbox-field label span,
  label.chkbox-custom span {
    padding-left: 25px; }

label.radio-custom {
  cursor: pointer;
  position: relative;
  padding: 10px 0;
  overflow: hidden;
  display: inline-block; }
  label.radio-custom::before {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    left: 0px;
    top: 7px;
    content: '';
    z-index: 3; }
  label.radio-custom::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    left: 6px;
    top: 13px;
    background-color: #d7455d;
    z-index: 1; }
  label.radio-custom input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 24px;
    height: 24px;
    left: -37px;
    top: 11px;
    margin: 0px;
    outline: none;
    box-shadow: 40px -1px #FFF; }
    label.radio-custom input[type="radio"]:checked {
      box-shadow: none; }
  label.radio-custom span {
    padding-left: 45px; }

@media screen and (min-width: 769px) {
  .mt0 {
    margin-top: 0px !important; }

  .mt5 {
    margin-top: 5px !important; }

  .mt10 {
    margin-top: 10px !important; }

  .mt15 {
    margin-top: 15px !important; }

  .mt20 {
    margin-top: 20px !important; }

  .mt25 {
    margin-top: 25px !important; }

  .mt30 {
    margin-top: 30px !important; }

  .mt35 {
    margin-top: 35px !important; }

  .mt40 {
    margin-top: 40px !important; }

  .mt45 {
    margin-top: 45px !important; }

  .mt50 {
    margin-top: 50px !important; }

  .mt55 {
    margin-top: 55px !important; }

  .mt60 {
    margin-top: 60px !important; }

  .mt65 {
    margin-top: 65px !important; }

  .mt70 {
    margin-top: 70px !important; }

  .mt75 {
    margin-top: 75px !important; }

  .mt80 {
    margin-top: 80px !important; }

  .mt85 {
    margin-top: 85px !important; }

  .mt90 {
    margin-top: 90px !important; }

  .mt95 {
    margin-top: 95px !important; }

  .mt100 {
    margin-top: 100px !important; }

  .btn a {
    display: inline-block;
    width: 380px;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    transition: 0.3s;
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }
  .btn.bb a {
    border-bottom-width: 3px !important; }
  .btn.yellow a {
    background-color: #f6ba55;
    border: 1px solid transparent;
    color: #fff; }
    .btn.yellow a:hover {
      background-color: #fff;
      border: 1px solid #f6ba55;
      color: #f6ba55; }
  .btn.orange a {
    background: url("https://6631ba.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_right_white_orange_18_18.png") no-repeat 95% center;
    background-color: #fd763f;
    border: 1px solid transparent;
    color: #fff; }
    .btn.orange a:hover {
      background-color: #fff;
      border: 1px solid #fd763f;
      color: #fd763f; }
  .btn.orange2 a {
    background: url("https://6631ba.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_right_white_orange_18_18.png") no-repeat 95% center;
    background-color: #f5ab30;
    border: 1px solid transparent;
    color: #fff; }
    .btn.orange2 a:hover {
      background-color: #fff;
      border: 1px solid #f5ab30;
      color: #f5ab30; }
  .btn.lightorange a {
    background: url("https://d5e8e3.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_right_white_lightorange_18_18.png") no-repeat 95% center;
    background-color: #ffa257;
    border: 1px solid transparent;
    color: #fff; }
    .btn.lightorange a:hover {
      background-color: #fff;
      border: 1px solid #ffa257;
      color: #ffa257; }
  .btn.white.border-orange a {
    border: 1px solid #fe8350;
    color: #fe8350;
    background: url("https://cee3c7.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_right_orange_white_19_19.png") no-repeat 95% center #fff; }
    .btn.white.border-orange a:hover {
      background-color: #fe8350;
      border: 1px solid #fe8350;
      color: #fff !important; }
  .btn.white.border-green a {
    border: 1px solid #76b65f;
    color: #76b65f;
    background: url("https://5a0fda.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_btm_green_16_16.png") no-repeat 95% center #fff; }
    .btn.white.border-green a:hover {
      background-color: #76b65f;
      border: 1px solid #76b65f;
      color: #fff; }
  .btn.white.border-purple a {
    border: 1px solid #cf85d7;
    color: #cf85d7;
    background: url("https://c62d6b.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_btm_purple_16_16.png") no-repeat 95% center #fff; }
    .btn.white.border-purple a:hover {
      background-color: #cf85d7;
      border: 1px solid #cf85d7;
      color: #fff; }
  .btn.white.border-blue a {
    border: 1px solid #67addf;
    color: #67addf;
    background: url("https://4c1a25.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_btm_blue_16_16.png") no-repeat 95% center #fff; }
    .btn.white.border-blue a:hover {
      background-color: #67addf;
      border: 1px solid #67addf;
      color: #fff; }
  .btn.white.border-lightblue a {
    border: 1px solid #6ac9c8;
    color: #6ac9c8;
    background: url("https://646f3f.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_btm_lightblue_16_16.png") no-repeat 95% center #fff; }
    .btn.white.border-lightblue a:hover {
      background-color: #6ac9c8;
      border: 1px solid #6ac9c8;
      color: #fff; }

  .sp {
    display: none !important; }

  body {
    padding-top: 200px;
    min-width: 1040px; }

  .contents-inner {
    width: 965px;
    margin: 0 auto; }

  .link-text {
    position: relative;
    display: inline-block; }
    .link-text span {
      position: relative;
      display: inline-block;
      padding: 1px 0 2px;
      transition: 0.3s; }
      .link-text span::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        content: '';
        width: 0;
        height: 1px;
        background-color: #3e86c3;
        transition: .3s;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      .link-text span:hover::after {
        width: 100%; }

  /*-------------------------------
  HEADER
  -------------------------------*/
  #globalHeader {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff; }
    #globalHeader .contents-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: center;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      width: 1040px;
      margin: 0 auto; }
      #globalHeader .contents-inner .contact-information {
        width: 250px;
        text-align: center;
        font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }
        #globalHeader .contents-inner .contact-information p:nth-of-type(1) {
          font-size: 14px;
          color: #665959;
          letter-spacing: -0.01em; }
        #globalHeader .contents-inner .contact-information .tel {
          display: inline-block;
          padding-left: 35px;
          font-size: 27px;
          color: #382e2c;
          line-height: 1.2;
          background: url("https://e8ab03.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/tel.png") no-repeat left 7px; }
        #globalHeader .contents-inner .contact-information .time {
          font-size: 13px;
          color: #665959; }
        #globalHeader .contents-inner .contact-information .btn a {
          width: 100%;
          font-size: 15px;
          line-height: 1; }
          #globalHeader .contents-inner .contact-information .btn a span {
            display: block;
            padding: 15px 0;
            background: url("https://c7547b.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/mail_21_20.png") no-repeat 15px center, url("https://cc33a8.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_right_white_yellow_25_25.png") no-repeat 95% center;
            background-size: 21px 20px, 15px 15px; }

  /*-------------------------------
  GLOBALNAVI
  -------------------------------*/
  #globalNavi {
    position: fixed;
    z-index: 10;
    top: 135px;
    left: 0;
    width: 100%;
    background-color: #f88758; }
    #globalNavi ul {
      display: flex;
      justify-content: space-between;
      align-items: center;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: center;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      width: 1040px;
      height: 65px;
      margin: 0 auto; }
      #globalNavi ul li {
        display: table;
        height: 65px; }
        #globalNavi ul li:not(:last-child) {
          background: url("https://c0bcda.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/common/gnavi_separator.png") no-repeat right center; }
        #globalNavi ul li a {
          display: table-cell;
          height: 100%;
          vertical-align: middle;
          text-align: center;
          padding: 0 27.5px;
          color: #fff;
          font-size: 14px;
          text-decoration: none;
          transition: 0.3s;
          font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }
          #globalNavi ul li a:hover {
            background-color: #f87152; }

  /*-------------------------------
  BREADCRUMB
  -------------------------------*/
  #breadCrumb {
    padding: 15px 0; }
    #breadCrumb > div {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      display: -webkit-flex;
      -webkit-justify-content: flex-start;
      -webkit-align-items: center;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      border: 1px solid #e4e3e3;
      border-radius: 3px; }
      #breadCrumb > div p {
        line-height: 1;
        font-size: 13px;
        color: #4b4340; }
        #breadCrumb > div p.home {
          margin-right: 10px;
          padding-left: 15px; }
        #breadCrumb > div p:not(:nth-of-type(-n+2)) {
          margin-left: 6px;
          padding-left: 12px;
          background: url("https://19ed36.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_right_gley.png") no-repeat left center; }

  /*-------------------------------
  LOCALNAVI
  -------------------------------*/
  #localNavi {
    padding: 15px 0;
    background: url("https://0db58d.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/common/contents_bg01.png"); }
    #localNavi .title {
      padding-left: 10px;
      border-left-width: 3px;
      border-left-style: solid;
      line-height: 1;
      font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }
      #localNavi .title.orange {
        border-left-color: #f88758; }
      #localNavi .title.lightblue {
        border-left-color: #3db7b9; }
      #localNavi .title.blue {
        border-left-color: #5999d1; }
      #localNavi .title a {
        font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }

  /*-------------------------------
  CONTENTS
  -------------------------------*/
  .mark-title {
    position: relative;
    padding: 50px 0 20px;
    text-align: center;
    font-size: 28px;
    color: #4b4340;
    border-bottom: 2px solid #f67944;
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }
    .mark-title .small {
      display: block;
      line-height: 1;
      text-align: center;
      font-size: 20px; }
    .mark-title::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 31px;
      text-align: center;
      background: url("https://86be62.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/title_mark.png") no-repeat center center; }

  .number-title {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: stretch;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap; }
    .number-title span {
      color: #fff;
      line-height: 1;
      padding: 15px 0; }
      .number-title span:nth-of-type(1) {
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        width: 50px;
        background-color: #f9b543;
        font-size: 22px;
        border-right: 1px solid #fff;
        text-align: center; }
      .number-title span:nth-of-type(2) {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 20px;
        background-color: #f67944; }

  .dotted-title {
    padding-bottom: 10px;
    font-size: 18px;
    color: #f67944;
    border-bottom: 1px dashed #c1b5af; }

  .btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap; }
    .btn-group p:nth-of-type(2) {
      margin-left: 25px; }

  .event-list .item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    padding: 35px 40px 15px;
    border-bottom: 1px dotted #c1b5af; }
    .event-list .item .date {
      font-size: 15px;
      color: #3e322b;
      line-height: 2; }
      .event-list .item .date span {
        font-size: 16px; }
    .event-list .item .event-data {
      margin-left: 35px; }
      .event-list .item .event-data .category {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        display: -webkit-flex;
        -webkit-justify-content: flex-start;
        -webkit-align-items: center;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap; }
        .event-list .item .event-data .category li {
          font-size: 15px;
          color: #3e322b;
          font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }
          .event-list .item .event-data .category li:nth-of-type(1) {
            margin-right: 15px;
            padding: 4px 15px;
            font-size: 13px;
            border-radius: 2px; }
      .event-list .item .event-data .title {
        margin-top: 10px; }
        .event-list .item .event-data .title a {
          font-size: 16px;
          color: #3e86c3;
          text-decoration: none;
          position: relative;
          display: inline-block; }
          .event-list .item .event-data .title a span {
            position: relative;
            display: inline-block;
            padding: 1px 0 2px;
            transition: 0.3s; }
            .event-list .item .event-data .title a span::after {
              position: absolute;
              bottom: 0;
              left: 50%;
              content: '';
              width: 0;
              height: 1px;
              background-color: #3e86c3;
              transition: .3s;
              -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
            .event-list .item .event-data .title a span:hover::after {
              width: 100%; }

  .news-list .item {
    padding: 25px 30px 15px;
    border-bottom: 1px dotted #c1b5af; }
    .news-list .item .meta {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      display: -webkit-flex;
      -webkit-justify-content: flex-start;
      -webkit-align-items: center;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; }
      .news-list .item .meta .date {
        font-size: 16px;
        color: #3e322b; }
      .news-list .item .meta .category {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        display: -webkit-flex;
        -webkit-justify-content: flex-start;
        -webkit-align-items: center;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        margin-left: 20px; }
        .news-list .item .meta .category span {
          display: block;
          padding: 0;
          font-size: 13px;
          border-radius: 2px;
          transition: 0.3s; }
          .news-list .item .meta .category span:hover {
            opacity: 0.75; }
          .news-list .item .meta .category span a {
            display: block;
            padding: 4px 15px;
            color: #fff;
            text-decoration: none;
            font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }
          .news-list .item .meta .category span:nth-of-type(1) {
            margin-right: 5px; }
          .news-list .item .meta .category span:nth-of-type(2) {
            border: 1px solid transparent; }
    .news-list .item .title {
      margin-top: 10px; }
      .news-list .item .title a {
        font-size: 16px;
        color: #3e86c3;
        text-decoration: none;
        position: relative;
        display: inline-block; }
        .news-list .item .title a span {
          position: relative;
          display: inline-block;
          padding: 1px 0 2px;
          transition: 0.3s; }
          .news-list .item .title a span::after {
            position: absolute;
            bottom: 0;
            left: 50%;
            content: '';
            width: 0;
            height: 1px;
            background-color: #3e86c3;
            transition: .3s;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
          .news-list .item .title a span:hover::after {
            width: 100%; }

  .teacher-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .teacher-list > div {
      width: 226px;
      padding-bottom: 25px; }
      .teacher-list > div:not(:nth-of-type(4n+1)) {
        margin-left: 20px; }
      .teacher-list > div:not(:nth-of-type(-n+4)) {
        margin-top: 20px; }
      .teacher-list > div figure {
        height: 200px;
        overflow: hidden;
        border-radius: 5px 5px 0 0; }
        .teacher-list > div figure img {
          width: 100%; }
      .teacher-list > div .inner {
        padding: 15px 20px;
        border-radius: 0 0 5px 5px;
        background-color: #fff; }
        .teacher-list > div .inner a {
          text-decoration: none;
          color: #4b4340;
          position: relative;
          display: inline-block; }
          .teacher-list > div .inner a span {
            position: relative;
            display: inline-block;
            padding: 1px 0 2px;
            transition: 0.3s; }
            .teacher-list > div .inner a span::after {
              position: absolute;
              bottom: 0;
              left: 50%;
              content: '';
              width: 0;
              height: 1px;
              background-color: #fe8350;
              transition: .3s;
              -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
            .teacher-list > div .inner a span:hover::after {
              width: 100%; }
          .teacher-list > div .inner a:hover {
            color: #fe8350; }
        .teacher-list > div .inner .name {
          font-size: 16px; }
          .teacher-list > div .inner .name b {
            font-size: 13px; }
        .teacher-list > div .inner .job {
          font-size: 14px; }
      .teacher-list > div .btn {
        margin-top: 25px; }
        .teacher-list > div .btn a {
          width: calc(100% - 40px);
          padding: 10px 0;
          line-height: 1;
          font-size: 14px; }

  .yellow-box {
    background-color: #faf4d5;
    border-radius: 5px; }

  .course-contents.green .headding {
    background-color: #84bc70; }
  .course-contents.green table th {
    background-color: #eaf5e6; }
  .course-contents.purple .headding {
    background-color: #ca88d2; }
  .course-contents.purple table th {
    background-color: #faeafc; }
  .course-contents.blue .headding {
    background-color: #6eb1e1; }
  .course-contents.blue table th {
    background-color: #e7f4fd; }
  .course-contents.lightblue .headding {
    background-color: #62c7c6; }
  .course-contents.lightblue table th {
    background-color: #e4f9f9; }
  .course-contents.stop .headding::before {
    content: '休講中';
    position: absolute;
    top: 7px;
    right: 15px;
    width: 120px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 3px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff; }
  .course-contents .headding {
    position: relative;
    color: #fff;
    padding: 15px 25px; }
    .course-contents .headding span {
      vertical-align: middle;
      line-height: 1; }
      .course-contents .headding span:nth-of-type(1) {
        font-size: 22px;
        font-weight: bold; }
      .course-contents .headding span:nth-of-type(2) {
        padding-left: 25px;
        font-size: 16px; }
  .course-contents table {
    width: 100%;
    border-top: 1px solid #b8b1ab;
    border-bottom: 1px solid #b8b1ab; }
    .course-contents table th, .course-contents table td {
      padding: 15px 15px 15px 30px;
      font-size: 16px;
      border-bottom: 1px dotted #b8b1ab; }
    .course-contents table th {
      width: 200px; }
  .course-contents .btn a {
    width: 325px;
    padding: 15px 0; }

  .frame-title {
    padding: 15px 20px;
    font-size: 18px;
    line-height: 1; }
    .frame-title.orange {
      border: 1px solid #f67944;
      color: #f67944; }
    .frame-title.lightblue {
      border: 1px solid #60c6c8;
      color: #60c6c8; }
    .frame-title.blue {
      border: 1px solid #5999d1;
      color: #5999d1; }
    .frame-title span {
      display: inline-block;
      font-size: 14px;
      font-weight: normal;
      padding-left: 30px; }
  
/*お申し込み方法お問合せボタン*/
  .apply-box {
    padding: 60px 0 70px;
    background: url("https://0db58d.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/common/contents_bg01.png"); }
    .apply-box .media-box {
      padding: 20px;
      border: 1px solid #d1ccca;
      border-radius: 5px;
      background-color: #fff;
      width: 450px;
      margin: 20px auto 20px;
  }
        
        .apply-box .media-box .contact-btn {
          position: relative;
          margin: 0px auto 0px;
          padding: 15px 20px;
          background-color: #f5b813;
          border-radius: 5px;
          color: #fff; }
          .apply-box .media-box .contact-btn .title {
            height: 35px;
            line-height: 35px;
            border-radius: 35px;
            text-align: center;
            background-color: #fff;
            color: #564444;
            font-size: 17px; }
          .apply-box .media-box .contact-btn p:nth-of-type(3) {
            margin-top: 10px;
            text-align: center;
            font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
            font-size: 23px;
            font-weight: bold; }
            .apply-box .media-box .contact-btn p:nth-of-type(3) span {
              padding: 0 40px 0 40px;
              background: url("https://d54868.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/mail_30_30.png") no-repeat left center, url("https://cc33a8.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_right_white_yellow_25_25.png") no-repeat right center; }
          .apply-box .media-box .contact-btn a {
            position: absolute;
            z-index: 1;
            left: 0;
            right: 0;
            margin: auto;
            width: 100%;
            height: 100%; }
      

  .schedule-contents.stop .course-headding > span::before {
    content: '現在休講中';
    position: absolute;
    top: -9px;
    right: -140px;
    display: inline-block;
    width: 120px;
    height: 33px;
    line-height: 33px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px; }
  .schedule-contents.lightblue .course-headding {
    background-color: #60c6c8; }
  .schedule-contents.lightblue .schedule-headding {
    border-color: #60c6c8;
    color: #60c6c8;
    background: url("https://372248.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/sche/icon_minus_green.png") no-repeat 98% center; }
    .schedule-contents.lightblue .schedule-headding.close {
      background: url("https://dd7edc.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/sche/icon_plus_green.png") no-repeat 98% center; }
  .schedule-contents.lightblue .schedule-box th {
    background-color: #ecfdfd; }
  .schedule-contents.blue .course-headding {
    background-color: #5999d1; }
  .schedule-contents.blue .schedule-headding {
    border-color: #5999d1;
    color: #5999d1;
    background: url("https://46a657.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/sche/icon_minus_blue.png") no-repeat 98% center; }
    .schedule-contents.blue .schedule-headding.close {
      background: url("https://ff6f3c.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/sche/icon_plus_blue.png") no-repeat 98% center; }
  .schedule-contents.blue .schedule-box th {
    background-color: #eff7fd; }
  .schedule-contents .course-headding {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    padding: 15px 25px; }
    .schedule-contents .course-headding > span {
      position: relative;
      display: inline-block;
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      line-height: 1; }
    .schedule-contents .course-headding a {
      padding-left: 20px;
      font-size: 14px;
      color: #fff;
      text-decoration: none;
      position: relative;
      display: inline-block;
      background: url("https://a30f63.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_right_white_lightblue_16_16.png") no-repeat left 2px; }
      .schedule-contents .course-headding a span {
        position: relative;
        display: inline-block;
        padding: 1px 0 2px;
        transition: 0.3s; }
        .schedule-contents .course-headding a span::after {
          position: absolute;
          bottom: 0;
          left: 50%;
          content: '';
          width: 0;
          height: 1px;
          background-color: #fff;
          transition: .3s;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
        .schedule-contents .course-headding a span:hover::after {
          width: 100%; }
  .schedule-contents .schedule-box {
    margin-top: 15px; }
    .schedule-contents .schedule-box .schedule-headding {
      padding: 15px 25px;
      border-width: 1px;
      border-style: solid;
      font-weight: bold; }
      .schedule-contents .schedule-box .schedule-headding:hover {
        cursor: pointer; }
    .schedule-contents .schedule-box .course-description {
      margin-bottom: 15px;
      font-size: 16px; }
    .schedule-contents .schedule-box .schedule-table {
      display: none; }
    .schedule-contents .schedule-box .btn a {
      padding: 15px 0; }

  .schedule-table th, .schedule-table td {
    padding: 15px;
    border: 1px solid #b8b1ab;
    text-align: center;
    vertical-align: middle; }
  .schedule-table th {
    font-weight: bold; }

  .bg-blue {
    padding: 10px 20px;
    background-color: #eff7fd;
    font-size: 16px; }

  .course-description {
    margin-top: 20px;
    border-bottom: 1px dotted #826751; }
    .course-description li {
      padding: 18px 0;
      border-top: 1px dotted #826751; }
      .course-description li span {
        display: block; }
        .course-description li span.title {
          font-size: 17px;
          font-weight: bold; }
        .course-description li span.description {
          margin-top: 10px;
          font-size: 16px; }

  .information-list ul {
    margin-top: 30px; }
    .information-list ul li {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      display: -webkit-flex;
      -webkit-justify-content: flex-start;
      -webkit-align-items: flex-start;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      padding: 20px 0;
      border-bottom: 1px dotted #826751; }
      .information-list ul li .date {
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        width: 150px;
        text-align: center; }
      .information-list ul li a {
        width: 100%; }

  .post-item {
    padding: 22px 0;
    border-bottom: 1px dotted #826751; }
    .post-item .date {
      font-size: 14px;
      color: #625956; }
    .post-item .title {
      margin-top: 10px; }
      .post-item .title a {
        font-size: 18px;
        color: #3e86c3;
        text-decoration: none;
        position: relative;
        display: inline-block; }
        .post-item .title a span {
          position: relative;
          display: inline-block;
          padding: 1px 0 2px;
          transition: 0.3s; }
          .post-item .title a span::after {
            position: absolute;
            bottom: 0;
            left: 50%;
            content: '';
            width: 0;
            height: 1px;
            background-color: #3e86c3;
            transition: .3s;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
          .post-item .title a span:hover::after {
            width: 100%; }
    .post-item .excerpt {
      font-size: 15px; }

  .category span {
    display: inline-block;
    padding: 3px 15px;
    font-size: 13px;
    border-radius: 2px; }

  .wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-top: 80px;
    margin-left: -14px; }
    .wp-pagenavi * {
      display: block;
      width: 35px;
      height: 35px;
      margin-left: 14px;
      border: 1px solid #f88758;
      text-align: center;
      line-height: 35px;
      font-weight: bold;
      text-decoration: none; }
    .wp-pagenavi a {
      color: #f88758; }
    .wp-pagenavi span {
      color: #fff;
      background-color: #f88758; }

  .sns-list ul {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap; }
    .sns-list ul li:not(:nth-of-type(1)) {
      margin-left: 8px; }
    .sns-list ul li:nth-of-type(1) a {
      background-color: #55acee; }
    .sns-list ul li:nth-of-type(2) a {
      background-color: #3b5998; }
    .sns-list ul li:nth-of-type(3) a {
      background-color: #2dc32d; }
    .sns-list ul li:nth-of-type(4) a {
      background-color: #e83541; }
    .sns-list ul li a {
      display: block;
      width: 100px;
      height: 35px;
      text-align: center;
      line-height: 35px;
      border-radius: 5px;
      color: #fff;
      text-decoration: none; }

  /*-------------------------------
  FOOTER
  -------------------------------*/
  #globalFooter {
    padding-top: 50px;
    background-color: #fd8653; }
    #globalFooter .top-layer > div {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: flex-start;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; }
      #globalFooter .top-layer > div .left-col .logo {
        width: 215px;
        padding: 20px 0;
        margin-top:30px;
        background-color: #fff;
        border-radius: 10px;
        text-align: center; }
      #globalFooter .top-layer > div .left-col .address {
        margin-top: 10px;
        font-size: 15px;
        color: #fff; }
        #globalFooter .top-layer > div .left-col .address span {
          font-size: 17px; }
      #globalFooter .top-layer > div .right-col .btn-group {
        display: block; }
        #globalFooter .top-layer > div .right-col .btn-group > div.contact a {
          display: block;
          text-align: center;
          border-radius: 5px;
          font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
          font-size: 17px;
          font-weight: bold;
          text-decoration: none;
          color: #4b4340;
          background-color: #fff; }
          #globalFooter .top-layer > div .right-col .btn-group > div.contact a span {
            display: inline-block;
            padding: 22px 50px 23px 30px;
            background: url("https://ba2a8a.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/common/footer_mail.png") no-repeat left center, url("https://01f7cb.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_right_yellow_20_20.png") no-repeat 95% center; }
      #globalFooter .top-layer > div .right-col .links-list {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        -webkit-align-items: flex-start;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        margin-top: 15px; }
        #globalFooter .top-layer > div .right-col .links-list ul li a {
          padding-left: 23px;
          color: #fff;
          font-size: 15px;
          text-decoration: none;
          position: relative;
          display: inline-block;
          background: url("https://65e36c.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_square_right_orange_16_12.png") no-repeat left center; }
          #globalFooter .top-layer > div .right-col .links-list ul li a span {
            position: relative;
            display: inline-block;
            padding: 1px 0 2px;
            transition: 0.3s; }
            #globalFooter .top-layer > div .right-col .links-list ul li a span::after {
              position: absolute;
              bottom: 0;
              left: 50%;
              content: '';
              width: 0;
              height: 1px;
              background-color: #fff;
              transition: .3s;
              -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
            #globalFooter .top-layer > div .right-col .links-list ul li a span:hover::after {
              width: 100%; }
    #globalFooter .mid-layer {
      margin-top: 20px;
      text-align: center; }
    #globalFooter .btm-layer {
      margin-top: 45px;
      padding: 20px 0;
      background-color: #fff;
      text-align: center;
      font-size: 15px;
      color: #4b4340; }

  .to-top {
    position: fixed;
    z-index: 100;
    bottom: 50px;
    right: 50px; }

  /*-------------------------------
  ABOUT
  -------------------------------*/
  .about #contents .media-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap; }
    .about #contents .media-box .thumbnail {
      width: 400px; }
    .about #contents .media-box .sentence {
      width: 530px; }
  .about #contents .c-box04 {
    margin-top: 80px;
    padding-top: 50px;
    background: url("https://a16e3c.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/about/sec04_bg.png") no-repeat center 70px #e6eef5; }
    .about #contents .c-box04 h4 {
      padding-bottom: 50px;
      font-size: 46px;
      line-height: 1.2;
      text-align: center;
      border-bottom: none;
      color: #fe692b;
      background: url("https://0bd00e.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/about/sec04_bg_title.png") no-repeat center bottom; }
    .about #contents .c-box04 .balloon-box {
      position: relative;
      z-index: 2; }
      .about #contents .c-box04 .balloon-box::before {
        content: '';
        position: absolute;
        top: 64px;
        left: 50%;
        width: 251px;
        height: 414px;
        margin-left: -125px;
        background: url("https://dc4347.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/about/sec04_img01.png") no-repeat; }
      .about #contents .c-box04 .balloon-box > div > div:nth-of-type(1) div:nth-of-type(1) {
        width: 302px;
        height: 202px;
        padding-top: 70px;
        background: url("https://0c1f96.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/about/sec04_balloon01.png") no-repeat; }
      .about #contents .c-box04 .balloon-box > div > div:nth-of-type(1) div:nth-of-type(2) {
        width: 284px;
        height: 189px;
        padding-top: 70px;
        background: url("https://253d8f.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/about/sec04_balloon02.png") no-repeat; }
      .about #contents .c-box04 .balloon-box > div > div:nth-of-type(2) {
        margin-top: 10px; }
        .about #contents .c-box04 .balloon-box > div > div:nth-of-type(2) div:nth-of-type(1) {
          width: 298px;
          height: 197px;
          padding-top: 70px;
          background: url("https://05e517.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/about/sec04_balloon03.png") no-repeat; }
        .about #contents .c-box04 .balloon-box > div > div:nth-of-type(2) div:nth-of-type(2) {
          width: 332px;
          height: 221px;
          padding-top: 55px;
          background: url("https://ab09c2.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/about/sec04_balloon04.png") no-repeat; }
      .about #contents .c-box04 .balloon-box .inner-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        -webkit-align-items: center;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; }
        .about #contents .c-box04 .balloon-box .inner-box .balloon {
          position: relative;
          text-align: center;
          font-size: 24px;
          color: #3e322b; }
          .about #contents .c-box04 .balloon-box .inner-box .balloon::before {
            content: '';
            position: absolute;
            top: 30px;
            left: 50%;
            width: 25px;
            height: 17px;
            margin-left: -12px;
            background: url("https://906144.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/about/icon_check.png") no-repeat; }
    .about #contents .c-box04 .sentence-box {
      position: relative;
      z-index: 0;
      margin-top: 20px;
      text-align: center;
      border: 1px solid #f38455; }
      .about #contents .c-box04 .sentence-box .top-layer {
        position: relative;
        padding: 30px 0;
        background-color: #f38455;
        font-size: 28px;
        color: #fff; }
        .about #contents .c-box04 .sentence-box .top-layer::before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 95px;
          height: 109px;
          background: url("https://485eaf.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/about/sec04_graphic01.png"); }
      .about #contents .c-box04 .sentence-box .btm-layer {
        position: relative;
        padding: 30px 0;
        background-color: #fff;
        font-size: 18px;
        color: #403935; }
        .about #contents .c-box04 .sentence-box .btm-layer::before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 96px;
          height: 93px;
          background: url("https://6b338c.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/about/sec04_graphic02.png"); }
  .about #contents .c-box05 {
    margin-top: -90px;
    padding: 450px 0 55px;
    text-align: center;
    background: url("https://327c45.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/about/sec05_img.png") no-repeat center 120px;
    background-color: #fbf7e0; }
    .about #contents .c-box05 h4 {
      font-size: 40px;
      font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
      font-weight: bold;
      color: #000;
      line-height: 1.2;
      text-shadow: 0 0 8px #fff; }
    .about #contents .c-box05 p:nth-of-type(1) {
      font-size: 18px;
      font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }
    .about #contents .c-box05 .btn a {
      width: 340px;
      padding: 22px 0;
      border-radius: 66px; }
  .about #contents .c-box06 {
    padding: 60px 0 70px; }
    .about #contents .c-box06 .blog-link {
      margin-top: 40px;
      padding-top: 220px;
      height: 400px;
      text-align: center;
      background: url("https://f7e785.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/about/sec06_img.jpg") no-repeat center center; }
      .about #contents .c-box06 .blog-link p:nth-of-type(1) {
        font-size: 30px; }
      .about #contents .c-box06 .blog-link .btn a {
        width: 340px;
        padding: 22px 0;
        border-radius: 66px; }

  /*-------------------------------
  BLOG
  -------------------------------*/
  .sub.blog_detail #contents .c-box01 .blog-title {
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid #f88758; }
  .sub.blog_detail #contents .c-box01 .meta-information {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-top: 20px; }
    .sub.blog_detail #contents .c-box01 .meta-information .date {
      font-size: 15px; }
  .sub.blog_detail #contents .c-box01 .eye-catch {
    text-align: center; }
    .sub.blog_detail #contents .c-box01 .eye-catch img {
      max-width: 100%; }
  .sub.blog_detail #contents .c-box01 #toc_container {
    margin-top: 30px;
    padding: 15px 20px;
    border-radius: 5px;
    background-color: #faf4d5;
    border-color: transparent; }
    .sub.blog_detail #contents .c-box01 #toc_container ul li a {
      padding-left: 15px;
      font-size: 14px;
      color: #3e86c3;
      text-decoration: none;
      position: relative;
      display: inline-block;
      background: url("https://533927.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/dot_orange_9_9.png") no-repeat left 6px; }
      .sub.blog_detail #contents .c-box01 #toc_container ul li a span {
        position: relative;
        display: inline-block;
        padding: 1px 0 2px;
        transition: 0.3s; }
        .sub.blog_detail #contents .c-box01 #toc_container ul li a span::after {
          position: absolute;
          bottom: 0;
          left: 50%;
          content: '';
          width: 0;
          height: 1px;
          background-color: #3e86c3;
          transition: .3s;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
        .sub.blog_detail #contents .c-box01 #toc_container ul li a span:hover::after {
          width: 100%; }
  .sub.blog_detail #contents .c-box01 .post-body h3 {
    margin-top: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #f86a2e;
    border-bottom: none; }
  .sub.blog_detail #contents .c-box01 .post-body .btn a {
    width: 290px;
    padding: 20px 0; }
  .sub.blog_detail #contents .c-box01 .btn-group p:nth-of-type(1) a,
  .sub.blog_detail #contents .c-box01 .btn-group p:nth-of-type(3) a {
    width: 165px; }
  .sub.blog_detail #contents .c-box01 .btn-group .center {
    margin-left: 18px; }
    .sub.blog_detail #contents .c-box01 .btn-group .center a {
      width: 285px !important; }
  .sub.blog_detail #contents .c-box01 .btn-group p:nth-of-type(3) {
    margin-left: 18px; }
  .sub.blog_detail #contents .c-box01 .btn-group a {
    padding: 20px 0; }
  .sub.blog_detail #contents .c-box01 .popular-post-list {
    padding-bottom: 100px; }
    .sub.blog_detail #contents .c-box01 .popular-post-list h4 {
      padding: 10px 0 12px 40px;
      font-size: 18px;
      font-weight: bold;
      border-bottom: 1px dashed #c1b5af;
      background: url("https://0110cc.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/document.png") no-repeat left 0; }
    .sub.blog_detail #contents .c-box01 .popular-post-list ul {
      margin-top: 15px; }
      .sub.blog_detail #contents .c-box01 .popular-post-list ul li a {
        padding-left: 15px;
        font-size: 15px;
        color: #3e86c3;
        text-decoration: none;
        position: relative;
        display: inline-block;
        background: url("https://533927.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/dot_orange_9_9.png") no-repeat left 6px; }
        .sub.blog_detail #contents .c-box01 .popular-post-list ul li a span {
          position: relative;
          display: inline-block;
          padding: 1px 0 2px;
          transition: 0.3s; }
          .sub.blog_detail #contents .c-box01 .popular-post-list ul li a span::after {
            position: absolute;
            bottom: 0;
            left: 50%;
            content: '';
            width: 0;
            height: 1px;
            background-color: #3e86c3;
            transition: .3s;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
          .sub.blog_detail #contents .c-box01 .popular-post-list ul li a span:hover::after {
            width: 100%; }

  .sub.blog_fc_index #contents .c-box01 {
    padding-bottom: 120px; }
    .sub.blog_fc_index #contents .c-box01 .blog-post-list > div:nth-of-type(1) {
      border-top: 1px dotted #826751; }

  .sub.blog_type_index #contents .c-box01 .blog-post-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    padding-bottom: 150px; }
    .sub.blog_type_index #contents .c-box01 .blog-post-list .left-col {
      width: 690px; }
      .sub.blog_type_index #contents .c-box01 .blog-post-list .left-col > div:nth-of-type(1) {
        border-top: 1px dotted #826751; }
    .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col {
      width: 240px; }
      .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .side-box h4 {
        height: 40px;
        padding: 0 10px;
        line-height: 40px;
        background-color: #f29067;
        font-size: 15px;
        color: #fff;
        font-weight: bold; }
      .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .side-box > ul {
        padding: 0; }
        .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .side-box > ul > li {
          padding: 15px 0 10px;
          border-bottom: 1px dotted #826751;
          padding-left: 15px; }
          .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .side-box > ul > li a {
            font-size: 15px;
            color: #3e86c3;
            text-decoration: none;
            position: relative;
            display: inline-block; }
            .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .side-box > ul > li a span {
              position: relative;
              display: inline-block;
              padding: 1px 0 2px;
              transition: 0.3s; }
              .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .side-box > ul > li a span::after {
                position: absolute;
                bottom: 0;
                left: 50%;
                content: '';
                width: 0;
                height: 1px;
                background-color: #3e86c3;
                transition: .3s;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
              .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .side-box > ul > li a span:hover::after {
                width: 100%; }
          .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .side-box > ul > li > a {
            font-weight: bold; }
        .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .side-box > ul .children {
          padding: 0 0 0 15px; }
          .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .side-box > ul .children a {
            padding-left: 12px;
            font-size: 14px;
            background: url("https://47e098.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_right_orange_6_9.png") no-repeat left 4px; }
      .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .popular-post .item,
      .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .newest-post .item {
        padding: 10px;
        border-bottom: 1px dotted #826751; }
        .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .popular-post .item .date,
        .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .newest-post .item .date {
          font-size: 12px;
          letter-spacing: -0.03em; }
          .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .popular-post .item .date span,
          .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .newest-post .item .date span {
            font-size: 13px; }
        .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .popular-post .item .title a,
        .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .newest-post .item .title a {
          font-size: 14px;
          color: #3e86c3;
          text-decoration: none;
          position: relative;
          display: inline-block; }
          .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .popular-post .item .title a span,
          .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .newest-post .item .title a span {
            position: relative;
            display: inline-block;
            padding: 1px 0 2px;
            transition: 0.3s; }
            .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .popular-post .item .title a span::after,
            .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .newest-post .item .title a span::after {
              position: absolute;
              bottom: 0;
              left: 50%;
              content: '';
              width: 0;
              height: 1px;
              background-color: #3e86c3;
              transition: .3s;
              -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
            .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .popular-post .item .title a span:hover::after,
            .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .newest-post .item .title a span:hover::after {
              width: 100%; }

  .sub.blog_index #contents .c-box01 {
    padding-bottom: 90px; }
    .sub.blog_index #contents .c-box01 .blog-list {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: flex-start;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; }
      .sub.blog_index #contents .c-box01 .blog-list > div {
        width: 700px;
        margin: 0 auto; }
        .sub.blog_index #contents .c-box01 .blog-list > div h4 {
          padding: 12px 0;
          font-weight: bold;
          border-radius: 5px;
          text-align: center; }
        .sub.blog_index #contents .c-box01 .blog-list > div .border-orange {
          display: inline-block;
          width: 110px;
          height: 30px;
          line-height: 30px;
          margin-top: 25px;
          color: #fa7d4a;
          font-size: 15px;
          text-align: center;
          border: 1px solid #fa7d4a; }
        .sub.blog_index #contents .c-box01 .blog-list > div ul li {
          padding: 12px 0;
          border-bottom: 1px dotted #826751; }
          .sub.blog_index #contents .c-box01 .blog-list > div ul li .date {
            display: block;
            font-size: 14px;
            color: #625956; }
          .sub.blog_index #contents .c-box01 .blog-list > div ul li a {
            font-size: 18px;
            text-decoration: none;
            color: #3e86c3;
            position: relative;
            display: inline-block; }
            .sub.blog_index #contents .c-box01 .blog-list > div ul li a span {
              position: relative;
              display: inline-block;
              padding: 1px 0 2px;
              transition: 0.3s; }
              .sub.blog_index #contents .c-box01 .blog-list > div ul li a span::after {
                position: absolute;
                bottom: 0;
                left: 50%;
                content: '';
                width: 0;
                height: 1px;
                background-color: #fff;
                transition: .3s;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
              .sub.blog_index #contents .c-box01 .blog-list > div ul li a span:hover::after {
                width: 100%; }
        .sub.blog_index #contents .c-box01 .blog-list > div .btn a {
          width: 290px;
          padding: 20px 0;
          line-height: 1; }
      .sub.blog_index #contents .c-box01 .blog-list .left-col h4 {
        background-color: #ffdaa4; }
      .sub.blog_index #contents .c-box01 .blog-list .right-col h4 {
        background-color: #fed5c3; }

  /*-------------------------------
  INFORMATION
  -------------------------------*/
  .sub.information_index #mainVisual,
  .sub.information_detail #mainVisual {
    background-image: url("https://3e1fbd.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/news/main_visual.jpg"); }
  .sub.information_index #contents .c-box01,
  .sub.information_detail #contents .c-box01 {
    padding: 0 0 200px; }

  .sub.information_detail #contents .c-box01 h3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid #fe7f4a; }
    .sub.information_detail #contents .c-box01 h3 span {
      font-size: 15px; }
  .sub.information_detail #contents .c-box01 .information-contents p:not(:nth-of-type(1)) {
    margin-top: 15px; }
  .sub.information_detail #contents .c-box01 .btn a {
    width: 250px;
    padding: 15px 0; }

  /*-------------------------------
  ACCESS
  -------------------------------*/
  .access #contents .c-box01 {
    padding-bottom: 100px; }
    .access #contents .c-box01 table {
      width: 100%;
      border-top: 1px solid #b8b1ab;
      border-bottom: 1px solid #b8b1ab; }
      .access #contents .c-box01 table th, .access #contents .c-box01 table td {
        padding: 15px 30px;
        border-bottom: 1px dotted #b8b1ab; }
      .access #contents .c-box01 table th {
        width: 200px;
        font-weight: bold;
        background-color: #faf3e1; }
      .access #contents .c-box01 table td .headline {
        padding-left: 0;
        color: #554949;
        font-weight: bold; }
      .access #contents .c-box01 table td p {
        padding-left: 10px; }
      .access #contents .c-box01 table td .outlink {
        padding-right: 25px;
        background: url("https://6e2fde.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/outlink.jpg") no-repeat right 0; }
    .access #contents .c-box01 #googleMap1,
    .access #contents .c-box01 #googleMap2 {
      height: 430px; }

  /*-------------------------------
  CONTACT
  -------------------------------*/
  .contact #contents .c-box01 .mw_wp_form_confirm .prefecture {
    display: none; }
  .contact #contents .c-box01 .form-box {
    margin-top: 20px;
    padding-bottom: 80px; }
    .contact #contents .c-box01 .form-box table {
      border-top: 1px solid #b8b1ab;
      border-bottom: 1px solid #b8b1ab; }
      .contact #contents .c-box01 .form-box table th, .contact #contents .c-box01 .form-box table td {
        border-top: 1px dotted #b8b1ab;
        vertical-align: top; }
      .contact #contents .c-box01 .form-box table td {
        padding: 20px 15px; }
        .contact #contents .c-box01 .form-box table td.checkbox-list > span {
          display: inline-block;
          width: 48%;
          margin-left: 0; }
        .contact #contents .c-box01 .form-box table td input[type="text"] {
          width: 490px;
          height: 38px;
          padding: 0 10px;
          border: 1px solid #b2b2b2;
          border-radius: 3px;
          font-size: 15px;
          box-sizing: border-box; }
          .contact #contents .c-box01 .form-box table td input[type="text"].short {
            width: 90px; }
          .contact #contents .c-box01 .form-box table td input[type="text"].middle {
            width: 135px; }
        .contact #contents .c-box01 .form-box table td span, .contact #contents .c-box01 .form-box table td select {
          vertical-align: middle; }
        .contact #contents .c-box01 .form-box table td select {
          width: 210px;
          height: 38px;
          padding: 0 10px;
          font-size: 15px;
          border: 1px solid #b2b2b2;
          border-radius: 3px; }
        .contact #contents .c-box01 .form-box table td textarea {
          width: 490px;
          height: 160px;
          padding: 10px;
          border: 1px solid #b2b2b2;
          border-radius: 3px;
          box-sizing: border-box; }
      .contact #contents .c-box01 .form-box table th {
        width: 260px;
        padding: 20px;
        font-weight: bold;
        background-color: #faf3e1; }
        .contact #contents .c-box01 .form-box table th.must span::before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 46px;
          height: 24px;
          background: url("https://0d920c.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/contact/icon_must.png") no-repeat; }
        .contact #contents .c-box01 .form-box table th span {
          position: relative;
          display: block; }
    .contact #contents .c-box01 .form-box input[type="submit"].send {
      display: block;
      width: 300px;
      height: 60px;
      margin: 30px auto 0;
      background: url("https://d5e8e3.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_right_white_lightorange_18_18.png") no-repeat 95% center;
      color: #fff;
      border: none;
      outline: none;
      font-size: 20px;
      border-radius: 5px;
      background-color: #ffaa57; }
      .contact #contents .c-box01 .form-box input[type="submit"].send:hover {
        cursor: pointer; }
    .contact #contents .c-box01 .form-box input[type="submit"].back {
      display: block;
      width: 240px;
      height: 60px;
      background: url("https://d5e8e3.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_right_white_lightorange_18_18.png") no-repeat 95% center;
      color: #fff;
      border: none;
      outline: none;
      font-size: 20px;
      border-radius: 5px;
      background-color: #ffaa57; }
      .contact #contents .c-box01 .form-box input[type="submit"].back:hover {
        cursor: pointer; }
    .contact #contents .c-box01 .form-box .btn-group {
      display: flex;
      justify-content: center;
      align-items: center;
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-align-items: center;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; }
      .contact #contents .c-box01 .form-box .btn-group input.back, .contact #contents .c-box01 .form-box .btn-group input.send {
        margin: 0; }
      .contact #contents .c-box01 .form-box .btn-group input.back {
        width: 240px;
        background: url("https://89b4f3.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_left_white_gley_19_19.png") no-repeat 15px center;
        background-color: #c0bfbf; }
      .contact #contents .c-box01 .form-box .btn-group input:nth-of-type(2) {
        margin-left: 20px; }

  .contact_thanks #contents .c-box01 {
    padding-bottom: 200px; }
    .contact_thanks #contents .c-box01 .btn a {
      width: 290px;
      padding: 15px 0; }

  /*-------------------------------
  CONSULTING
  -------------------------------*/
  .sub.consulting #mainVisual {
    background-image: url("https://7d6241.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/consultation/main_visual.jpg"); }
  .sub.consulting #contents .c-box01 .media-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap; }
    .sub.consulting #contents .c-box01 .media-box .sentence {
      width: 530px; }
    .sub.consulting #contents .c-box01 .media-box .thumbnail {
      width: 404px; }
  .sub.consulting #contents .c-box01 .btn1 a {
    width: 420px;
    padding: 15px 0; }
  .sub.consulting #contents .c-box01 .img-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap; }
  .sub.consulting #contents .c-box02 {
    padding: 60px 0 50px; }
    .sub.consulting #contents .c-box02 p:nth-of-type(1) {
      font-size: 24px; }

  /*-------------------------------
  SCHEDULE
  -------------------------------*/
  .sub.sche_fc #contents .c-box01,
  .sub.sche_mama #contents .c-box01 {
    padding-bottom: 60px; }
    .sub.sche_fc #contents .c-box01 > div.lightblue .headding,
    .sub.sche_mama #contents .c-box01 > div.lightblue .headding {
      background-color: #60c6c8; }
    .sub.sche_fc #contents .c-box01 > div.lightblue .course-description .title,
    .sub.sche_mama #contents .c-box01 > div.lightblue .course-description .title {
      color: #60c6c8; }
    .sub.sche_fc #contents .c-box01 > div.lightblue .schedule-table th,
    .sub.sche_mama #contents .c-box01 > div.lightblue .schedule-table th {
      background-color: #ecfdfd; }
    .sub.sche_fc #contents .c-box01 > div.blue .headding,
    .sub.sche_mama #contents .c-box01 > div.blue .headding {
      background-color: #5999d1; }
    .sub.sche_fc #contents .c-box01 > div.blue .course-description .title,
    .sub.sche_mama #contents .c-box01 > div.blue .course-description .title {
      color: #5999d1; }
    .sub.sche_fc #contents .c-box01 > div.blue .schedule-table th,
    .sub.sche_mama #contents .c-box01 > div.blue .schedule-table th {
      background-color: #eff7fd; }
  .sub.sche_fc #contents .headding,
  .sub.sche_mama #contents .headding {
    position: relative;
    padding: 10px 25px;
    color: #fff; }
    .sub.sche_fc #contents .headding span,
    .sub.sche_mama #contents .headding span {
      display: block; }
      .sub.sche_fc #contents .headding span:nth-of-type(1),
      .sub.sche_mama #contents .headding span:nth-of-type(1) {
        font-size: 15px; }
      .sub.sche_fc #contents .headding span:nth-of-type(2),
      .sub.sche_mama #contents .headding span:nth-of-type(2) {
        font-size: 24px;
        font-weight: bold; }
    .sub.sche_fc #contents .headding.stop::before,
    .sub.sche_mama #contents .headding.stop::before {
      content: '休講中';
      position: absolute;
      top: 12px;
      right: 20px;
      display: inline-block;
      width: 120px;
      height: 47px;
      line-height: 47px;
      font-size: 16px;
      text-align: center;
      color: #fff;
      border: 1px solid #fff;
      border-radius: 3px; }
  .sub.sche_fc #contents .teacher-list li,
  .sub.sche_mama #contents .teacher-list li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap; }
    .sub.sche_fc #contents .teacher-list li span,
    .sub.sche_mama #contents .teacher-list li span {
      font-weight: bold; }
      .sub.sche_fc #contents .teacher-list li span:nth-of-type(1),
      .sub.sche_mama #contents .teacher-list li span:nth-of-type(1) {
        width: 110px; }
  .sub.sche_fc #contents #googleMap,
  .sub.sche_mama #contents #googleMap {
    width: 100%;
    height: 350px; }

  .sub.sche_mama #contents .c-box01 .media-box.description {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap; }
    .sub.sche_mama #contents .c-box01 .media-box.description .sentence {
      width: 600px; }
      .sub.sche_mama #contents .c-box01 .media-box.description .sentence .yellow-box {
        margin-top: 15px;
        padding: 15px 10px; }
        .sub.sche_mama #contents .c-box01 .media-box.description .sentence .yellow-box .headline {
          color: #5999d1;
          font-weight: bold; }
        .sub.sche_mama #contents .c-box01 .media-box.description .sentence .yellow-box ul {
          margin-top: 15px; }
          .sub.sche_mama #contents .c-box01 .media-box.description .sentence .yellow-box ul li {
            padding-left: 15px;
            font-size: 15px;
            font-weight: bold;
            background: url("https://533927.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/dot_orange_9_9.png") no-repeat left center; }
    .sub.sche_mama #contents .c-box01 .media-box.description .thumbnail {
      width: 330px; }
  .sub.sche_mama #contents .c-box01 .btn1 a {
    padding: 17px 0; }
  .sub.sche_mama #contents .c-box01 .btn2 a {
    width: 490px;
    padding: 17px 0; }
  .sub.sche_mama #contents .c-box01 .voice-box {
    position: relative;
    margin: 35px 0 0 220px;
    padding: 30px 35px;
    background-color: #fffef7;
    border: 1px solid #faa37e;
    border-radius: 5px;
    font-size: 15px; }
    .sub.sche_mama #contents .c-box01 .voice-box.v-box01::after {
      background: url("https://2c9d53.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/sche/sche02/voice01.png") no-repeat; }
    .sub.sche_mama #contents .c-box01 .voice-box.v-box02::after {
      background: url("https://91180d.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/sche/sche02/voice02.png") no-repeat; }
    .sub.sche_mama #contents .c-box01 .voice-box::after {
      content: '';
      position: absolute;
      top: 50%;
      left: -220px;
      width: 181px;
      height: 180px;
      margin-top: -90px; }
    .sub.sche_mama #contents .c-box01 .voice-box::before {
      content: '';
      position: absolute;
      top: 50%;
      left: -18px;
      width: 18px;
      height: 25px;
      margin-top: -12px;
      background: url("https://c99c9f.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/sche/sche02/balloon_triangle.png") no-repeat;
      background-size: 18px auto; }

  .sub.sche_fc #contents .description {
    font-size: 16px; }
  .sub.sche_fc #contents .btn a {
    padding: 17px 0; }

  .sub.sche #localNavi ul {
    margin-top: 6px; }
    .sub.sche #localNavi ul:nth-of-type(1) {
      display: flex;
      justify-content: space-between;
      align-items: center;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: center;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; }
      .sub.sche #localNavi ul:nth-of-type(1) li {
        width: 238px; }
        .sub.sche #localNavi ul:nth-of-type(1) li a {
          width: 100%;
          padding: 15px 0;
          font-size: 15px; }
    .sub.sche #localNavi ul:nth-of-type(2) {
      display: flex;
      justify-content: space-between;
      align-items: center;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: center;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      .sub.sche #localNavi ul:nth-of-type(2) li {
        width: 320px; }
        .sub.sche #localNavi ul:nth-of-type(2) li a {
          width: 100%;
          padding: 15px 0;
          font-size: 15px; }
  .sub.sche #localNavi p:nth-of-type(2) {
    margin-top: 20px; }
  .sub.sche #contents .c-box01 {
    padding-top: 20px; }
    .sub.sche #contents .c-box01 .media-box {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: flex-start;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; }
      .sub.sche #contents .c-box01 .media-box .thumbnail {
        width: 340px; }
      .sub.sche #contents .c-box01 .media-box .sentence {
        width: 560px;
        font-size: 16px;
        line-height: 1.8; }
  .sub.sche #contents .c-box02 {
    padding: 100px 0 90px; }

  /*-------------------------------
  FAMILY
  -------------------------------*/
  .sub.family_index #mainVisual,
  .sub.family_course #mainVisual {
    height: 261px;
    background-image: url("https://ed1abf.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/family/main_visual.jpg"); }

  .sub.family_member_detail #contents .c-box01 {
    padding: 0 0 90px; }
    .sub.family_member_detail #contents .c-box01 .member-detail {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: flex-start;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; }
      .sub.family_member_detail #contents .c-box01 .member-detail .thumbnail {
        width: 300px; }
        .sub.family_member_detail #contents .c-box01 .member-detail .thumbnail img {
          width: 100%; }
      .sub.family_member_detail #contents .c-box01 .member-detail .sentence {
        width: 605px;
        padding: 20px 0 0 15px;
        border-top: 2px solid #f88758; }
        .sub.family_member_detail #contents .c-box01 .member-detail .sentence .job {
          font-size: 18px;
          color: #f67944; }
        .sub.family_member_detail #contents .c-box01 .member-detail .sentence .name {
          font-size: 34px;
          font-weight: bold; }
        .sub.family_member_detail #contents .c-box01 .member-detail .sentence .kana {
          font-size: 16px;
          font-weight: bold;
          color: #595350; }
        .sub.family_member_detail #contents .c-box01 .member-detail .sentence .history {
          margin-top: 10px;
          padding: 20px 25px;
          background-color: #f4f4eb; }
          .sub.family_member_detail #contents .c-box01 .member-detail .sentence .history li {
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            display: -webkit-flex;
            -webkit-justify-content: flex-start;
            -webkit-align-items: flex-start;
            flex-wrap: nowrap;
            -webkit-flex-wrap: nowrap;
            font-size: 16px; }
            .sub.family_member_detail #contents .c-box01 .member-detail .sentence .history li .year {
              flex-shrink: 0;
              -webkit-flex-shrink: 0;
              width: 75px; }
            .sub.family_member_detail #contents .c-box01 .member-detail .sentence .history li span:nth-of-type(2) {
              width: 100%; }
          .sub.family_member_detail #contents .c-box01 .member-detail .sentence .history .lisence {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            display: -webkit-flex;
            -webkit-justify-content: flex-start;
            -webkit-align-items: center;
            flex-wrap: nowrap;
            -webkit-flex-wrap: nowrap;
            margin-top: 10px; }
            .sub.family_member_detail #contents .c-box01 .member-detail .sentence .history .lisence .headline {
              width: 100px;
              height: 35px;
              line-height: 35px;
              text-align: center;
              color: #403935;
              font-size: 15px;
              border: 1px solid #9c9c8c; }
            .sub.family_member_detail #contents .c-box01 .member-detail .sentence .history .lisence p:nth-of-type(2) {
              margin-left: 10px;
              font-size: 15px; }
    .sub.family_member_detail #contents .c-box01 .comment {
      font-size: 16px; }
    .sub.family_member_detail #contents .c-box01 .profile-box {
      border-top: 1px solid #b8b1ab;
      border-bottom: 1px solid #b8b1ab; }
      .sub.family_member_detail #contents .c-box01 .profile-box th, .sub.family_member_detail #contents .c-box01 .profile-box td {
        padding: 15px 30px;
        font-size: 16px;
        border-bottom: 1px dotted #826751; }
      .sub.family_member_detail #contents .c-box01 .profile-box th {
        width: 200px;
        background-color: #f4f4eb; }
    .sub.family_member_detail #contents .c-box01 .btn a {
      padding: 20px 0;
      line-height: 1; }

  .sub.family_member #contents .c-box01 {
    padding: 0 0 80px; }
    .sub.family_member #contents .c-box01 .p1 {
      font-size: 14px; }

  .sub.family_course #localNavi ul {
    margin-top: 6px; }
    .sub.family_course #localNavi ul:nth-of-type(1) {
      display: flex;
      justify-content: space-between;
      align-items: center;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: center;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; }
      .sub.family_course #localNavi ul:nth-of-type(1) li {
        width: 238px; }
        .sub.family_course #localNavi ul:nth-of-type(1) li a {
          width: 100%;
          padding: 15px 0;
          font-size: 15px; }
    .sub.family_course #localNavi ul:nth-of-type(2) {
      display: flex;
      justify-content: space-between;
      align-items: center;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: center;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      .sub.family_course #localNavi ul:nth-of-type(2) li:nth-of-type(1), .sub.family_course #localNavi ul:nth-of-type(2) li:nth-of-type(2) {
        width: 478px; }
      .sub.family_course #localNavi ul:nth-of-type(2) li:nth-of-type(3), .sub.family_course #localNavi ul:nth-of-type(2) li:nth-of-type(4), .sub.family_course #localNavi ul:nth-of-type(2) li:nth-of-type(5) {
        width: 320px;
        margin-top: 5px; }
      .sub.family_course #localNavi ul:nth-of-type(2) li a {
        width: 100%;
        padding: 15px 0;
        font-size: 15px; }
  .sub.family_course #localNavi p:nth-of-type(2) {
    margin-top: 20px; }
  .sub.family_course #contents .c-box01 {
    padding-top: 20px; }
    .sub.family_course #contents .c-box01 .faq-list {
      border-top: 1px solid #b8b1ab;
      border-bottom: 1px solid #b8b1ab; }
      .sub.family_course #contents .c-box01 .faq-list > div {
        padding: 15px 30px;
        font-size: 16px; }
        .sub.family_course #contents .c-box01 .faq-list > div:not(:last-child) {
          border-bottom: 1px dotted #b8b1ab; }
        .sub.family_course #contents .c-box01 .faq-list > div .question {
          padding: 10px 0 10px 45px;
          font-weight: bold;
          background: url("https://e21775.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/question.png") no-repeat left 5px; }
        .sub.family_course #contents .c-box01 .faq-list > div .answer {
          padding: 10px 0 10px 45px;
          background: url("https://67cecc.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/answer.png") no-repeat left 5px; }
    .sub.family_course #contents .c-box01 .btn-group .orange a {
      padding: 10px 0; }
    .sub.family_course #contents .c-box01 .btn-group .lightorange a {
      padding: 21px 0; }
  .sub.family_course #contents .c-box02 {
    padding-bottom: 60px; }

  .sub.family_index #localNavi ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .sub.family_index #localNavi li {
    width: 475px; }
    .sub.family_index #localNavi li:not(:nth-of-type(-n+2)) {
      margin-top: 5px; }
    .sub.family_index #localNavi li a {
      width: 100%;
      padding: 15px 0;
      font-size: 15px;
      color: #6f6c5e; }
  .sub.family_index #contents .bg-gley {
    padding: 15px 0;
    background-color: #f4f3e9;
    font-size: 20px;
    color: #f67944;
    text-align: center;
    border-bottom: 1px dotted #a3a087;
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }
  .sub.family_index #contents .yellow-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    padding: 30px 40px; }
    .sub.family_index #contents .yellow-box .left-col {
      width: 255px;
      border: 1px solid #fe8350;
      border-radius: 3px;
      text-align: center;
      color: #fe8350;
      font-size: 20px; }
    .sub.family_index #contents .yellow-box .right-col {
      margin-left: 50px; }
      .sub.family_index #contents .yellow-box .right-col ul li {
        padding-left: 15px;
        color: #403935;
        background: url("https://533927.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/dot_orange_9_9.png") no-repeat left center; }
  .sub.family_index #contents .c-box01 {
    padding-top: 20px; }
    .sub.family_index #contents .c-box01 .list.circle {
      display: flex;
      justify-content: center;
      align-items: center;
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-align-items: center;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; }
      .sub.family_index #contents .c-box01 .list.circle > div {
        width: 205px;
        height: 205px;
        padding-top: 15px;
        border-radius: 205px;
        text-align: center; }
        .sub.family_index #contents .c-box01 .list.circle > div:nth-of-type(1) {
          background-color: #faf4d5; }
          .sub.family_index #contents .c-box01 .list.circle > div:nth-of-type(1) .num {
            color: #f5ab30; }
            .sub.family_index #contents .c-box01 .list.circle > div:nth-of-type(1) .num::before {
              background-color: #f5ab30; }
          .sub.family_index #contents .c-box01 .list.circle > div:nth-of-type(1) .title {
            padding-top: 20px;
            font-size: 20px; }
        .sub.family_index #contents .c-box01 .list.circle > div:nth-of-type(2) {
          margin: 0 25px;
          background-color: #fee9d2; }
          .sub.family_index #contents .c-box01 .list.circle > div:nth-of-type(2) .num {
            color: #f67944; }
            .sub.family_index #contents .c-box01 .list.circle > div:nth-of-type(2) .num::before {
              background-color: #f67944; }
          .sub.family_index #contents .c-box01 .list.circle > div:nth-of-type(2) .title {
            padding-top: 5px;
            font-size: 18px; }
        .sub.family_index #contents .c-box01 .list.circle > div:nth-of-type(3) {
          background-color: #e2f5f6; }
          .sub.family_index #contents .c-box01 .list.circle > div:nth-of-type(3) .num {
            color: #60bdc0; }
            .sub.family_index #contents .c-box01 .list.circle > div:nth-of-type(3) .num::before {
              background-color: #60bdc0; }
          .sub.family_index #contents .c-box01 .list.circle > div:nth-of-type(3) .title {
            padding-top: 20px;
            font-size: 20px; }
        .sub.family_index #contents .c-box01 .list.circle > div .num {
          position: relative;
          display: inline-block;
          font-size: 42px;
          font-style: italic;
          font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }
          .sub.family_index #contents .c-box01 .list.circle > div .num::before {
            content: '';
            position: absolute;
            bottom: 5px;
            left: 0;
            width: 100%;
            height: 1px; }
    .sub.family_index #contents .c-box01 figure.img {
      position: relative; }
      .sub.family_index #contents .c-box01 figure.img figcaption {
        position: absolute;
        bottom: -25px;
        left: 50%;
        width: 745px;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        margin-left: -372px;
        border-radius: 50px;
        background-color: #fff;
        text-align: center; }
    .sub.family_index #contents .c-box01 .yellow-box .left-col {
      height: 85px;
      line-height: 85px; }
    .sub.family_index #contents .c-box01 .btn a {
      padding: 20px 0; }
  .sub.family_index #contents .c-box02 .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap; }
    .sub.family_index #contents .c-box02 .list .item {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      display: -webkit-flex;
      -webkit-justify-content: flex-start;
      -webkit-align-items: center;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      padding: 30px 25px 30px 25px;
      border: 1px solid #87d3d7;
      border-radius: 3px; }
      .sub.family_index #contents .c-box02 .list .item span:nth-of-type(1) {
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        width: 60px;
        height: 60px;
        padding-left: 15px;
        line-height: 60px;
        background-color: #87d3d7;
        border-radius: 60px;
        color: #fff;
        font-size: 36px;
        font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
        font-style: italic;
        box-sizing: border-box; }
      .sub.family_index #contents .c-box02 .list .item span:nth-of-type(2) {
        padding-left: 15px;
        font-size: 18px; }
    .sub.family_index #contents .c-box02 .list div:nth-of-type(1) {
      width: 430px; }
    .sub.family_index #contents .c-box02 .list div:nth-of-type(2) {
      width: 470px; }
    .sub.family_index #contents .c-box02 .list figure {
      width: 50px;
      text-align: center; }
  .sub.family_index #contents .c-box02 .btn a {
    padding: 15px 0; }
  .sub.family_index #contents .c-box03 .btn a {
    padding: 15px 0; }
  .sub.family_index #contents .c-box03 .media-box {
    display: flex;
    justify-content: flex-star;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: flex-star;
    -webkit-align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap; }
    .sub.family_index #contents .c-box03 .media-box .thumbnail {
      flex-shrink: 0;
      -webkit-flex-shrink: 0;
      width: 430px;
      margin-right: 35px; }
    .sub.family_index #contents .c-box03 .media-box .sentence {
      letter-spacing: -0.08em; }
  .sub.family_index #contents .c-box03 .yellow-box .left-col {
    height: 65px;
    line-height: 65px; }
  .sub.family_index #contents .c-box04 {
    padding-bottom: 90px; }
    .sub.family_index #contents .c-box04 p {
      padding: 0 50px; }
    .sub.family_index #contents .c-box04 .name {
      padding: 0;
      font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
      text-align: right; }
      .sub.family_index #contents .c-box04 .name span {
        display: block; }
        .sub.family_index #contents .c-box04 .name span:nth-of-type(1) {
          font-size: 16px; }
        .sub.family_index #contents .c-box04 .name span:nth-of-type(2) {
          font-size: 22px;
          font-weight: bold; }

  /*-------------------------------
  SUB
  -------------------------------*/
  .sub #mainVisual {
    display: table;
    width: 100%;
    height: 161px;
    background-image: url("https://d9ee35.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/common/sub_main_visual.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .sub #mainVisual .inner {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .sub #mainVisual .inner p {
        font-size: 16px;
        font-family: "Open Sans";
        color: #f88758;
        letter-spacing: 0.15em; }
      .sub #mainVisual .inner h1, .sub #mainVisual .inner h2 {
        margin-top: 15px;
        font-size: 34px;
        color: #413835;
        line-height: 1.2; }
        .sub #mainVisual .inner h1 .small, .sub #mainVisual .inner h2 .small {
          display: block;
          font-size: 22px;
          line-height: 1; }
  .sub #contents {
    padding-top: 40px; }

  /*-------------------------------
  HOME
  -------------------------------*/
  .home #mainVisual {
    position: relative;
    width: 100%;
    height: 876px;
    background: url("https://35eb1d.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/top/main_visual.jpg") no-repeat center center;
    background-size: cover; }
    .home #mainVisual .inner {
      padding-top: 130px;
      text-align: center;
      font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }
      .home #mainVisual .inner h2 {
        font-size: 48px;
        color: #413835;
        letter-spacing: -0.05em; }
      .home #mainVisual .inner p {
        margin-top: 30px;
        font-size: 28px;
        color: #f76527;
        line-height: 1; }
  .home #contents .c-box01 {
    position: relative;
    z-index: 1;
    margin-top: -300px;
    padding-bottom: 60px; }
    .home #contents .c-box01 .btn-group a {
      line-height: 1;
      padding: 20px 0; }
  .home #contents .btn3 {
    position: relative; }
    .home #contents .btn3::before {
      content: '';
      position: absolute;
      top: -20px;
      left: 0;
      width: 183px;
      height: 126px;
      background: url("https://cb0335.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/top/sec01_graphic01.png") no-repeat; }
    .home #contents .btn3::after {
      content: '';
      position: absolute;
      top: -20px;
      right: 0;
      width: 183px;
      height: 126px;
      background: url("https://9b157c.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/top/sec01_graphic02.png") no-repeat; }
    .home #contents .btn3 a {
      padding: 16px 0; }
  .home #contents .c-box02 {
    padding: 60px 0;
    background: url("https://0db58d.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/common/contents_bg01.png"); }
    .home #contents .c-box02 .btn a {
      padding: 20px 0;
      line-height: 1; }
  .home #contents .c-box03 {
    padding: 50px 0 60px; }
    .home #contents .c-box03 h3 {
      padding-bottom: 15px;
      font-size: 22px;
      color: #3e322b;
      border-bottom: 1px dashed #c1b5af; }
      .home #contents .c-box03 h3 span {
        padding: 0 25px 0 50px;
        color: #fe8350;
        background: url("https://0110cc.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/document.png") no-repeat left center; }
    .home #contents .c-box03 .btn a {
      padding: 20px 0;
      line-height: 1; }
  .home #contents .c-box04 {
    padding: 60px 0;
    background: url("https://0db58d.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/common/contents_bg01.png"); }
    .home #contents .c-box04 .p1 {
      font-size: 14px;
      color: #4b4340; }
    .home #contents .c-box04 .btn6 a {
      padding: 16px 0; }
  .home #contents .c-box05 {
    padding: 60px 0 120px; }
    .home #contents .c-box05 .btn-group .btn a {
      width: 290px;
      padding: 20px 0;
      line-height: 1; } }
@media screen and (max-width: 768px) {
  .mt0 {
    margin-top: 0px !important; }

  .mt5 {
    margin-top: 5px !important; }

  .mt10 {
    margin-top: 10px !important; }

  .mt15 {
    margin-top: 10px !important; }

  .mt20 {
    margin-top: 10px !important; }

  .mt25 {
    margin-top: 15px !important; }

  .mt30 {
    margin-top: 15px !important; }

  .mt35 {
    margin-top: 20px !important; }

  .mt40 {
    margin-top: 20px !important; }

  .mt45 {
    margin-top: 25px !important; }

  .mt50 {
    margin-top: 30px !important; }

  .mt55 {
    margin-top: 30px !important; }

  .mt60 {
    margin-top: 35px !important; }

  .mt65 {
    margin-top: 40px !important; }

  .mt70 {
    margin-top: 40px !important; }

  .mt75 {
    margin-top: 45px !important; }

  .mt80 {
    margin-top: 50px !important; }

  .mt85 {
    margin-top: 50px !important; }

  .mt90 {
    margin-top: 50px !important; }

  .mt95 {
    margin-top: 50px !important; }

  .mt100 {
    margin-top: 50px !important; }

  .tac {
    text-align: left !important; }

  .btn a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 5px;
    text-align: center;
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }
  .btn.bb a {
    border-bottom-width: 3px !important; }
  .btn.yellow a {
    background-color: #f6ba55;
    color: #fff; }
  .btn.orange a {
    background: url("https://6631ba.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_right_white_orange_18_18.png") no-repeat 97% center;
    background-size: 16px 16px;
    background-color: #fd763f;
    color: #fff; }
  .btn.orange2 a {
    background: url("https://6631ba.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_right_white_orange_18_18.png") no-repeat 97% center;
    background-size: 16px 16px;
    background-color: #f5ab30;
    color: #fff; }
  .btn.lightorange a {
    background: url("https://d5e8e3.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_right_white_lightorange_18_18.png") no-repeat 97% center;
    background-size: 16px 16px;
    background-color: #ffa257;
    color: #fff; }
  .btn.white.border-orange a {
    border: 1px solid #fe8350;
    color: #fe8350;
    background: url("https://cee3c7.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_right_orange_white_19_19.png") no-repeat 97% center #fff;
    background-size: 16px 16px; }
  .btn.white.border-green a {
    border: 1px solid #76b65f;
    color: #76b65f;
    background: url("https://5a0fda.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_btm_green_16_16.png") no-repeat 97% center #fff;
    background-size: 16px 16px; }
  .btn.white.border-purple a {
    border: 1px solid #cf85d7;
    color: #cf85d7;
    background: url("https://c62d6b.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_btm_purple_16_16.png") no-repeat 97% center #fff;
    background-size: 16px 16px; }
  .btn.white.border-blue a {
    border: 1px solid #67addf;
    color: #67addf;
    background: url("https://4c1a25.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_btm_blue_16_16.png") no-repeat 97% center #fff;
    background-size: 16px 16px; }
  .btn.white.border-lightblue a {
    border: 1px solid #6ac9c8;
    color: #6ac9c8;
    background: url("https://646f3f.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_btm_lightblue_16_16.png") no-repeat 97% center #fff;
    background-size: 16px 16px; }

  .pc {
    display: none !important; }

  body {
    padding-top: 75px;
    font-size: 14px; }

  .contents-inner {
    padding: 0 20px; }

  .btn a {
    display: inline-block;
    width: 100%; }

  /*-------------------------------
  HEADER
  -------------------------------*/
  #globalHeader {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background-color: #fff; }
    #globalHeader > div {
      display: flex;
      justify-content: space-between;
      align-items: center;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: center;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      padding: 10px 20px; }
      #globalHeader > div h1 img, #globalHeader > div h2 img {
        width: 61px; }
      #globalHeader > div .banner {
        display: none; }
      #globalHeader > div .contact-information {
        display: none; }
    #globalHeader .sp-menu {
      width: 50px;
      height: 50px;
      background-image: url("https://9ed18a.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/common/menu_open.png");
      background-repeat: no-repeat;
      background-size: 50px; }

  /*-------------------------------
  GLOBALNAVI
  -------------------------------*/
  #globalNavi {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background-color: #e97443;
    transition: 0.5s;
    opacity: 0; }
    #globalNavi.show {
      z-index: 400;
      opacity: 1; }
    #globalNavi .headding {
      height: 75px;
      background: url("https://c789d0.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/common/header_logo.png") no-repeat 20px 10px;
      background-size: 61px auto;
      background-color: #fff; }
    #globalNavi .sp-menu {
      position: absolute;
      top: 12px;
      right: 20px;
      width: 50px;
      height: 50px;
      background-image: url("https://a485e1.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/common/menu_close.png");
      background-repeat: no-repeat;
      background-size: 50px; }
    #globalNavi ul li {
      border-bottom: 1px solid #fff; }
      #globalNavi ul li a {
        display: block;
        padding: 10px 20px;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
        font-weight: bold; }
    #globalNavi .banner > p {
      margin: 10px 20px;
      border-radius: 3px; }
      #globalNavi .banner > p:nth-of-type(1) {
        background-color: #fff; }
        #globalNavi .banner > p:nth-of-type(1) span {
          border: 1px solid #F8B90D;
          color: #403935;
          background: url("https://ba2a8a.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/common/footer_mail.png") no-repeat 20px center, url("https://01f7cb.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_right_yellow_20_20.png") no-repeat 95% center; }
      #globalNavi .banner > p:nth-of-type(2) {
        background-color: #fff; }
        #globalNavi .banner > p:nth-of-type(2) span {
          border: 1px solid #FE7F49;
          color: #403935;
          background: url("https://ba2a8a.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/common/footer_mail.png") no-repeat 20px center, url("https://01f7cb.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_right_yellow_20_20.png") no-repeat 95% center; }
          #globalNavi .banner > p:nth-of-type(2) span b {
            line-height: 0; }
          #globalNavi .banner > p:nth-of-type(2) span > b {
            font-size: 20px; }
          #globalNavi .banner > p:nth-of-type(2) span b > b {
            font-size: 10px; }
      #globalNavi .banner > p a {
        display: block;
        border-radius: 3px;
        padding: 10px 20px 10px 20px;
        text-decoration: none; }
        #globalNavi .banner > p a span {
          display: block;
          padding: 15px 20px;
          text-decoration: none;
          text-align: center; }

  /*-------------------------------
  BREADCRUMB
  -------------------------------*/
  #breadCrumb {
    display: none; }

  /*-------------------------------
  LOCALNAVI
  -------------------------------*/
  #localNavi {
    padding: 15px 0;
    background: url("https://0db58d.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/common/contents_bg01.png"); }
    #localNavi .title {
      padding-left: 10px;
      border-left-width: 3px;
      border-left-style: solid;
      line-height: 1;
      font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }
      #localNavi .title.orange {
        border-left-color: #f88758; }
      #localNavi .title.lightblue {
        border-left-color: #3db7b9; }
      #localNavi .title.blue {
        border-left-color: #5999d1; }

  /*-------------------------------
  CONTENTS
  -------------------------------*/
  .mark-title {
    position: relative;
    padding: 30px 0 10px;
    text-align: center;
    font-size: 18px;
    color: #4b4340;
    border-bottom: 2px solid #f67944; }
    .mark-title .small {
      display: block;
      line-height: 1;
      text-align: center;
      font-size: 14px; }
    .mark-title::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 20px;
      text-align: center;
      background: url("https://86be62.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/title_mark.png") no-repeat center center;
      background-size: auto 20px; }

  .number-title {
    display: table;
    width: 100%; }
    .number-title span {
      display: table-cell;
      vertical-align: middle;
      color: #fff;
      line-height: 1;
      padding: 10px 0; }
      .number-title span:nth-of-type(1) {
        width: 40px;
        height: 100%;
        background-color: #f9b543;
        font-size: 18px;
        border-right: 1px solid #fff;
        text-align: center; }
      .number-title span:nth-of-type(2) {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px;
        line-height: 1.4;
        background-color: #f67944; }

  .dotted-title {
    padding-bottom: 10px;
    font-size: 16px;
    color: #f67944;
    border-bottom: 1px dashed #c1b5af; }

  .btn-group p:nth-of-type(2) {
    margin-top: 25px; }

  .event-list .item {
    padding: 10px 20px;
    border-bottom: 1px dotted #c1b5af; }
    .event-list .item .date {
      font-size: 15px;
      color: #3e322b;
      line-height: 2; }
      .event-list .item .date span {
        font-size: 14px; }
    .event-list .item .event-data {
      margin-top: 8px; }
      .event-list .item .event-data .category li {
        font-size: 15px;
        color: #3e322b;
        font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }
        .event-list .item .event-data .category li:nth-of-type(1) {
          margin-right: 15px;
          padding: 4px 10px;
          font-size: 13px;
          border-radius: 2px; }
      .event-list .item .event-data .title {
        margin-top: 10px; }
        .event-list .item .event-data .title a {
          font-size: 16px;
          color: #3e86c3;
          text-decoration: none; }

  .news-list .item {
    padding: 10px 20px;
    border-bottom: 1px dotted #c1b5af; }
    .news-list .item .meta {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      display: -webkit-flex;
      -webkit-justify-content: flex-start;
      -webkit-align-items: center;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; }
      .news-list .item .meta .date {
        font-size: 14px;
        color: #3e322b; }
      .news-list .item .meta .category {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        display: -webkit-flex;
        -webkit-justify-content: flex-start;
        -webkit-align-items: center;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        margin-left: 20px; }
        .news-list .item .meta .category span {
          display: block;
          font-size: 13px;
          padding: 0;
          border-radius: 2px; }
          .news-list .item .meta .category span:nth-of-type(1) {
            margin-right: 5px; }
          .news-list .item .meta .category span:nth-of-type(2) {
            border: 1px solid transparent; }
          .news-list .item .meta .category span a {
            display: block;
            padding: 4px 15px;
            text-decoration: none;
            color: #fff;
            font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }
    .news-list .item .title {
      margin-top: 10px; }
      .news-list .item .title a {
        font-size: 16px;
        color: #3e86c3;
        text-decoration: none; }

  .teacher-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .teacher-list > div {
      width: 48%;
      padding-bottom: 25px; }
      .teacher-list > div:not(:nth-of-type(2n+1)) {
        margin-left: 4%; }
      .teacher-list > div:not(:nth-of-type(-n+2)) {
        margin-top: 20px; }
      .teacher-list > div figure {
        overflow: hidden;
        border-radius: 5px 5px 0 0; }
        .teacher-list > div figure img {
          width: 100%; }
      .teacher-list > div .inner {
        padding: 15px 20px 0;
        border-radius: 0 0 5px 5px;
        background-color: #fff; }
        .teacher-list > div .inner a {
          text-decoration: none;
          color: #4b4340; }
        .teacher-list > div .inner .name {
          font-size: 16px; }
          .teacher-list > div .inner .name b {
            font-size: 13px; }
        .teacher-list > div .inner .job {
          font-size: 14px; }
      .teacher-list > div .btn {
        margin-top: 25px; }
        .teacher-list > div .btn a {
          width: 100%;
          padding: 10px 0;
          line-height: 1;
          font-size: 14px; }

  .yellow-box {
    background-color: #faf4d5;
    border-radius: 5px; }

  .course-contents.green .headding {
    background-color: #84bc70; }
  .course-contents.green table th {
    background-color: #eaf5e6; }
  .course-contents.purple .headding {
    background-color: #ca88d2; }
  .course-contents.purple table th {
    background-color: #faeafc; }
  .course-contents.blue .headding {
    background-color: #6eb1e1; }
  .course-contents.blue table th {
    background-color: #e7f4fd; }
  .course-contents.lightblue .headding {
    background-color: #62c7c6; }
  .course-contents.lightblue table th {
    background-color: #e4f9f9; }
  .course-contents.stop .headding::before {
    content: '休講中';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 90px;
    height: 30px;
    margin-top: -15px;
    border: 1px solid #fff;
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff; }
  .course-contents .headding {
    position: relative;
    color: #fff;
    padding: 8px 20px; }
    .course-contents .headding span {
      display: block; }
      .course-contents .headding span:nth-of-type(1) {
        font-size: 18px;
        font-weight: bold; }
      .course-contents .headding span:nth-of-type(2) {
        font-size: 12px; }
  .course-contents table {
    width: 100%;
    border-top: 1px solid #b8b1ab;
    border-bottom: 1px solid #b8b1ab; }
    .course-contents table th, .course-contents table td {
      padding: 10px;
      font-size: 14px;
      border-bottom: 1px dotted #b8b1ab; }
    .course-contents table th {
      width: 100px; }
  .course-contents .btn a {
    width: 325px;
    padding: 15px 0; }

  .frame-title {
    padding: 15px 20px;
    font-size: 18px;
    line-height: 1; }
    .frame-title.orange {
      border: 1px solid #f67944;
      color: #f67944; }
    .frame-title.lightblue {
      border: 1px solid #60c6c8;
      color: #60c6c8; }
    .frame-title.blue {
      border: 1px solid #5999d1;
      color: #5999d1; }
    .frame-title span {
      display: inline-block;
      font-size: 14px;
      font-weight: normal;
      padding-left: 30px; }
  
/*お申し込み方法お問合せボタン*/
  .apply-box {
    padding: 30px 0;
    background: url("https://0db58d.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/common/contents_bg01.png"); }
    .apply-box .media-box {
      margin:20px auto 0px;
      padding: 15px;
      border: 1px solid #d1ccca;
      border-radius: 5px;
      background-color: #fff;
      width: 70%;
      min-width: 300px;
  }
      
      .apply-box .media-box .contact-btn {
        position: relative;
        padding: 15px 20px;
        background-color: #f5b813;
        border-radius: 5px;
        color: #fff; }
        .apply-box .media-box .contact-btn .title {
          height: 35px;
          line-height: 35px;
          border-radius: 35px;
          text-align: center;
          background-color: #fff;
          color: #564444;
          font-size: 14px; }
        .apply-box .media-box .contact-btn p:nth-of-type(3) {
          margin-top: 10px;
          text-align: center;
          font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
          font-size: 16px;
          font-weight: bold; }
          .apply-box .media-box .contact-btn p:nth-of-type(3) span {
            padding: 0 25px;
            background: url("https://d54868.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/mail_30_30.png") no-repeat left center, url("https://cc33a8.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_right_white_yellow_25_25.png") no-repeat right center;
            background-size: 20px 20px, 14px 14px; }
        .apply-box .media-box .contact-btn a {
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
  .schedule-contents.stop .course-headding {
    padding-bottom: 50px; }
    .schedule-contents.stop .course-headding::before {
      content: '現在休講中';
      position: absolute;
      bottom: 10px;
      right: 10px;
      display: inline-block;
      width: 100px;
      height: 33px;
      line-height: 33px;
      font-size: 12px;
      text-align: center;
      color: #fff;
      border: 1px solid #fff;
      border-radius: 3px; }
  .schedule-contents.lightblue .course-headding {
    background-color: #60c6c8; }
  .schedule-contents.lightblue .schedule-headding {
    border-color: #60c6c8;
    color: #60c6c8;
    background: url("https://372248.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/sche/icon_minus_green.png") no-repeat 98% center; }
    .schedule-contents.lightblue .schedule-headding.close {
      background: url("https://dd7edc.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/sche/icon_plus_green.png") no-repeat 98% center; }
  .schedule-contents.lightblue .schedule-box th {
    background-color: #ecfdfd; }
  .schedule-contents.blue .course-headding {
    background-color: #5999d1; }
  .schedule-contents.blue .schedule-headding {
    border-color: #5999d1;
    color: #5999d1;
    background: url("https://46a657.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/sche/icon_minus_blue.png") no-repeat 98% center; }
    .schedule-contents.blue .schedule-headding.close {
      background: url("https://ff6f3c.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/sche/icon_plus_blue.png") no-repeat 98% center; }
  .schedule-contents.blue .schedule-box th {
    background-color: #eff7fd; }
  .schedule-contents .course-headding {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    padding: 10px; }
    .schedule-contents .course-headding > span {
      position: relative;
      display: inline-block;
      font-size: 14px;
      font-weight: bold;
      color: #fff;
      line-height: 1; }
    .schedule-contents .course-headding a {
      padding-left: 16px;
      font-size: 14px;
      color: #fff;
      text-decoration: none;
      background: url("https://a30f63.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_right_white_lightblue_16_16.png") no-repeat left 4px;
      background-size: 12px auto; }
  .schedule-contents .schedule-box {
    margin-top: 15px; }
    .schedule-contents .schedule-box .schedule-headding {
      padding: 10px;
      border-width: 1px;
      border-style: solid;
      font-weight: bold;
      background-size: 20px auto !important; }
      .schedule-contents .schedule-box .schedule-headding:hover {
        cursor: pointer; }
    .schedule-contents .schedule-box .course-description {
      margin-bottom: 15px;
      font-size: 16px; }
    .schedule-contents .schedule-box .schedule-table {
      display: none; }
    .schedule-contents .schedule-box .btn a {
      padding: 15px 0; }

  .schedule-table th, .schedule-table td {
    padding: 15px;
    border: 1px solid #b8b1ab;
    text-align: center;
    vertical-align: middle; }
  .schedule-table th {
    font-weight: bold; }

  .bg-blue {
    padding: 10px 20px;
    background-color: #eff7fd;
    font-size: 16px; }

  .course-description {
    margin-top: 20px;
    border-bottom: 1px dotted #826751; }
    .course-description li {
      padding: 10px 0;
      border-top: 1px dotted #826751; }
      .course-description li span {
        display: block; }
        .course-description li span.title {
          font-size: 16px;
          font-weight: bold; }
        .course-description li span.description {
          margin-top: 10px;
          font-size: 14px; }

  .information-list ul li {
    padding: 10px 0;
    border-bottom: 1px dotted #826751; }
    .information-list ul li a {
      display: block;
      width: 100%;
      margin-top: 8px; }

  .post-item {
    padding: 10px 0;
    border-bottom: 1px dotted #826751; }
    .post-item .date {
      font-size: 14px;
      color: #625956; }
    .post-item .title {
      margin-top: 10px; }
      .post-item .title a {
        font-size: 16px;
        color: #3e86c3;
        text-decoration: none; }
    .post-item .excerpt {
      font-size: 14px; }

  .category span {
    display: inline-block;
    padding: 3px 15px;
    font-size: 13px;
    border-radius: 2px; }

  .wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-top: 40px;
    margin-left: -14px; }
    .wp-pagenavi * {
      display: block;
      width: 35px;
      height: 35px;
      margin-left: 14px;
      border: 1px solid #f88758;
      text-align: center;
      line-height: 35px;
      font-weight: bold;
      text-decoration: none; }
    .wp-pagenavi a {
      color: #f88758; }
    .wp-pagenavi span {
      color: #fff;
      background-color: #f88758; }

  .sns-list ul {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .sns-list ul li {
      width: 48%; }
      .sns-list ul li:not(:nth-of-type(2n+1)) {
        margin-left: 4%; }
      .sns-list ul li:not(:nth-of-type(-n+2)) {
        margin-top: 10px; }
      .sns-list ul li:nth-of-type(1) a {
        background-color: #55acee; }
      .sns-list ul li:nth-of-type(2) a {
        background-color: #3b5998; }
      .sns-list ul li:nth-of-type(3) a {
        background-color: #2dc32d; }
      .sns-list ul li:nth-of-type(4) a {
        background-color: #e83541; }
      .sns-list ul li a {
        display: block;
        width: 100%;
        height: 35px;
        text-align: center;
        line-height: 35px;
        border-radius: 5px;
        color: #fff;
        text-decoration: none; }

  /*-------------------------------
  FOOTER
  -------------------------------*/
  #globalFooter {
    padding: 30px 0 0;
    background-color: #fd8653; }
    #globalFooter .top-layer > div .left-col .logo {
      width: 150px;
      padding: 10px 0;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 10px;
      text-align: center; }
    #globalFooter .top-layer > div .left-col .address {
      margin-top: 10px;
      font-size: 15px;
      color: #fff; }
    #globalFooter .top-layer > div .right-col {
      margin-top: 20px; }
      #globalFooter .top-layer > div .right-col .btn-group > div.tel {
        padding: 15px 20px 10px 0;
        font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
        text-align: right;
        border-radius: 5px;
        background: url("https://fae0a5.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/common/footer_freemark01.png") no-repeat 10px center #fff; }
        #globalFooter .top-layer > div .right-col .btn-group > div.tel .number {
          display: inline-block;
          padding-left: 35px;
          font-size: 25px;
          color: #382e2c;
          line-height: 1;
          letter-spacing: 0.1em;
          background: url("https://e8ab03.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/tel.png") no-repeat left center; }
        #globalFooter .top-layer > div .right-col .btn-group > div.tel .time {
          margin-top: 5px;
          font-size: 12px;
          color: #6d6664; }
      #globalFooter .top-layer > div .right-col .btn-group > div.contact {
        margin-top: 10px; }
        #globalFooter .top-layer > div .right-col .btn-group > div.contact a {
          display: block;
          border-radius: 5px;
          font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
          font-size: 17px;
          font-weight: bold;
          text-decoration: none;
          color: #4b4340;
          background-color: #fff; }
          #globalFooter .top-layer > div .right-col .btn-group > div.contact a span {
            display: inline-block;
            padding: 22px 40px 23px 40px;
            background: url("https://ba2a8a.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/common/footer_mail.png") no-repeat 10px center, url("https://01f7cb.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_right_yellow_20_20.png") no-repeat 95% center; }
      #globalFooter .top-layer > div .right-col .links-list {
        display: none; }
    #globalFooter .mid-layer {
      margin-top: 20px;
      padding: 0 20px;
      text-align: center; }
    #globalFooter .btm-layer {
      margin-top: 30px;
      padding: 10px 0;
      background-color: #fff;
      text-align: center;
      font-size: 12px;
      color: #4b4340; }

  .to-top {
    position: fixed;
    z-index: 100;
    bottom: 20px;
    right: 20px; }

  /*-------------------------------
  ABOUT
  -------------------------------*/
  .about #contents .media-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .about #contents .media-box .thumbnail {
      width: 100%;
      margin-top: 20px;
      order: 2; }
    .about #contents .media-box .sentence {
      width: 100%;
      order: 1; }
  .about #contents .c-box04 {
    margin-top: 30px;
    padding: 30px 0;
    background: url("https://a16e3c.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/about/sec04_bg.png") no-repeat center 70px #e6eef5; }
    .about #contents .c-box04 h4 {
      padding-bottom: 45px;
      line-height: 1.2;
      border-bottom: none;
      color: #fe692b;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      background: url("https://0bd00e.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/about/sec04_bg_title.png") no-repeat center bottom; }
    .about #contents .c-box04 .balloon-box > div > div:nth-of-type(1) div:nth-of-type(1) {
      padding: 40px 0 30px;
      background: url("https://0c1f96.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/about/sec04_balloon01.png") no-repeat;
      background-size: 100% 100%; }
    .about #contents .c-box04 .balloon-box > div > div:nth-of-type(1) div:nth-of-type(2) {
      padding: 40px 0 30px;
      background: url("https://253d8f.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/about/sec04_balloon02.png") no-repeat;
      background-size: 100% 100%; }
    .about #contents .c-box04 .balloon-box > div > div:nth-of-type(2) {
      margin-top: 10px; }
      .about #contents .c-box04 .balloon-box > div > div:nth-of-type(2) div:nth-of-type(1) {
        padding: 40px 0 30px;
        background: url("https://05e517.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/about/sec04_balloon03.png") no-repeat;
        background-size: 100% 100%; }
      .about #contents .c-box04 .balloon-box > div > div:nth-of-type(2) div:nth-of-type(2) {
        padding: 40px 0 30px;
        background: url("https://ab09c2.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/about/sec04_balloon04.png") no-repeat;
        background-size: 100% 100%; }
    .about #contents .c-box04 .balloon-box .inner-box {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: flex-start;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; }
      .about #contents .c-box04 .balloon-box .inner-box .balloon {
        position: relative;
        width: 48%;
        text-align: center;
        font-size: 12px;
        color: #3e322b; }
        .about #contents .c-box04 .balloon-box .inner-box .balloon::before {
          content: '';
          position: absolute;
          top: 15px;
          left: 50%;
          width: 15px;
          height: 10px;
          margin-left: -8px;
          background: url("https://906144.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/about/icon_check.png") no-repeat;
          background-size: 15px auto; }
    .about #contents .c-box04 .sentence-box {
      position: relative;
      margin-top: 175px;
      text-align: center;
      border: 1px solid #f38455; }
      .about #contents .c-box04 .sentence-box::before {
        content: '';
        position: absolute;
        z-index: 5;
        top: -186px;
        left: 50%;
        width: 120px;
        height: 198px;
        margin-left: -60px;
        background: url("https://dc4347.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/about/sec04_img01.png") no-repeat;
        background-size: 120px auto; }
      .about #contents .c-box04 .sentence-box .top-layer {
        position: relative;
        padding: 15px 20px;
        background-color: #f38455;
        font-size: 20px;
        color: #fff; }
        .about #contents .c-box04 .sentence-box .top-layer::before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 47px;
          height: 55px;
          background: url("https://7aac0d.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/common/sec02_graphic01.png");
          background-size: 47px auto; }
      .about #contents .c-box04 .sentence-box .btm-layer {
        position: relative;
        padding: 20px;
        background-color: #fcfbe4;
        font-size: 14px;
        color: #403935; }
  .about #contents .c-box05 {
    padding: 240px 0 30px;
    text-align: center;
    background: url("https://327c45.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/about/sec05_img.png") no-repeat center 30px;
    background-size: 90% auto;
    background-color: #fbf7e0; }
    .about #contents .c-box05 h4 {
      font-size: 25px;
      font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
      font-weight: bold;
      color: #000;
      line-height: 1.2;
      text-shadow: 0 0 8px #fff; }
    .about #contents .c-box05 p:nth-of-type(1) {
      font-size: 14px;
      font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }
    .about #contents .c-box05 .btn a {
      padding: 22px 0;
      border-radius: 66px; }
  .about #contents .c-box06 {
    padding: 60px 0 70px; }
    .about #contents .c-box06 .blog-link {
      margin-top: 40px;
      padding: 50px 20px 0;
      height: 230px;
      text-align: center;
      background: url("https://f7e785.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/about/sec06_img.jpg") no-repeat center top; }
      .about #contents .c-box06 .blog-link p:nth-of-type(1) {
        font-size: 20px; }
      .about #contents .c-box06 .blog-link .btn a {
        width: 100%;
        padding: 22px 0;
        border-radius: 66px; }

  /*-------------------------------
  BLOG
  -------------------------------*/
  .sub.blog_detail #contents .c-box01 .blog-title {
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #f88758; }
  .sub.blog_detail #contents .c-box01 .meta-information {
    margin-top: 20px; }
    .sub.blog_detail #contents .c-box01 .meta-information .date {
      margin-top: 5px;
      font-size: 14px; }
  .sub.blog_detail #contents .c-box01 .eye-catch {
    text-align: center; }
    .sub.blog_detail #contents .c-box01 .eye-catch img {
      max-width: 100%; }
  .sub.blog_detail #contents .c-box01 #toc_container {
    margin-top: 30px;
    padding: 15px 20px;
    border-radius: 5px;
    background-color: #faf4d5;
    border-color: transparent; }
    .sub.blog_detail #contents .c-box01 #toc_container ul li a {
      padding-left: 15px;
      font-size: 14px;
      color: #3e86c3;
      text-decoration: none;
      background: url("https://533927.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/dot_orange_9_9.png") no-repeat left 6px; }
  .sub.blog_detail #contents .c-box01 .post-body h3 {
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #f86a2e;
    border-bottom: none; }
  .sub.blog_detail #contents .c-box01 .post-body .btn a {
    width: 100%;
    padding: 20px 0; }
  .sub.blog_detail #contents .c-box01 .btn-group p:not(:nth-of-type(1)) {
    margin-top: 15px; }
  .sub.blog_detail #contents .c-box01 .btn-group a {
    padding: 20px 0; }
  .sub.blog_detail #contents .c-box01 .popular-post-list {
    padding-bottom: 50px; }
    .sub.blog_detail #contents .c-box01 .popular-post-list h4 {
      padding: 10px 0 12px 40px;
      font-size: 16px;
      font-weight: bold;
      border-bottom: 1px dashed #c1b5af;
      background: url("https://0110cc.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/document.png") no-repeat left 0; }
    .sub.blog_detail #contents .c-box01 .popular-post-list ul {
      margin-top: 12px; }
      .sub.blog_detail #contents .c-box01 .popular-post-list ul li:not(:nth-of-type(1)) {
        margin-top: 8px; }
      .sub.blog_detail #contents .c-box01 .popular-post-list ul li a {
        display: inline-block;
        padding-left: 15px;
        font-size: 14px;
        color: #3e86c3;
        text-decoration: none;
        background: url("https://533927.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/dot_orange_9_9.png") no-repeat left 6px; }

  .sub.blog_fc_index #contents .c-box01 {
    padding-bottom: 120px; }
    .sub.blog_fc_index #contents .c-box01 .blog-post-list > div:nth-of-type(1) {
      border-top: 1px dotted #826751; }

  .sub.blog_type_index #contents .c-box01 .blog-post-list {
    padding-bottom: 50px; }
    .sub.blog_type_index #contents .c-box01 .blog-post-list .left-col > div:nth-of-type(1) {
      border-top: 1px dotted #826751; }
    .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col {
      margin-top: 40px; }
      .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .side-box h4 {
        height: 40px;
        padding: 0 10px;
        line-height: 40px;
        background-color: #f29067;
        font-size: 15px;
        color: #fff;
        font-weight: bold; }
      .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .side-box > ul {
        padding: 0; }
        .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .side-box > ul > li {
          padding: 15px 0 10px;
          border-bottom: 1px dotted #826751;
          padding-left: 15px; }
          .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .side-box > ul > li a {
            font-size: 14px;
            color: #3e86c3;
            text-decoration: none; }
          .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .side-box > ul > li > a {
            font-weight: bold; }
        .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .side-box > ul .children {
          padding: 0 0 0 15px; }
          .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .side-box > ul .children a {
            padding-left: 12px;
            font-size: 14px;
            background: url("https://47e098.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_right_orange_6_9.png") no-repeat left 4px; }
      .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .popular-post .item,
      .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .newest-post .item {
        padding: 10px;
        border-bottom: 1px dotted #826751; }
        .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .popular-post .item .date,
        .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .newest-post .item .date {
          font-size: 12px;
          letter-spacing: -0.03em; }
          .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .popular-post .item .date span,
          .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .newest-post .item .date span {
            font-size: 13px; }
        .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .popular-post .item .title a,
        .sub.blog_type_index #contents .c-box01 .blog-post-list .right-col .newest-post .item .title a {
          font-size: 14px;
          color: #3e86c3;
          text-decoration: none; }

  .sub.blog_index #contents .c-box01 {
    padding-bottom: 40px; }
    .sub.blog_index #contents .c-box01 .blog-list > div h4 {
      padding: 12px 0;
      font-weight: bold;
      border-radius: 5px;
      text-align: center; }
    .sub.blog_index #contents .c-box01 .blog-list > div .border-orange {
      display: inline-block;
      width: 110px;
      height: 30px;
      line-height: 30px;
      margin-top: 25px;
      color: #fa7d4a;
      font-size: 15px;
      text-align: center;
      border: 1px solid #fa7d4a; }
    .sub.blog_index #contents .c-box01 .blog-list > div ul li {
      padding: 8px 0;
      border-bottom: 1px dotted #826751; }
      .sub.blog_index #contents .c-box01 .blog-list > div ul li .date {
        display: block;
        font-size: 12px;
        color: #625956; }
      .sub.blog_index #contents .c-box01 .blog-list > div ul li a {
        font-size: 16px;
        text-decoration: none;
        color: #3e86c3; }
    .sub.blog_index #contents .c-box01 .blog-list > div .btn a {
      padding: 20px 0;
      line-height: 1; }
    .sub.blog_index #contents .c-box01 .blog-list .left-col h4 {
      background-color: #ffdaa4; }
    .sub.blog_index #contents .c-box01 .blog-list .right-col {
      margin-top: 30px; }
      .sub.blog_index #contents .c-box01 .blog-list .right-col h4 {
        background-color: #fed5c3; }

  /*-------------------------------
  INFORMATION
  -------------------------------*/
  .sub.information_index #mainVisual,
  .sub.information_detail #mainVisual {
    background-image: url("https://3e1fbd.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/news/main_visual.jpg"); }
  .sub.information_index #contents .c-box01,
  .sub.information_detail #contents .c-box01 {
    padding: 0 0 50px; }

  .sub.information_detail #contents .c-box01 h3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #fe7f4a; }
    .sub.information_detail #contents .c-box01 h3 span {
      flex-shrink: 0;
      -webkit-flex-shrink: 0;
      width: 70px;
      padding-top: 5px;
      font-size: 12px; }
  .sub.information_detail #contents .c-box01 .information-contents p:not(:nth-of-type(1)) {
    margin-top: 15px; }
  .sub.information_detail #contents .c-box01 .btn a {
    width: 100%;
    padding: 15px 0; }

  /*-------------------------------
  ACCESS
  -------------------------------*/
  .access #contents .c-box01 {
    padding-bottom: 100px; }
    .access #contents .c-box01 table {
      width: 100%;
      border-top: 1px solid #b8b1ab;
      border-bottom: 1px solid #b8b1ab; }
      .access #contents .c-box01 table th, .access #contents .c-box01 table td {
        padding: 10px;
        border-bottom: 1px dotted #b8b1ab; }
      .access #contents .c-box01 table th {
        width: 100px;
        font-weight: bold;
        background-color: #faf3e1; }
      .access #contents .c-box01 table td .headline {
        padding-left: 0;
        color: #554949;
        font-weight: bold; }
      .access #contents .c-box01 table td p {
        padding-left: 10px; }
      .access #contents .c-box01 table td .outlink {
        padding-right: 25px;
        background: url("https://6e2fde.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/outlink.jpg") no-repeat right 0; }
    .access #contents .c-box01 #googleMap1,
    .access #contents .c-box01 #googleMap2 {
      height: 250px; }

  /*-------------------------------
  CONTACT
  -------------------------------*/
  .contact #contents .c-box01 .mw_wp_form_confirm .prefecture {
    display: none; }
  .contact #contents .c-box01 .form-box {
    margin-top: 20px;
    padding-bottom: 50px; }
    .contact #contents .c-box01 .form-box table {
      border: 1px solid #b8b1ab; }
      .contact #contents .c-box01 .form-box table tr:nth-of-type(1) th {
        border-top: none; }
      .contact #contents .c-box01 .form-box table tr, .contact #contents .c-box01 .form-box table th, .contact #contents .c-box01 .form-box table td {
        display: block;
        width: 100%; }
      .contact #contents .c-box01 .form-box table th, .contact #contents .c-box01 .form-box table td {
        padding: 10px;
        border-top: 1px dotted #b8b1ab;
        vertical-align: top; }
      .contact #contents .c-box01 .form-box table td.checkbox-list > span {
        display: block;
        margin-left: 0; }
        .contact #contents .c-box01 .form-box table td.checkbox-list > span label {
          padding: 3px 0; }
      .contact #contents .c-box01 .form-box table td input[type="text"] {
        width: 100%;
        height: 38px;
        padding: 0 10px;
        border: 1px solid #b2b2b2;
        border-radius: 3px;
        font-size: 15px;
        box-sizing: border-box; }
        .contact #contents .c-box01 .form-box table td input[type="text"].short {
          width: 50px; }
        .contact #contents .c-box01 .form-box table td input[type="text"].middle {
          width: 100px; }
      .contact #contents .c-box01 .form-box table td span, .contact #contents .c-box01 .form-box table td select {
        vertical-align: middle; }
      .contact #contents .c-box01 .form-box table td select {
        width: 210px;
        height: 38px;
        padding: 0 10px;
        font-size: 15px;
        border: 1px solid #b2b2b2;
        border-radius: 3px; }
      .contact #contents .c-box01 .form-box table td textarea {
        width: 100%;
        height: 160px;
        padding: 10px;
        border: 1px solid #b2b2b2;
        border-radius: 3px;
        box-sizing: border-box; }
      .contact #contents .c-box01 .form-box table th {
        font-weight: bold;
        background-color: #faf3e1; }
        .contact #contents .c-box01 .form-box table th.must span::before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 46px;
          height: 24px;
          background: url("https://0d920c.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/contact/icon_must.png") no-repeat; }
        .contact #contents .c-box01 .form-box table th span {
          position: relative;
          display: block; }
    .contact #contents .c-box01 .form-box input[type="submit"].send {
      display: block;
      width: 300px;
      height: 60px;
      margin: 30px auto 0;
      background: url("https://d5e8e3.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_right_white_lightorange_18_18.png") no-repeat 95% center;
      color: #fff;
      border: none;
      outline: none;
      font-size: 20px;
      border-radius: 5px;
      background-color: #ffaa57; }
      .contact #contents .c-box01 .form-box input[type="submit"].send:hover {
        cursor: pointer; }
    .contact #contents .c-box01 .form-box input[type="submit"].back {
      display: block;
      width: 240px;
      height: 60px;
      background: url("https://d5e8e3.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_right_white_lightorange_18_18.png") no-repeat 95% center;
      color: #fff;
      border: none;
      outline: none;
      font-size: 20px;
      border-radius: 5px;
      background-color: #ffaa57; }
      .contact #contents .c-box01 .form-box input[type="submit"].back:hover {
        cursor: pointer; }
    .contact #contents .c-box01 .form-box .btn-group {
      display: flex;
      justify-content: center;
      align-items: center;
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-align-items: center;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; }
      .contact #contents .c-box01 .form-box .btn-group input.back, .contact #contents .c-box01 .form-box .btn-group input.send {
        margin: 0; }
      .contact #contents .c-box01 .form-box .btn-group input.back {
        width: 240px;
        background: url("https://89b4f3.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/arrow_circle_left_white_gley_19_19.png") no-repeat 15px center;
        background-color: #c0bfbf; }
      .contact #contents .c-box01 .form-box .btn-group input:nth-of-type(2) {
        margin-left: 20px; }

  .contact_thanks #contents .c-box01 {
    padding-bottom: 200px; }
    .contact_thanks #contents .c-box01 .btn a {
      width: 290px;
      padding: 15px 0; }

  /*-------------------------------
  CONSULTING
  -------------------------------*/
  .sub.consulting #mainVisual {
    background-image: url("https://7d6241.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/consultation/main_visual.jpg"); }
  .sub.consulting #contents .c-box01 .media-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .sub.consulting #contents .c-box01 .media-box .sentence {
      width: 100%;
      order: 0; }
    .sub.consulting #contents .c-box01 .media-box .thumbnail {
      width: 100%;
      margin-top: 20px;
      order: 1; }
      .sub.consulting #contents .c-box01 .media-box .thumbnail img {
        width: 100%; }
  .sub.consulting #contents .c-box01 .btn1 a {
    padding: 15px 0; }
  .sub.consulting #contents .c-box01 .img-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap; }
    .sub.consulting #contents .c-box01 .img-list img {
      width: 48%; }
  .sub.consulting #contents .c-box02 {
    padding: 60px 0 50px; }
    .sub.consulting #contents .c-box02 p:nth-of-type(1) {
      font-size: 24px; }

  /*-------------------------------
  SCHEDULE
  -------------------------------*/
  .sub.sche_fc #contents .c-box01,
  .sub.sche_mama #contents .c-box01 {
    padding-bottom: 60px; }
    .sub.sche_fc #contents .c-box01 > div.lightblue .headding,
    .sub.sche_mama #contents .c-box01 > div.lightblue .headding {
      background-color: #60c6c8; }
    .sub.sche_fc #contents .c-box01 > div.lightblue .course-description .title,
    .sub.sche_mama #contents .c-box01 > div.lightblue .course-description .title {
      color: #60c6c8; }
    .sub.sche_fc #contents .c-box01 > div.lightblue .schedule-table th,
    .sub.sche_mama #contents .c-box01 > div.lightblue .schedule-table th {
      background-color: #ecfdfd; }
    .sub.sche_fc #contents .c-box01 > div.blue .headding,
    .sub.sche_mama #contents .c-box01 > div.blue .headding {
      background-color: #5999d1; }
    .sub.sche_fc #contents .c-box01 > div.blue .course-description .title,
    .sub.sche_mama #contents .c-box01 > div.blue .course-description .title {
      color: #5999d1; }
    .sub.sche_fc #contents .c-box01 > div.blue .schedule-table th,
    .sub.sche_mama #contents .c-box01 > div.blue .schedule-table th {
      background-color: #eff7fd; }
  .sub.sche_fc #contents .headding,
  .sub.sche_mama #contents .headding {
    position: relative;
    padding: 10px 10px 10px 10px;
    color: #fff; }
    .sub.sche_fc #contents .headding span,
    .sub.sche_mama #contents .headding span {
      display: block; }
      .sub.sche_fc #contents .headding span:nth-of-type(1),
      .sub.sche_mama #contents .headding span:nth-of-type(1) {
        font-size: 14px; }
      .sub.sche_fc #contents .headding span:nth-of-type(2),
      .sub.sche_mama #contents .headding span:nth-of-type(2) {
        font-size: 18px;
        font-weight: bold; }
    .sub.sche_fc #contents .headding.stop,
    .sub.sche_mama #contents .headding.stop {
      padding-right: 110px; }
      .sub.sche_fc #contents .headding.stop::before,
      .sub.sche_mama #contents .headding.stop::before {
        content: '休講中';
        position: absolute;
        top: 12px;
        right: 10px;
        display: inline-block;
        width: 90px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        text-align: center;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 3px; }
  .sub.sche_fc #contents .teacher-list li,
  .sub.sche_mama #contents .teacher-list li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap; }
    .sub.sche_fc #contents .teacher-list li:not(:nth-of-type(1)),
    .sub.sche_mama #contents .teacher-list li:not(:nth-of-type(1)) {
      margin-top: 10px; }
    .sub.sche_fc #contents .teacher-list li span,
    .sub.sche_mama #contents .teacher-list li span {
      font-weight: bold; }
      .sub.sche_fc #contents .teacher-list li span:nth-of-type(1),
      .sub.sche_mama #contents .teacher-list li span:nth-of-type(1) {
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        width: 100px; }
  .sub.sche_fc #contents #googleMap,
  .sub.sche_mama #contents #googleMap {
    width: 100%;
    height: 350px; }

  .sub.sche_mama #contents .c-box01 .media-box.description {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .sub.sche_mama #contents .c-box01 .media-box.description .sentence {
      width: 100%;
      order: 1; }
      .sub.sche_mama #contents .c-box01 .media-box.description .sentence .yellow-box {
        margin-top: 15px;
        padding: 15px 10px; }
        .sub.sche_mama #contents .c-box01 .media-box.description .sentence .yellow-box .headline {
          color: #5999d1;
          font-weight: bold; }
        .sub.sche_mama #contents .c-box01 .media-box.description .sentence .yellow-box ul {
          margin-top: 15px; }
          .sub.sche_mama #contents .c-box01 .media-box.description .sentence .yellow-box ul li {
            padding-left: 15px;
            font-size: 15px;
            font-weight: bold;
            background: url("https://533927.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/dot_orange_9_9.png") no-repeat left center; }
    .sub.sche_mama #contents .c-box01 .media-box.description .thumbnail {
      width: 100%;
      margin-top: 20px;
      order: 2; }
      .sub.sche_mama #contents .c-box01 .media-box.description .thumbnail img {
        width: 100%; }
  .sub.sche_mama #contents .c-box01 .btn1 a {
    padding: 17px 0; }
  .sub.sche_mama #contents .c-box01 .btn2 a {
    padding: 17px 0; }
  .sub.sche_mama #contents .c-box01 .voice-box {
    position: relative;
    margin: 35px 0 0 100px;
    padding: 20px;
    background-color: #fffef7;
    border: 1px solid #faa37e;
    border-radius: 5px;
    font-size: 14px; }
    .sub.sche_mama #contents .c-box01 .voice-box.v-box01::after {
      background: url("https://2c9d53.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/sche/sche02/voice01.png") no-repeat; }
    .sub.sche_mama #contents .c-box01 .voice-box.v-box02::after {
      background: url("https://91180d.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/sche/sche02/voice02.png") no-repeat; }
    .sub.sche_mama #contents .c-box01 .voice-box::after {
      content: '';
      position: absolute;
      top: 50%;
      left: -100px;
      width: 80px;
      height: 81px;
      margin-top: -40px;
      background-size: 80px auto !important; }
    .sub.sche_mama #contents .c-box01 .voice-box::before {
      content: '';
      position: absolute;
      top: 50%;
      left: -18px;
      width: 18px;
      height: 25px;
      margin-top: -12px;
      background: url("https://c99c9f.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/sche/sche02/balloon_triangle.png") no-repeat;
      background-size: 18px auto; }

  .sub.sche_fc #contents .btn a {
    padding: 17px 0; }

  .sub.sche #localNavi ul {
    margin-top: 10px; }
    .sub.sche #localNavi ul:nth-of-type(1) li:not(:nth-of-type(1)) {
      margin-top: 5px; }
    .sub.sche #localNavi ul:nth-of-type(1) li a {
      width: 100%;
      padding: 15px 0;
      font-size: 14px; }
    .sub.sche #localNavi ul:nth-of-type(2) li:not(:nth-of-type(1)) {
      margin-top: 5px; }
    .sub.sche #localNavi ul:nth-of-type(2) li a {
      width: 100%;
      padding: 15px 0;
      font-size: 14px; }
  .sub.sche #localNavi p:nth-of-type(2) {
    margin-top: 20px; }
  .sub.sche #contents .c-box01 {
    padding-top: 20px; }
    .sub.sche #contents .c-box01 .media-box {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: flex-start;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      .sub.sche #contents .c-box01 .media-box .thumbnail {
        width: 100%;
        margin-top: 20px;
        order: 2; }
        .sub.sche #contents .c-box01 .media-box .thumbnail img {
          width: 100%; }
      .sub.sche #contents .c-box01 .media-box .sentence {
        width: 100%;
        order: 1; }
  .sub.sche #contents .c-box02 {
    padding: 100px 0 90px; }

  /*-------------------------------
  FAMILY
  -------------------------------*/
  .sub.family_index #mainVisual,
  .sub.family_course #mainVisual {
    height: 180px;
    background-image: url("https://ed1abf.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/family/main_visual.jpg"); }

  .sub.family_member_detail #contents .c-box01 {
    padding: 0 0 40px; }
    .sub.family_member_detail #contents .c-box01 .member-detail .thumbnail {
      text-align: center; }
      .sub.family_member_detail #contents .c-box01 .member-detail .thumbnail img {
        max-width: 300px;
        width: 100%; }
    .sub.family_member_detail #contents .c-box01 .member-detail .sentence {
      margin-top: 20px;
      padding: 15px 0;
      border-top: 2px solid #f88758; }
      .sub.family_member_detail #contents .c-box01 .member-detail .sentence .job {
        font-size: 16px;
        color: #f67944; }
      .sub.family_member_detail #contents .c-box01 .member-detail .sentence .name {
        font-size: 24px;
        font-weight: bold; }
      .sub.family_member_detail #contents .c-box01 .member-detail .sentence .kana {
        font-size: 14px;
        font-weight: bold;
        color: #595350; }
      .sub.family_member_detail #contents .c-box01 .member-detail .sentence .history {
        margin-top: 10px;
        padding: 20px;
        background-color: #f4f4eb; }
        .sub.family_member_detail #contents .c-box01 .member-detail .sentence .history li {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          display: -webkit-flex;
          -webkit-justify-content: flex-start;
          -webkit-align-items: flex-start;
          flex-wrap: nowrap;
          -webkit-flex-wrap: nowrap;
          font-size: 14px; }
          .sub.family_member_detail #contents .c-box01 .member-detail .sentence .history li .year {
            flex-shrink: 0;
            -webkit-flex-shrink: 0;
            width: 75px; }
          .sub.family_member_detail #contents .c-box01 .member-detail .sentence .history li span:nth-of-type(2) {
            width: 100%; }
        .sub.family_member_detail #contents .c-box01 .member-detail .sentence .history .lisence {
          margin-top: 20px; }
          .sub.family_member_detail #contents .c-box01 .member-detail .sentence .history .lisence .headline {
            height: 35px;
            line-height: 35px;
            text-align: center;
            color: #403935;
            font-size: 14px;
            border: 1px solid #9c9c8c; }
          .sub.family_member_detail #contents .c-box01 .member-detail .sentence .history .lisence p:nth-of-type(2) {
            margin-top: 10px;
            font-size: 14px; }
    .sub.family_member_detail #contents .c-box01 .comment {
      font-size: 16px; }
    .sub.family_member_detail #contents .c-box01 .profile-box {
      border-top: 1px solid #b8b1ab;
      border-bottom: 1px solid #b8b1ab; }
      .sub.family_member_detail #contents .c-box01 .profile-box th, .sub.family_member_detail #contents .c-box01 .profile-box td {
        padding: 10px;
        font-size: 14px;
        border-bottom: 1px dotted #826751; }
      .sub.family_member_detail #contents .c-box01 .profile-box th {
        width: 100px;
        background-color: #f4f4eb; }
    .sub.family_member_detail #contents .c-box01 .btn a {
      padding: 20px 0;
      line-height: 1; }

  .sub.family_member #contents .c-box01 {
    padding: 0 0 80px; }
    .sub.family_member #contents .c-box01 .p1 {
      font-size: 14px; }

  .sub.family_course #localNavi ul {
    margin-top: 6px; }
    .sub.family_course #localNavi ul:nth-of-type(1) li {
      width: 100%; }
      .sub.family_course #localNavi ul:nth-of-type(1) li:not(:nth-of-type(1)) {
        margin-top: 10px; }
      .sub.family_course #localNavi ul:nth-of-type(1) li a {
        width: 100%;
        padding: 15px 0;
        font-size: 14px; }
    .sub.family_course #localNavi ul:nth-of-type(2) li:not(:nth-of-type(1)) {
      margin-top: 10px; }
    .sub.family_course #localNavi ul:nth-of-type(2) li a {
      width: 100%;
      padding: 15px 0;
      font-size: 14px; }
  .sub.family_course #localNavi p:nth-of-type(2) {
    margin-top: 20px; }
  .sub.family_course #contents .c-box01 {
    padding-top: 20px; }
    .sub.family_course #contents .c-box01 .faq-list {
      border-top: 1px solid #b8b1ab;
      border-bottom: 1px solid #b8b1ab; }
      .sub.family_course #contents .c-box01 .faq-list > div {
        padding: 15px 30px;
        font-size: 16px; }
        .sub.family_course #contents .c-box01 .faq-list > div:not(:last-child) {
          border-bottom: 1px dotted #b8b1ab; }
        .sub.family_course #contents .c-box01 .faq-list > div .question {
          padding: 10px 0 10px 45px;
          font-weight: bold;
          background: url("https://e21775.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/question.png") no-repeat left 5px; }
        .sub.family_course #contents .c-box01 .faq-list > div .answer {
          padding: 10px 0 10px 45px;
          background: url("https://67cecc.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/answer.png") no-repeat left 5px; }
    .sub.family_course #contents .c-box01 .btn-group .orange a {
      padding: 10px 0; }
    .sub.family_course #contents .c-box01 .btn-group .lightorange a {
      padding: 21px 0; }
  .sub.family_course #contents .c-box02 {
    padding-bottom: 60px; }

  .sub.family_index #localNavi ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .sub.family_index #localNavi li {
    width: 100%; }
    .sub.family_index #localNavi li:not(:nth-of-type(1)) {
      margin-top: 10px; }
    .sub.family_index #localNavi li a {
      width: 100%;
      padding: 15px 35px;
      color: #6f6c5e;
      font-size: 14px; }
  .sub.family_index #contents .bg-gley {
    padding: 10px;
    background-color: #f4f3e9;
    font-size: 16px;
    color: #f67944;
    text-align: center;
    border-bottom: 1px dotted #a3a087; }
  .sub.family_index #contents .yellow-box {
    padding: 20px; }
    .sub.family_index #contents .yellow-box .left-col {
      border: 1px solid #fe8350;
      border-radius: 3px;
      text-align: center;
      color: #fe8350;
      font-size: 20px; }
    .sub.family_index #contents .yellow-box .right-col {
      margin-top: 15px; }
      .sub.family_index #contents .yellow-box .right-col ul li {
        padding-left: 15px;
        color: #403935;
        background: url("https://533927.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/dot_orange_9_9.png") no-repeat left center; }
  .sub.family_index #contents .c-box01 {
    padding-top: 20px; }
    .sub.family_index #contents .c-box01 .list.circle > div {
      width: 205px;
      height: 205px;
      margin: 20px auto;
      padding-top: 15px;
      border-radius: 205px;
      text-align: center; }
      .sub.family_index #contents .c-box01 .list.circle > div:nth-of-type(1) {
        background-color: #faf4d5; }
        .sub.family_index #contents .c-box01 .list.circle > div:nth-of-type(1) .num {
          color: #f5ab30; }
          .sub.family_index #contents .c-box01 .list.circle > div:nth-of-type(1) .num::before {
            background-color: #f5ab30; }
        .sub.family_index #contents .c-box01 .list.circle > div:nth-of-type(1) .title {
          padding-top: 20px;
          font-size: 20px; }
      .sub.family_index #contents .c-box01 .list.circle > div:nth-of-type(2) {
        background-color: #fee9d2; }
        .sub.family_index #contents .c-box01 .list.circle > div:nth-of-type(2) .num {
          color: #f67944; }
          .sub.family_index #contents .c-box01 .list.circle > div:nth-of-type(2) .num::before {
            background-color: #f67944; }
        .sub.family_index #contents .c-box01 .list.circle > div:nth-of-type(2) .title {
          padding-top: 5px;
          font-size: 18px; }
      .sub.family_index #contents .c-box01 .list.circle > div:nth-of-type(3) {
        background-color: #e2f5f6; }
        .sub.family_index #contents .c-box01 .list.circle > div:nth-of-type(3) .num {
          color: #60bdc0; }
          .sub.family_index #contents .c-box01 .list.circle > div:nth-of-type(3) .num::before {
            background-color: #60bdc0; }
        .sub.family_index #contents .c-box01 .list.circle > div:nth-of-type(3) .title {
          padding-top: 20px;
          font-size: 20px; }
      .sub.family_index #contents .c-box01 .list.circle > div .num {
        position: relative;
        display: inline-block;
        font-size: 42px;
        font-style: italic;
        font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }
        .sub.family_index #contents .c-box01 .list.circle > div .num::before {
          content: '';
          position: absolute;
          bottom: 5px;
          left: 0;
          width: 100%;
          height: 1px; }
    .sub.family_index #contents .c-box01 figure.img {
      position: relative; }
      .sub.family_index #contents .c-box01 figure.img figcaption {
        width: 100%;
        padding: 10px;
        font-size: 14px;
        background-color: #fff;
        text-align: center; }
    .sub.family_index #contents .c-box01 .yellow-box .left-col {
      height: 85px;
      line-height: 85px; }
    .sub.family_index #contents .c-box01 .btn a {
      padding: 20px 0; }
  .sub.family_index #contents .c-box02 .list .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    padding: 10px;
    border: 1px solid #87d3d7;
    border-radius: 3px; }
    .sub.family_index #contents .c-box02 .list .item span:nth-of-type(1) {
      flex-shrink: 0;
      -webkit-flex-shrink: 0;
      width: 40px;
      height: 40px;
      padding-left: 15px;
      line-height: 40px;
      background-color: #87d3d7;
      border-radius: 40px;
      color: #fff;
      font-size: 16px;
      font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
      font-style: italic;
      box-sizing: border-box; }
    .sub.family_index #contents .c-box02 .list .item span:nth-of-type(2) {
      padding-left: 15px; }
  .sub.family_index #contents .c-box02 .list figure {
    margin: 15px 0;
    text-align: center; }
  .sub.family_index #contents .c-box02 .btn a {
    padding: 15px 0; }
  .sub.family_index #contents .c-box03 .btn a {
    padding: 15px 0; }
  .sub.family_index #contents .c-box03 .media-box .thumbnail {
    flex-shrink: 0;
    -webkit-flex-shrink: 0; }
  .sub.family_index #contents .c-box03 .media-box .sentence {
    margin-top: 20px;
    letter-spacing: -0.08em; }
  .sub.family_index #contents .c-box03 .yellow-box .left-col {
    height: 65px;
    line-height: 65px; }
  .sub.family_index #contents .c-box04 {
    padding-bottom: 40px; }
    .sub.family_index #contents .c-box04 .name {
      padding: 0;
      font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
      text-align: right; }
      .sub.family_index #contents .c-box04 .name span {
        display: block; }
        .sub.family_index #contents .c-box04 .name span:nth-of-type(1) {
          font-size: 16px; }
        .sub.family_index #contents .c-box04 .name span:nth-of-type(2) {
          font-size: 22px;
          font-weight: bold; }

  /*-------------------------------
  SUB
  -------------------------------*/
  .sub #mainVisual {
    display: table;
    width: 100%;
    height: 161px;
    background-image: url("https://d9ee35.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/common/sub_main_visual.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .sub #mainVisual .inner {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      padding: 0 20px; }
      .sub #mainVisual .inner p {
        font-size: 14px;
        font-family: "Open Sans";
        color: #f88758;
        letter-spacing: 0.15em;
        font-weight: bold; }
      .sub #mainVisual .inner h1, .sub #mainVisual .inner h2 {
        margin-top: 15px;
        font-size: 24px;
        color: #413835;
        line-height: 1.2;
        text-shadow: 0 0 5px #fff; }
        .sub #mainVisual .inner h1 .small, .sub #mainVisual .inner h2 .small {
          display: block;
          font-size: 16px;
          line-height: 1; }
  .sub #contents {
    padding-top: 20px; }

  /*-------------------------------
  HOME
  -------------------------------*/
  .home #mainVisual {
    position: relative;
    width: 100%;
    height: 300px;
    background: url("https://35eb1d.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/top/main_visual.jpg") no-repeat center center;
    background-size: cover; }
    .home #mainVisual .inner {
      padding-top: 25px;
      text-align: center;
      font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }
      .home #mainVisual .inner h2 {
        font-size: 24px;
        color: #413835;
        letter-spacing: -0.05em; }
      .home #mainVisual .inner p {
        margin-top: 15px;
        font-size: 18px;
        color: #f76527;
        line-height: 1; }
  .home #contents .c-box01 {
    position: relative;
    z-index: 1;
    margin-top: -80px;
    padding-bottom: 30px; }
    .home #contents .c-box01 .btn-group a {
      line-height: 1;
      padding: 20px 0; }
  .home #contents .btn3 {
    position: relative; }
    .home #contents .btn3 a {
      padding: 16px 0; }
  .home #contents .c-box02 {
    padding: 30px 0;
    background: url("https://0db58d.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/common/contents_bg01.png"); }
    .home #contents .c-box02 .btn a {
      padding: 20px 0;
      line-height: 1; }
  .home #contents .c-box03 {
    padding: 30px 0; }
    .home #contents .c-box03 h3 {
      padding-bottom: 10px;
      font-size: 18px;
      color: #3e322b;
      border-bottom: 1px dashed #c1b5af; }
      .home #contents .c-box03 h3 span {
        padding: 0 25px 0 35px;
        color: #fe8350;
        background: url("https://0110cc.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/icon/document.png") no-repeat left center;
        background-size: 20px auto; }
    .home #contents .c-box03 .btn a {
      padding: 20px 0;
      line-height: 1; }
  .home #contents .c-box04 {
    padding-top: 30px;
    padding-bottom: 30px;
    background: url("https://0db58d.claudeassets.com/20250622001042im_/https://www.familyc.net/wp/wp-content/themes/FAMILY_C/images/common/contents_bg01.png"); }
    .home #contents .c-box04 .p1 {
      font-size: 14px;
      color: #4b4340; }
    .home #contents .c-box04 .btn6 a {
      padding: 16px 0; }
  .home #contents .c-box05 {
    padding: 30px 0; }
    .home #contents .c-box05 .btn-group .btn a {
      padding: 20px 0;
      line-height: 1; } }

/*# sourceMappingURL=style.css.map */

/*
     FILE ARCHIVED ON 07:35:59 Jan 19, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:51:08 Jun 09, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.357
  exclusion.robots: 0.037
  exclusion.robots.policy: 0.031
  esindex: 0.006
  cdx.remote: 7.449
  LoadShardBlock: 106.729 (3)
  PetaboxLoader3.resolve: 207.783 (4)
  PetaboxLoader3.datanode: 192.431 (4)
  load_resource: 306.793
*/