@charset "utf-8";

footer{
  font-size:1.2rem;
  position: relative;
  background-color:#de3c1f;
}
.l-footerInner {
  margin: 0 auto;
  width: 1200px;
  box-sizing: border-box;
  padding: 4px;
}

/* = footerContent
----------------------------------------------- */
.footerContent {
  padding:20px 0px;
  color:#FFF;
  line-height:1.5;
}
.footerContent a {
  color:#FFF;
}
.footerContent__logo {
  float:left;
}
.footerContent__siteLink {
  /* float:right;
  text-align: right; */
  text-align: center;
}
.footerContent__copyright {
  font-size:11px;
  /* margin-top:10px; */
}
/* = linkforAdwithus
----------------------------------------------- */
.linkforAdwithus {
  font-size: 11px;
  padding:8px 0;
  text-align:right;
  border-bottom:1px solid #f18135;
}
.linkforAdwithusInner {
  margin: 0 auto;
  width: 1200px;
  box-sizing: border-box;
}
.linkforAdwithus a,
.linkforAdwithus a:hover {
  color:#fff;
}
.linkforAdwithus .ic-css-arrow-right:before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.linkforAdwithus .ic-css-arrow-right {
  left: -16px;
}
/* = bottomOtherInfo
----------------------------------------------- */
.bottomOtherInfo {
  padding-top:40px;
}
.bottomOtherInfo:first-child {
  padding-top:20px;
}
.bottomOtherInfo:last-child {
  padding-bottom:20px;
}
.bottomOtherInfo__title {
  font-weight:500;
  color:#3a3a3a;
  padding-bottom:15px;
  margin-bottom:15px;
  border-bottom:1px solid #d9d9d9;
}
.bottomOtherInfo__content {
/*  margin-bottom:20px;*/
  line-height: 1.5;
  width: 100%;
}
.bottomOtherInfo__content__title {
  font-weight: bold;
}
.bottomOtherInfo__content__text {
  word-wrap: break-word;
}

.bottomOtherInfo__contentWrapper--2col .bottomOtherInfo__content {
  width:49%;
  display: inline-block;
  float: left;
}
.bottomOtherInfo__contentWrapper--2col .bottomOtherInfo__content:nth-child(2) {
  margin:0 0 0 2%;
}
.bottomOtherInfo__contentWrapper--2col:not(:first-child){
  margin-top:8px;
}
.bottomOtherInfo__btnMore {
  text-align: right;
  padding-right: 15px;
}








/* Popular Keyword */
#other-link .popular-keyword {
  margin-bottom:20px;
}
#other-link .popular-keyword .keyword {
  padding-bottom:20px;
  line-height:1.4;
}
#other-link .popular-keyword .keyword .large {
  font-size:18px;
}
#other-link .popular-keyword .keyword .medium {
  font-size:14px;
}
#other-link .popular-keyword .keyword .small {
  font-size:11px;
}
#other-link .popular-keyword .keyword a {
  margin-right:15px;
}
.other-text p {
  margin-bottom: 1em;
}


@media only screen and (max-width: 1199px) {
  .linkforAdwithusInner {
    padding:0 12px;
    width:100%;
  }
  .l-footerInner {
    padding:0 12px;
    width:100%;
  }
}
