@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600&family=Zen+Maru+Gothic:wght@500&display=swap");
/* =============================================== 
　　parts
=============================================== */
.mgothic, .inquiry_wrap > p, .contents_ttl, .sub_ttl, .detail_ttl, #gnav .pc_menu > li, header .inquiry_btn {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}

.txt_centerd {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.fw_mid {
  font-weight: 500;
}

.fw_b {
  font-weight: bold;
}

@media (hover: hover) {
  .link_plain:hover, .btn a:hover {
    color: inherit;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.7;
    text-decoration: none;
  }
}

/* =============================================== 
  base
=============================================== */
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
}

body {
  color: #4D4D4D;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.9rem;
  }
}
body.fixed {
  position: fixed;
  top: 0;
  width: 100%;
}
body.body_wrap {
  overflow: hidden;
}
body #wrapper {
  height: auto;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
/* アクセシビリティ */
.guidance {
  left: -999px;
  position: absolute;
  width: 990px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  pointer-events: none;
}

/* レスポンシブ対応 */
img {
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
  /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0;
  /* IE7対応 */
}

/* Windows Chrome 画像ぼやけ防止 */
@media screen and (max-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
/* リンク */
a {
  display: inline-block;
}

a:link,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}

/* CLEARFIX */
.container:after,
.row:after,
.col:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 768px) {
  #wrapper {
    width: 100%;
  }
  #screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(182, 224, 239, 0.8);
    z-index: 200;
  }
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

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

/* =============================================== 
　　ヘッダー
=============================================== */
.body_wrap .header_inner {
  background: #fff;
  border-bottom: 1px solid #E1E1E1;
}

@media screen and (max-width: 768px) {
  body:not(.top) .header_inner {
    background: #fff;
  }
}

header {
  width: 100%;
}
@media (hover: hover) {
  header a:hover {
    color: inherit;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  header {
    width: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  header .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 56px;
    padding-left: 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
  }
}
header .header_inner #site_title {
  display: none;
}
@media screen and (max-width: 768px) {
  header .header_inner #site_title {
    display: block;
    width: clamp(55px, 10vw, 70px);
    position: static;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  header .header_inner #site_title a {
    background: none;
    display: block;
    width: 100%;
    height: auto;
  }
}
header .inquiry_btn {
  display: none;
}
@media screen and (max-width: 768px) {
  header .inquiry_btn {
    background: #ED800F;
    display: block;
    width: 55px;
    height: 55px;
    color: #fff;
    font-size: 0.7rem;
    text-align: center;
    position: absolute;
    top: 0;
    right: 55px;
  }
  header .inquiry_btn a {
    background: url(../img/icon_mail.svg) no-repeat center top 40%/25px;
    display: block;
    height: 100%;
    padding-top: 38px;
  }
}

