@charset "utf-8";

/*PC（900px以上）*/

@media screen and (min-width: 900px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  .column3-top {
    width: 100%;
  }

  .column3-top img {
    display: block;
    width: 70%;
    margin: 0 auto;
    padding-top: 70px;
  }

  main,
  .column-main {
    width: 80%;
    margin: 0 auto;
  }

  .column-title h1 {
    font-size: 2.8vw;
    text-align: center;
    letter-spacing: 2px;
    color: #111;
    line-height: 1.4;
  }

  .column-title img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }

  .column-main dl {
    width: 80%;
    margin: 0 auto;
  }

  .column-main dl dt {
    font-size: 20px;
    line-height: 1.6;
  }

  .column-main dl dd {
    padding-left: 20px;
    font-size: 20px;
    line-height: 1.6;
  }

  .column-contents {
    width: 80%;
    margin: 0 auto;
  }

  .column-contents p,
  .column-contents-part p {
    font-size: 18px;
    line-height: 1.5;
    color: #222;
    padding: 10px 0;
  }

  .column-contents-part {
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
  }

  .column-contents-part h2 {
    font-size: 32px;
    letter-spacing: 1px;
    color: #111;
    line-height: 1.4;
  }

  .column-contents-part h3 {
    font-size: 24px;
    letter-spacing: 1px;
    color: #111;
    line-height: 1.4;
  }

  .column-contents-part img {
    display: block;
    width: 40%;
  }

  .column-contents-part ul li {
    font-size: 18px;
    line-height: 1.5;
    color: #222;
  }

  .column-contents-part p span {
    border-bottom: solid 1px #111;
    font-weight: bold;
  }

  .column-contents-part table {
    width: 90%;
    margin: 0 auto;
    table-layout: fixed;
  }

  .column-contents-part table tr th {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
  }

  .column-contents-part table tr td {
    font-size: 18px;
    line-height: 1.5;
    padding: 5px;
  }

  .attention {
    border: 1px solid #000;
    padding: 5px;
  }

  .column-contents-part .attention li {
    font-size: 12px;
    line-height: 1.5;
  }

  .column-contents-inquiry {
    width: 60%;
    margin: 0 auto;
    background-color: #ff6600;
    border-radius: 20px;
  }

  .column-contents-inquiry a {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 3;
  }

  /* ◆ ふきだし ◆ */

  .column-fuki {
    margin: 20px 0;
  }

  .column-fuki:after,
  .column-fuki:before {
    clear: both;
    content: "";
    display: block;
  }

  .column-fuki-img-left {
    margin-left: 10px;
    margin-top: 1px;
    float: left;
    width: 90px;
    height: 90px;
  }

  .column-fuki figure img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: 0;
    vertical-align: middle;
    border: 1px solid #ccc;
  }

  .column-fuki-img-name {
    padding: 0;
    margin-top: 3px;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
    text-align: center;
    display: block;
  }

  .column-chat-text-left {
    position: relative;
    /* margin: 0 100px 16px; */
    padding: 16px;
    box-shadow: 1px 1px 5px #aaaaaa90;
    border-radius: 10px;
    min-height: 80px;
    display: flex;
    align-items: center;
    line-height: 1.5;
    background-color: #ead9ff;
    border: 1px solid #d0b0ff;
  }

  .column-chat-text-left p {
    margin: 0 !important;
    font-size: 18px;
  }

  .column-chat-text-left:before {
    position: absolute;
    top: 16px;
    left: -24px;
    content: "";
    border: 12px solid transparent;
    border-right: 12px solid #d0b0ff;
  }

  .column-chat-text-left:after {
    position: absolute;
    top: 16px;
    left: -22px;
    content: "";
    border: 12px solid transparent;
    border-right: 12px solid #ead9ff;
  }

  /* 2023.11.28ページ遷移ボタン */
  #page-senni-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border-radius: 8px;
    /* display: none; */
  }

  #page-senni-button:hover {
    opacity: 0.8;
    cursor: pointer;
  }
  .column_image_100 {
    width: 90%;
    margin: 5px auto;
}

.column_image_100 img {
    width: 1000vh;
    max-width: 100%;
}

.column_link_part {
    font-size: 16px;
    text-align: left;
    margin: 5px auto;
    width: 100%;
    line-height: 1.2;
}
.window_column_table{
    border: 1;

}
.window_column_table tr td:first-child{
    vertical-align: middle;
}
}
