@charset "UTF-8";
/* Scss Document */
@import "https://fonts.googleapis.com/css?family=Roboto:400,500,700";
/*reuse*/
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%; }

body {
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  line-height: 1.5;
  font-size: 1.4rem;
  font-family: 'Roboto', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-color: #fff; }

/*commmon*/
.tablet_on {
  display: none; }

.sp_on {
  display: none; }

img {
  height: auto;
  vertical-align: bottom; }

.clear:after {
  content: " ";
  display: block;
  clear: both; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a.arrow-ic {
    display: inline-block;
    color: #333;
    font-size: 1.6rem; }
    a.arrow-ic span {
      padding-left: 20px;
      background: url(/support/common/images/top/h2_ic02.png) no-repeat left center/12px auto; }

.gray-btn {
  display: block;
  color: #333;
  text-align: center;
  background-color: #F5F7F9;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s; }
  .gray-btn:hover {
    background-color: #DBDBDB;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.32); }

.white-btn {
  display: block;
  color: #333;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s; }
  .white-btn:hover {
    background-color: #F5F7F9;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.32); }

.blue-btn {
  display: block;
  color: #fff;
  text-align: center;
  background-color: #006FA0;
  transition: all 0.3s; }
  .blue-btn:hover {
    text-decoration: none;
    background-color: #007DB4; }

.yellow-btn {
  display: block;
  color: #fff;
  text-align: center;
  background-color: #D99D27;
  transition: all 0.3s; }
  .yellow-btn:hover {
    text-decoration: none;
    background-color: #E5AD3F; }

.wrap {
  width: 100%;
  max-width: 1000px;
  padding: 80px 0;
  margin: 0 auto; }

table {
  width: 100%;
  border-collapse: collapse; }

h1 {
  padding: 40px 0;
  color: #000;
  font-size: 3.4rem;
  font-weight: normal;
  text-align: center;
  background-color: #DBF4FF; }
  h1.call_ic span {
    padding-left: 38px;
    background: url(/support/inquiry/common/images/contact_ic01.png) no-repeat left center/36px auto; }

.newslists {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 1.6rem; }
  .newslists__list {
    padding-bottom: 20px;
    border-bottom: 1px dashed gray; }
    .newslists__list .list-wrap {
      display: flex;
      gap: 10px; }
      .newslists__list .list-wrap .date {
        padding-right: 10px;
        border-right: 1px solid black;
        white-space: nowrap;
        min-width: 8em; }
      .newslists__list .list-wrap .title {
        flex: 1;
        padding-left: 10px; }

.announce_h3 {
  text-align: center;
  padding: 30px 0 20px;
  border-bottom: 1px solid black;
  font-size: 2rem;
  margin-bottom: 20px; }

.announce_message {
  font-size: 1.6rem;
  line-height: 180%; }
  .announce_message table {
    margin: 16px 0; }
    .announce_message table thead tr th {
      text-align: left; }
    .announce_message table thead tr td.caption {
      text-align: right; }
    .announce_message table tbody tr th {
      border: 1px solid #006FA0;
      background-color: #b8e1f2;
      padding: 16px;
      vertical-align: middle; }
    .announce_message table tbody tr td {
      border: 1px solid #006FA0;
      background-color: white;
      padding: 16px; }
      .announce_message table tbody tr td.vertical-middle {
        vertical-align: middle; }
      .announce_message table tbody tr td .contact {
        display: flex;
        flex-direction: column;
        gap: 12px;
        text-align: center; }
        .announce_message table tbody tr td .contact__dial em {
          font-style: normal;
          font-size: 2.8rem;
          display: inline-block;
          padding: 0 8px; }
  .announce_message .images {
    margin: 16px 0; }

.mente_message {
  font-size: 1.6rem;
  line-height: 180%;
  margin-top: 40px; }
  .mente_message__label {
    text-align: center;
    margin: 0 auto 40px; }
  .mente_message__wrapper {
    display: inline-block;
    width: fit-content;
    max-width: 100%; }
  .mente_message table {
    margin: 16px 0;
    width: auto; }
    .mente_message table tbody tr th {
      white-space: nowrap;
      width: 1%;
      text-align: left; }
      .mente_message table tbody tr th span {
        font-weight: normal; }

@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem; }

  main {
    padding-top: 80px; }

  /*common*/
  .sp_on {
    display: block; }

  .sp_off {
    display: none; }

  section {
    padding-top: 30px; }

  h1 {
    padding: 20px 0;
    font-size: 2rem; }

  .newslists__list .list-wrap .date {
    min-width: 4em; }

  .announce_message .images img {
    width: 90%; } }

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