/* グローバルナビゲーション */
#gnav {
  width: min(100%, 1000px);
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #gnav {
    display: block !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    float: none;
    width: 100%;
    max-height: 100vh;
    padding: 56px 0 100px;
    margin: 0;
    position: absolute;
    top: -1000px;
    left: 0;
    z-index: 1000;
    overflow: auto;
  }
  #gnav.open {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
  }
}
#gnav .pc_menu {
  display: grid;
  grid-template-columns: 9% 1fr 1fr 1fr 1fr 16% 10% 10%;
}
#gnav .pc_menu > li {
  display: table;
  color: #333;
  font-size: min(2vw, 2rem);
}
#gnav .pc_menu > li.now {
  background: #ED800F;
  color: #fff;
}
#gnav .pc_menu > li a {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  text-align: center;
}
@media (hover: hover) {
  #gnav .pc_menu > li a:hover {
    color: #fff;
    background: #ED800F;
  }
}
@media screen and (max-width: 768px) {
  #gnav .pc_menu {
    display: none;
  }
}
#gnav .sp_menu {
  display: none;
}
@media screen and (max-width: 768px) {
  #gnav .sp_menu {
    display: block;
    background: #fff;
  }
  #gnav .sp_menu .nav > li {
    border-bottom: 1px solid #E1E1E1;
  }
  #gnav .sp_menu .nav > li a {
    display: block;
  }
  #gnav .sp_menu .nav > li > span, #gnav .sp_menu .nav > li > a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 60px;
    color: #ED800F;
    font-size: 1.8rem;
    position: relative;
  }
  #gnav .sp_menu .nav > li > span::after, #gnav .sp_menu .nav > li > a::after {
    content: "";
    background: url(../img/arrow_menu.svg) no-repeat center/auto;
    height: 15px;
    width: 8px;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    right: 30px;
  }
  #gnav .sp_menu .nav > li > a.icon_blank::after {
    background: url(../img/icon_blank.svg) no-repeat center/auto;
    height: 100%;
    width: 15px;
  }
  #gnav .sp_menu .nav > li > span::after {
    -webkit-transform: translateY(-60%) rotate(90deg);
            transform: translateY(-60%) rotate(90deg);
    right: 35px;
  }
  #gnav .sp_menu .nav > li > span.close::after {
    -webkit-transform: translateY(-60%) rotate(-90deg);
            transform: translateY(-60%) rotate(-90deg);
  }
  #gnav .sp_menu .nav > li .sub-menu {
    display: none;
    border-top: 1px solid #E1E1E1;
    background: #F3F3F3;
    padding: 5px 0;
    color: #929292;
    font-size: 1.3rem;
  }
  #gnav .sp_menu .nav > li .sub-menu li > a {
    display: block;
    padding: 5px 60px;
    position: relative;
  }
  #gnav .sp_menu .nav > li .sub-menu li > a::after {
    content: "";
    background: url(../img/arrow_sub_menu.svg) no-repeat center/auto;
    height: 11px;
    width: 6px;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    right: 34px;
  }
  #gnav .sp_menu .inquiry {
    padding: 20px;
  }
}

.menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu {
    display: block;
    width: 55px;
    height: 55px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2000;
  }
  .menu .icon {
    display: block;
    width: 35px;
    height: 4px;
    background: #ED800F;
    border-radius: 5px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu .icon::before, .menu .icon::after {
    content: "";
    width: 35px;
    height: 4px;
    background: #ED800F;
    border-radius: 5px;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right: 0;
  }
  .menu .icon::before {
    top: -11px;
  }
  .menu .icon::after {
    bottom: -11px;
  }
  .menu .icon.active {
    background: none;
  }
  .menu .icon.active:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 0;
    right: 0;
  }
  .menu .icon.active:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 0;
    right: 0;
  }
}

