@charset "UTF-8";
/******************************************************

        PCサイト用

******************************************************/
@media screen and (min-width: 768px), print {
  /******************************************************/
  /* elements  */
  /******************************************************/
  * {
    margin: 0;
    padding: 0;
  }
  html {
    font-size: 10px;
  }
  body {
    background: #ffffff;
    color: #000000;
    font-family: "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.53;
    letter-spacing: normal;
    -webkit-text-size-adjust: 100%;
    min-width: 1200px;
  }
  strong,
  th {
    font-weight: 700;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 700;
  }
  h1 {
    color: #000000;
  }
  a {
    color: #000000;
    text-decoration: none;
  }
  a:visited {
    color: #000000;
    text-decoration: none;
  }
  a:hover {
    color: #000000;
    filter: Alpha(opacity=50);
    opacity: 0.5;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  img {
    border-style: none;
    border-width: 0;
    vertical-align: top;
  }
  ul,
  li {
    list-style: none;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  /******************************************************/
  /* class  */
  /******************************************************/
  #main a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .none,
  .sp {
    display: none !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .contents {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
  .full_contents img {
    width: 100%;
    height: auto;
  }
  /******************************************************/
  /* header  */
  /******************************************************/
  header {
    padding: 20px 0;
  }
  header #header_logo {
    line-height: 1;
    font-size: 2.3rem;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  header #header_logo img {
    width: 40px;
    height: auto;
    margin-right: 20px;
  }
  header #header_logo .txt {
    padding-top: 4px;
  }
  /******************************************************/
  /* footer */
  /******************************************************/
  footer #footer_contact {
    padding: 85px 0 80px;
    background: #5388b8;
    color: #ffffff;
  }
  footer #footer_contact .description {
    margin-top: 12px;
  }
  footer #footer_contact .contact_wrap {
    display: flex;
    width: 815px;
    justify-content: space-between;
    margin: 25px auto 0;
  }
  footer #footer_contact .contact_wrap .tel_area {
    width: 400px;
    color: #000000;
    background: #ffffff;
    display: block;
    padding: 25px 0;
  }
  footer #footer_contact .contact_wrap .tel_area .number_area {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer #footer_contact .contact_wrap .tel_area .number_area .number {
    font-size: 3.6rem;
    margin-left: 5px;
    font-weight: 700;
    line-height: 1;
  }
  footer #footer_contact .contact_wrap .tel_area .business_area {
    font-size: 1.6rem;
    background: #ededed;
    padding: 6px 0 4px;
    width: 280px;
    margin: 7px auto 0;
    line-height: 1;
    font-weight: 500;
  }
  footer #footer_contact .contact_wrap .mail_area {
    width: 400px;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.075em;
    position: relative;
  }
  footer #footer_contact .contact_wrap .mail_area a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000000;
    background: #ffffff;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 30px 0 25px 52px;
    box-sizing: border-box;
  }
  footer #footer_contact .contact_wrap .mail_area a img {
    width: 32px;
    margin-right: 15px;
  }
  footer #footer_contact .contact_wrap .mail_area a .txt {
    padding-bottom: 2px;
  }
  footer #footer_contact .contact_wrap .mail_area a::after {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
  }
  footer #footer_contact .contact_wrap .mail_area a:hover {
    opacity: 0.8;
  }
  footer .copyright {
    padding: 22px 0;
    font-size: 1.2rem;
    background-color: #ffffff;
  }
}
