/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

.awesome {
  font-family: FontAwesome;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  background: #fff;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  body.fixed {
    position: fixed;
    right: 0;
    left: 0;
  }
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

a:hover {
  opacity: .8;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

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

.center {
  text-align: center;
}

.textRight {
  text-align: right;
}

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

@media print, screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .allLink {
    cursor: pointer;
  }
  .allLink:hover {
    opacity: 0.8;
  }
  .allLink a:hover {
    opacity: 1;
  }
}

.displayNone {
  display: none;
}

.breadcrumb {
  font-size: 13px;
  margin-bottom: 50px;
}

@media all and (-ms-high-contrast: none) {
  .breadcrumb li:not(:first-child) a {
    line-height: 1;
  }
}

.breadcrumb li:not(:last-child) {
  margin-right: 10px;
  padding-right: 15px;
  position: relative;
}

.breadcrumb li:not(:last-child):after {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.breadcrumb span {
  text-decoration: underline;
}

.linkText01 {
  text-decoration: underline;
}

input[type=submit] {
  font-family: "Noto Sans JP", sans-serif;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
input[type=submit]:hover {
  opacity: 0.8;
}
input[type=text], input[type=email], input[type=date] {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  input[type=text], input[type=email], input[type=date] {
    font-size: 16px;
  }
}
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}
input:focus {
  outline: none;
}

textarea {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  height: 174px;
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}

@media screen and (max-width: 768px) {
  textarea {
    font-size: 16px;
  }
}

textarea:focus {
  outline: none;
}

.checkbox {
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.checkbox:before, .checkbox:after {
  content: '';
  position: absolute;
}

.checkbox:before {
  width: 14px;
  height: 14px;
  border: 1px solid #5b5b5b;
  z-index: 3;
  top: 3px;
  left: 0;
}

.checkbox:after {
  width: 3px;
  height: 8px;
  margin-top: -3px;
  border-right: 2px solid #5b5b5b;
  border-bottom: 2px solid #5b5b5b;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  display: block;
  top: 8px;
  left: 6px;
}

.checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 41px 0px #fff;
  box-shadow: 41px 0px #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
  display: block;
  position: absolute;
  left: -40px;
}

.checkbox input[type="checkbox"]:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.radio {
  padding-left: 22px;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.radio:before, .radio:after {
  content: '';
  position: absolute;
}

.radio:before {
  width: 13px;
  height: 13px;
  border: 1px solid #5b5b5b;
  border-radius: 50%;
  z-index: 3;
  top: 4px;
  left: 0;
}

.radio:after {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #b1b1b1;
  z-index: 1;
  top: 8px;
  left: 4px;
}

.radio input[type="radio"] {
  width: 13px;
  height: 13px;
  margin: 0;
  -webkit-box-shadow: 13px -1px #fff;
  box-shadow: 13px -1px #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
  position: absolute;
  top: 7px;
  left: -14px;
}

.radio input[type="radio"]:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.radio input[type="radio"]:focus {
  opacity: 0.2;
  -webkit-box-shadow: 13px -1px #fff;
  box-shadow: 13px -1px #fff;
}

.selectBox01 {
  border: 1px solid #ccc;
  position: relative;
}

.selectBox01:after {
  content: "";
  width: 4px;
  height: 4px;
  margin: auto 0;
  border: 4px solid transparent;
  border-top: 4px solid #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 18px;
  right: 8px;
}

.selectBox01 select {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  height: 38px;
  background: none;
  padding-left: 10px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
}

@media all and (-ms-high-contrast: none) {
  .selectBox01 select {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .selectBox01 select {
    font-size: 16px;
  }
}

.selectBox01 select:not(:target) {
  width: 130%\9;
}

.selectBox01 select::-ms-expand {
  display: none;
}

.selectBox01 select:not(.defaultSelect) {
  color: #333;
}

@media screen and (max-width: 768px) {
  .headerTop {
    margin-top: -50px;
    padding-top: 50px;
  }
}

.btn01 {
  width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .btn01 {
    width: 100%;
  }
}

.btn01 a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 0 12px;
  background: #e58c80;
  border: 3px solid #e58c80;
  border-radius: 32px;
  display: block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .btn01 a {
    font-size: 16px;
    padding: 8px 5px;
  }
}

.btn01 a:before {
  content: "\f105";
  font-size: 32px;
  font-family: FontAwesome;
  position: absolute;
  top: 3px;
  right: 18px;
  border: 0;
}

@media screen and (max-width: 768px) {
  .btn01 a:before {
    font-size: 23px;
  }
}

.btn01 a:hover {
  color: #e58c80;
  background: rgba(0, 0, 255, 0);
  opacity: 1;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
}

.verticalTop {
  vertical-align: top;
}

.fadeinUnder {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms;
}

.fadeinRight {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  transform: translate(50px, 0);
  -webkit-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms;
}

.fadeinLeft {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
  -webkit-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms;
}

.fadeinUnder.scrollin,
.fadeinRight.scrollin,
.fadeinLeft.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.headTitle01 {
  font-size: 36px;
  color: #fff;
  padding: 84px 0 82px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 640px) {
  .headTitle01 {
    font-size: 28px;
    padding: 40px 0 45px;
    background-position: 35% 0;
  }
}

@media screen and (max-width: 400px) {
  .headTitle01 {
    font-size: 24px;
  }
}

.headTitle01 .headTitleText01 {
  font-size: 20px;
  display: block;
}

@media screen and (max-width: 640px) {
  .headTitle01 .headTitleText01 {
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .headTitle01 .headTitleText01 {
    font-size: 16px;
  }
}

.headTitle01 .headTitleText01 span {
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}

@media screen and (max-width: 400px) {
  .headTitle01 .headTitleText01 span {
    padding-left: 40px;
    background-size: 45px;
  }
}

.mainContent {
  padding: 20px 0 100px;
}

@media screen and (max-width: 640px) {
  .mainContent {
    padding: 30px 0 60px;
  }
}

.mainArea h3:not(.localNavTitle01):not(.descriptionTitle01):not(.termsTitle01):not(.privacyTitle01) {
  font-size: 24px;
  margin-bottom: 25px;
  padding: 5px 0 15px 75px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 64px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .mainArea h3:not(.localNavTitle01):not(.descriptionTitle01):not(.termsTitle01):not(.privacyTitle01) {
    font-size: 20px;
    margin-bottom: 15px;
    padding: 0 0 12px 60px;
    background-size: 50px;
  }
}

@media screen and (max-width: 400px) {
  .mainArea h3:not(.localNavTitle01):not(.descriptionTitle01):not(.termsTitle01):not(.privacyTitle01) {
    font-size: 16px;
    padding-left: 50px;
    background-size: 45px;
  }
}

.mainArea h3:not(.localNavTitle01):not(.descriptionTitle01):not(.termsTitle01):not(.privacyTitle01) span {
  font-size: 16px;
  color: #e38a80;
  display: block;
}

@media screen and (max-width: 640px) {
  .mainArea h3:not(.localNavTitle01):not(.descriptionTitle01):not(.termsTitle01):not(.privacyTitle01) span {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .mainArea h3:not(.localNavTitle01):not(.descriptionTitle01):not(.termsTitle01):not(.privacyTitle01) span {
    font-size: 12px;
  }
}

.mainArea h3:not(.localNavTitle01):not(.descriptionTitle01):not(.termsTitle01):not(.privacyTitle01):after {
  content: "";
  width: 96%;
  height: 1px;
  background: #e38a80;
  display: block;
  position: absolute;
  right: 0;
  bottom: 5px;
}

.mainArea:not(:last-child) {
  margin-bottom: 45px;
}

@media screen and (max-width: 640px) {
  .mainArea:not(:last-child) {
    margin-bottom: 30px;
  }
}

.submitBtn01 {
  position: relative;
}

.submitBtn01:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 18%;
  right: 8%;
}

@media screen and (max-width: 640px) {
  .submitBtn01:after {
    font-size: 20px;
    height: 45px;
    top: 16%;
  }
}

.submitBtn01.disabled:after {
  display: none;
}

.submitBtn01 input,
.submitBtn01 a {
  color: #fff;
  width: 100%;
  background: #e38a80;
  border-radius: 30px;
  position: relative;
}

.submitBtn01 input:disabled,
.submitBtn01 a:disabled {
  background: #ccc;
  cursor: default;
}

.submitBtn01 input:disabled:hover,
.submitBtn01 a:disabled:hover {
  opacity: 1;
}

.submitBtn01 a {
  padding: 14px 0 15px;
  display: block;
}

@media screen and (max-width: 640px) {
  .submitBtn01 a {
    padding: 9px 0 12px;
  }
}

.submitBtn01 a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 18%;
  right: 8%;
}

@media screen and (max-width: 640px) {
  .submitBtn01 a:after {
    font-size: 20px;
    height: 45px;
    top: 16%;
  }
}

.submitBtn01 input {
  height: 56px;
}

@media screen and (max-width: 640px) {
  .submitBtn01 input {
    height: 45px;
  }
}

.localNav02 .localNavTitle01 {
  font-size: 20px;
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .localNav02 .localNavTitle01 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 400px) {
  .localNav02 .localNavTitle01 {
    font-size: 16px;
  }
}

.localNav02 ul {
  max-width: 726px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.localNav02 li {
  width: 232px;
  margin: 10px 5px 0;
}

@media screen and (max-width: 550px) {
  .localNav02 li {
    width: 100%;
  }
}

.localNav02 a {
  color: #e38a80;
  padding: 13px 0 12px;
  background: #fff;
  border: 1px solid #e38a80;
  border-radius: 2px;
  display: block;
  position: relative;
}

.localNav02 a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: bold;
  color: #e38a80;
  height: 23px;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 6%;
  bottom: 0;
}

.localNav02 a:hover {
  color: #fff;
  background: #e38a80;
}

.localNav02 a:hover:after {
  color: #fff;
}

.localNav02 .localNavBtn01 {
  font-size: 18px;
  max-width: 265px;
  margin: 30px auto 0;
}

@media screen and (max-width: 640px) {
  .localNav02 .localNavBtn01 {
    font-size: 16px;
    margin-top: 20px;
  }
}

.localNav02 .localNavBtn01 a {
  color: #fff;
  padding: 8px 0 9px;
  background: #e18880;
  border-radius: 24px;
}

@media screen and (max-width: 640px) {
  .localNav02 .localNavBtn01 a {
    padding: 6px 0 7px;
  }
}

.localNav02 .localNavBtn01 a:after {
  color: #fff;
  height: 26px;
  right: 8%;
}

.footerTrialArea01 .area05 {
  padding: 75px 0 90px;
  background: url("../../images/bg_03.jpg") no-repeat 0 0;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .footerTrialArea01 .area05 {
    padding: 30px 0 60px;
    background-position: 85% 0;
  }
}

.footerTrialArea01 .item07 h2 {
  height: 67px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .footerTrialArea01 .item07 h2 {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .footerTrialArea01 .item07 h2 img {
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  .footerTrialArea01 .item07 h2 img {
    width: 96%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .footerTrialArea01 .item07 .btn01 {
    width: 94%;
  }
}

.footerTrialArea01 .item07Txt01 {
  color: #fff;
  font-size: 26px;
  margin: 38px auto 53px;
  line-height: 1.78;
}

@media screen and (max-width: 768px) {
  .footerTrialArea01 .item07Txt01 {
    font-size: 18px;
    margin: 0 auto 30px;
  }
}

#pageTop {
  position: fixed;
  bottom: 87px;
  right: 20px;
  z-index: 2;
}

/*
@media screen and (max-width: 768px) {
  #pageTop {
    bottom: 27px;
  }
}
*/

#pageTop .awesome {
  color: #fff;
  font-size: 40px;
  line-height: 1;
}

#pageTop a {
  background: #333;
  width: 50px;
  padding: 0 0 10px;
  text-align: center;
  display: block;
}

#pageTop a:hover {
  opacity: 0.8;
}

.err-sec {
  color: #c00;
  margin-bottom: 15px;
}

.drawer-hamburger {
  padding-top: 13px;
}

.drawer--top .drawer-nav {
  background: #df9579;
}

@media screen and (max-width: 768px) {
  .header {
    margin-top: 50px;
  }
}

.header .pcHeader {
  padding: 14px 0 15px;
  background: #df9579;
  z-index: 5;
}

.header .headerContents {
  max-width: 1365px;
  width: 94%;
  margin: 0 auto;
}

.header .headerNav {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .header .headerNav {
    width: 670px;
  }
}

@media screen and (max-width: 1050px) {
  .header .headerNav {
    width: 615px;
  }
}

@media screen and (max-width: 950px) {
  .header .headerNav {
    width: 508px;
  }
}

.header h1 {
  width: 260px;
  padding-right: 2%;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 1050px) {
  .header h1 {
    width: 220px;
  }
}

@media screen and (max-width: 950px) {
  .header h1 {
    width: 180px;
  }
}

.header li {
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .header li {
    text-align: center;
  }
}

.header li:first-child span:before {
  content: "home";
  position: absolute;
}

.header li:nth-child(2) span:before {
  content: "beginner";
  position: absolute;
}

.header li:nth-child(3) span:before {
  content: "search";
  position: absolute;
}

.header li:nth-child(4) span:before {
  content: "blog";
  position: absolute;
}

.header li:nth-child(5) span:before {
  content: "Q&A";
  position: absolute;
}

.header li:last-child {
  margin-right: 0;
}

.header li:last-child span:before {
  content: "contact";
  position: absolute;
}

.header li:not(:last-child) {
  margin-right: 7%;
}

@media screen and (max-width: 1200px) {
  .header li:not(:last-child) {
    margin-right: 30px;
  }
}

@media screen and (max-width: 950px) {
  .header li:not(:last-child) {
    margin-right: 20px;
  }
}

.header li a {
  color: #fff;
  padding: 2px 0;
  display: block;
}

@media screen and (max-width: 1200px) {
  .header li a {
    padding: 0;
  }
}

.header li span {
  color: #fff;
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 1050px) {
  .header li span {
    font-size: 16px;
  }
}

@media screen and (max-width: 950px) {
  .header li span {
    font-size: 14px;
  }
}

.header li span:before {
  font-weight: normal;
  text-align: center;
  font-size: 12px;
  bottom: -18px;
  right: 0;
  left: 0;
}

@media screen and (max-width: 950px) {
  .header li span:before {
    font-size: 10px;
    bottom: -15px;
  }
}

.spNav01 {
  width: 100%;
  background: #df9579;
  padding: 10.5px;
  position: fixed;
  top: 0;
  z-index: 999;
}

.spNav01 p {
  width: 150px;
}

.drawer-overlay {
  background: #df9579;
  z-index: 3;
}

.spNav02 {
  margin-top: 57px;
}

.spNav02 li {
  width: 100%;
  border-bottom: 1px solid #fff;
  display: block;
  background: #df9579;
}

.spNav02 a {
  color: #fff;
  padding: 10px 15px !important;
  display: block;
  text-align: left;
  position: relative;
  display: block;
}

@media all and (-ms-high-contrast: none) {
  .spNav02 a {
    padding: 8px 0;
  }
}

.spNav02 a:before {
  content: "\f105";
  font-size: 18px;
  font-family: FontAwesome;
  position: absolute;
  top: 5px;
  right: 10px;
  border: 0;
}

@media screen and (max-width: 768px) {
  .spNav02 a:before {
    font-size: 23px;
  }
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  background: #fff;
}

.drawer-nav {
  z-index: 5;
}

.footer .copyTxt {
  color: #fff;
  font-size: 12px;
  padding: 19.5px 0;
  background: #333;
}

@media screen and (max-width: 768px) {
  .footer .copyTxt {
    padding: 5px 0;
  }
}

.footer .footerContents {
  padding: 35px 0 50px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .footer .footerContents {
    padding-top: 20px;
  }
}

.footer .footerItem01 {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .footer .footerItem01 {
    width: 98%;
  }
}

.footer .footerItem01 li {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 li {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
  }
}

.footer .footerItem01 li:last-child {
  margin-bottom: 0;
}

.footer .footerItem01 li a {
  display: block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 li a {
    font-size: 12px;
    background-position: 94% 50%;
    padding: 10px 13px;
  }
}

.footer .footerItem01 li a:before {
  content: "\f105";
  font-size: 14px;
  font-family: FontAwesome;
  position: absolute;
  top: 23%;
  right: 8px;
}

.footer .footerItem01 ul {
  margin-right: 6%;
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 ul {
    margin-right: 0;
    float: none;
  }
}

.footer .footerItem01 ul:first-child {
  width: 24%;
  margin-right: 9%;
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 ul:first-child {
    width: 147px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 ul:not(:first-child) {
    width: 50%;
    float: left;
  }
}

.footer .footerItem01 ul:nth-child(2) {
  width: 20%;
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 ul:nth-child(2) {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 ul:nth-child(2) li:first-child {
    border-top: 1px solid #ccc;
  }
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 ul:nth-child(2) li:nth-child(2) {
    border-top: 1px solid #ccc;
  }
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 ul:nth-child(2) li:last-child a {
    padding: 4px 13px;
  }
}

.footer .footerItem01 ul:nth-child(3) {
  width: 17%;
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 ul:nth-child(3) {
    width: 100%;
  }
}

.footer .footerItem01 ul:last-child {
  width: 18%;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 ul:last-child {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 ul li a {
    padding: 13px;
  }
}

.footer .footerItem01 .footerLogoArea a {
  display: inline-block;
  background: none;
  padding: 0;
}

.footer .footerItem01 .footerLogoArea a:before {
  display: none;
}

.footer .footerItem01 .footerLogoArea .footerSnsArea {
  margin-bottom: 40px;
  border: 0;
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 .footerLogoArea .footerSnsArea {
    width: 100%;
    margin-bottom: 20px;
  }
}

.footer .footerItem01 .footerLogoArea .footerSnsArea span {
  margin-right: 9.5px;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 .footerLogoArea .footerSnsArea span {
    margin-right: 17%;
  }
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 .footerLogoArea .footerSnsArea span:last-child {
    margin-right: 0;
  }
}

.footer .withdrawLink01 {
  font-size: 12px;
  margin: 10px 0 0 5px;
}

.footer .withdrawLink01 a {
  text-decoration: underline;
}