.pc_hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc_hidden {
    display: block;
  }
  .sp_hidden{
    display: none;
  }
}
.contents_ttl {
  font-size: 3.5rem;
  letter-spacing: 0.2em;
}
.contents_ttl.border {
  border: none !important;
  border-top: 4px solid #E6E6E6 !important;
  padding-top: 40px;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .contents_ttl.border {
    border-width: 2px !important;
    padding-top: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contents_ttl {
    font-size: 1.9rem;
    text-align: center;
    line-height: 1.4;
  }
}
.contents_ttl > span {
  display: inline-block;
}
.contents_ttl span.sub {
  font-size: 2.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .contents_ttl span.sub {
    font-size: 1.6rem;
  }
}

.sub_ttl {
  background: #F2F2F2;
  padding: 10px 15px 10px 55px;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sub_ttl {
    padding: 5px 7px 5px 28px;
    font-size: 1.6rem;
  }
}
.sub_ttl::before {
  content: "";
  background: #ED800F;
  width: 18px;
  height: 44px;
  position: absolute;
  top: 12px;
  left: 15px;
}
@media screen and (max-width: 768px) {
  .sub_ttl::before {
    width: 9px;
    height: 22px;
    top: 6px;
    left: 7px;
  }
}

.detail_ttl {
  color: #ED800F;
  font-size: 3rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .detail_ttl {
    font-size: 1.5rem;
  }
}
.detail_ttl.gry {
  color: inherit;
}

.under {
  border-bottom: 2px dashed #B3B3B3;
  padding: 0 20px 15px;
  margin-bottom: 55px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .under {
    border-width: 1px;
    padding: 0 0 8px;
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
}

.ph_over a .ph {
  overflow: hidden;
}
.ph_over a .ph img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (hover: hover) {
  .ph_over a:hover .ph img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
}

.wrap {
  width: min(100%, 1040px);
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrap {
    width: min(100%, 500px);
  }
}

.cf {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .cf {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* リンク */
@media (hover: hover) {
  a:hover {
    color: #0071BC;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.7;
    text-decoration: underline;
  }
}

a.link_blu {
  color: #0071BC;
}
@media (hover: hover) {
  a.link_blu:hover {
    text-decoration: underline;
  }
}

a.link_under {
  text-decoration: underline;
}
@media (hover: hover) {
  a.link_under:hover {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .tel-moji a {
    text-decoration: underline;
  }
}
/* ボタン */
.btn {
  width: min(100%, 320px);
  margin: 0 auto;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 768px) {
  .btn {
    width: min(100%, 160px);
    font-size: 1rem;
  }
}
.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
  background: url(../img/arrow.svg) no-repeat right 30px center/auto, #ED800F;
  height: 64px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn a {
    height: 32px;
    background-size: 7px;
    background-position: right 20px center;
  }
}
.btn.more {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .btn.more {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
  }
}
.btn.more a {
  background: #ED800F;
  padding-bottom: 0.2em;
}
.btn.gry {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .btn.gry {
    font-size: 1.1rem;
  }
}
.btn.gry a {
  background: #AAA;
}

/* リスト */
.count_list {
  counter-reset: count 0;
}
.count_list > li::before {
  content: counter(count) ". ";
  counter-increment: count 1;
}
.count_list > li ul {
  margin-left: 1em;
}

.dots_list li {
  padding-left: 1.5em;
  position: relative;
}
.dots_list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.indent_list li, .indent {
  text-indent: -1em;
  padding-left: 1em;
}

/* パンくず */
#path {
  margin: 20px 0 40px;
}
#path ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.2rem;
}
#path ol a {
  color: #AAA;
}
#path ol li:not(:first-child) {
  padding-left: 20px;
  position: relative;
}
#path ol li:not(:first-child)::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 5px;
}

/* flex */
.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_box.col1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex_box.col1 li, .flex_box.col1 > div {
  width: calc(100% / 1);
}
.flex_box.col2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex_box.col2 li, .flex_box.col2 > div {
  width: calc(100% / 2);
}
.flex_box.col3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex_box.col3 li, .flex_box.col3 > div {
  width: calc(100% / 3);
}
.flex_box.col4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex_box.col4 li, .flex_box.col4 > div {
  width: calc(100% / 4);
}

/* grid */
.grid_box {
  display: grid;
}
.grid_box.col1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid_box.col2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid_box.col3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid_box.col4 {
  grid-template-columns: repeat(4, 1fr);
}

