/* CSS Document */
/* CSS Document */
/* line 5, style.scss */
.catimgb {
  background-image: url("../../images/catimg.jpg"); }

/* line 12, style.scss */
.mainb {
  max-width: 1200px;
  width: 100%;
  padding-bottom: 100px;
  margin: 20px auto 0 auto; }

/* line 18, style.scss */
.pagelinkmenu {
  background: #f6faf8;
  margin-top: -25px;
  position: relative;
  z-index: 1; }

/* line 24, style.scss */
.pagelinkmenub {
  width: 1300px;
  margin: 0 auto; }

/* line 29, style.scss */
h2.main_title + div {
  margin: 20px 0 0; }

/* line 36, style.scss */
.contact_boxb .contact_txt {
  text-align: center; }
  /* line 38, style.scss */
  .contact_boxb .contact_txt p {
    display: inline-block;
    text-align: left; }

/* line 44, style.scss */
.contact_bnr {
  margin: 30px 0 0; }

/* line 47, style.scss */
.contact_bnrb {
  max-width: 460px;
  width: 100%;
  margin: auto; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 47, style.scss */
    .contact_bnrb {
      max-width: 300px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 47, style.scss */
    .contact_bnrb {
      max-width: 300px; } }
  @media screen and (max-width: 350px) {
    /* line 47, style.scss */
    .contact_bnrb {
      max-width: 300px; } }
  /* line 64, style.scss */
  .contact_bnrb img {
    border: 1px solid #9ba8f0; }

/* line 68, style.scss */
.relate_box {
  margin: 120px 0 0; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 68, style.scss */
    .relate_box {
      margin: 60px 0 0; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 68, style.scss */
    .relate_box {
      margin: 60px 0 0; } }
  @media screen and (max-width: 350px) {
    /* line 68, style.scss */
    .relate_box {
      margin: 40px 0 0; } }

/* line 84, style.scss */
.address_unit {
  margin: 20px 0 0 !important; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 84, style.scss */
    .address_unit {
      margin: 15px 0 0; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 84, style.scss */
    .address_unit {
      margin: 15px 0 0; } }
  @media screen and (max-width: 350px) {
    /* line 84, style.scss */
    .address_unit {
      margin: 15px 0 0; } }

/* line 100, style.scss */
.address_unitb {
  max-width: 800px;
  width: 100%;
  margin: auto;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 30px;
  text-align: center; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 100, style.scss */
    .address_unitb {
      padding: 20px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 100, style.scss */
    .address_unitb {
      padding: 20px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 100, style.scss */
    .address_unitb {
      padding: 20px; } }
  @media screen and (max-width: 350px) {
    /* line 100, style.scss */
    .address_unitb {
      padding: 15px; } }

@media screen and (min-width: 600.01px) and (max-width: 760px) {
  /* line 135, style.scss */
  .tel_nob {
    max-width: 300px;
    width: 100%;
    margin: auto; } }
@media screen and (min-width: 350.1px) and (max-width: 600px) {
  /* line 135, style.scss */
  .tel_nob {
    max-width: 230px;
    width: 100%;
    margin: auto; } }
/* line 152, style.scss */
.tel_nob a {
  pointer-events: none;
  text-decoration: none;
  color: #203193;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 152, style.scss */
    .tel_nob a {
      font-size: 30px;
      font-size: 3.0rem; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 152, style.scss */
    .tel_nob a {
      pointer-events: all;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 50px;
      background-color: #203193;
      color: #ffffff;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 152, style.scss */
    .tel_nob a {
      pointer-events: all;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 50px;
      background-color: #203193;
      color: #ffffff;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold; } }
  @media screen and (max-width: 350px) {
    /* line 152, style.scss */
    .tel_nob a {
      pointer-events: all;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 50px;
      background-color: #203193;
      color: #ffffff;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal; } }
  /* line 205, style.scss */
  .tel_nob a:before {
    content: 'TEL';
    margin-right: 10px; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 205, style.scss */
      .tel_nob a:before {
        content: '';
        width: 28px;
        height: 28px;
        background-image: url("../../../images/icon_tel.png");
        background-position: top left;
        background-repeat: no-repeat;
        background-size: contain; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 205, style.scss */
      .tel_nob a:before {
        content: '';
        width: 28px;
        height: 28px;
        background-image: url("../../../images/icon_tel.png");
        background-position: top left;
        background-repeat: no-repeat;
        background-size: contain; } }
    @media screen and (max-width: 350px) {
      /* line 205, style.scss */
      .tel_nob a:before {
        content: '';
        width: 20px;
        height: 20px;
        background-image: url("../../../images/icon_tel.png");
        background-position: top left;
        background-repeat: no-repeat;
        background-size: contain; } }
/* line 241, style.scss */
.tel_nob p {
  line-height: 1.5; }

/* line 245, style.scss */
.mail_address {
  margin: 15px 0 0; }

/* line 248, style.scss */
.mail_addressb {
  max-width: 320px;
  width: 100%;
  margin: auto; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 248, style.scss */
    .mail_addressb {
      max-width: 300px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 248, style.scss */
    .mail_addressb {
      max-width: 230px; } }
  /* line 264, style.scss */
  .mail_addressb a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: #203193;
    color: #ffffff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 264, style.scss */
      .mail_addressb a {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 264, style.scss */
      .mail_addressb a {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 264, style.scss */
      .mail_addressb a {
        font-size: 15px;
        font-size: 1.5rem; } }
    @media screen and (max-width: 350px) {
      /* line 264, style.scss */
      .mail_addressb a {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: normal; } }
    /* line 295, style.scss */
    .mail_addressb a:before {
      display: block;
      content: '';
      width: 30px;
      height: 22px;
      background-image: url("../../../images/icon_contact.png");
      background-position: top left;
      background-repeat: no-repeat;
      background-size: cover;
      margin-right: 10px; }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 295, style.scss */
        .mail_addressb a:before {
          width: 24px;
          height: 18px;
          margin-right: 5px; } }
      @media screen and (max-width: 350px) {
        /* line 295, style.scss */
        .mail_addressb a:before {
          width: 20px;
          height: 15px;
          margin-right: 5px; } }

/*# sourceMappingURL=style.css.map */
