@charset "UTF-8";
/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (max-width: 640px) {
  /* メインイメージ */
  .top_main_image {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .top_main_image > li > img {
    max-width: 100%;
    vertical-align: bottom;
  }
  /* ごあいさつ */
  .top_greeting .intro {
    border: 2px #0FAD67 solid;
    padding: 20px 15px;
    border-radius: 8px;
    margin-bottom: 2em;
    font-size: 1.4rem;
    line-height: 1.8;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .top_greeting .intro > div:nth-child(1) {
    order: 2;
  }
  .top_greeting .intro > div:nth-child(2) {
    order: 1;
    text-align: center;
  }
  .top_greeting .intro > div:nth-child(2) > img {
    width: 50%;
  }
  .top_greeting .intro > div img {
    width: 100%;
  }
  .top_greeting .intro > div p::first-letter {
    padding-left: 1em;
  }
  .top_greeting ul {
    list-style: decimal;
    padding-left: 1.5em;
    font-size: 1.8rem;
  }
  .top_greeting ul li {
    margin-bottom: 2em;
  }
  .top_greeting ul li:last-child {
    margin-bottom: 0;
  }
  .top_greeting ul li h3 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1em;
  }
  .top_greeting ul li p {
    font-size: 1.4rem;
    margin-bottom: 1em;
  }
  .top_greeting ul li p:last-child {
    margin-bottom: 0;
  }
  .top_greeting ul li p::first-letter {
    padding-left: 1em;
  }
  .top_greeting ul li p.aside {
    font-size: 1.4rem;
    color: #666;
  }
  .top_greeting ul li p sup {
    vertical-align: top;
    position: relative;
    top: -0.4em;
    font-size: 1.4rem;
  }
  .top_greeting ul li p span {
    color: #d00;
  }
  .top_example {
    background-color: #fff;
  }
  .top_example .example_box1 {
    width: 90%;
    margin: 0 auto 20px;
    background-color: #F4FFF4;
    border-radius: 8px;
    padding: 15px 10px;
    border: 1px #4FAD67 solid;
  }
  .top_example .example_box1 > ul {
    padding-left: 2em;
    list-style: disc;
  }
  .top_example .example_box1 > ul > li {
    margin-bottom: 3px;
  }
  .top_example .example_box1 > ul > li:last-child {
    margin-bottom: 0;
  }
  .top_example .example_box2 > table {
    width: 100%;
    margin: 20px 0;
  }
  .top_example .example_box2 > table th, .top_example .example_box2 > table td {
    padding: 10px;
    border: 1px #ccc solid;
    font-size: 1.2rem;
  }
  .top_example .example_box2 > table th {
    width: 6em;
    background-color: #eee;
  }
  /* ロゴマークに込められた想い */
  .top_logo {
    background-color: #fff;
  }
  .top_logo .top_logo_mark {
    margin-bottom: 20px;
    text-align: center;
  }
  /* ご相談内容 */
  .top_consultation .top_consultation_common {
    margin-bottom: 20px;
  }
  .top_consultation .top_consultation_tb > .top_consultation_left {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .top_consultation .top_consultation_tb > .top_consultation_left > div > ul {
    margin: 0;
    list-style-type: disc;
    padding-left: 15px;
    text-align: left;
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
  .top_consultation .top_consultation_tb > .top_consultation_left > div > ul > li {
    color: #119a5c;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .top_consultation .top_consultation_tb > .top_consultation_left > div > ul > li:last-child {
    margin-bottom: 0;
  }
  .top_consultation .top_consultation_tb > .top_consultation_left > div > ul > li > span {
    color: #333;
  }
  .top_consultation .top_consultation_tb > .top_consultation_right {
    text-align: center;
  }
  .top_consultation .top_consultation_tb > .top_consultation_right > img {
    max-width: 100%;
  }
  .programTableTitle {
    margin: 0 auto 10px;
    position: relative;
  }
  .programTableTitle > h3 {
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .programTableTitle > h3 > span {
    font-size: 2.2rem;
  }
  .programTableTitle > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .programTable {
    margin: 0 auto 40px;
  }
  .programTable > div {
    display: grid;
    grid-template-columns: 8em 1fr;
    border-bottom: 1px #ccc solid;
  }
  .programTable > div > div {
    padding: 10px 0;
    font-size: 1.2rem;
  }
  .areaTable > div {
    margin-bottom: 30px;
  }
  .areaTable > div:last-child {
    margin-bottom: 0;
  }
  .areaTable > div:nth-child(1) > div:nth-child(1) {
    background-color: #EDE79A;
  }
  .areaTable > div:nth-child(2) > div:nth-child(1) {
    background-color: #fbcfd2;
  }
  .areaTable > div:nth-child(3) > div:nth-child(1) {
    background-color: #facda0;
  }
  .areaTable > div:nth-child(4) > div:nth-child(1) {
    background-color: #abd7fb;
  }
  .areaTable > div:nth-child(5) > div:nth-child(1) {
    background-color: #d9f0a8;
  }
  .areaTable > div > div:nth-child(1) {
    width: 60%;
    margin: 0 auto 20px;
    padding: 10px 20px;
    border-radius: 8px;
  }
  .areaTable > div > div:nth-child(1) h4 {
    text-align: center;
    padding: 0;
    background: none;
    font-size: 1.8rem;
    border-bottom: none;
    letter-spacing: 0;
  }
  .areaTable > div > div:nth-child(1) > div img {
    max-width: 100%;
    vertical-align: bottom;
  }
  .areaTable > div > div:nth-child(2) {
    letter-spacing: 1px;
  }
  .areaTable > div > div:nth-child(2) > ul {
    padding-left: 1.5em;
    list-style: disc;
  }
  .areaTable > div > div:nth-child(2) > ul > li {
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .areaTable > div > div:nth-child(2) > ul > li:last-child {
    margin-bottom: 0;
  }
}
/* ------------------------------------------
 TB
------------------------------------------ */
@media print, screen and (min-width: 641px) {
  /* メインイメージ */
  .top_main_image {
    max-width: 1000px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
  }
  .top_main_image > li > img {
    max-width: 100%;
    vertical-align: bottom;
  }
  /* ごあいさつ */
  .top_greeting .intro {
    width: 90%;
    margin: 0 auto;
    border: 2px #0FAD67 solid;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 2em;
    font-size: 1.8rem;
    line-height: 1.8;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 1fr 180px;
    gap: 50px;
  }
  .top_greeting .intro > div img {
    width: 100%;
  }
  .top_greeting .intro > div p::first-letter {
    padding-left: 1em;
  }
  .top_greeting ul {
    width: 90%;
    margin: 0 auto;
    list-style: decimal;
    padding-left: 1.5em;
  }
  .top_greeting ul li {
    margin-bottom: 2em;
  }
  .top_greeting ul li:last-child {
    margin-bottom: 0;
  }
  .top_greeting ul li h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1em;
  }
  .top_greeting ul li p {
    padding-left: 1em;
    margin-bottom: 1em;
  }
  .top_greeting ul li p:last-child {
    margin-bottom: 0;
  }
  .top_greeting ul li p::first-letter {
    padding-left: 1em;
  }
  .top_greeting ul li p.aside {
    font-size: 1.4rem;
    color: #666;
  }
  .top_greeting ul li p sup {
    vertical-align: top;
    position: relative;
    top: -0.4em;
    font-size: 1.4rem;
  }
  .top_greeting ul li p span {
    color: #d00;
  }
  .top_example {
    background-color: #fff;
  }
  .top_example .example_box1 {
    width: 60%;
    margin: 0 auto 20px;
    background-color: #F4FFF4;
    border-radius: 8px;
    padding: 20px;
    border: 1px #4FAD67 solid;
  }
  .top_example .example_box1 > ul {
    padding-left: 2em;
    list-style: disc;
  }
  .top_example .example_box1 > ul > li {
    margin-bottom: 3px;
  }
  .top_example .example_box1 > ul > li:last-child {
    margin-bottom: 0;
  }
  .top_example .example_box2 > table {
    width: 100%;
    margin: 20px 0;
  }
  .top_example .example_box2 > table th, .top_example .example_box2 > table td {
    padding: 10px;
    border: 1px #ccc solid;
  }
  .top_example .example_box2 > table th {
    width: 8em;
    background-color: #eee;
  }
  /* ロゴマークに込められた想い */
  .top_logo {
    background-color: #fff;
  }
  .top_logo .top_logo_mark {
    margin-bottom: 20px;
    text-align: center;
  }
  /* ご相談内容 */
  .top_consultation .top_consultation_common {
    text-align: center;
    margin-bottom: 20px;
  }
  .top_consultation .top_consultation_tb {
    display: table;
    table-layout: fixed;
    margin: 0 auto;
  }
  .top_consultation .top_consultation_tb > div {
    display: table-cell;
  }
  .top_consultation .top_consultation_tb > .top_consultation_left {
    vertical-align: top;
  }
  .top_consultation .top_consultation_tb > .top_consultation_left > div {
    display: inline-block;
    padding-right: 30px;
  }
  .top_consultation .top_consultation_tb > .top_consultation_left > div > ul {
    margin: 0;
    list-style-type: disc;
    padding-left: 15px;
    text-align: left;
    font-size: 18px;
    line-height: 2.4;
  }
  .top_consultation .top_consultation_tb > .top_consultation_left > div > ul > li {
    color: #119a5c;
  }
  .top_consultation .top_consultation_tb > .top_consultation_left > div > ul > li > span {
    color: #333;
  }
  .top_consultation .top_consultation_tb > .top_consultation_right {
    text-align: center;
    vertical-align: middle;
  }
  .top_consultation .top_consultation_tb > .top_consultation_right > img {
    max-width: 100%;
  }
  .programTableTitle {
    width: 840px;
    margin: 0 auto 20px;
    position: relative;
  }
  .programTableTitle > h3 {
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
  .programTableTitle > h3 > span {
    font-size: 2.4rem;
  }
  .programTableTitle > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .programTable {
    width: 840px;
    margin: 0 auto 40px;
  }
  .programTable > div {
    display: grid;
    grid-template-columns: 10em 1fr;
    border-bottom: 1px #ccc solid;
  }
  .programTable > div > div {
    padding: 10px;
  }
  .areaTable {
    width: 840px;
    margin: 0 auto;
  }
  .areaTable > div {
    display: grid;
    grid-template-columns: 200px 1fr;
    margin-bottom: 20px;
  }
  .areaTable > div:last-child {
    margin-bottom: 0;
  }
  .areaTable > div:nth-child(1) > div:nth-child(1) {
    background-color: #EDE79A;
  }
  .areaTable > div:nth-child(2) > div:nth-child(1) {
    background-color: #fbcfd2;
  }
  .areaTable > div:nth-child(3) > div:nth-child(1) {
    background-color: #facda0;
  }
  .areaTable > div:nth-child(4) > div:nth-child(1) {
    background-color: #abd7fb;
  }
  .areaTable > div:nth-child(5) > div:nth-child(1) {
    background-color: #d9f0a8;
  }
  .areaTable > div > div:nth-child(1) {
    padding: 20px;
    border-radius: 8px;
  }
  .areaTable > div > div:nth-child(1) h4 {
    text-align: center;
    padding: 0;
    background: none;
    font-size: 1.8rem;
    border-bottom: none;
    letter-spacing: 0;
  }
  .areaTable > div > div:nth-child(1) > div img {
    max-width: 100%;
  }
  .areaTable > div > div:nth-child(2) {
    padding-left: 40px;
    letter-spacing: 1px;
  }
  .areaTable > div > div:nth-child(2) > ul {
    padding-left: 1.5em;
    list-style: disc;
  }
  .areaTable > div > div:nth-child(2) > ul > li {
    margin-bottom: 10px;
  }
  .areaTable > div > div:nth-child(2) > ul > li:last-child {
    margin-bottom: 0;
  }
}