.inquiry_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E8E8E8;
  border: 4px solid #E8E8E8;
}
@media screen and (max-width: 768px) {
  .inquiry_wrap {
    display: block;
    width: min(100%, 630px);
    margin: 0 auto;
    border-width: 2px;
  }
}
.inquiry_wrap > p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 189px;
          flex: 0 0 189px;
  color: #4D4D4D;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .inquiry_wrap > p {
    padding: 7px 0;
    font-size: 1.2rem;
    text-align: center;
  }
}
.inquiry_wrap > p span {
  display: block;
  font-size: 1.9rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .inquiry_wrap > p span {
    display: inline-block;
    margin-left: 1em;
    font-size: 0.85rem;
  }
}
.inquiry_wrap > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 5%;
  background: #fff;
  padding: 25px 20px 25px 40px;
}
@media screen and (max-width: 768px) {
  .inquiry_wrap > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
  }
  .inquiry_wrap > div a {
    position: relative;
    padding-right: 40px;
  }
  .inquiry_wrap > div a::after {
    content: "";
    display: inline-block;
    border-radius: 5px;
    background: url(../img/arrow_menu.svg) no-repeat 53% center/8px, #EDEDED;
    width: 26px;
    height: 26px;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    right: 0;
  }
}
.inquiry_wrap > div .tel_area {
  color: #4A4A4A;
}
@media screen and (max-width: 768px) {
  .inquiry_wrap > div .tel_area img {
    width: 190px;
  }
}
@media (hover: hover) {
  .inquiry_wrap > div .tel_area a:hover {
    color: inherit;
    text-decoration: none;
  }
}
.inquiry_wrap > div .tel_area p {
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .inquiry_wrap > div .tel_area p {
    font-size: 1rem;
    text-align: right;
  }
}

.inquiry_list {
  display: none;
}
@media screen and (max-width: 768px) {
  .inquiry_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 4px;
    margin-top: 14px;
  }
}

/* --------------------------------------------
　  アニメーション
-------------------------------------------- */
.animate {
  opacity: 0;
}
.animate.active.fadeIn {
  -webkit-animation: fadeIn 0.5s ease-out forwards;
          animation: fadeIn 0.5s ease-out forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* =============================================== 
　  フッター
=============================================== */
.f_contents {
  font-weight: 500;
}

#pickup_wrap .grid_box.col3 {
  gap: 25px 20px;
}
@media screen and (max-width: 768px) {
  #pickup_wrap .grid_box.col3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 10px;
  }
}
#pickup_wrap .grid_box.col3 p {
  margin-top: 10px;
}

.pagetop {
  background: #ED800F;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
  width: 70px;
  height: 70px;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  cursor: pointer;
}
.pagetop::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  -webkit-transform: translate(-50%, -25%) rotate(-45deg);
          transform: translate(-50%, -25%) rotate(-45deg);
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 50px;
    height: 50px;
  }
  .pagetop::before {
    width: 10px;
    height: 10px;
  }
}

footer {
  background: #E8E8E8;
  color: #4D4D4D;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 0.9rem;
  }
}
footer .f_inner {
  width: min(100%, 1040px);
  padding: 50px 20px 25px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .f_inner {
    padding: 30px 30px 12px;
  }
}
footer .f_inner .grid_box.col4 {
  grid-template-columns: 15% 1fr 1fr 1fr;
  gap: 0 7.6%;
}
@media screen and (max-width: 768px) {
  footer .f_inner .grid_box.col4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 30px;
  }
  footer .f_inner .grid_box.col4 > div {
    width: 100%;
    margin-bottom: 32px;
  }
  footer .f_inner .grid_box.col4 > div img {
    width: 79px;
  }
}
@media screen and (max-width: 768px) {
  footer .f_inner .f_nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
footer .f_inner .f_nav > li p {
  border-bottom: 1px solid #808080;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  footer .f_inner .f_nav > li p {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
}
@media (hover: hover) {
  footer .f_inner .f_nav > li p a:hover {
    text-decoration: none;
  }
}
footer .f_inner .f_nav_inner li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer .f_inner .f_nav_inner li:not(:last-child) {
    margin-bottom: 7px;
  }
}
footer .f_inner .flex_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  footer .f_inner .flex_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .f_inner .flex_box > a {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  footer .f_inner .flex_box > a {
    width: 37px;
    margin-right: 13px;
  }
}
footer .f_inner .flex_box p:not(:last-of-type) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  footer .f_inner .flex_box p:not(:last-of-type) {
    margin-right: 10px;
    
  }
  footer .f_inner .flex_box p{
    font-size: 0.7rem;
  }
}
footer .copyright {
  background: #ED800F;
  height: 90px;
  line-height: 90px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    height: 45px;
    line-height: 45px;
  }
}