@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
@import url("https://fonts.googleapis.com/css?family=Roboto");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: top; }

table {
  border-collapse: collapse; }

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

textarea {
  overflow: auto;
  resize: vertical; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation; }

html:lang(ko) body {
font-family: "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif;
} 

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
/* font */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
  font-display: swap; }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
  font-display: swap; }

/* 日本語（notoSans）*/
/* 日本語（notoSerif）*/
/*日本語用（メイリオ）*/
/*英語用*/
@media screen and (max-width: 800px) {
  li {
    list-style: none; }
  body {
    font-family: "Noto Sans Japanese", sans-serif; }
  .roboto {
    font-family: "Roboto", sans-serif !important; }
  a.op:hover {
    opacity: .7; }
  header {
    /*
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99;
  */
    width: 100%;
    height: 64px;
    position: relative;
    z-index: 100;
    background-color: #fff; }
    header.isOpen {
      height: 100vh; }
    header #headerInner {
      height: 64px;
      padding: 0 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      border-bottom: 3px solid #0084ff; }
    header .logo {
      font-size: 0; }
      header .logo img {
        height: 28px; }
    header .header_sub .header_sub_link {
      display: none; }
    header .header_sub .language_link {
      display: none;
      border-top: 1px solid #e5e5e5;
      border-right: 1px solid #e5e5e5;
      border-left: 1px solid #e5e5e5;
      background-color: #f6f6f6;
      position: absolute;
      top: 52px;
      right: 64px;
      z-index: 2; }
      header .header_sub .language_link a {
        border-bottom: 1px solid #e5e5e5;
        color: #000;
        text-decoration: none;
        font-size: 15px;
        display: block;
        padding: 5px 10px; }
        header .header_sub .language_link a.current {
          color: #fff;
          background-color: #0084ff; }
    header #spBtns {
      display: flex; }
      header #spBtns #menuBtn {
        height: 44px;
        width: 44px;
        background: url(../images/common/menu.png) no-repeat 0 0;
        background-size: cover; }
        header #spBtns #menuBtn.isOpen {
          height: 44px;
          width: 44px;
          background: url(../images/common/close.png) no-repeat 0 0;
          background-size: cover; }
      header #spBtns #langBtn {
        height: 44px;
        width: 44px;
        background: url(../images/common/language.png) no-repeat 0 0;
        background-size: cover;
        margin-right: 10px; }
    header .menu-gmenu-container .menu {
      background-color: #fff; }
      header .menu-gmenu-container .menu > li {
        border-bottom: 1px solid #e3e3e3; }
        header .menu-gmenu-container .menu > li.menu-item-has-children {
          position: relative; }
          header .menu-gmenu-container .menu > li.menu-item-has-children > a {
            color: #0084ff;
            width: calc(100% - 50px);
            position: relative;
            font-size: 15px;
            font-weight: bold;
            margin-left: 50px;
            padding-left: 0; }
            header .menu-gmenu-container .menu > li.menu-item-has-children > a:after {
              content: none; }
          header .menu-gmenu-container .menu > li.menu-item-has-children:after {
            content: "";
            background: url(../images/common/icon_plus.png) no-repeat;
            display: inline-block;
            width: 15px;
            height: 15px;
            background-size: cover;
            position: absolute;
            top: 14px;
            left: 20px; }
          header .menu-gmenu-container .menu > li.menu-item-has-children.open:after {
            content: "";
            background: url(../images/common/icon_minus.png) no-repeat;
            display: inline-block;
            width: 26px;
            height: 4px;
            background-size: contain;
            position: absolute;
            top: 19px;
            right: 15px; }
          header .menu-gmenu-container .menu > li.menu-item-has-children .toggleBtn {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 50px;
            height: 100%;
            z-index: 10; }
        header .menu-gmenu-container .menu > li a {
          color: #000;
          text-decoration: none;
          padding: 10px 0 10px 18px;
          display: block;
          background-color: #fff; }
        header .menu-gmenu-container .menu > li > a {
          font-size: 15px;
          font-weight: bold;
          position: relative; }
          header .menu-gmenu-container .menu > li > a:after {
            content: "";
            border: 0px;
            border-top: solid 2px #0084ff;
            border-right: solid 2px #0084ff;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            display: inline-block;
            width: 8px;
            height: 8px;
            position: absolute;
            top: calc(50% - 4px);
            right: 20px; }
          header .menu-gmenu-container .menu > li > a[target="blank"]:after, header .menu-gmenu-container .menu > li > a[target="newwindow"]:after {
            content: "";
            background: url(../images/common/icon_blank.png) no-repeat;
            background-size: cover;
            border: none;
            -webkit-transform: none;
                    transform: none;
            width: 15px;
            height: 15px;
            top: 14px;
            right: 16px; }
        header .menu-gmenu-container .menu > li .sub-menu {
          display: none; }
          header .menu-gmenu-container .menu > li .sub-menu li a {
            background-color: #fff;
            padding-left: 0px;
            border-top: 1px solid #e3e3e3;
            position: relative;
            font-size: 13px;
            margin-left: 50px; }
            header .menu-gmenu-container .menu > li .sub-menu li a:after {
              content: "";
              border: 0px;
              border-top: solid 2px #0084ff;
              border-right: solid 2px #0084ff;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg);
              display: inline-block;
              width: 8px;
              height: 8px;
              position: absolute;
              top: calc(50% - 4px);
              right: 20px; }
            header .menu-gmenu-container .menu > li .sub-menu li a[target="_blank"]:after, header .menu-gmenu-container .menu > li .sub-menu li a[target="newwindow"]:after {
              content: "";
              background: url(../images/common/icon_blank.png) no-repeat;
              background-size: cover;
              border: none;
              -webkit-transform: none;
                      transform: none;
              width: 15px;
              height: 15px;
              top: 14px;
              right: 16px; }
          header .menu-gmenu-container .menu > li .sub-menu li:first-of-type a {
            margin-left: 0;
            padding-left: 50px; }
    header .sp_slideMenu {
      display: none;
      overflow-y: scroll; }
  .pageTopInner {
    text-align: center;
    padding: 10px 0;
    padding-top: 20px;
    background-color: #f6f6f6; }
  #pageTop {
    display: inline-block; }
  .contactH {
    background-color: #0084ff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    height: 40px; }
  .contact_area {
    background-color: #f6f6f6;
    padding: 20px 0 30px; }
    .contact_area .contact_catch {
      text-align: center;
      margin-bottom: 10px; }
    .contact_area .tel_mail_wrap .tel {
      background: url(../images/common/baseline-phone-24px.png) no-repeat left top 15px;
      padding: 0px 0 30px 60px;
      display: inline-block;
      margin-left: 30px; }
      .contact_area .tel_mail_wrap .tel .number {
        display: block;
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 5px;
        color: #000;
        text-decoration: none; }
      .contact_area .tel_mail_wrap .tel span {
        display: block; }
        .contact_area .tel_mail_wrap .tel span.time {
          font-size: 12px;
          margin-bottom: 5px;
          text-align: center; }
        .contact_area .tel_mail_wrap .tel span.fax {
          font-size: 15px;
          font-weight: bold;
          text-align: center; }
    .contact_area .tel_mail_wrap .mail {
      margin: 0 15px; }
      .contact_area .tel_mail_wrap .mail a {
        text-decoration: none;
        color: #000;
        border: 1px solid #cccccc;
        border-radius: 4px;
        box-shadow: 0px 5px 3px -3px #cccccc;
        display: block;
        font-size: 18px;
        height: 50px;
        padding-top: 10px;
        background: url(../images/common/baseline-mail_outline-24px.png) no-repeat left 20px top 15px #fff;
        background-size: 25px;
        position: relative;
        text-align: center;
        font-weight: bold; }
        .contact_area .tel_mail_wrap .mail a:after {
          content: "";
          border: 0px;
          border-top: solid 2px #0084ff;
          border-right: solid 2px #0084ff;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          display: inline-block;
          width: 8px;
          height: 8px;
          position: absolute;
          top: calc(50% - 4px);
          right: 20px; }
  .footer_bottom {
    background-color: #ffffff;
    margin: 0 auto;
    width: 100%; }
    .footer_bottom .footer_link .left {
      padding: 30px 15px 0; }
      .footer_bottom .footer_link .left .logo {
        height: 28px;
        display: block; }
        .footer_bottom .footer_link .left .logo img {
          height: 100%; }
      .footer_bottom .footer_link .left .denko_logo {
        height: 26px;
        display: block; }
        .footer_bottom .footer_link .left .denko_logo img {
          height: 100%; }
      .footer_bottom .footer_link .left p {
        font-size: 13px;
        margin: 15px 0 30px; }
      .footer_bottom .footer_link .left .shofree_logo {
        margin-top: 15px; }
        .footer_bottom .footer_link .left .shofree_logo img {
          width: 142px; }
    .footer_bottom .footer_link .right .footer_menu > li ul li.menu-item-has-children {
      position: relative; }
      .footer_bottom .footer_link .right .footer_menu > li ul li.menu-item-has-children > a {
        color: #000;
        width: calc(100% - 50px);
        position: relative;
        font-size: 15px;
        font-weight: bold;
        margin-left: 50px;
        padding-left: 0; }
        .footer_bottom .footer_link .right .footer_menu > li ul li.menu-item-has-children > a:after {
          content: none; }
      .footer_bottom .footer_link .right .footer_menu > li ul li.menu-item-has-children:after {
        content: "";
        background: url(../images/common/icon_plus.png) no-repeat;
        display: inline-block;
        width: 15px;
        height: 15px;
        background-size: cover;
        position: absolute;
        top: 14px;
        left: 20px; }
      .footer_bottom .footer_link .right .footer_menu > li ul li.menu-item-has-children.open:after {
        content: "";
        background: url(../images/common/icon_minus.png) no-repeat;
        display: inline-block;
        width: 26px;
        height: 4px;
        background-size: contain;
        position: absolute;
        top: 19px;
        right: 15px; }
      .footer_bottom .footer_link .right .footer_menu > li ul li.menu-item-has-children .toggleBtn {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 43px;
        z-index: 10;
        border-bottom: 1px solid #e3e3e3; }
    .footer_bottom .footer_link .right .footer_menu > li ul li.bdt {
      border-top: 1px solid #e3e3e3; }
    .footer_bottom .footer_link .right .footer_menu > li ul .title {
      color: #000;
      font-weight: bold;
      font-size: 15px;
      position: relative;
      border-bottom: 1px solid #e3e3e3;
      display: flex;
      align-items: center; }
    .footer_bottom .footer_link .right .footer_menu > li ul a {
      color: #000;
      font-size: 13px;
      text-decoration: none;
      height: 43px;
      display: flex;
      align-items: center;
      padding-left: 18px;
      background-color: #fff;
      position: relative;
      font-size: 15px;
      font-weight: bold;
      border-bottom: 1px solid #e3e3e3; }
      .footer_bottom .footer_link .right .footer_menu > li ul a:hover {
        text-decoration: underline; }
      .footer_bottom .footer_link .right .footer_menu > li ul a:after {
        content: "";
        border: 0px;
        border-top: solid 2px #0084ff;
        border-right: solid 2px #0084ff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        display: inline-block;
        width: 8px;
        height: 8px;
        position: absolute;
        top: calc(50% - 4px);
        right: 20px; }
      .footer_bottom .footer_link .right .footer_menu > li ul a[target="_blank"]:after, .footer_bottom .footer_link .right .footer_menu > li ul a[target="newwindow"]:after {
        content: "";
        background: url(../images/common/icon_blank.png) no-repeat;
        background-size: cover;
        border: none;
        -webkit-transform: none;
                transform: none;
        width: 15px;
        height: 15px;
        top: 14px;
        right: 16px; }
    .footer_bottom .footer_link .right .footer_menu > li ul .sub-menu li {
      color: #000; }
      .footer_bottom .footer_link .right .footer_menu > li ul .sub-menu li a {
        font-size: 13px;
        font-weight: normal;
        border-bottom: 1px solid #e3e3e3;
        margin-left: 50px;
        padding-left: 0; }
      .footer_bottom .footer_link .right .footer_menu > li ul .sub-menu li:last-of-type a {
        margin-left: 0;
        padding-left: 50px; }
  .copyright {
    background-color: #fff;
    color: #000;
    font-size: 11px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
    margin-top: 20px;
    height: 50px;
    padding: 0 15px; }
  #overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: 15;
    top: 0;
    left: 0; }
  /* import */
  /* use Slick
@import "_slick";
@import "_slick-theme";
*/
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important; } }

@media screen and (min-width: 800px) {
  li {
    list-style: none; }
  body {
    font-family: "Noto Sans Japanese", sans-serif; }
  .roboto {
    font-family: "Roboto", sans-serif !important; }
  a.op:hover {
    opacity: .7; }
  header {
    /*
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99;
  */
    width: 100%; }
  .pageTopInner {
    text-align: center;
    padding: 10px 0; }
  #pageTop {
    display: inline-block; }
  .contactH {
    background-color: #0084ff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }
  .contact_area {
    background-color: #f6f6f6; }
    .contact_area .contact_catch {
      text-align: center; }
    .contact_area .tel_mail_wrap .mail a {
      text-decoration: none;
      color: #000;
      border: 1px solid #cccccc;
      border-radius: 4px;
      box-shadow: 0px 5px 3px -3px #cccccc; }
  .footer_bottom {
    background-color: #ffffff; }
    .footer_bottom .footer_link .right .footer_menu > li ul .title {
      color: #000;
      font-weight: bold; }
    .footer_bottom .footer_link .right .footer_menu > li ul a {
      color: #000;
      font-size: 13px;
      text-decoration: none; }
      .footer_bottom .footer_link .right .footer_menu > li ul a:hover {
        text-decoration: underline; }
    .footer_bottom .footer_link .right .footer_menu > li ul .sub-menu li {
      color: #000; }
  .copyright {
    background-color: #fff;
    color: #000;
    font-size: 11px;
    display: flex;
    align-items: center;
    margin-bottom: 0; }
  /* import */
  /* use Slick
@import "_slick";
@import "_slick-theme";
*/
  /* ココから下には記入禁止 */ }

@media print, screen and (min-width: 801px) {
  li {
    list-style: none; }
  body {
    font-family: "Noto Sans Japanese", sans-serif; }
  .roboto {
    font-family: "Roboto", sans-serif !important; }
  a.op:hover {
    opacity: .7; }
  header {
    /*
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99;
  */
    width: 100%;
    border-bottom: 6px solid #0084ff; }
    header #headerInner {
      max-width: 980px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 77px; }
    header .logo {
      display: flex;
      align-items: center; }
    header .header_sub {
      display: flex; }
      header .header_sub .header_sub_link a {
        color: #000;
        font-size: 14px;
        margin-right: 20px;
        padding-top: 2px;
        display: inline-block;
        text-decoration: none; }
        header .header_sub .header_sub_link a:last-of-type {
          margin-right: 30px; }
        header .header_sub .header_sub_link a:hover {
          text-decoration: underline; }
        header .header_sub .header_sub_link a[target="newwindow"] {
          position: relative;
          padding-right: 13px; }
          header .header_sub .header_sub_link a[target="newwindow"]:after {
            content: "";
            background: url(../images/common/icon_blank.png) no-repeat;
            background-size: cover;
            display: inline-block;
            width: 10px;
            height: 10px;
            position: absolute;
            top: 7px;
            right: 0; }
      header .header_sub .language_link {
        display: flex;
        align-items: center; }
        header .header_sub .language_link a {
          color: #000;
          background-color: #f6f6f6;
          border-left: 1px solid #e4e4e4;
          border-top: 1px solid #e4e4e4;
          border-bottom: 1px solid #e4e4e4;
          font-size: 12px;
          text-decoration: none;
          padding: 2px 10px; }
          header .header_sub .language_link a:last-of-type {
            border-right: 1px solid #e4e4e4; }
          header .header_sub .language_link a:hover, header .header_sub .language_link a.current {
            color: #fff;
            background-color: #0084ff; }
    header #spBtns {
      display: none; }
    header .menu-gmenu-container .menu {
      display: flex;
      justify-content: center;
      max-width: 980px;
      margin: 0 auto; }
      header .menu-gmenu-container .menu > li {
        position: relative;
        width: 25%; }
        header .menu-gmenu-container .menu > li.SP {
          display: none; }
        header .menu-gmenu-container .menu > li:after {
          content: "";
          width: 1px;
          height: 16px;
          display: inline-block;
          background-color: #cccccc;
          position: absolute;
          right: 0;
          top: calc(50% - 8px); }
        header .menu-gmenu-container .menu > li:first-of-type:before {
          content: "";
          width: 1px;
          height: 16px;
          display: inline-block;
          background-color: #cccccc;
          position: absolute;
          left: 0;
          top: calc(50% - 8px); }
        header .menu-gmenu-container .menu > li:hover > a {
          box-shadow: 0px 0px 11px -5px #1e2728;
          background-color: #fff;
          opacity: 1;
          color: #0084ff; }
          header .menu-gmenu-container .menu > li:hover > a:before {
            content: "";
            width: 100%;
            height: 3px;
            background-color: #0084ff;
            display: inline-block;
            position: absolute;
            left: 0;
            top: 0; }
        header .menu-gmenu-container .menu > li:hover:after {
          content: none; }
        header .menu-gmenu-container .menu > li.menu-item-has-children:hover .sub-menu {
          display: block; }
        header .menu-gmenu-container .menu > li a {
          color: #000;
          text-decoration: none;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          font-size: 15px;
          width: calc(100% + 1px);
          padding: 0px 10px;
          height: 50px;
          position: relative;
          left: -1px;
          line-height: 1; }
        header .menu-gmenu-container .menu > li.current-menu-item > a, header .menu-gmenu-container .menu > li.current-menu-parent > a {
          color: #0084ff;
          /*
            &:before{
              content: "";
              width: 100%;
              height: 3px;
              background-color: $c_base;
              display: inline-block;
              position: absolute;
              left: 0;
              top: 0;
            }
            */ }
        header .menu-gmenu-container .menu > li .sub-menu {
          display: none;
          background-color: #ffffff;
          position: absolute;
          top: 39px;
          left: -1px;
          flex-wrap: wrap;
          width: calc(100% + 1px);
          padding: 14px 0px 20px;
          box-shadow: 0px 5px 11px -9px #1e2728;
          z-index: 10; }
          header .menu-gmenu-container .menu > li .sub-menu li a {
            width: 100%;
            height: auto;
            text-align: left;
            position: relative;
            font-size: 14px;
            padding: 10px 20px;
            line-height: 1.5; }
            header .menu-gmenu-container .menu > li .sub-menu li a:hover {
              color: #0084ff; }
  footer {
    padding-top: 50px; }
  .pageTopInner {
    text-align: center;
    padding: 10px 0; }
  #pageTop {
    display: inline-block; }
    #pageTop:hover {
      opacity: .7;
      cursor: pointer; }
  .contactH {
    background-color: #0084ff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    height: 50px; }
  .contact_area {
    background-color: #f6f6f6;
    padding: 35px 0 50px; }
    .contact_area .contact_catch {
      text-align: center;
      font-size: 18px;
      margin-bottom: 0; }
    .contact_area .tel_mail_wrap {
      display: flex;
      justify-content: center;
      max-width: 980px;
      margin: 0 auto;
      padding-top: 30px; }
      .contact_area .tel_mail_wrap .tel {
        padding-left: 70px;
        margin-right: 50px;
        margin-top: -10px;
        background: url(../images/common/baseline-phone-24px.png) no-repeat left top 15px;
        display: inline-block;
        display: block; }
        .contact_area .tel_mail_wrap .tel .number {
          font-size: 40px;
          font-weight: bold;
          margin-bottom: 5px;
          display: block;
          color: #000;
          text-decoration: none; }
          .contact_area .tel_mail_wrap .tel .number:hover {
            cursor: default; }
        .contact_area .tel_mail_wrap .tel span {
          display: block; }
          .contact_area .tel_mail_wrap .tel span.time {
            font-size: 14px;
            margin-bottom: 5px; }
          .contact_area .tel_mail_wrap .tel span.fax {
            font-size: 22px;
            font-weight: bold; }
      .contact_area .tel_mail_wrap .mail {
        margin-left: 30px; }
        .contact_area .tel_mail_wrap .mail a {
          text-decoration: none;
          color: #000;
          border: 1px solid #cccccc;
          border-radius: 4px;
          box-shadow: 0px 5px 3px -3px #cccccc;
          display: inline-block;
          font-size: 22px;
          min-width: 380px;
          height: 70px;
          padding-left: 120px;
          padding-top: 15px;
          background: url(../images/common/baseline-mail_outline-24px.png) no-repeat left 25px top 19px #fff;
          position: relative; }
          .contact_area .tel_mail_wrap .mail a:after {
            content: "";
            border: 0px;
            border-top: solid 2px #0084ff;
            border-right: solid 2px #0084ff;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            display: inline-block;
            width: 8px;
            height: 8px;
            position: absolute;
            top: calc(50% - 4px);
            right: 20px; }
          .contact_area .tel_mail_wrap .mail a:hover {
            opacity: .7; }
  .footer_bottom {
    background-color: #ffffff;
    padding-top: 48px;
    padding-bottom: 48px; }
    .footer_bottom .footer_link {
      max-width: 980px;
      margin: 0 auto;
      overflow: hidden; }
      .footer_bottom .footer_link .left {
        float: left;
        width: 28%; }
        .footer_bottom .footer_link .left p {
          font-size: 12px;
          margin: 15px 0 40px; }
        .footer_bottom .footer_link .left .shofree_logo {
          margin-top: 15px; }
          .footer_bottom .footer_link .left .shofree_logo img {
            width: 132px; }
      .footer_bottom .footer_link .right {
        display: flex;
        float: right;
        width: 72%; }
        .footer_bottom .footer_link .right .footer_menu {
          display: flex;
          width: 100%; }
          .footer_bottom .footer_link .right .footer_menu > li {
            padding: 0 25px;
            width: 33%; }
            .footer_bottom .footer_link .right .footer_menu > li ul {
              margin-bottom: 25px; }
              .footer_bottom .footer_link .right .footer_menu > li ul .title {
                color: #000;
                font-weight: bold;
                display: block;
                font-size: 14px;
                font-weight: bold;
                margin-bottom: 10px; }
              .footer_bottom .footer_link .right .footer_menu > li ul a {
                color: #000;
                font-size: 13px;
                text-decoration: none; }
                .footer_bottom .footer_link .right .footer_menu > li ul a:hover {
                  text-decoration: underline; }
                .footer_bottom .footer_link .right .footer_menu > li ul a[target="_blank"]:after, .footer_bottom .footer_link .right .footer_menu > li ul a[target="newwindow"]:after {
                  content: "";
                  background: url(../images/common/icon_blank.png) no-repeat;
                  background-size: cover;
                  display: inline-block;
                  width: 10px;
                  height: 10px;
                  margin-left: 5px; }
              .footer_bottom .footer_link .right .footer_menu > li ul .sub-menu li {
                color: #000;
                font-size: 12px;
                margin-bottom: 5px; }
                .footer_bottom .footer_link .right .footer_menu > li ul .sub-menu li a {
                  font-size: 12px;
                  color: #000;
                  text-decoration: none; }
                  .footer_bottom .footer_link .right .footer_menu > li ul .sub-menu li a:hover {
                    text-decoration: underline; }
                  .footer_bottom .footer_link .right .footer_menu > li ul .sub-menu li a[target="_blank"]:after, .footer_bottom .footer_link .right .footer_menu > li ul .sub-menu li a[target="newwindow"]:after {
                    content: "";
                    background: url(../images/common/icon_blank.png) no-repeat;
                    width: 8px;
                    height: 8px;
                    display: inline-block;
                    background-size: cover;
                    margin-left: 5px; }
  .copyright {
    background-color: #fff;
    color: #000;
    font-size: 11px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    height: 56px;
    justify-content: center; }
  /* import */
  /* use Slick
@import "_slick";
@import "_slick-theme";
*/
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important; } }

/*# sourceMappingURL=map/common.css.map */
