@charset "UTF-8";
/*------------------------------------------------------------
h1_bg
-------------------------------------------------------------*/
.page_contact .h1_sec {
  background: url(../images/page/h1bg/contact.png);
  background-position: center center;
  background-size: 1920px;
  background-repeat: no-repeat; }

.page_office .h1_sec {
  background: url(../images/page/h1bg/furniture.png);
  background-position: center center;
  background-size: 1920px;
  background-repeat: no-repeat; }

.page_control .h1_sec {
  background: url(../images/page/h1bg/access.jpg);
  background-position: center center;
  background-size: 1920px;
  background-repeat: no-repeat; }

.page_camera .h1_sec {
  background: url(../images/page/h1bg/camera.jpg);
  background-position: center center;
  background-size: 1920px;
  background-repeat: no-repeat; }

.page_school .h1_sec {
  background: url(../images/page/h1bg/school.jpg);
  background-position: center center;
  background-size: 1920px;
  background-repeat: no-repeat; }

.page_company .h1_sec {
  background: url(../images/page/h1bg/company.png);
  background-position: center center;
  background-size: 1920px;
  background-repeat: no-repeat; }

.page_history .h1_sec {
  background: url("../images/page/h1bg/furniture.png");
  background-position: center center;
  background-size: 1920px;
  background-repeat: no-repeat; }

.page_archive_news .h1_sec {
  background: url("../images/page/h1bg/furniture.png");
  background-position: center center;
  background-size: 1920px;
  background-repeat: no-repeat; }

.page_archive_blog .h1_sec {
  background: url("../images/page/h1bg/furniture.png");
  background-position: center center;
  background-size: 1920px;
  background-repeat: no-repeat; }

.page_single .h1_sec {
  background: url("../images/page/h1bg/single.png");
  background-position: center center;
  background-size: 1920px;
  background-repeat: no-repeat; }

