@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media print, screen and (min-width: 480px) {
  html {
    font-size: 62.5%; } }

@media screen and (max-width: 479px) {
  html {
    font-size: calc(100vw / 40); } }

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.7;
  color: #333; }

.body {
  position: relative; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }
  img:hover {
    opacity: 1; }

.margin--0 {
  margin: 0 !important; }

a {
  color: #4f87c6;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #76a1d2;
    text-decoration: none; }
  a:visited {
    color: #376eab; }

.container {
  margin: 0 auto;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  padding-right: calc(20px + constant(safe-area-inset-right));
  padding-left: calc(20px + constant(safe-area-inset-left)); }
  .container .container {
    padding: 0; }

.narrow-container {
  margin: 0 auto;
  max-width: 960px;
  padding-right: 30px;
  padding-left: 30px;
  padding-right: calc(20px + constant(safe-area-inset-right));
  padding-left: calc(20px + constant(safe-area-inset-left)); }

@media (max-width: 1140px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
    padding-right: calc(30px + constant(safe-area-inset-right));
    padding-left: calc(30px + constant(safe-area-inset-left)); }
  .narrow-container {
    padding-right: 30px;
    padding-left: 30px;
    padding-right: calc(30px + constant(safe-area-inset-right));
    padding-left: calc(30px + constant(safe-area-inset-left)); } }

@media screen and (max-width: 767px) {
  .container {
    padding-right: 5px;
    padding-left: 5px; } }

#adminBox {
  margin-top: 95px;
  margin-bottom: 0; }
  #adminBox + .body .wrap main {
    margin-top: 0; }

