@charset "UTF-8";
/* Webフォント */
/* sans-serif */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
/* monospace */
@font-face {
  font-family: "SourceHanCodeJP-Regular";
  src: local("SourceHanCodeJP-Regular");
}
@font-face {
  font-family: "Myrica M";
  src: local("Myrica M");
}
@font-face {
  font-family: "MyricaM M";
  src: local("MyricaM M");
}
@font-face {
  font-family: "Ricty Diminished Discord";
  src: local("Ricty Diminished Discord");
}
@font-face {
  font-family: "Migu 1M";
  src: local("Migu 1M");
}
@font-face {
  font-family: "Rounded M+ 1m regular";
  src: local("Rounded M+ 1m regular");
}
@font-face {
  font-family: "Rounded Mgen+ 1m regular";
  src: local("Rounded Mgen+ 1m regular");
}
@font-face {
  font-family: "VL ゴシック";
  src: local("VL ゴシック");
}
@font-face {
  font-family: "Archer Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Archer Bold"), url("../fonts/Archer-Bold-Pro.woff") format("woff");
}
@font-face {
  font-family: "ArcherPro Bold";
  font-style: normal;
  font-weight: normal;
  src: local("ArcherPro Bold"), url("../fonts/ArcherPro-Bold_0.woff") format("woff");
}
body {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "M+ 1p", sans-serif;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "M+ 1p", sans-serif;
  }
}

/*
  RESET - ADAPTED FROM MEYER RESET
  URL - http://meyerweb.com/eric/tools/css/reset/
  LICENSE - PUBLIC DOMAIN
*/
/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed,
fieldset, figcaption, figure, form, footer,
header, hgroup, h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby,
s, samp, section, main, small, span, strike, strong, sub, summary, sup,
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video {
  /*font-family: inherit;*/
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

* {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  background: none transparent;
}

select {
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
}

::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

/* clearfix
-------------------------------------------------- */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* rollover
-------------------------------------------------- */
.rollover {
  filter: alpha(opacity=100);
  opacity: 1;
  transition: all 0.25s linear;
}

.rollover:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* font
-------------------------------------------------- */
.fNormal {
  font-weight: normal !important;
}

.fBold {
  font-weight: bold !important;
}

.fs10 {
  font-size: 10px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs26 {
  font-size: 26px !important;
}

.italic {
  font-style: italic;
}

.fcR {
  color: #d43937;
}

.small {
  font-size: 12px;
}

/* text-align
-------------------------------------------------- */
.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.taC {
  text-align: center !important;
}

/* vat-align
-------------------------------------------------- */
.veT {
  vertical-align: top !important;
}

.veB {
  vertical-align: bottom !important;
}

.veM {
  vertical-align: middle !important;
}

/* margin-top
-------------------------------------------------- */
.ma0 {
  margin: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

/* margin-bottom
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/* margin-left
-------------------------------------------------- */
.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mlauto {
  margin-left: auto !important;
}

/* margin-right
-------------------------------------------------- */
.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mrauto {
  margin-right: auto !important;
}

/* padding-top
-------------------------------------------------- */
.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

/* padding-bottom
-------------------------------------------------- */
.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

/* padding-left
-------------------------------------------------- */
.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.pl100 {
  padding-left: 100px !important;
}

/* padding-right
-------------------------------------------------- */
.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/* =============================================
- base
================================================ */
body {
  color: #0d2d42;
  font-weight: 400;
  line-height: 1.8em;
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  text-align: justify;
  letter-spacing: 0.03em;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  -webkit-font-smoothing: auto;
  font-smoothing: auto;
}

@media screen and (min-width: 980px) {
  body {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
}
p {
  text-align: justify;
}

#wrap {
  overflow: hidden;
}

#header-wrapper, #footer-wrapper, #pagetop {
  display: none !important;
}

#wrapper {
  max-width: 100%;
  width: 100%;
  padding: 0px;
}

.btn-dropdown {
  display: none;
}

/* =============================================
- base
================================================ */
img {
  width: 100%;
}

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

  .pc {
    display: block;
  }
}
.blank {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.blank:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/icon/icon_blank.png);
  position: absolute;
  right: 0px;
  top: 50%;
  background-size: cover;
  margin-top: -6px;
}