@media only screen and (max-width: 800px) {
  .page_contact .h1_sec {
    background: url(../images/page/h1bg/contact.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }

  .page_office .h1_sec {
    background: url(../images/page/h1bg/furniture.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }

  .page_control .h1_sec {
    background: url(../images/page/h1bg/access.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }

  .page_camera .h1_sec {
    background: url(../images/page/h1bg/camera.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }

  .page_school .h1_sec {
    background: url(../images/page/h1bg/school.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }

  .page_company .h1_sec {
    background: url(../images/page/h1bg/company.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }

  .page_history .h1_sec {
    background: url("../images/page/h1bg/furniture.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }

  .page_archive_news .h1_sec {
    background: url("../images/page/h1bg/furniture.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }

  .page_archive_blog .h1_sec {
    background: url("../images/page/h1bg/furniture.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }

  .page_single .h1_sec {
    background: url("../images/page/h1bg/single.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; } }
/*--------------------------------------------------------
social
--------------------------------------------------------*/
.box_socialbutton {
  margin-bottom: 30px;
  padding-top: 10px; }
  .box_socialbutton a {
    display: inline-block;
    width: 100px;
    padding: 5px 0 5px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; }
  .box_socialbutton a i {
    margin-right: 5px; }
  .box_socialbutton a:hover {
    opacity: 0.7; }
  .box_socialbutton .button_fb {
    background: #3B5998; }
  .box_socialbutton .button_tw {
    background: #1DA1F2; }
  .box_socialbutton .button_pocket {
    background: #ee4056; }
  .box_socialbutton .button_line {
    background: #00B900; }

.sidefix_socialbutton {
  position: fixed;
  right: 0;
  top: 60%;
  width: 60px; }
  .sidefix_socialbutton a {
    display: block;
    width: 60px;
    padding: 10px 0 10px 0;
    text-align: center;
    color: #fff;
    font-size: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 5px; }
  .sidefix_socialbutton a i {
    margin-right: 5px;
    display: block;
    font-size: 18px; }
  .sidefix_socialbutton a:hover {
    opacity: 0.7; }
  .sidefix_socialbutton .button_fb {
    background: #3B5998; }
  .sidefix_socialbutton .button_tw {
    background: #1DA1F2; }
  .sidefix_socialbutton .button_pocket {
    background: #ee4056; }
  .sidefix_socialbutton .button_line {
    background: #00B900; }

@media only screen and (max-width: 750px) {
  .box_socialbutton {
    margin-bottom: 30px; }
    .box_socialbutton a {
      padding: 5px 0 5px 0;
      display: inline-block;
      width: 80px;
      text-align: center;
      color: #fff;
      font-size: 10px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px; }
    .box_socialbutton a i {
      margin-right: 5px; }
    .box_socialbutton a:hover {
      opacity: 0.7; } }
/*------------------------------------------------------------

-------------------------------------------------------------*/
.h1_sec {
  height: 450px;
  position: relative;
  background-size: 1920px;
  background-repeat: no-repeat; }
  .h1_sec h1 {
    font-size: 30px;
    position: relative;
    font-weight: 800;
    color: #000;
    line-height: 1.5;
    color: #fff;
    width: 800px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .h1_sec .h1_sec_wr {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: rgba(33, 33, 33, 0.25); }

.page .single_day {
  color: #666;
  font-weight: bold; }
.page .single_tax a {
  display: inline-block;
  margin-right: 5px; }
.page .single_tax {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  font-size: 12px; }
.page .contents_sec {
  padding: 30px 0 60px 0;
  background: #f5f5f5; }
.page .contents_sec .sec_in {
  background: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px; }
.page .contentsArea {
  width: 85%;
  margin: auto;
  padding: 60px 0 60px 0; }
.page .contentsArea img {
  display: inline-block;
  margin: 10px 0 10px 0; }
.page h2 {
  font-weight: bold;
  margin: 20px 0 50px 0;
  border-bottom: 2px solid #111; }
.page .contents_sec h2 {
  margin: 20px 0 30px 0;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 10px 0 5px 5px;
  border-bottom: 3px solid #ccc; }
.page .contents_sec h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 120px;
  height: inherit;
  border-bottom: 3px solid #ff0000; }

@media only screen and (max-width: 750px) {
  .h1_sec {
    position: relative;
    background-size: 1920px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 150px; }
    .h1_sec h1 {
      font-size: 18px;
      position: relative;
      font-weight: 800;
      color: #fff;
      letter-spacing: 0.1em;
      text-align: center; }
    .h1_sec .h1_sec_wr {
      height: 100%; }

  .page .contents_sec {
    padding: 30px 0 60px 0;
    background: #f5f5f5; }
  .page .contents_sec .sec_in {
    background: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px; }
  .page .contentsArea {
    width: 85%;
    margin: auto;
    padding: 20px 0 30px 0; }
  .page h2 {
    font-weight: bold;
    margin: 20px 0 50px 0;
    border-bottom: 2px solid #111; }
  .page .contents_sec h2 {
    margin: 20px 0 30px 0;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding: 10px 0 5px 5px;
    border-bottom: 3px solid #ccc; }
  .page .contents_sec h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 90px;
    height: inherit;
    border-bottom: 3px solid #ff0000; } }
/*------------------------------------------------------------
page_company
-------------------------------------------------------------*/
.page_company table tr:nth-child(even) {
  background: #f0f0f0; }
.page_company table th {
  width: 25%;
  padding: 20px 0 20px 3%;
  text-align: left; }
.page_company table td {
  width: 70%; }

/*------------------------------------------------------------
.page_history
-------------------------------------------------------------*/
.page_history .history_flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px; }
.page_history .history_flBox .col_l {
  width: 35%; }
.page_history .history_flBox .col_l img {
  display: block;
  padding: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 #777;
  -moz-box-shadow: 0 0 5px 0 #777;
  /* Firefox用 */
  box-shadow: 0 0 5px 0 #777;
  /* CSS3 */ }
.page_history .history_flBox .col_r {
  width: 60%; }
.page_history .history_line01 {
  font-weight: bold;
  font-size: 14px;
  line-height: 1; }
.page_history .history_line02 {
  font-weight: bold;
  font-size: 18px; }
.page_history .history_line03 {
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 30px; }
.page_history .history_line03 span {
  border-bottom: 1px solid #ff0000; }

@media only screen and (max-width: 800px) {
  .page_history .history_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px; }
  .page_history .history_flBox .col_l {
    width: 100%;
    margin-bottom: 30px;
    order: 2; }
  .page_history .history_flBox .col_l img {
    display: block;
    padding: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 #777;
    /* Safari, Chrome用 */
    -moz-box-shadow: 0 0 5px 0 #777;
    /* Firefox用 */
    box-shadow: 0 0 5px 0 #777;
    /* CSS3 */ }
  .page_history .history_flBox .col_r {
    width: 100%;
    order: 1;
    margin-bottom: 30px; }
  .page_history .history_line01 {
    font-weight: bold;
    font-size: 14px;
    line-height: 1; }
  .page_history .history_line02 {
    font-weight: bold;
    font-size: 16px; }
  .page_history .history_line03 {
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 30px; }
  .page_history .history_line03 span {
    border-bottom: 1px solid #ff0000; } }
/*------------------------------------------------------------
archive_news
-------------------------------------------------------------*/
.page_archive_news .news_sec .sec_in {
  padding: 60px 0 60px 0; }
.page_archive_news .line {
  border-bottom: 1px dotted #ccc;
  padding: 15px 0 15px 0;
  width: 750px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.page_archive_news .day {
  display: inline-block;
  width: 150px;
  font-weight: bold; }
.page_archive_news .title {
  display: inline-block;
  width: 600px;
  font-weight: bold; }
.page_archive_news .news_past {
  padding-right: 10px;
  text-align: right; }

@media only screen and (max-width: 800px) {
  .page_archive_news .news_sec .sec_in {
    padding: 60px 0 60px 0; }
  .page_archive_news .line {
    border-bottom: 1px dotted #ccc;
    padding: 15px 0 15px 0;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .page_archive_news .day {
    display: inline-block;
    width: 100%;
    font-weight: normal;
    font-size: 12px;
    color: #666; }
  .page_archive_news .title {
    display: inline-block;
    width: 100%;
    font-weight: bold; }
  .page_archive_news .news_past {
    padding-right: 10px;
    text-align: right; } }
/*------------------------------------------------------------
page_service
------------------------------------------------------------*/
.page_service {
  background: #f5f5f5;
  /*mainsec*/
  /*flow*/
  /*faq*/ }
  .page_service h3 {
    border-bottom: 1px solid #ff0000;
    font-weight: bold; }
  .page_service .h2_box {
    text-align: center; }
    .page_service .h2_box .eng {
      color: #ccc;
      font-weight: 800;
      font-size: 26px; }
    .page_service .h2_box h2 {
      font-size: 21px;
      font-weight: 800;
      border: none;
      padding: 0;
      margin: 0 0 60px 0; }
  @media only screen and (max-width: 800px) {
    .page_service .h2_box {
      text-align: center; }
      .page_service .h2_box .eng {
        color: #ccc;
        font-weight: 800;
        font-size: 18px; }
      .page_service .h2_box h2 {
        font-size: 16px;
        font-weight: 800;
        border: none;
        padding: 0;
        margin: 0 0 20px 0; } }
  .page_service .main_sec .main_title {
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #bf0000;
    font-weight: 800;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    position: relative; }
  .page_service .main_sec .main_title:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #bf0000; }
  .page_service .main_sec .main_title img {
    width: 97px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px; }
  .page_service .main_sec p {
    font-size: 16px; }
  .page_service .main_sec h2 {
    border: none;
    border-left: #ff0000 10px solid;
    padding-left: 20px;
    font-size: 24px; }
  .page_service .main_sec .sec_in {
    background: #fff; }
  .page_service .main_sec .main_sec_in {
    width: 900px;
    margin: auto;
    padding: 60px 0 60px 0; }
  .page_service .main_sec .main_sec_in .main_subhead01 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 60px; }
  .page_service .main_sec .main_flBox01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    background: #f5f5f5;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    padding: 20px 40px 20px 40px;
    margin-bottom: 20px; }
  @media only screen and (max-width: 900px) {
    .page_service .main_sec .main_title {
      height: 60px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      font-weight: 800;
      color: #fff;
      font-size: 16px;
      line-height: 1.2;
      position: relative; }
    .page_service .main_sec .main_title img {
      width: 60px;
      margin: auto;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -30px; }
    .page_service .main_sec p {
      font-size: 13px; }
    .page_service .main_sec h2 {
      border: none;
      border-left: #ff0000 5px solid;
      padding-left: 5px !important;
      font-size: 18px; }
    .page_service .main_sec .sec_in {
      background: #fff; }
    .page_service .main_sec .main_sec_in {
      width: 85%;
      margin: auto;
      padding: 30px 0 30px 0; }
    .page_service .main_sec .main_sec_in .main_subhead01 {
      text-align: left;
      font-weight: bold;
      font-size: 14px;
      margin-bottom: 60px; }
    .page_service .main_sec .main_flBox01 {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: auto;
      background: #f5f5f5;
      border-radius: 10px 10px 10px 10px;
      -webkit-border-radius: 10px 10px 10px 10px;
      -moz-border-radius: 10px 10px 10px 10px;
      padding: 20px 40px 20px 40px;
      margin-bottom: 20px; }
    .page_service .main_sec .main_title:after {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -20px;
      margin: auto;
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-top: 30px solid #bf0000; } }
  .page_service .flow_sec .sec_in {
    padding: 60px 0 60px 0; }
  .page_service .flow_sec .flow_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .page_service .flow_sec .arrow {
    width: 75px;
    display: block; }
  .page_service .flow_sec .arrow_on {
    background: url(../images/common/service_arrow_yoko.svg);
    background-size: 24px;
    background-position: center center;
    background-repeat: no-repeat; }
  .page_service .flow_sec .arrow_on_pc {
    background: url(../images/common/service_arrow_yoko.svg);
    background-size: 24px;
    background-position: center center;
    background-repeat: no-repeat; }
  .page_service .flow_sec .box {
    width: 270px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 #ccc;
    -moz-box-shadow: 0 0 15px 0 #ccc;
    box-shadow: 0 0 15px 0 #ccc;
    padding: 30px 0 30px 0;
    margin-bottom: 30px; }
  .page_service .flow_sec .box_off {
    width: 270px; }
  .page_service .flow_sec .num {
    text-align: center;
    font-weight: 800;
    font-size: 40px;
    color: #ccc;
    position: relative;
    line-height: 1; }
  .page_service .flow_sec .num:before {
    display: block;
    content: "";
    width: 40px;
    height: 5px;
    border-bottom: 2px solid #ff0000;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -5px; }
  .page_service .flow_sec .text {
    width: 80%;
    margin: auto;
    padding: 30px 0 20px 0;
    font-size: 13px; }
  @media only screen and (max-width: 1150px) {
    .page_service .flow_sec .sec_in {
      padding: 60px 0 60px 0; }
    .page_service .flow_sec .flow_flBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .page_service .flow_sec .arrow {
      width: 5%;
      display: block; }
    .page_service .flow_sec .arrow_on {
      background: url(../images/common/service_arrow_yoko.svg);
      background-size: 20px;
      background-position: center center;
      background-repeat: no-repeat; }
    .page_service .flow_sec .arrow_on_pc {
      background: url(../images/common/service_arrow_yoko.svg);
      background-size: 20px;
      background-position: center center;
      background-repeat: no-repeat; }
    .page_service .flow_sec .box {
      width: 26%;
      background: #fff;
      -webkit-box-shadow: 0 0 15px 0 #ccc;
      -moz-box-shadow: 0 0 15px 0 #ccc;
      box-shadow: 0 0 15px 0 #ccc;
      padding: 30px 0 30px 0;
      margin-bottom: 30px; }
    .page_service .flow_sec .box_off {
      width: 25%; }
    .page_service .flow_sec .num {
      text-align: center;
      font-weight: 800;
      font-size: 40px;
      color: #ccc;
      position: relative;
      line-height: 1; }
    .page_service .flow_sec .num:before {
      display: block;
      content: "";
      width: 40px;
      height: 5px;
      border-bottom: 2px solid #ff0000;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      bottom: -5px; }
    .page_service .flow_sec .text {
      width: 80%;
      margin: auto;
      padding: 30px 0 20px 0;
      font-size: 13px; } }
  @media only screen and (max-width: 800px) {
    .page_service {
      /*flow*/ }
      .page_service .flow_sec .sec_in {
        padding: 60px 0 60px 0; }
      .page_service .flow_sec .flow_flBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
      .page_service .flow_sec .arrow {
        width: 100%;
        display: block;
        height: 40px; }
      .page_service .flow_sec .arrow_off {
        display: none !important; }
      .page_service .flow_sec .arrow_on {
        background: url(../images/common/service_arrow_tate.svg);
        background-size: 24px;
        background-position: center center;
        background-repeat: no-repeat; }
      .page_service .flow_sec .arrow_on_pc {
        display: none; }
      .page_service .flow_sec .box {
        width: 100%;
        min-height: 110px;
        background: #fff;
        -webkit-box-shadow: 0 0 15px 0 #ccc;
        -moz-box-shadow: 0 0 15px 0 #ccc;
        box-shadow: 0 0 15px 0 #ccc;
        padding: 0;
        margin-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center; }
      .page_service .flow_sec .box_off {
        width: 100%; }
      .page_service .flow_sec .num {
        text-align: center;
        font-weight: 800;
        font-size: 38px;
        color: #ccc;
        position: relative;
        line-height: 1;
        width: 20%; }
      .page_service .flow_sec .num:before {
        display: block;
        content: "";
        width: 40px;
        height: 5px;
        border-bottom: 2px solid #ff0000;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -5px; }
      .page_service .flow_sec .text {
        width: 73%;
        margin: auto;
        padding: 0 2% 0 1%;
        font-size: 12px; } }
  .page_service .faq_sec {
    margin-bottom: 60px;
    padding: 5px 0 5px 0; }
    .page_service .faq_sec a {
      color: #0071bc;
      text-decoration: underline; }
    .page_service .faq_sec a:hover {
      opacity: 0.7;
      text-decoration: none; }
    .page_service .faq_sec .sec_in {
      margin: auto;
      background: #ffff;
      border-radius: 10px 10px 10px 10px;
      -webkit-border-radius: 10px 10px 10px 10px;
      -moz-border-radius: 10px 10px 10px 10px;
      padding: 60px 0 30px 0;
      margin-bottom: 60px; }
    .page_service .faq_sec .faq_contents {
      width: 855px;
      margin: auto; }
    .page_service .faq_sec .faq_line {
      padding-left: 50px;
      position: relative; }
    .page_service .faq_sec .faq_q {
      font-weight: bold;
      font-size: 16px; }
    .page_service .faq_sec .faq_a {
      border-bottom: 1px solid #ccc;
      margin-bottom: 20px;
      padding-bottom: 30px;
      font-size: 14px; }
    .page_service .faq_sec .faq_line:before {
      font-weight: 800;
      font-size: 18px;
      position: absolute;
      left: 0;
      display: block;
      width: 30px;
      height: 30px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      line-height: 1;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      color: #fff; }
    .page_service .faq_sec .faq_q:before {
      content: "Q";
      background: #ff0000; }
    .page_service .faq_sec .faq_a:before {
      content: "A";
      background: #000; }
  @media only screen and (max-width: 1150px) {
    .page_service {
      /*faq*/ }
      .page_service .faq_sec {
        margin-bottom: 60px;
        padding: 5px 0 5px 0; }
        .page_service .faq_sec .sec_in {
          margin: auto;
          background: #ffff;
          border-radius: 10px 10px 10px 10px;
          -webkit-border-radius: 10px 10px 10px 10px;
          -moz-border-radius: 10px 10px 10px 10px;
          padding: 60px 0 30px 0;
          margin-bottom: 60px; }
        .page_service .faq_sec .faq_contents {
          width: 90%;
          margin: auto; }
        .page_service .faq_sec .faq_line {
          padding-left: 30px;
          position: relative; }
        .page_service .faq_sec .faq_q {
          font-weight: bold;
          font-size: 13px; }
        .page_service .faq_sec .faq_a {
          border-bottom: 1px solid #ccc;
          margin-bottom: 20px;
          padding-bottom: 30px;
          font-size: 12px; }
        .page_service .faq_sec .faq_line:before {
          font-weight: 800;
          font-size: 13px;
          position: absolute;
          left: 0;
          display: block;
          width: 20px;
          height: 20px;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          line-height: 1;
          border-radius: 3px;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          color: #fff; }
        .page_service .faq_sec .faq_q:before {
          content: "Q";
          background: #ff0000;
          line-height: 1; }
        .page_service .faq_sec .faq_a:before {
          content: "A";
          background: #000;
          line-height: 1; } }

/*------------------------------------------------------------
page_office
------------------------------------------------------------*/
.page_office h2 {
  margin-bottom: 10px; }
.page_office .main_sec {
  margin-bottom: 30px; }
.page_office .main_sec .text {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 60px 0; }
.page_office .main_sec .sec_in {
  background: #fff; }
.page_office .download_flBox {
  width: 900px;
  background: #f5f5f5;
  margin: auto; }
.page_office .download_flBox_in {
  width: 720px;
  padding: 20px 0 20px 0;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.page_office .download_flBox_in .col_l {
  width: 200px; }
.page_office .download_flBox_in .col_r {
  width: 470px; }
.page_office .download_flBox_in .line01 {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 16px; }
.page_office .download_flBox_in .line02 {
  margin-bottom: 20px;
  font-size: 16px; }
.page_office .download_flBox_in .btn {
  text-align: center; }
.page_office .download_flBox_in a {
  width: 220px;
  height: 40px;
  text-align: center;
  display: block;
  color: #fff;
  background: #ff0000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
.page_office .download_flBox_in a:hover {
  opacity: 0.6; }
.page_office .office_flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.page_office .office_flBox img {
  width: 49%;
  margin-bottom: 20px;
  display: block; }
.page_office .office_text01 {
  text-align: center;
  font-weight: bold;
  font-size: 18px; }

@media only screen and (max-width: 800px) {
  .page_office h2 {
    margin-bottom: 10px; }
  .page_office .main_sec {
    margin-bottom: 30px; }
  .page_office .main_sec .text {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    padding: 0 0 30px 0; }
  .page_office .main_sec .sec_in {
    background: #fff; }
  .page_office .download_flBox {
    width: 100%;
    background: #f5f5f5;
    margin: auto; }
  .page_office .download_flBox_in {
    width: 90%;
    padding: 20px 0 20px 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .page_office .download_flBox_in .col_l {
    width: 80%;
    margin: auto; }
  .page_office .download_flBox_in .col_r {
    width: 100%; }
  .page_office .download_flBox_in .line01 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center; }
  .page_office .download_flBox_in .line02 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px; }
  .page_office .download_flBox_in .btn {
    text-align: center; }
  .page_office .download_flBox_in a {
    width: 90%;
    margin: auto;
    text-align: center;
    display: block;
    color: #fff;
    background: #ff0000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  .page_office .download_flBox_in a:hover {
    opacity: 0.6; }
  .page_office .office_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .page_office .office_flBox img {
    width: 49%;
    margin-bottom: 20px;
    display: block; }
  .page_office .office_text01 {
    text-align: center;
    font-weight: bold;
    font-size: 18px; } }
/*------------------------------------------------------------
page_control
------------------------------------------------------------*/
.page_control .kouka_box {
  position: relative;
  height: 65px; }
.page_control .kouka_box img {
  width: 265px;
  position: absolute;
  right: 215px;
  top: 5px; }
.page_control .cotrol_textBox {
  width: 680px;
  padding: 30px 0 30px 0;
  margin: auto;
  background: #f5f5f5;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px; }
.page_control .cotrol_textBox_in {
  width: 80%;
  margin: auto; }
.page_control .cotrol_textBox_in .line01 {
  font-weight: bold; }
.page_control .control_bullet {
  padding: 20px 0 20px 0; }
.page_control .control_bullet li {
  font-weight: bold;
  font-size: 16px;
  padding: 2px 0 2px 20px;
  position: relative; }
.page_control .control_bullet li:before {
  content: "・";
  position: absolute;
  left: 0; }
.page_control .items_flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin-bottom: 30px; }
.page_control .items_flBox .line01 {
  font-size: 14px;
  font-weight: bold; }
.page_control .items_flBox .line02 {
  font-size: 20px;
  font-weight: 800; }
.page_control .items_flBox .col_l {
  width: 58%; }
.page_control .items_flBox .col_r {
  width: 40%; }

@media only screen and (max-width: 800px) {
  .page_control .kouka_box {
    position: relative;
    height: auto;
    text-align: left;
    padding-left: 20px; }
  .page_control .kouka_box img {
    width: 60%;
    position: static;
    display: block; }
  .page_control .cotrol_textBox {
    width: 100%;
    margin: auto;
    background: #f5f5f5;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px; }
  .page_control .control_bullet {
    padding: 10px; }
  .page_control .control_bullet li {
    font-weight: bold;
    font-size: 13px;
    padding: 2px 0 2px 15px;
    line-height: 1.3; }
  .page_control .control_bullet li:before {
    content: "・"; }
  .page_control .items_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #ccc; }
  .page_control .items_flBox .line01 {
    font-size: 13px;
    font-weight: bold; }
  .page_control .items_flBox .line02 {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5; }
  .page_control .items_flBox .col_l {
    width: 100%; }
  .page_control .items_flBox .col_r {
    width: 100%; } }
/*------------------------------------------------------------
page_camera
------------------------------------------------------------*/
.page_camera .main_sec .main_flBox01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  background: #f5f5f5;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  padding: 20px 40px 20px 40px;
  margin-bottom: 20px; }
.page_camera .main_sec .main_flBox01 .col_l {
  width: 280px;
  font-weight: bold;
  font-size: 18px;
  padding-top: 30px; }
.page_camera .main_sec .main_flBox01 .col_r {
  width: 500px; }
.page_camera .main_sec .cameras_pc {
  margin: 30px 0 60px 0;
  display: block; }
.page_camera .main_sec .multieye_title {
  position: relative;
  margin-bottom: 30px;
  padding: 0 0 20px 120px; }
.page_camera .main_sec .multieye_title .line01 {
  font-size: 29px;
  font-weight: bold; }
.page_camera .main_sec .multieye_title .line02 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1; }
.page_camera .main_sec .multieye_title img {
  position: absolute;
  left: 0;
  top: 5px;
  width: 100px; }
.page_camera .main_sec .multieye_flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px; }
.page_camera .main_sec .multieye_flBox .col_l {
  width: 48%;
  text-align: center;
  font-size: 12px; }
.page_camera .main_sec .multieye_flBox .col_r {
  width: 48%; }
.page_camera .main_sec .multieye_flBox .col_r ul {
  padding-top: 20px; }
.page_camera .main_sec .multieye_flBox .col_r li {
  position: relative;
  padding-left: 15px;
  font-weight: bold;
  margin-bottom: 5px; }
.page_camera .main_sec .multieye_flBox .col_r li:before {
  content: "・";
  position: absolute;
  left: 0; }
.page_camera .main_sec .movie iframe {
  width: 100%;
  height: 450px; }

@media only screen and (max-width: 900px) {
  .page_camera .main_sec .main_flBox01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    background: #f5f5f5;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    padding: 20px 0 20px 0;
    margin-bottom: 20px; }
  .page_camera .main_sec .main_flBox01 .col_l {
    width: 80%;
    margin: auto;
    font-weight: bold;
    font-size: 14px; }
  .page_camera .main_sec .main_flBox01 .col_r {
    width: 80%;
    margin: auto; }
  .page_camera .main_sec .cameras_pc {
    margin: 30px 0 60px 0;
    display: block; }
  .page_camera .main_sec .multieye_title {
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 0 45px; }
  .page_camera .main_sec .multieye_title .line01 {
    font-size: 13px;
    font-weight: bold; }
  .page_camera .main_sec .multieye_title .line02 {
    font-size: 16px;
    font-weight: 800;
    line-height: 1; }
  .page_camera .main_sec .multieye_title img {
    position: absolute;
    left: 0;
    top: 5px;
    width: 40px; }
  .page_camera .main_sec .multieye_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px; }
  .page_camera .main_sec .multieye_flBox .col_l {
    width: 100%;
    text-align: left;
    font-size: 12px;
    margin-bottom: 20px; }
  .page_camera .main_sec .multieye_flBox .col_r {
    width: 100%; }
  .page_camera .main_sec .multieye_flBox .col_r ul {
    padding-top: 20px; }
  .page_camera .main_sec .multieye_flBox .col_r li {
    position: relative;
    padding-left: 15px;
    font-weight: bold;
    margin-bottom: 5px; }
  .page_camera .main_sec .multieye_flBox .col_r li:before {
    content: "・";
    position: absolute;
    left: 0; }
  .page_camera .main_sec .movie iframe {
    width: 100%;
    height: 240px; } }
/*------------------------------------------------------------
page_school
------------------------------------------------------------*/
.page_school .school_box_discription {
  width: 900px;
  margin: auto;
  font-weight: bold;
  padding: 60px 0 60px 0;
  font-size: 18px; }
.page_school .type_flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 380px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 #ccc;
  -moz-box-shadow: 0 0 15px 0 #ccc;
  box-shadow: 0 0 15px 0 #ccc;
  margin-bottom: 30px; }
.page_school .type_flBox h3 {
  border-bottom: #ff0000 1px solid;
  font-weight: bold;
  font-size: 24px; }
.page_school .type_flBox .col_text {
  width: 50%; }
.page_school .type_flBox .col_text_in {
  width: 90%;
  margin: auto;
  padding: 20px 0 20px 0; }
.page_school .type_flBox .col_image {
  width: 50%; }
.page_school .type_flBox .col_image img {
  width: 100%;
  height: 380px;
  object-fit: cover; }

@media only screen and (max-width: 1150px) {
  .page_school .school_box_discription {
    width: 900px;
    margin: auto;
    font-weight: bold;
    padding: 60px 0 60px 0;
    font-size: 18px; }
  .page_school .type_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 380px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 #ccc;
    -moz-box-shadow: 0 0 15px 0 #ccc;
    box-shadow: 0 0 15px 0 #ccc;
    margin-bottom: 30px; }
  .page_school .type_flBox h3 {
    border-bottom: #ff0000 1px solid;
    font-weight: bold;
    font-size: 18px; }
  .page_school .type_flBox .col_text {
    width: 50%;
    font-size: 13px; }
  .page_school .type_flBox .col_text_in {
    width: 90%;
    margin: auto;
    padding: 10px 0 10px 0; }
  .page_school .type_flBox .col_image {
    width: 50%; }
  .page_school .type_flBox .col_image img {
    width: 100%;
    height: 380px;
    object-fit: cover; } }
@media only screen and (max-width: 900px) {
  .page_school .school_box_discription {
    width: 90%;
    margin: auto;
    font-weight: bold;
    padding: 30px 0 30px 0;
    font-size: 14px; }
  .page_school .type_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 #ccc;
    -moz-box-shadow: 0 0 15px 0 #ccc;
    box-shadow: 0 0 15px 0 #ccc;
    margin-bottom: 30px; }
  .page_school .type_flBox h3 {
    border-bottom: #ff0000 1px solid;
    font-weight: bold;
    font-size: 18px; }
  .page_school .type_flBox .col_text {
    width: 100%;
    font-size: 13px;
    order: 1; }
  .page_school .type_flBox .col_text_in {
    width: 90%;
    margin: auto;
    padding: 10px 0 10px 0; }
  .page_school .type_flBox .col_image {
    width: 100%;
    order: 2; }
  .page_school .type_flBox .col_image img {
    width: 100%;
    height: 300px;
    object-fit: cover; } }
/*------------------------------------------------------------
pager
------------------------------------------------------------*/
.pager {
  padding: 30px 0 0 0;
  text-align: center; }
  .pager .current {
    background: #ff0000;
    color: #fff;
    font-weight: bold; }
  .pager .page-numbers {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin: 0; }
  .pager a {
    margin: 0; }
  .pager a:hover {
    background: #ff0000;
    opacity: 0.3;
    color: #000; }

@media only screen and (max-width: 800px) {
  .pager {
    padding: 30px 0 0 0; }
    .pager .current {
      background: #ff0000;
      color: #fff;
      font-weight: bold; }
    .pager .page-numbers {
      display: inline-flex;
      width: 50px;
      height: 50px;
      align-items: center;
      justify-content: center;
      margin: 0; }
    .pager a {
      margin: 0; }
    .pager a:hover {
      background: #ff0000;
      opacity: 0.3; } }
/*------------------------------------------------------------
single_cases
-------------------------------------------------------------*/
.single_cases h1 {
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px; }
.single_cases .thumb img {
  width: 100%; }
.single_cases .feature_flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 10px 0; }
.single_cases .feature_flBox .card {
  width: 32%;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 0; }
.single_cases .feature_flBox .card a {
  padding: 0;
  display: block; }
.single_cases .feature_flBox .card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  margin: 0; }
.single_cases .feature_flBox .card img:hover {
  opacity: 1; }
.single_cases .feature_flBox .card img:hover {
  transform: scale(1.05, 1.05);
  transition-duration: 0.5s;
  -webkit-box-shadow: 0 0 15px 0 #777;
  -moz-box-shadow: 0 0 15px 0 #777;
  box-shadow: 0 0 15px 0 #777; }
.single_cases .feature_flBox .card .title {
  font-weight: bold;
  text-align: center;
  padding: 5px; }
.single_cases .ba_flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px; }
.single_cases .ba_flBox .col {
  width: 48%;
  position: relative; }
.single_cases .ba_flBox .col img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0; }
.single_cases .ba_flBox .col span {
  display: inline-block;
  width: 180px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff; }
.single_cases .ba_text {
  font-size: 13px;
  background: #f5f5f5;
  padding: 20px; }
.single_cases .voice_flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.single_cases .voice_flBox .col_image {
  width: 48%; }
.single_cases .voice_flBox .col_text {
  width: 48%; }
.single_cases .box_term {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 30px; }
.single_cases .box_term .th {
  padding: 5px 10px 5px 10px;
  background: #f0f0f0;
  text-align: center;
  color: #000;
  display: inline-block; }
.single_cases .box_term .td {
  padding: 5px 10px 5px 10px;
  margin-right: 20px;
  display: inline-block; }
.single_cases .box_term a {
  display: inline-block;
  margin-right: 10px;
  color: #ff0000;
  text-decoration: underline; }
.single_cases .box_term a:hover {
  text-decoration: none; }
.single_cases .content_box img {
  display: block;
  margin: 20px 0 30px 0; }
.single_cases .dd_in {
  width: 90%;
  margin: auto;
  padding: 20px 0 20px 0; }
.single_cases dl dt {
  margin: 20px 0 0 0;
  position: relative;
  margin-bottom: 0px;
  background: #f5f5f5;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0 0 5px 0 #ccc;
  -moz-box-shadow: 0 0 5px 0 #ccc;
  box-shadow: 0 0 5px 0 #ccc; }
.single_cases dl dt:hover {
  -webkit-box-shadow: 0 0 10px 0 #bebebe;
  -moz-box-shadow: 0 0 10px 0 #bebebe;
  box-shadow: 0 0 10px 0 #bebebe; }
.single_cases dl dt:after {
  position: absolute;
  right: 50px;
  top: 10px;
  color: #999;
  content: "\f055";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: bold;
  font-size: 30px; }
.single_cases dl dt:hover {
  cursor: pointer;
  background: #f5f5f5; }
.single_cases dl dt.active:after {
  content: "\f056";
  font-family: 'Font Awesome\ 6 Free';
  color: #666; }
.single_cases dl dt.active {
  color: #000;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.single_cases dl dd {
  display: none;
  margin: 0;
  position: relative;
  background: #fcfcfc; }
@media only screen and (max-width: 736px) {
  .single_cases h1 {
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    font-size: 18px; }
  .single_cases .thumb img {
    width: 100%; }
  .single_cases .feature_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 10px 0; }
  .single_cases .feature_flBox .card {
    width: 49%;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 0; }
  .single_cases .feature_flBox .card a {
    padding: 0;
    display: block; }
  .single_cases .feature_flBox .card img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
    margin: 0; }
  .single_cases .feature_flBox .card img:hover {
    opacity: 1; }
  .single_cases .feature_flBox .card img:hover {
    transform: scale(1.05, 1.05);
    transition-duration: 0.5s;
    -webkit-box-shadow: 0 0 15px 0 #777;
    -moz-box-shadow: 0 0 15px 0 #777;
    box-shadow: 0 0 15px 0 #777; }
  .single_cases .feature_flBox .card .title {
    font-weight: bold;
    text-align: center;
    padding: 5px; }
  .single_cases .ba_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px; }
  .single_cases .ba_flBox .col {
    width: 100%;
    position: relative; }
  .single_cases .ba_flBox .col img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0; }
  .single_cases .ba_flBox .col span {
    display: inline-block;
    width: 100px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff; }
  .single_cases .ba_text {
    font-size: 12px;
    background: #f5f5f5;
    padding: 10px; }
  .single_cases .voice_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .single_cases .voice_flBox .col_image {
    width: 100%; }
  .single_cases .voice_flBox .col_text {
    width: 100%; }
  .single_cases .box_term {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 30px; }
  .single_cases .box_term .th {
    padding: 5px 10px 5px 10px;
    background: #f0f0f0;
    text-align: center;
    color: #000;
    display: inline-block; }
  .single_cases .box_term .td {
    padding: 5px 10px 5px 10px;
    margin-right: 20px;
    display: inline-block; }
  .single_cases .box_term a {
    display: inline-block;
    margin-right: 10px;
    color: #ff0000;
    text-decoration: underline; }
  .single_cases .box_term a:hover {
    text-decoration: none; }
  .single_cases .content_box img {
    display: block;
    margin: 20px 0 30px 0; }
  .single_cases .dd_in {
    width: 90%;
    margin: auto;
    padding: 10px 0 10px 0; }
  .single_cases dl dt {
    margin: 20px 0 0 0;
    position: relative;
    margin-bottom: 0px;
    background: #f5f5f5;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-box-shadow: 0 0 5px 0 #ccc;
    -moz-box-shadow: 0 0 5px 0 #ccc;
    box-shadow: 0 0 5px 0 #ccc; }
  .single_cases dl dt:hover {
    -webkit-box-shadow: 0 0 5px 0 #999;
    -moz-box-shadow: 0 0 5px 0 #999;
    box-shadow: 0 0 5px 0 #999; }
  .single_cases dl dt:after {
    position: absolute;
    right: 30px;
    top: 10px;
    color: #999;
    content: "\f055";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: bold;
    font-size: 15px; }
  .single_cases dl dt:hover {
    cursor: pointer;
    background: #f5f5f5; }
  .single_cases dl dt.active:after {
    content: "\f056";
    font-family: 'Font Awesome\ 6 Free';
    color: #666; }
  .single_cases dl dt.active {
    color: #000;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .single_cases dl dd {
    display: none;
    margin: 0;
    position: relative;
    background: #fcfcfc; } }

@media only screen and (max-width: 800px) {
  .single_works .feature_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .single_works .feature_flBox .card {
    width: 49%;
    font-size: 13px;
    margin-bottom: 20px; }
  .single_works .feature_flBox .card img {
    width: 100%;
    height: 120px;
    object-fit: cover; }
  .single_works .feature_flBox .card .title {
    font-weight: bold; }
  .single_works .tableNormal {
    border-collapse: collapse;
    margin-bottom: 1.5em;
    font-size: 13px;
    padding: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc; }
  .single_works .tableNormal th,
  .single_works .tableNormal td {
    padding: 0.5em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 11px; }
  .single_works .tableNormal th {
    font-weight: bold;
    text-align: center;
    width: 25%;
    color: #fff; } }
