@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
body {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
  color: #000;
  word-break: break-word;
}

body a {
  color: #000;
  text-decoration: none;
}

body a:hover {
  color: inherit;
}

strong {
  font-weight: bold;
}

.sp_only {
  display: none;
}

img {
  max-width: 100%;
}

.cmn_line {
  text-decoration: underline;
}

.c-ttl {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.c-ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #CCCCCC;
}

.c-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #990000;
}

h1.c-ttl {
  font-size: 24px;
}

.c-btn {
  display: block;
  color: #fff;
  text-align: center;
  background: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}

.c-btn:hover {
  opacity: .7;
}

.c-btn--more {
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.c-btn--more::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-btn--return {
  max-width: 400px;
  width: fit-content;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  margin: 0 auto;
}

.c-btn--return::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-btn--contact {
  max-width: 400px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  margin: 0 auto;
}

.c-btn--contact span {
  padding-left: 30px;
  background: url(../images/common/ico_contact.png) left center no-repeat;
  background-size: 20px;
}

.c-btn--business {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}

.c-btn--business::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-btn--service {
  width: 315px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  margin-bottom: 40px;
}

.c-btn--service::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    padding-bottom: 60px;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .c-ttl {
    font-size: 16px;
    margin-bottom: 30px;
  }
  h1.c-ttl {
    font-size: 18px;
  }
  .c-btn {
    display: block;
    color: #fff;
    text-align: center;
    background: #000;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
  }
  .c-btn:hover {
    opacity: .7;
  }
  .c-btn--more {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .c-btn--more::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .c-btn--return {
    max-width: 100%;
  }
  .c-btn--service {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin-bottom: 30px;
  }
}

/*----------------------------------------------------- */
/*  header           */
/*----------------------------------------------------- */
.header {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_logo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.5%;
}

.header_logo {
  max-width: 198px;
  margin-right: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header_logo:hover {
  opacity: .7;
}

.header_logo_txt {
  font-size: 10px;
  letter-spacing: -0.05em;
}

.header_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_tell {
  font-size: 20px;
  margin-right: 20px;
}

.header_tell a {
  display: block;
  margin-top: -14px;
  padding-left: 22px;
  background: url(../images/common/ico_tell.png) left top 8px no-repeat;
  background-size: 17px;
}

.header_mail {
  text-align: right;
  font-size: 20px;
  margin-right: 20px;
}

.header_mail a {
  display: inline-block;
  padding-left: 30px;
  background: url(../images/common/ico_mail.png) left top 11px no-repeat;
  background-size: 22px;
}

.header_mail a:hover {
  text-decoration: underline;
}

.header_mail p {
  font-size: 12px;
}

.header_search {
  margin-right: 20px;
}

.header_search_form {
  position: relative;
  border: 1px solid #ccc;
  display: block;
  border-radius: 25px;
  width: 250px;
  height: 50px;
  overflow: hidden;
}

.header_search_form input[type="search"] {
  width: calc(100% - 40px);
  height: 50px;
  padding: 0 0 0 20px;
  border: none;
  font-size: 12px;
}

.header_search_form input[type="search"]:focus {
  outline: 0;
}

.header_search_form input[type="submit"] {
  cursor: pointer;
  border: none;
  background: none;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/common/ico_search.png) center center no-repeat;
  background-size: 20px;
  right: 15px;
  top: calc(50% - 10px);
  outline: none;
}

.header_contact {
  width: 160px;
}

.header_contact a {
  display: block;
  width: 100%;
  height: 100px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header_contact a:hover {
  opacity: .7;
}

.header_contact a span {
  font-size: 16px;
  color: #fff;
  padding-top: 20px;
  background: url(../images/common/ico_contact.png) center top no-repeat;
  background-size: 22px;
}

@media screen and (max-width: 1300px) {
  .header_logo_txt {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .header_logo {
    max-width: 160px;
  }
  .header_tell {
    font-size: 16px;
  }
  .header_tell a {
    display: block;
    margin-top: -14px;
    padding-left: 18px;
    background: url(../images/common/ico_tell.png) left top 8px no-repeat;
    background-size: 14px;
  }
  .header_mail {
    text-align: right;
    font-size: 16px;
  }
  .header_mail a {
    display: inline-block;
    padding-left: 25px;
    background: url(../images/common/ico_mail.png) left top 8px no-repeat;
    background-size: 18px;
  }
  .header_mail a:hover {
    text-decoration: underline;
  }
  .header_mail p {
    font-size: 10px;
  }
  .header_search_form {
    width: 210px;
  }
  .header_search_form input[type="search"] {
    font-size: 10px;
  }
  .header_contact {
    width: 130px;
  }
}

@media screen and (max-width: 900px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .header {
    height: 60px;
  }
  .header_logo_wrap {
    padding-left: 2%;
  }
  .header_logo {
    max-width: 120px;
    padding-top: 3px;
    margin-right: 0;
  }
  .header_tell {
    font-size: 12px;
    margin-right: 0px;
  }
  .header_tell a {
    display: block;
    width: 55px;
    height: 60px;
    text-align: center;
    margin-top: 0px;
    padding: 32px 0 0;
    background: url(../images/common/ico_tell.png) center top 12px no-repeat;
    background-size: 17px;
  }
  .header_mail {
    text-align: center;
    font-size: 12px;
    margin-right: 0px;
  }
  .header_mail a {
    display: block;
    width: 55px;
    height: 60px;
    text-align: center;
    margin-top: 0px;
    padding: 32px 0 0;
    background: url(../images/common/ico_mail.png) center top 12px no-repeat;
    background-size: 20px;
  }
  .header_search {
    display: none;
  }
  .header_contact {
    width: 90px;
  }
  .header_contact a {
    height: 60px;
  }
  .header_contact a span {
    font-size: 12px;
    padding-top: 18px;
    background-size: 20px;
  }
}

/*----------------------------------------------------- */
/*  gnav           */
/*----------------------------------------------------- */
.gnav_wrap {
  background: #990000;
  height: 60px;
}

.gnav_list {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gnav_list_item {
  width: 20%;
  position: relative;
}

.gnav_list_item:not(:last-child)::after {
  position: absolute;
  right: 0;
  top: 15px;
  content: "";
  width: 1px;
  height: 30px;
  background: #fff;
}

.gnav_list_item > a {
  display: block;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 18px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.gnav_list_item > a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.gnav_list_item > a span {
  padding-right: 20px;
  position: relative;
}

.gnav_list_item > a span::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.subnav {
  position: absolute;
  top: 60px;
  left: 0;
  -webkit-transition: 1s;
  transition: 1s;
  background: rgba(255, 255, 255, 0.9);
  padding: 12px 10px 12px 20px;
  z-index: 100;
  width: 550px;
  display: none;
}

.subnav li {
  width: 50%;
}

.subnav a {
  font-size: 16px;
}

.subnav_l {
  left: auto;
  right: 0;
}

.subnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.subnav_list li {
  width: 48%;
  padding: 8px 0;
}

.subnav_list a {
  font-size: 16px;
  padding-right: 15px;
  position: relative;
  display: inline-block;
}

.subnav_list a::after {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  width: 6px;
  height: 6px;
  border-right: 2px solid #990000;
  border-bottom: 2px solid #990000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.subnav_list a:hover {
  text-decoration: underline;
}

.gnav_list_item:hover > .subnav {
  display: block;
  -webkit-animation: show .3s;
          animation: show .3s;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

/*----------------------------------------------------- */
/*  top_kv           */
/*----------------------------------------------------- */
.top_kv {
  height: 640px;
  margin-left: 14%;
  background: url(../images/top/bg_kv.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.top_kv h1 {
  position: absolute;
  bottom: 60px;
  left: -8%;
  line-height: 2.2;
}

.top_kv h1 span {
  font-size: 32px;
  font-weight: bold;
  background: #fff;
  -webkit-box-shadow: 10px 0 #fff, -10px 0 #fff;
          box-shadow: 10px 0 #fff, -10px 0 #fff;
}

@media screen and (max-width: 767px) {
  .top_kv {
    height: 280px;
    margin-left: 12%;
  }
  .top_kv h1 {
    position: absolute;
    bottom: 30px;
    left: -6%;
    line-height: 2.6;
  }
  .top_kv h1 span {
    font-size: 3.6vw;
    padding: 3px 0;
  }
}

/*----------------------------------------------------- */
/*  contents           */
/*----------------------------------------------------- */
.contents {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 2%;
  max-width: 1000px;
  margin: 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .contents {
    padding: 0 4%;
    margin: 40px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/*----------------------------------------------------- */
/*  side_area           */
/*----------------------------------------------------- */
.side_area {
  width: 240px;
  margin-right: 10%;
}

.side_area .c-ttl {
  margin-bottom: 0;
}

.side_list {
  padding: 10px 0;
  margin-bottom: 60px;
}

.side_list li {
  padding: 10px 20px;
}

.side_list li a:hover {
  text-decoration: underline;
}

.fb_area {
  width: 100%;
  width: 240px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .side_area {
    width: 100%;
    margin-right: 0;
  }
  .side_area .c-ttl {
    display: none;
  }
  .side_list {
    display: none;
  }
  .fb_area {
    width: 80%;
    margin: 0 auto;
  }
}

/*----------------------------------------------------- */
/*  main_area           */
/*----------------------------------------------------- */
.main_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .main_area {
    margin-bottom: 40px;
  }
}

/*----------------------------------------------------- */
/*  top_news           */
/*----------------------------------------------------- */
.top_news {
  margin-bottom: 60px;
}

.news_list {
  margin-bottom: 40px;
}

.news_list li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_list li p {
  margin-right: 30px;
}

.news_list li a:hover {
  text-decoration: underline;
}

.top_news_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .top_news {
    margin-bottom: 40px;
  }
  .news_list li {
    display: block;
  }
  .news_list li p {
    margin-right: 0;
  }
  .top_news_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/*----------------------------------------------------- */
/*  top_banner           */
/*----------------------------------------------------- */
.top_banner {
  margin-bottom: 60px;
}

.top_banner a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.top_banner a:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .top_banner {
    margin-bottom: 40px;
  }
}

/*----------------------------------------------------- */
/*  top_case           */
/*----------------------------------------------------- */
.top_case_txt {
  margin-bottom: 40px;
}

.top_case_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_case_list::after{
  content:"";
  display: block;
  width:31%;
}

.top_case_list_item {
  width: 31%;
  margin-bottom: 40px;
}

.top_case_list_item a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.top_case_list_item a:hover {
  opacity: .7;
}

.top_case_pic {
  position: relative;
}

.top_case_pic::after {
  content: "";
  display: block;
  padding-top: 60%;
}

.top_case_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_case_ttl {
  font-weight: bold;
  margin: 10px 0;
}

.top_case_name {
  font-size: 14px;
  color: #999999;
}

.top_case_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .top_case {
    margin-bottom: 40px;
  }
  .top_case_txt {
    margin-bottom: 20px;
  }
  .top_case_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top_case_list_item {
    width: 80%;
    margin: 0 auto 30px;
  }
  .top_case_name {
    font-size: 12px;
  }
}

/*----------------------------------------------------- */
/*  footer           */
/*----------------------------------------------------- */
.footer {
  background: #000;
  text-align: center;
  padding: 40px 0;
  color: #fff;
}

.footer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.footer_list li {
  margin: 0 10px;
}

.footer_list a {
  color: #fff;
}

.footer_list a:hover {
  text-decoration: underline;
}

.footer_copy {
  font-size: 14px;
}

#page-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
}

#page-top a {
  display: block;
  width: 40px;
  height: 40px;
  background: #000;
  position: relative;
}

#page-top::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateX(50%) translateY(-25%) rotate(-45deg);
          transform: translateX(50%) translateY(-25%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
  .footer_copy {
    font-size: 12px;
  }
  #page-top {
    position: fixed;
    bottom: 70px;
    right: 2%;
  }
}

/*----------------------------------------------------- */
/*  nav_sp           */
/*----------------------------------------------------- */
.gnav_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .gnav_sp {
    display: block;
  }
  .gnav_menu_sp {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #990000;
    z-index: 110;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gnav_menu_sp > li:not(:last-child) {
    width: 28%;
    border-right: 1px solid #fff;
  }
  .gnav_menu_sp > li:last-child {
    width: 16%;
  }
  .gnav_menu_sp > li:last-child p {
    background: url(../images/common/ico_search_w.png) center center no-repeat;
    background-size: 20px;
  }
  .gnav_menu_btn {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-size: 12px;
  }
  .accordion_inner {
    display: none;
    position: fixed;
    bottom: 60px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    z-index: 100;
    padding: 20px;
    -webkit-box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.1);
  }
  .gnav_ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
  }
  .gnav_ttl::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #CCCCCC;
  }
  .gnav_ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background: #990000;
  }
  .gnav_list_sp li {
    margin-bottom: 10px;
  }
  .gnav_list_sp a {
    display: block;
    font-size: 14px;
    position: relative;
    line-height: 1.2;
  }
  .gnav_list_sp a::after {
    display: block;
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    width: 6px;
    height: 6px;
    border-right: 2px solid #990000;
    border-bottom: 2px solid #990000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .gnav_list_sp + .gnav_ttl {
    margin-top: 20px;
  }
  .gnav_dl dt {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }
  .gnav_dl dt::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #990000;
    border-top: 2px solid #990000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .gnav_dl dt.active::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .gnav_dl dd {
    display: none;
    padding: 20px 1px 1px 10px;
  }
  .gnav_dl .subnav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gnav_dl .subnav_list li {
    width: 48%;
    margin-bottom: 15px;
  }
  .gnav_dl .subnav_list a {
    display: block;
    font-size: 12px;
    position: relative;
    line-height: 1.2;
  }
  .gnav_dl .subnav_list a::after {
    display: block;
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    width: 6px;
    height: 6px;
    border-right: 2px solid #990000;
    border-bottom: 2px solid #990000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .sp_search_form {
    position: relative;
    border: 1px solid #ccc;
    display: block;
    border-radius: 25px;
    width: 100%;
    height: 50px;
    overflow: hidden;
    background: #fff;
  }
  .sp_search_form input[type="search"] {
    width: calc(100% - 40px);
    height: 50px;
    padding: 0 0 0 20px;
    border: none;
  }
  .sp_search_form input[type="search"]:focus {
    outline: 0;
  }
  .sp_search_form input[type="submit"] {
    cursor: pointer;
    border: none;
    background: none;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/common/ico_search.png) center center no-repeat;
    background-size: 20px;
    right: 15px;
    top: calc(50% - 10px);
    outline: none;
  }
}
/*# sourceMappingURL=style.css.map */