/* =============================================
- HEADER
================================================ */
@media screen and (max-width: 767px) {
  /* =============================================
  - header
  ================================================ */
  #header .headArea {
    height: 50px;
    width: 100%;
    background-color: black;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    justify-content: space-between;
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 0px;
    padding-left: 15px;
    transition: all 0.25s ease-in-out;
  }

  #header .logo {
    display: inline-block;
    width: 204px;
    height: 36px;
  }
  #header .logo a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/common/logo_sp.png);
    background-size: cover;
  }
  #header .logo a img {
    display: none;
  }

  body {
    padding-top: 50px;
  }

  /* =============================================
  - navBtn
  ================================================ */
  #navBtn {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 99999;
    top: 0px;
    right: 0px;
    cursor: pointer;
    background-color: #d7000f;
  }
  #navBtn span {
    width: 26px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -13px;
    margin-top: -1px;
    transition: all 0.2s ease-in;
  }
  #navBtn span:after, #navBtn span:before {
    content: "";
    width: 26px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0px;
    transition: all 0.2s ease-in;
  }
  #navBtn span:after {
    top: -8px;
  }
  #navBtn span:before {
    bottom: -8px;
  }
  #navBtn.active span {
    background-color: transparent;
  }
  #navBtn.active span:after {
    top: 0px;
    transform: rotate(45deg);
  }
  #navBtn.active span:before {
    top: 0px;
    transform: rotate(135deg);
  }

  /* =============================================
  - navigation
  ================================================ */
  #navigation {
    width: calc( 100% + 60px);
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 70px 90px 100px 30px;
    overflow-y: scroll;
    transition: all 0.4s ease-in-out;
    visibility: hidden;
    transform: translateX(100%);
  }
  #navigation .linkList {
    width: 100%;
  }
  #navigation .linkList > li {
    text-align: center;
    width: 100%;
    position: relative;
  }
  #navigation .linkList > li > a, #navigation .linkList > li > span {
    cursor: pointer;
    position: relative;
    font-size: 21px;
    color: #fff;
    padding: 30px 10px;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5em;
  }

  /* =============================================
  - btn_recruit
  ================================================ */
}
@media screen and (max-width: 767px) and (min-width: 980px) {
  #navigation .linkList > li > a, #navigation .linkList > li > span {
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  #navigation .linkList > li > a span, #navigation .linkList > li > span span {
    display: inline-block;
    position: relative;
    padding-left: 28px;
  }
  #navigation .linkList > li > a span:before, #navigation .linkList > li > span span:before {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(../images/common/icon_mark.png);
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0.75em;
    margin-top: -11px;
  }
}
@media screen and (max-width: 767px) {
  #navigation .btnArea {
    margin-top: 30px;
  }
  #navigation .btnArea .btn {
    text-align: center;
  }
  #navigation .btnArea .btn + .btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .open #navigation {
    transform: translateX(0%);
    visibility: visible;
  }
  .open .navBtn span {
    margin-top: 0px;
  }
  .open .navBtn p {
    display: none;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #navigation .gnav li a {
    font-size: 18px;
    padding: 40px 10px;
  }
  #navigation .gnav li a span {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  #header #outsiteLink {
    position: fixed;
    left: 0px;
    bottom: 0px;
    padding: 15px 20px;
    background-color: #000;
    width: 100%;
    z-index: 99;
  }
}
@media screen and (min-width: 768px) {
  /* =============================================
  - header
  ================================================ */
  #header {
    height: 50px;
    width: 100%;
    background-color: black;
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 0px;
    padding: 0px 5px 0px 20px;
    transition: all 0.25s ease-in-out;
  }
  #header .in {
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0px auto;
  }

  #header .logo {
    display: inline-block;
    width: 204px;
    height: 36px;
  }
  #header .logo a {
    display: block;
    line-height: 1em;
    margin-top: 5px;
    transition: all 0.25s ease-in-out;
  }
  #header .logo a:hover {
    opacity: 0.7;
  }

  body {
    padding-top: 50px;
  }

  /* =============================================
  - navigation
  ================================================ */
  #navigation .linkList {
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    transition: all 0.25s ease-in-out;
  }
  #navigation .linkList > li {
    position: relative;
  }
  #navigation .linkList > li > a, #navigation .linkList > li > span {
    padding: 18px 15px 18px 15px;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    transition: all 0.25s ease-in-out;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  #navigation .linkList > li > a, #navigation .linkList > li > span {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  #navigation .linkList > li > a span, #navigation .linkList > li > span span {
    display: inline-block;
    position: relative;
    padding-left: 28px;
  }
  #navigation .linkList > li > a span:before, #navigation .linkList > li > span span:before {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(../images/common/icon_mark.png);
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0.65em;
    margin-top: -11px;
  }
}
@media screen and (min-width: 768px) {
  #navigation .linkList > li > a:hover, #navigation .linkList > li > span:hover {
    background-color: #d7003a;
    color: #fff;
  }
}
/* =============================================
- FOOTER INFO
================================================ */
#footer_info {
  background-color: #fff;
  padding: 30px 20px;
}
#footer_info p {
  font-weight: 300;
  line-height: 1.7em;
}
#footer_info .collayout + .collayout {
  margin-top: 25px;
}
#footer_info .col {
  padding: 0px !important;
  float: none;
}
#footer_info .col + .col {
  margin-top: 25px;
}
#footer_info .col .info {
  margin-bottom: 20px;
}
#footer_info .col .column + .column {
  margin-top: 25px;
}
#footer_info .col .column .midashi {
  margin-bottom: 5px;
}
#footer_info .col .column .credit {
  margin-bottom: 15px;
}
#footer_info .col .column .credit .img {
  margin-bottom: 10px;
}
#footer_info .col .column .credit .img img {
  max-width: 344px;
}
#footer_info .col .column .notice {
  font-size: 95%;
  margin-top: 5px;
}
#footer_info .col .column ul {
  margin: 10px 0px;
}
#footer_info .col .column ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#footer_info .col .column .textArea p + p {
  margin-top: 0.2em;
}
#footer_info .col .column .textArea + .textArea {
  margin-top: 1em;
}
#footer_info .col .column p {
  font-size: 13px;
}
#footer_info .col .column p.midashi {
  font-size: 15px;
}
#footer_info .col .column .info {
  margin-top: 5px;
}