.head-wrapper {
  background: #DF1F27; }

.header {
  height: 60px;
  margin-bottom: 0; }
  @media print, screen and (min-width: 768px) {
    .header {
      margin-bottom: 0; } }
  @media print, screen and (min-width: 992px) {
    .header {
      height: 88px;
      width: 100%;
      margin-bottom: 0;
      /*position: fixed;
        top: 0;
        left: 0;
        z-index: 100;*/ }
      .header .search-box {
        width: 236px;
        position: absolute;
        top: 10px;
        right: 440px; }
      .header .header-sns {
        position: absolute;
        top: 15px;
        right: 343px; }
      .header .header-btn {
        position: absolute;
        top: 10px;
        right: 20px; }
      .header .container {
        position: relative;
        overflow: visible; } }
  .header p {
    margin: 0;
    padding: 0; }
  .header .header-logo {
    text-align: center;
    padding: 15px;
    /*.site-name {
            img.logo-icon {
                width:  60px;
                display: block;
                margin:0 auto;
            }
            img.logo-text {
                width: 22px;
                display: block;
                margin: 15px auto 0;
            }
        }*/ }
    @media screen and (max-width: 767px) {
      .header .header-logo {
        width: 100%;
        position: relative;
        padding: 10px; } }
    @media screen and (max-width: 767px) {
      .header .header-logo .site-name {
        width: 50%;
        padding: 0;
        margin: 0;
        line-height: 1; } }
    .header .header-logo .nav-menu-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      color: #fff;
      padding: 5px;
      background: #fff;
      border-radius: 5px; }
      .header .header-logo .nav-menu-btn a {
        color: #DF1F27; }
      .header .header-logo .nav-menu-btn .acms-icon-sort {
        color: #DF1F27; }
      .header .header-logo .nav-menu-btn .nav-menu-btn-text {
        color: #DF1F27;
        font-size: 14px;
        font-size: 1.4rem;
        padding-left: 5px; }
    @media print, screen and (min-width: 768px) {
      .header .header-logo {
        width: 206px;
        padding: 0;
        margin: 0; }
        .header .header-logo h1 {
          margin: 0;
          padding: 5px 0;
          line-height: 1; } }
  .header .header-utility {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%; }
    .header .header-utility li {
      display: inline-block; }
    @media screen and (max-width: 991px) {
      .header .header-utility {
        display: none; } }
  .header .header-nav {
    display: none; }
    @media print, screen and (min-width: 992px) {
      .header .header-nav {
        display: block;
        background: #333; } }
    .header .header-nav nav.navbar ul {
      padding: 0;
      margin: 0;
      -js-display: flex;
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .header .header-nav nav.navbar ul li {
        list-style: none;
        text-align: center;
        line-height: 1;
        margin: 4px 0;
        font-size: 17px;
        font-size: 1.7rem; }
        .header .header-nav nav.navbar ul li a {
          position: relative;
          display: inline-block;
          text-decoration: none;
          padding: 6px 0;
          color: #fff;
          text-decoration: none; }
          .header .header-nav nav.navbar ul li a:hover, .header .header-nav nav.navbar ul li a:active, .header .header-nav nav.navbar ul li a:focus {
            color: white;
            text-decoration: none; }
          .header .header-nav nav.navbar ul li a:visited {
            color: white; }
          .header .header-nav nav.navbar ul li a::after {
            position: absolute;
            bottom: -3px;
            left: 0;
            content: '';
            width: 100%;
            height: 2px;
            background: #DF1F27;
            -webkit-transform: scale(0, 1);
            -ms-transform: scale(0, 1);
            transform: scale(0, 1);
            -webkit-transform-origin: left top;
            -ms-transform-origin: left top;
            transform-origin: left top;
            -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            -o-transition: transform .3s;
            transition: transform .3s;
            transition: transform .3s, -webkit-transform .3s; }
          .header .header-nav nav.navbar ul li a:hover::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            transform: scale(1, 1); }
        .header .header-nav nav.navbar ul li.contact {
          background: #333;
          padding: 15px 0;
          font-size: 11px; }
          .header .header-nav nav.navbar ul li.contact a {
            color: #fff;
            text-decoration: none; }
            .header .header-nav nav.navbar ul li.contact a:hover, .header .header-nav nav.navbar ul li.contact a:active, .header .header-nav nav.navbar ul li.contact a:focus {
              color: white;
              text-decoration: none; }
            .header .header-nav nav.navbar ul li.contact a:visited {
              color: white; }

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

.header-btn p {
  display: inline-block;
  text-align: center;
  line-height: 1;
  margin: 0 3px; }

.header-btn a {
  color: #fff;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  padding: 9px 23px 8px 21px; }
  .header-btn a:hover, .header-btn a:active, .header-btn a:focus {
    color: white;
    text-decoration: none; }
  .header-btn a:visited {
    color: white; }

.header-btn__login span {
  background: url(../img/icon_login.png) no-repeat 0 50%;
  background-size: 19px auto;
  padding-left: 25px; }

.header-btn__login a {
  background: #F46B00; }

.header-btn__entry {
  margin-left: 10px;
  display: inline-block; }
  .header-btn__entry span {
    background: url(../img/icon_entry.png) no-repeat 0 50%;
    background-size: 19px auto;
    padding-left: 25px; }
  .header-btn__entry a {
    background: #05A3A4; }
  .header-btn__entry form {
    display: inline-block; }
    .header-btn__entry form input {
      background: #05A3A4; }

@media print, screen and (min-width: 992px) {
  .header-btn.user {
    -js-display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 310px; } }

.header-btn.user .user-name {
  color: #fff; }
  @media print, screen and (min-width: 992px) {
    .header-btn.user .user-name {
      -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; } }

.header-btn.user .header-btn__login {
  display: block;
  width: 100%; }
  @media print, screen and (min-width: 992px) {
    .header-btn.user .header-btn__login {
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
      -ms-flex-item-align: start;
      align-self: flex-start; } }

.header-btn.user .header-btn__entry {
  display: block;
  width: 100%;
  margin: 0 3px; }
  @media print, screen and (min-width: 992px) {
    .header-btn.user .header-btn__entry {
      -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
      -ms-flex-item-align: start;
      align-self: flex-start;
      margin: 0; } }
  @media screen and (max-width: 991px) {
    .header-btn.user .header-btn__entry form {
      display: block;
      width: 100%; } }
  .header-btn.user .header-btn__entry .acms-admin-btn-admin {
    color: #fff;
    border: none;
    padding: 9px;
    font-size: 14px;
    font-size: 1.4rem; }
    .header-btn.user .header-btn__entry .acms-admin-btn-admin:hover {
      border: none;
      color: #05A3A4; }
    @media screen and (max-width: 991px) {
      .header-btn.user .header-btn__entry .acms-admin-btn-admin {
        display: block;
        width: 97%;
        margin: 5px; } }

@media print, screen and (min-width: 992px) {
  .header-btn.user p {
    font-size: 14px;
    font-size: 1.4rem;
    width: 32%; }
    .header-btn.user p a {
      padding: 9px; } }

.header-sns {
  color: #DF1F27;
  display: inline-block; }
  .header-sns a {
    color: #DF1F27;
    text-decoration: none;
    border-radius: 20px;
    background: #fff;
    line-height: 1;
    padding: 8px 8px 2px; }
    .header-sns a:hover, .header-sns a:active, .header-sns a:focus {
      color: #df1f27;
      text-decoration: none; }
    .header-sns a:visited {
      color: #df1f27; }
  .header-sns ul {
    display: inline-block;
    padding: 0;
    margin: 0; }
  .header-sns li {
    display: inline-block;
    margin: 0 2px; }
    .header-sns li:first-child a {
      padding: 8px 10px 2px; }
    .header-sns li .fa {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1; }

.js-acms-offcanvas-active .js-acms-offcanvas-sidebar-right {
  background: #DF1F27; }

.js-acms-header-fixed {
  z-index: 9999; }

.footer {
  margin-top: 4em;
  padding: 3em 0 0;
  background: #F1F4F6; }
  .footer .site-name {
    margin: 0 0 0.8em; }
    @media print, screen and (min-width: 992px) {
      .footer .site-name {
        width: 279px; } }
    .footer .site-name span {
      display: block;
      color: #595959;
      font-size: 15px;
      font-size: 1.5rem; }
  .footer .search-box #searchForm {
    background: #fff; }
  .footer .address .utility-nav {
    padding: 0; }
    @media print, screen and (min-width: 992px) {
      .footer .address .utility-nav {
        margin-top: 6em; } }
    .footer .address .utility-nav li {
      list-style: none;
      display: inline-block;
      margin-right: 2em; }
      .footer .address .utility-nav li a {
        color: #595959;
        text-decoration: none; }
        .footer .address .utility-nav li a:hover, .footer .address .utility-nav li a:active, .footer .address .utility-nav li a:focus {
          color: #595959;
          text-decoration: underline; }
        .footer .address .utility-nav li a:visited {
          color: #595959; }
  .footer .footer-nav::after {
    content: "";
    display: block;
    clear: both; }
  .footer .footer-nav ul {
    margin: 0; }
  .footer .footer-nav .footer-link {
    padding: 0;
    margin-left: 1.5em; }
    .footer .footer-nav .footer-link li {
      list-style: none;
      text-indent: -1.5em;
      margin-bottom: 1.6em;
      line-height: 1.5; }
      .footer .footer-nav .footer-link li a {
        color: #595959;
        text-decoration: none; }
        .footer .footer-nav .footer-link li a:hover, .footer .footer-nav .footer-link li a:active, .footer .footer-nav .footer-link li a:focus {
          color: #595959;
          text-decoration: underline; }
        .footer .footer-nav .footer-link li a:visited {
          color: #595959; }
      .footer .footer-nav .footer-link li:before {
        content: "";
        display: inline-block;
        width: 14px;
        height: 14px;
        border-radius: 7px;
        background: #DF1F27 url(../img/arrow.png) no-repeat 50% 50%;
        background-size: 4.8px auto;
        margin-right: 8px; }
  .footer .footer-nav .footer-link-group {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 1em; }
    .footer .footer-nav .footer-link-group a {
      color: #6E6E6E;
      text-decoration: none; }
      .footer .footer-nav .footer-link-group a:hover, .footer .footer-nav .footer-link-group a:active, .footer .footer-nav .footer-link-group a:focus {
        color: #6e6e6e;
        text-decoration: underline; }
      .footer .footer-nav .footer-link-group a:visited {
        color: #6e6e6e; }
    .footer .footer-nav .footer-link-group li {
      text-indent: -1em;
      margin-bottom: 0; }
      .footer .footer-nav .footer-link-group li:before {
        content: "";
        display: inline-block;
        width: 5px;
        height: 8px;
        border-radius: 7px;
        background: none;
        background: url(../img/arrow_red.png) no-repeat 50% 50%;
        background-size: 4.8px auto;
        margin-right: 3px; }
      .footer .footer-nav .footer-link-group li ul li:before {
        content: "";
        display: inline-block;
        width: 4px;
        height: 4px;
        border-radius: 2px;
        background: #DF1F27;
        margin-right: 3px; }
  @media print, screen and (min-width: 992px) {
    .footer .footer-nav__first {
      width: 40%;
      float: left;
      padding: 10px 0 10px 20px;
      border-left: 1px solid #B4B6B8; } }
  @media print, screen and (min-width: 992px) {
    .footer .footer-nav__second {
      width: 30%;
      float: left;
      padding: 10px 0 10px 20px;
      border-left: 1px solid #B4B6B8; } }
  @media print, screen and (min-width: 992px) {
    .footer .footer-nav__third {
      width: 30%;
      float: left;
      padding: 10px 0 10px 20px;
      border-left: 1px solid #B4B6B8; } }
  .footer .footer-utility .search-box {
    width: 65%;
    float: left; }
  .footer .footer-utility .footer-sns {
    width: 35%;
    text-align: center;
    color: #DF1F27;
    display: inline-block;
    padding-top: 4px; }
    .footer .footer-utility .footer-sns a {
      color: #fff;
      text-decoration: none;
      border-radius: 20px;
      background: #DF1F27;
      line-height: 1;
      padding: 8px 8px 2px; }
      .footer .footer-utility .footer-sns a:hover, .footer .footer-utility .footer-sns a:active, .footer .footer-utility .footer-sns a:focus {
        color: white;
        text-decoration: none; }
      .footer .footer-utility .footer-sns a:visited {
        color: white; }
    .footer .footer-utility .footer-sns ul {
      display: inline-block;
      padding: 0;
      margin: 0; }
    .footer .footer-utility .footer-sns li {
      display: inline-block;
      margin: 0 2px; }
      .footer .footer-utility .footer-sns li:first-child a {
        padding: 8px 10px 2px; }
      .footer .footer-utility .footer-sns li .fa {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1; }
  .footer .copyright {
    margin-top: 2em;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 2em; }
    .footer .copyright p {
      margin: 0; }

.page-top {
  position: fixed;
  cursor: pointer;
  right: 10px;
  bottom: 10px;
  text-align: center;
  color: #fff;
  width: 60px;
  height: 60px;
  z-index: 1000; }
  .page-top a {
    text-indent: -9999px; }
  .page-top:hover {
    opacity: 1; }
  @media print, screen and (min-width: 992px) {
    .page-top {
      right: 40px;
      bottom: 100px; } }

@media print, screen and (min-width: 768px) {
  .body-wrap {
    margin-left: 200px;
    overflow-x: hidden; } }

main {
  display: block; }
  @media print, screen and (min-width: 768px) {
    main {
      margin-top: 2em; } }

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

@media print, screen and (min-width: 768px) {
  .container {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto; } }

@media screen and (max-width: 767px) {
  .container {
    padding-left: 10px;
    padding-right: 10px; } }

@media print, screen and (min-width: 768px) {
  .wide-container {
    max-width: 1260px;
    margin-right: auto;
    margin-left: auto; } }

@media screen and (max-width: 767px) {
  .wide-container {
    padding-left: 10px;
    padding-right: 10px; } }

.container-breaking-out {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw); }

.module-section .summary-custom {
  padding: 0;
  margin: 0 0 2em; }
  .module-section .summary-custom li {
    list-style: none;
    margin-bottom: 1em; }

.module-section .summary-box {
  background: #F2F3F5;
  position: relative; }
  .module-section .summary-box .text-icon-cat {
    position: absolute;
    top: 0;
    left: 0; }
  .module-section .summary-box .photo {
    background: #B6B6B6; }
  .module-section .summary-box .text {
    padding: 13px; }
    .module-section .summary-box .text .photo-title {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      color: #595959; }
    .module-section .summary-box .text .photo-summary {
      font-size: 13px;
      font-size: 1.3rem;
      color: #6E6E6E;
      margin-top: 5px; }
  .module-section .summary-box p {
    margin: 0;
    line-height: 1.2; }

.headline-list {
  margin: 0 0 2em;
  border: none; }
  .headline-list li {
    border-bottom: 1px solid #D9D9D9; }
    .headline-list li:first-child {
      border-top: 1px solid #D9D9D9; }
    .headline-list li .headline-dat {
      font-size: 16px;
      font-size: 1.6rem;
      color: #6E6E6E; }
    .headline-list li .headline-title {
      color: #A7171D;
      text-decoration: none;
      font-size: 17px;
      font-size: 1.7rem;
      margin-left: 2em; }
      .headline-list li .headline-title:hover, .headline-list li .headline-title:active, .headline-list li .headline-title:focus {
        color: #a7171d;
        text-decoration: none; }
      .headline-list li .headline-title:visited {
        color: #a7171d; }
      @media screen and (max-width: 767px) {
        .headline-list li .headline-title {
          display: block;
          margin-left: 1.4em; } }
    .headline-list li:before {
      content: "";
      display: inline-block;
      width: 14px;
      height: 14px;
      border-radius: 7px;
      background: #DF1F27 url(../img/arrow.png) no-repeat 50% 50%;
      background-size: 4.8px auto;
      margin-right: 10px; }

.summary-default-item {
  background: #F8F8ED;
  border: 1px solid #DDDFE2;
  margin-bottom: 10px;
  padding: 10px; }
  .summary-default-item .acms-summary-image {
    width: 20%; }
  .summary-default-item .acms-summary-body p {
    margin: 0; }
  .summary-default-item .acms-summary-body .summary-title {
    font-size: 16px;
    font-size: 1.6rem; }
    .summary-default-item .acms-summary-body .summary-title a {
      color: #A7171D;
      text-decoration: none; }
      .summary-default-item .acms-summary-body .summary-title a:hover, .summary-default-item .acms-summary-body .summary-title a:active, .summary-default-item .acms-summary-body .summary-title a:focus {
        color: #a7171d;
        text-decoration: none; }
      .summary-default-item .acms-summary-body .summary-title a:visited {
        color: #a7171d; }
  .summary-default-item .acms-summary-body .summary-detail {
    color: #6E6E6E;
    font-size: 13px;
    font-size: 1.3rem; }

.text-icon-cat {
  background: #DF1F27;
  display: inline-block;
  padding: 3px 5px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1; }
  .text-icon-cat__taidan {
    background: #DF1F27; }
  .text-icon-cat__interview {
    background: #05A3A4; }
  .text-icon-cat__series_mental-health {
    background: #B577C4; }
  .text-icon-cat__series_hitorigoto {
    background: #5E9C00; }
  .text-icon-cat__office_news {
    background: #44AF8C; }
  .text-icon-cat__yamada {
    background: #EC6C62; }
  .text-icon-cat__ronbun {
    background: #F46B00; }
  .text-icon-cat__etc {
    background: #333333; }
  .text-icon-cat__know_news {
    background: #6581BE; }

.search-box {
  position: relative; }
  .search-box .acms-form-action {
    display: table;
    width: 100%; }
  .search-box #searchForm {
    border: none;
    border-radius: 3px !important;
    padding: 1px 0 1px 6px;
    background: #F0F0F0;
    display: table-cell; }
  .search-box .acms-form-side-btn {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 0; }
  .search-box .btn-search {
    padding: 0;
    border: none;
    background: none; }
  .search-box .acms-icon-search:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: none;
    background: url(../img/icon_search.png) no-repeat 50% 50%;
    background-size: 18px auto; }

.main {
  margin-top: 2em; }
  @media print, screen and (min-width: 992px) {
    .main {
      margin-top: 0; } }
  .main h1 {
    text-align: center; }
  .main h2 {
    padding: 12px 10px 13px 60px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    color: #000;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    background: #E6EAEE;
    line-height: 1;
    margin: 2em 0 1em;
    border: none;
    background: #E6EAEE url(../img/logomark.png) no-repeat 18px 50%;
    background-size: 25px auto;
    /*border-left: 5px solid $main-color;
		margin: $margin-line 0 $margin-line*0.5;
		line-height: 1.2;
		padding-left: $margin-line*0.3;
		@include font-size(26);*/ }
    @media screen and (max-width: 767px) {
      .main h2 {
        font-size: 20px;
        font-size: 2rem; } }
  .main h3 {
    border-left: 5px solid #DF1F27;
    margin: 2em 0 1em;
    line-height: 1.2;
    padding-left: 0.6em;
    font-size: 20px;
    font-size: 2rem;
    /*@include font-size(20);
		border-bottom: 1px solid $third-color;*/ }

.side-nav .module-heading {
  margin-top: 0; }

.side-nav h2 {
  border-left: 6px solid #DF1F27;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
  padding-left: 16px; }

.side-nav ul {
  border: none; }
  .side-nav ul li {
    width: 100%;
    position: relative; }
    .side-nav ul li a {
      padding: 5px 5px 5px 2em;
      background: none; }
    .side-nav ul li:before {
      content: "";
      display: block;
      position: absolute;
      top: 10px;
      left: 10px;
      width: 14px;
      height: 14px;
      border-radius: 7px;
      background: #DF1F27 url(../img/arrow.png) no-repeat 50% 50%;
      background-size: 4.8px auto; }
    .side-nav ul li ul {
      margin-left: 1em; }
      .side-nav ul li ul li:before {
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        left: 10px;
        width: 14px;
        height: 14px;
        border-radius: 7px;
        background: url(../img/arrow_red.png) no-repeat 50% 50%;
        background-size: 4.8px auto; }

/*.search{
	.header-btn{
		&__login{
			display: none!important;
		}
	}
}*/
@media print, screen and (min-width: 768px) {
  .hide-pc {
    display: none; } }

@media screen and (max-width: 767px) {
  .hide-sp {
    display: none; } }

p, ul, ol, dl, h2, h3, h4, h5, table {
  margin-top: 2em;
  margin-bottom: 0; }

dd {
  margin-left: 0; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.img-r {
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .img-r {
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media print, screen and (min-width: 768px) {
    .img-r {
      float: right;
      margin-left: 30px;
      margin-bottom: 30px; } }

.img-l {
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .img-l {
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media print, screen and (min-width: 768px) {
    .img-l {
      float: left;
      margin-right: 30px;
      margin-bottom: 30px; } }

.large {
  font-size: 110%; }

.x-large {
  font-size: 140%; }
  @media screen and (max-width: 767px) {
    .x-large {
      font-size: 120%; } }

.xx-large {
  font-size: 170%; }
  @media screen and (max-width: 767px) {
    .xx-large {
      font-size: 130%; } }

.small {
  font-size: 84%; }

.x-small {
  font-size: 70%; }

em {
  color: #DF1F27;
  font-weight: bold;
  font-style: normal; }

.attention {
  color: red; }

.fileicon {
  padding-left: 10px;
  padding-right: 10px; }

.fileicon:before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 3px; }

.fileicon--docx:before {
  content: "\f1c2"; }

.fileicon--xlsx:before {
  content: "\f1c3"; }

.fileicon--pptx:before {
  content: "\f1c4"; }

.fileicon--pdf:before {
  content: "\f1c1"; }

.fileicon--zip:before {
  content: "\f1c6"; }

.page-title-wrapper {
  background: #F2F3F5; }
  .page-title-wrapper .page-title {
    margin: 0;
    padding: 20px 0;
    font-size: 18px;
    text-align: center;
    color: #333;
    font-weight: bold;
    line-height: 1.5; }
    @media print, screen and (min-width: 768px) {
      .page-title-wrapper .page-title {
        font-size: 30px;
        font-size: 3rem;
        padding: 1.4em 0;
        font-weight: normal; } }
    .page-title-wrapper .page-title__category {
      display: block;
      color: #DF1F27;
      font-size: 16px;
      font-size: 1.6rem;
      text-align: center;
      font-weight: normal; }

.list-box-01 {
  margin-top: 2em; }
  .list-box-01 a {
    color: #333;
    text-decoration: none;
    display: block;
    position: relative; }
    .list-box-01 a:hover, .list-box-01 a:active, .list-box-01 a:focus {
      color: #333333;
      text-decoration: none; }
    .list-box-01 a:visited {
      color: #333333; }
    .list-box-01 a .thumb {
      overflow: hidden; }
      .list-box-01 a .thumb img {
        display: block; }
    .list-box-01 a .body {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background-image: -moz-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
      background-image: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
      background-image: -ms-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
      color: #fff;
      text-align: center;
      padding: 30px 10px 10px 10px; }
      .list-box-01 a .body .title {
        margin: 10px 0 0;
        font-size: 14px; }
    .list-box-01 a:hover .thumb img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }

ul.list-box-02-list {
  -js-display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0; }
  ul.list-box-02-list li.list-box-02-item {
    width: 25%;
    list-style: none; }
    ul.list-box-02-list li.list-box-02-item .list-box-02 {
      display: inline-block;
      position: relative; }
      ul.list-box-02-list li.list-box-02-item .list-box-02 .thumb {
        overflow: hidden;
        margin: 0; }
        ul.list-box-02-list li.list-box-02-item .list-box-02 .thumb img {
          display: block;
          -webkit-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s; }
      ul.list-box-02-list li.list-box-02-item .list-box-02 .body {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        text-align: center;
        -js-display: flex;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        ul.list-box-02-list li.list-box-02-item .list-box-02 .body .title {
          margin: 0;
          font-size: 24px; }
      ul.list-box-02-list li.list-box-02-item .list-box-02:hover .thumb img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }

.btn-01 {
  font-weight: bold;
  padding: 10px 100px;
  display: inline-block;
  color: #333;
  text-decoration: none;
  border: 2px solid #333;
  -webkit-transition: all  0.3s ease;
  -o-transition: all  0.3s ease;
  transition: all  0.3s ease;
  text-align: center; }
  .btn-01:hover, .btn-01:active, .btn-01:focus {
    color: #333333;
    text-decoration: none; }
  .btn-01:visited {
    color: #333333; }
  .btn-01::after {
    font-family: ionicons;
    content: "";
    display: inline-block;
    margin-left: 7px; }
  .btn-01:hover {
    background: #333;
    color: #fff; }
  @media print, screen and (min-width: 768px) {
    .btn-01 + .btn-01 {
      margin-left: 10px; } }

.btn {
  font-weight: bold;
  padding: 10px 100px;
  display: inline-block;
  color: #333;
  text-decoration: none;
  border: 2px solid #333;
  -webkit-transition: all  0.3s ease;
  -o-transition: all  0.3s ease;
  transition: all  0.3s ease;
  text-align: center;
  border-radius: 50px; }
  .btn:hover, .btn:active, .btn:focus {
    color: #333333;
    text-decoration: none; }
  .btn:visited {
    color: #333333; }
  .btn::after {
    font-family: ionicons;
    content: "";
    display: inline-block;
    margin-left: 7px; }
  .btn:hover {
    background: #333;
    color: #fff; }
  @media print, screen and (min-width: 768px) {
    .btn + .btn-default {
      margin-left: 10px; } }
  .btn.btn-login {
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    border: none;
    background: #F46B00; }
    .btn.btn-login:hover, .btn.btn-login:active, .btn.btn-login:focus {
      color: white;
      text-decoration: none; }
    .btn.btn-login:visited {
      color: white; }
    .btn.btn-login::after {
      content: none; }
  .btn.btn-entry {
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    border: none;
    background: #05A3A4; }
    .btn.btn-entry:hover, .btn.btn-entry:active, .btn.btn-entry:focus {
      color: white;
      text-decoration: none; }
    .btn.btn-entry:visited {
      color: white; }
    .btn.btn-entry::after {
      content: none; }
  .btn.btn-small {
    display: inline-block;
    margin-bottom: 2em;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 2em; }

.main table {
  width: 100%;
  border-collapse: collapse; }
  .main table th, .main table td {
    border: 1px solid #c5c5c5;
    padding: 10px; }
  .main table th {
    background: #F1F4F6; }

@media print, screen and (min-width: 768px) {
  .main .calendarTable th {
    width: 20%; } }

.main .calendarTable td {
  white-space: normal; }

.entry-title {
  font-size: 30px; }

h2.h2-01 {
  text-align: center;
  font-weight: normal;
  font-size: 30px; }

.heading-01 {
  text-align: center; }
  .heading-01 h2 {
    letter-spacing: 0.5em; }
  .heading-01 .lead {
    color: #DF1F27;
    font-size: 12px;
    margin-top: 3px; }

.topicpath {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .topicpath {
      display: none; } }
  .topicpath ol {
    margin: 0;
    padding: 12px; }
    .topicpath ol::after {
      content: "";
      display: block;
      clear: both; }
  .topicpath li {
    list-style: none;
    margin: 0;
    display: inline-block; }
    .topicpath li a {
      color: #000;
      text-decoration: none; }
      .topicpath li a:hover, .topicpath li a:active, .topicpath li a:focus {
        color: black;
        text-decoration: none; }
      .topicpath li a:visited {
        color: black; }
  .topicpath li:not(:last-child):after {
    content: ' > '; }

.list-within {
  border: 4px solid #c0b1ac;
  padding: 20px;
  text-align: center; }
  .list-within li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px; }
    .list-within li a {
      position: relative;
      display: inline-block;
      text-decoration: none;
      color: #333;
      text-decoration: none; }
      .list-within li a:hover, .list-within li a:active, .list-within li a:focus {
        color: #333333;
        text-decoration: none; }
      .list-within li a:visited {
        color: #333333; }
      .list-within li a::before {
        color: #DF1F27;
        font-family: ionicons;
        content: "";
        display: inline-block;
        margin-right: 5px; }
      .list-within li a::after {
        position: absolute;
        bottom: -4px;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #DF1F27;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s; }
      .list-within li a:hover::after {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1); }

/* ------------------------------
　　ページャー
------------------------------ */
.pager {
  list-style: none;
  /*margin: 0 -5px 50px -5px;*/
  padding: 0;
  text-align: center;
  line-height: 1; }
  .pager li {
    display: inline-block;
    background: #fff;
    margin: 0 5px; }
    .pager li.cur {
      /* 現在いる位置 */
      padding: 10px;
      color: #FFF;
      background: #DF1F27;
      border-radius: 3px;
      border: 2px solid #DF1F27; }
    .pager li a {
      padding: 5px 10px;
      color: #DF1F27;
      text-decoration: none;
      border: 2px solid #DF1F27;
      border-radius: 3px;
      line-height: 1; }
      .pager li a:hover, .pager li a:active, .pager li a:focus {
        color: #e64b51;
        text-decoration: none; }
      .pager li a:visited {
        color: #b2191f; }

/* 前後リンク */
.serial-nav {
  list-style: none;
  padding: 0;
  margin: 1.6em 0;
  /*.serial-nav-item {
		display: block;
		float: none;
	}*/ }
  .serial-nav::after {
    content: "";
    display: block;
    clear: both; }
  .serial-nav .serial-nav-item-prev {
    text-align: left;
    float: left; }
    .serial-nav .serial-nav-item-prev a:before {
      content: "";
      display: inline-block;
      width: 14px;
      height: 14px;
      border-radius: 7px;
      background: #DF1F27 url(../img/arrow_before.png) no-repeat 50% 50%;
      background-size: 4.8px auto;
      margin-right: 10px; }
  .serial-nav .serial-nav-item-next {
    text-align: right;
    float: right; }
    .serial-nav .serial-nav-item-next a:after {
      content: "";
      display: inline-block;
      width: 14px;
      height: 14px;
      border-radius: 7px;
      background: #DF1F27 url(../img/arrow.png) no-repeat 50% 50%;
      background-size: 4.8px auto;
      margin-left: 10px; }
  .serial-nav a {
    display: block;
    line-height: 1;
    padding: 0.6em 1em;
    color: #DF1F27;
    border: 2px solid #DF1F27;
    color: #DF1F27;
    text-decoration: none;
    border-radius: 2em; }
    .serial-nav a:hover, .serial-nav a:active, .serial-nav a:focus {
      color: #e64b51;
      text-decoration: none; }
    .serial-nav a:visited {
      color: #b2191f; }

@media print, screen and (min-width: 768px) {
  .serial-nav {
    /*a {
			display: inline;
			border: 0;
			 &:hover {
				background: 0;
			}
		}*/ }
    .serial-nav .serial-nav-item-prev {
      float: left; }
    .serial-nav .serial-nav-item-next {
      float: right; } }

/* ------------------------------
　　お問い合わせ
------------------------------ */
.contact-box .message {
  margin: 0 0 35px 0;
  font-weight: bold; }

.contact-box .contact-no {
  margin: 0;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #333; }
  .contact-box .contact-no a {
    color: inherit; }

.contact-box .error-text {
  /* エラー文 */
  margin: 5px 0 0 0;
  color: red; }

.contact-form {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  background: #E5E5E5; }

.contact-form-group {
  background: #E5E5E5; }

.contact-form-label {
  display: block;
  text-align: left;
  margin: 0;
  padding: 10px 10px 0 10px; }

.contact-form-control {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #FFF; }

.contact-form-label {
  font-weight: bold; }

.contact-form-grid {
  margin: 0 -5px; }

.contact-form-col,
.acms-entry .contact-form-col {
  margin: 0 0 10px 0;
  padding: 0 5px; }
  .contact-form-col:last-child,
  .acms-entry .contact-form-col:last-child {
    margin: 0; }

@media print, screen and (min-width: 768px) {
  .contact-form {
    display: table;
    width: 100%; }
  .contact-form-group {
    display: table-row; }
  .contact-form-label,
  .contact-form-control {
    display: table-cell; }
  .contact-form-label {
    width: 33.33333%;
    padding: 25px 15px 15px 15px;
    vertical-align: top;
    border-bottom: 1px solid #FFF; }
  .contact-form-control {
    width: 66.66667%;
    padding: 15px; }
  .contact-form-col {
    margin: 0; } }

/* ステップ
------------------------------ */
.contact-box .mail-step {
  margin: 0 0 35px 0;
  padding: 0 10px;
  /* カウンターの設定 */
  counter-reset: mailStep; }

.contact-box .mail-step-item {
  float: left;
  list-style: none;
  margin: 0 10px;
  padding: 18px 0 14px;
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 4px solid transparent; }
  .contact-box .mail-step-item:before {
    /* カウンターの設定 */
    counter-increment: mailStep;
    content: counter(mailStep) "."; }

.contact-box .mail-step-item-current {
  color: #333;
  border-bottom: 4px solid #ddd; }

@media print, screen and (min-width: 768px) {
  .contact-box .mail-step {
    height: 60px; } }

/* 送信ボタン
------------------------------ */
.form-btn-box {
  margin: 1em 10px 50px 10px;
  text-align: center; }

.form-btn {
  display: inline-block; }

.form-btn-return {
  float: left; }

.form-btn-send {
  float: right; }

@media print, screen and (min-width: 768px) {
  .form-btn-return {
    float: none; }
  .form-btn-send {
    float: none;
    max-width: 360px;
    width: 100%; } }

/* ラベル
------------------------------ */
.label-required {
  margin: 0 5px;
  padding: 2px 8px;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 3px;
  background: red; }

@media print, screen and (min-width: 768px) {
  .label-required {
    float: right; } }

/* フォーム要素
------------------------------ */
.contact-box select[required]:required {
  border: 1px solid #C49511; }

.contact-box select.focused:invalid {
  border: 1px solid #c41134; }

.contact-box select[required]:valid {
  border: 1px solid #A7A7AA; }

.contact-box input[required]:required,
.contact-box textarea[required]:required {
  background: #FFFDEB; }

.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
  background: #FFEBEE; }

.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
  background: #FFF; }

.contact-box input[type="text"],
.contact-box input[type="password"],
.contact-box input[type="datetime"],
.contact-box input[type="datetime-local"],
.contact-box input[type="date"],
.contact-box input[type="month"],
.contact-box input[type="time"],
.contact-box input[type="week"],
.contact-box input[type="number"],
.contact-box input[type="email"],
.contact-box input[type="url"],
.contact-box input[type="search"],
.contact-box input[type="tel"] {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 14px 5px 10px 5px; }

.contact-box textarea {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 5px 4px; }

.contact-box select {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 11px 30px 11px 10px;
  vertical-align: top; }

/* バリデーター
------------------------------ */
.valid-mark {
  display: none; }

.valid-mark.valid {
  display: inline;
  color: #5cb85c;
  float: right; }

.invalid {
  background: #ffebee !important; }

.acms-form select {
  background: none !important; }
  .acms-form select:hover {
    background: none; }

.acms-admin-text-error {
  margin-top: 0; }

.acms-entry [class*=column-eximage-].nocaption, .acms-entry [class*=column-image-].nocaption, .acms-entry [class*=column-media-].nocaption, .acms-entry [class*=column-video-], .acms-entry [class*=column-yolp-], .acms-entry [class*=column-youtube-] {
  margin: 4em 0 0; }

.acms-entry [class*=column-eximage-], .acms-entry [class*=column-image-], .acms-entry [class*=column-media-] {
  margin: 4em 0 0; }

.page-header {
  margin-top: 0;
  border: none; }
  .page-header .entry-title {
    margin-top: 0; }
  .page-header .entryInfo {
    margin-top: 2em; }

.entryInfo {
  margin-top: 0; }

.entry-title {
  color: #DF1F27;
  margin: 0;
  font-size: 30px;
  font-size: 3rem;
  text-align: left !important;
  line-height: 1.5; }

.entry-footer {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 1em 0; }
  .entry-footer dl, .entry-footer p, .entry-footer ul {
    margin: 1em 0; }
  .entry-footer .entry-tag-icon {
    margin-right: 5px; }
    .entry-footer .entry-tag-icon .acms-icon-tag {
      color: #333; }
  .entry-footer .entry-tag-item {
    display: inline-block; }
  .entry-footer .share-wrapper {
    float: right; }
  .entry-footer .share-text {
    display: inline-block; }
  .entry-footer .share-list {
    display: inline-block;
    padding: 0; }
    .entry-footer .share-list li {
      list-style: none;
      display: inline-block; }
      .entry-footer .share-list li a {
        color: #fff;
        background: #DF1F27;
        padding: 4px 8px;
        line-height: 1;
        border-radius: 20px; }

.entry img.alignright {
  float: right;
  margin: 0 0 10px 10px; }

.entry img.alignleft {
  float: left;
  margin: 0 10px 10px 0; }

.entry iframe {
  width: 100%; }

.unlogin {
  /*border: 2px solid $second-color;*/
  background: #F2F3F5;
  padding: 2em;
  margin-top: 2em; }
  .unlogin p {
    margin: 5px 0; }

.business_semi .column-iframe {
  margin-bottom: 2em; }

.business_semi #calendarTitle {
  display: none !important; }

@media screen and (max-width: 991px) {
  #offcanvas {
    background: #DF1F27;
    padding: 10px; } }

#offcanvas a {
  color: #fff;
  text-decoration: none; }
  #offcanvas a:hover, #offcanvas a:active, #offcanvas a:focus {
    color: white;
    text-decoration: none; }
  #offcanvas a:visited {
    color: white; }

#offcanvas .header-btn p {
  display: block; }

#offcanvas .header-btn a {
  display: block;
  margin: 5px; }

#offcanvas .header-sns {
  display: block;
  text-align: center;
  margin: 20px 10px 10px; }
  #offcanvas .header-sns a {
    color: #DF1F27; }

#offcanvas .contents-back {
  text-align: center; }
  #offcanvas .contents-back a {
    display: block;
    background: #333; }
  @media print, screen and (min-width: 768px) {
    #offcanvas .contents-back {
      display: none; } }

#offcanvas .nav-box {
  background: #05A3A4;
  padding: 1em;
  margin-top: 2em; }
  @media print, screen and (min-width: 992px) {
    #offcanvas .nav-box {
      margin-top: 0; } }
  #offcanvas .nav-box ul {
    margin: 0; }
  #offcanvas .nav-box li {
    margin-bottom: 13px;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold; }
    #offcanvas .nav-box li:last-child {
      margin-bottom: 0; }
    #offcanvas .nav-box li a {
      background: #fff;
      line-height: 1;
      display: block;
      border-radius: 5px;
      border-bottom: 3px solid #ccc;
      padding: 13px 12px 12px;
      text-align: center;
      width: 100%;
      position: relative;
      color: #000;
      text-decoration: none; }
      #offcanvas .nav-box li a:hover, #offcanvas .nav-box li a:active, #offcanvas .nav-box li a:focus {
        color: black;
        text-decoration: none; }
      #offcanvas .nav-box li a:visited {
        color: black; }
      #offcanvas .nav-box li a:after {
        content: "";
        display: block;
        position: absolute;
        top: 15px;
        right: 10px;
        width: 14px;
        height: 14px;
        border-radius: 7px;
        background: #05A3A4 url(../img/arrow.png) no-repeat 50% 50%;
        background-size: 4.8px auto; }

#offcanvas .banner li {
  margin-bottom: 2em; }

#offcanvas .ranking {
  background: #F8F8ED;
  padding: 10px 0;
  margin-bottom: 2em; }
  #offcanvas .ranking h2 {
    border-left: 6px solid #DF1F27;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 10px;
    padding-left: 16px; }
  #offcanvas .ranking .ranking-summary {
    padding: 0 10px; }
  #offcanvas .ranking .ranking-item {
    border-top: 1px solid #D9D9D9;
    padding: 16px 10px; }
    #offcanvas .ranking .ranking-item::after {
      content: "";
      display: block;
      clear: both; }
    #offcanvas .ranking .ranking-item input {
      display: none; }
    #offcanvas .ranking .ranking-item__no:before {
      content: "";
      font-size: 24px;
      font-size: 2.4rem;
      width: 10%;
      float: left;
      font-weight: bold; }
    #offcanvas .ranking .ranking-item:nth-child(1) .ranking-item__no:before {
      color: #FBCE32;
      content: "1"; }
    #offcanvas .ranking .ranking-item:nth-child(2) .ranking-item__no:before {
      color: #9FB0BB;
      content: "2"; }
    #offcanvas .ranking .ranking-item:nth-child(3) .ranking-item__no:before {
      color: #FA915D;
      content: "3"; }
    #offcanvas .ranking .ranking-item:nth-child(4) .ranking-item__no:before {
      color: #6E6E6E;
      content: "4"; }
    #offcanvas .ranking .ranking-item:nth-child(5) .ranking-item__no:before {
      color: #6E6E6E;
      content: "5"; }
    #offcanvas .ranking .ranking-item__thumb {
      width: 30%;
      height: 4em;
      overflow: hidden;
      float: left;
      position: relative; }
      #offcanvas .ranking .ranking-item__thumb .text-icon-cat {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 9px;
        font-size: 0.9rem; }
    #offcanvas .ranking .ranking-item__text {
      padding-left: 10px;
      width: 60%;
      float: left;
      color: #6E6E6E;
      font-size: 13px;
      font-size: 1.3rem; }
      #offcanvas .ranking .ranking-item__text a {
        color: #6E6E6E; }
      #offcanvas .ranking .ranking-item__text p {
        margin: 0;
        line-height: 1.2; }
      #offcanvas .ranking .ranking-item__text .view {
        font-size: 11px;
        font-size: 1.1rem;
        margin-top: 10px; }

@media print, screen and (min-width: 992px) {
  #offcanvas .side-search {
    display: none; } }

#offcanvas .facebook iframe {
  width: 100%; }

#offcanvas .address {
  font-size: 14px;
  font-size: 1.4rem;
  color: #6E6E6E; }
  #offcanvas .address a {
    color: #DF1F27;
    text-decoration: none; }
    #offcanvas .address a:hover, #offcanvas .address a:active, #offcanvas .address a:focus {
      color: #df1f27;
      text-decoration: none; }
    #offcanvas .address a:visited {
      color: #df1f27; }

#offcanvas ul {
  padding: 0; }

#offcanvas li {
  list-style: none; }

#offcanvas nav.offcanvas-nav ul {
  margin: 0;
  padding: 0; }
  #offcanvas nav.offcanvas-nav ul li {
    list-style: none;
    border-bottom: 1px solid #fff; }
    #offcanvas nav.offcanvas-nav ul li:last-child {
      border-bottom: none; }
    #offcanvas nav.offcanvas-nav ul li a {
      display: block;
      padding: 10px; }
      #offcanvas nav.offcanvas-nav ul li a::before {
        font-family: FontAwesome;
        content: "";
        display: inline-block;
        margin-right: 5px; }
    #offcanvas nav.offcanvas-nav ul li > ul li {
      border: 0; }
      #offcanvas nav.offcanvas-nav ul li > ul li a {
        padding: 5px 20px; }
        #offcanvas nav.offcanvas-nav ul li > ul li a::before {
          display: none; }

.sec-01 {
  padding-top: 2em;
  padding-bottom: 2em; }
  .sec-01 .container::after {
    content: "";
    display: block;
    clear: both; }
  @media print, screen and (min-width: 768px) {
    .sec-01 .container {
      -js-display: flex;
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media print, screen and (min-width: 768px) {
    .sec-01 .container .body {
      -ms-flex-preferred-size: 65%;
      flex-basis: 65%; } }
  .sec-01 .container .body h2 {
    margin-top: 5px; }
  @media print, screen and (min-width: 768px) {
    .sec-01 .container .image {
      -ms-flex-preferred-size: 35%;
      flex-basis: 35%; } }
  .sec-01 .container .image p {
    margin-top: 0; }
  .sec-01 .container .btn-01 {
    width: 45%;
    padding-left: 0;
    padding-right: 0; }
  .sec-01:nth-child(even) {
    background: #333; }
    .sec-01:nth-child(even) .container .image {
      margin-right: 30px; }
      @media screen and (max-width: 767px) {
        .sec-01:nth-child(even) .container .image {
          margin-right: 15px; } }
  .sec-01:nth-child(odd) .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .sec-01:nth-child(odd) .container .image {
      margin-left: 30px; }
      @media screen and (max-width: 767px) {
        .sec-01:nth-child(odd) .container .image {
          margin-left: 15px; } }

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