@charset "UTF-8";
/* Scss Document */
/* 
---------------------------------------
メインビジュアル
---------------------------------------
*/
/* 
---------------------------------------
staff共通
---------------------------------------
*/
.staff .ttlBox {
  text-align: center; }

.staff .ttlBox .ttl {
  font-size: 36px;
  margin-bottom: 30px; }
  @media (max-width: 999px) {
    .staff .ttlBox .ttl {
      font-size: 28px;
      margin-bottom: 30px; } }

/*
---------------------------------------
お問い合わせフォーム
---------------------------------------
*/
.link {
  text-decoration: underline;
  color: red; }

.p01 {
  font-size: 16px;
  line-height: 30px; }
  @media (max-width: 999px) {
    .p01 {
      font-size: 15px;
      text-align: justify; } }

#thanks01 {
  padding-bottom: 180px; }
  @media (max-width: 999px) {
    #thanks01 {
      margin-top: 10px;
      padding-bottom: 50px; } }

#thanks01 .sttl {
  text-align: center; }
  @media (min-width: 1000px) {
    #thanks01 .sttl {
      font-size: 35px;
      padding: 60px 0 32px 0; } }
  @media (max-width: 999px) {
    #thanks01 .sttl {
      font-size: 18px;
      padding: 30px 0 20px 0; } }

#thanks01 .Stxt {
  text-align: center; }
  @media (max-width: 999px) {
    #thanks01 .Stxt {
      text-align: justify; } }
  #thanks01 .Stxt .Pc_View {
    font-weight: 600;
    font-size: 16px; }

#thanks01 .top {
  margin-top: 20px;
  text-align: center;
  text-decoration: underline; }

#thanks01 .sp_tel {
  font-weight: 600; }