/*=========================================================
    tab
========================================================= */
@media screen and (min-width: 768px) {
  #footer_info {
    padding: 40px 25px;
    font-size: 14px;
  }
  #footer_info .collayout {
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
    max-width: 760px;
    margin: 0px auto;
  }
  #footer_info .collayout + .collayout {
    margin-top: 40px;
  }
  #footer_info .col {
    width: 48%;
  }
  #footer_info .col + .col {
    margin-top: 0px;
  }
  #footer_info .col .column + .column {
    margin-top: 25px;
  }
  #footer_info .col .column .textArea + .textArea {
    margin-top: 1.5em;
  }
}
/*=========================================================
    980px
========================================================= */
@media screen and (min-width: 980px) {
  #footer_info {
    padding-bottom: 60px;
  }
  #footer_info .inner {
    max-width: 760px;
    margin: 0px auto;
  }
  #footer_info .collayout + .collayout {
    margin-top: 60px;
  }
  #footer_info .col {
    width: 350px;
  }
  #footer_info .col + .col {
    margin-top: 0px;
  }
}
/* =============================================
- FOOTER
================================================ */
#footer {
  background-color: #fff;
  padding: 35px 20px 40px 20px;
  position: relative;
}
#footer:before {
  content: "";
  width: 100%;
  height: 10px;
  background-image: url(../images/common/border01.png);
  position: absolute;
  left: 0px;
  top: 0px;
}
#footer .LinkArea li {
  text-align: left;
}
#footer .LinkArea li a {
  color: #0d2d42;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #footer .LinkArea li a:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #0d2d42;
    border-right: 1px solid #0d2d42;
    transform: rotate(45deg);
    left: 0px;
    top: 50%;
    margin-top: -4px;
    position: absolute;
  }
}
#footer .LinkArea li + li {
  margin-top: 5px;
}
#footer .logo {
  margin: 20px 0px;
  text-align: center;
}
#footer .logo img {
  max-width: 250px;
}
#footer .copyright {
  margin-top: 15px;
  padding: 0px;
}
#footer .copyright p {
  text-align: center;
  font-size: 12px;
  color: #000;
}

#gotop {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 22;
}
#gotop img {
  width: 18px;
}

#fixedBottom {
  position: fixed;
  z-index: 99;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 20px 0px 10px 0px;
  background-color: #fff;
}
#fixedBottom:before {
  content: "";
  width: 100%;
  height: 10px;
  background-image: url(../images/common/border01.png);
  position: absolute;
  left: 0px;
  top: 0px;
}
#fixedBottom .btnStyle01 {
  padding: 6px 10px;
}
#fixedBottom .btnStyle01:after {
  display: none;
}

@media screen and (min-width: 375px) {
  #fixedBottom {
    padding: 20px 0px 10px 0px;
  }
  #fixedBottom .btnStyle01 {
    padding: 8px 10px;
  }
}
/*=========================================================
    tab
========================================================= */
@media screen and (min-width: 768px) {
  #footer {
    padding: 70px 25px 45px 25px;
  }
  #footer .colinfo {
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    align-items: center;
    max-width: 580px;
    margin: 35px auto;
  }
  #footer .colinfo .logo {
    margin: 0px;
    width: 250px;
    transition: all 0.2s ease-in-out;
  }
  #footer .colinfo .logo:hover {
    opacity: 0.7;
  }
  #footer .colinfo .infoArea p {
    font-size: 12px;
  }
  #footer .LinkArea ul {
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
  }
  #footer .LinkArea li a {
    padding-left: 0px;
    font-size: 13px;
    transition: all 0.2s ease-in-out;
  }
  #footer .LinkArea li a:hover {
    color: #d7003a;
    text-decoration: none;
  }
  #footer .LinkArea li + li {
    margin-top: 0px;
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
  }
  #footer .LinkArea li + li:before {
    content: "";
    width: 1px;
    height: 1em;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -0.5em;
    background-color: #0d2d42;
  }
  #footer .copyright {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  #gotop {
    right: 30px;
    bottom: 30px;
    text-align: center;
    transition: all 0.2s ease-in-out;
  }
  #gotop:hover {
    opacity: 0.7;
    margin-bottom: 10px;
  }
}