@charset "UTF-8";

/*====================================

common base

=====================================*/

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;
}

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

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  background: #f8f8f8;
  color: #232323;
  overflow-x: hidden;
  letter-spacing: 1.2px;
  font-feature-settings: "palt";
  font-weight: 400;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

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;
}

ul,
dl,
ol {
  list-style-type: none;
  list-style-position: outside;
}

a:link {
  color: #232323;
  text-decoration: none;
}

a:visited {
  color: #232323;
  text-decoration: none;
}

a:hover,
input[type="submit"]:hover {
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all .4s;
  transition: all .4s;
}

a:active {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

:focus {
  outline: none;
}

.ico-construction {
  background: url(../img/icon/construction.svg?2) no-repeat;
}

.ico-backoffice {
  background: url(../img/icon/backoffice.svg?1) no-repeat;
}

.ico-food {
  background: url(../img/icon/food.svg?1) no-repeat;
}

.ico-medical {
  background: url(../img/icon/medical.svg?1) no-repeat;
}

.ico-it {
  background: url(../img/icon/it.svg?1) no-repeat;
}

.ico-logistics {
  background: url(../img/icon/logistics.svg?1) no-repeat;
}

.ico-realestate {
  background: url(../img/icon/realestate.svg?1) no-repeat;
}

.ico-hr {
  background: url(../img/icon/hr.svg?1) no-repeat;
}

.ico-ec {
  background: url(../img/icon/ec.svg?1) no-repeat;
}

.ico-life {
  background: url(../img/icon/life.svg?1) no-repeat;
}

/* -------------------------- for PC --------------------------*/

@media screen and (min-width:751px) {

  /*====================================

header

=====================================*/

  header {
    padding: 24px 3%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  #home header {
    margin-bottom: 0;
  }

  header #logo img {
    width: 88px;
    vertical-align: middle;
    margin-right: 12px;
  }

  header #logo span {
    position: relative;
    top: 1px;
    font-size: 1.3rem;
  }

  header nav {
    font-size: 1.5rem;
  }

  header nav ul:not(.menu-popup) {
    justify-content: center;
    display: flex;
    margin-top: 5px;
  }

  header nav>ul>li {
    position: relative;
    margin-left: 24px;
  }

  header nav li>span {
    margin-left: 24px;
    padding-right: 22px;
    background: url(../img/icon/arrow-down.svg?111)no-repeat right -1px;
    background-size: 20px 20px;
    display: block;
    padding: 0 20px 5px 0;
  }

  header nav li span:hover {
    cursor: pointer;
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: all .4s;
    transition: all .4s;
  }

  header nav li div {
    display: none;
  }

  header nav li span:hover+div {
    display: block;
  }

  header nav li span+div:hover {
    display: block;
  }

  header nav li ul {
    width: 352px;
    position: absolute;
    top: 20px;
    right: 2px;
    background: #fff;
    padding: 16px 0 0 16px;
    box-shadow: 0 0 12px #efefef;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    z-index: 99;
  }

  header nav li ul li {
    display: flex;
  }

  header nav li ul li a {
    width: 160px;
    display: block;
    background: #f3f3f3;
    border-radius: 6px;
    margin: 0 16px 16px 0;
    box-sizing: border-box;
    padding: 8px 8px 8px 8px;
    font-size: 1.3rem;
    text-align: center;
  }

  header nav li ul li a span {
    display: block;
    padding-top: 32px;
    background-size: 40px;
    background-position: center top !important;
  }

  /*====================================

wrapper

=====================================*/

  .wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    column-gap: 48px;
  }

  /*====================================

main

=====================================*/

  #main {
    width: 100%;
    height: 320px;
    background: #DCF6F1;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }

  #main:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/main.png?11212r) center / contain repeat;
    transform: rotate(-10deg);
    transform-origin: top left;
    z-index: 0;
    height: 630px;
  }

  #main h1 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }

  #main h1 span {
    display: block;
  }

  #main .box {
    width: 732px;
    border-radius: 10px;
    align-items: center;
    margin: 32px auto;
    box-sizing: border-box;
    position: relative;
  }

  #main .box form {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 24px;
    margin: 40px 0 32px 0;
  }

  #main form input[type="text"] {
    font-size: 1.8rem;
    box-sizing: border-box;
    padding: 16px;
    border: 1px solid #ccc;
    border-radius: 10px;
    flex: 1;
    min-width: 0;
  }

  #main form input[type="submit"] {
    border: 0;
    background: url(../img/icon/search.svg?111) no-repeat #232323 16px center;
    background-size: 24px 24px;
    color: #fff;
    border-radius: 10px;
    width: 112px;
    height: 54px;
    font-size: 1.8rem;
    padding-left: 30px;
    box-sizing: border-box;
    letter-spacing: 3px;
    flex-shrink: 0;
  }

  #main .box dl {
    display: flex;
    gap: 24px;
    align-items: center;
  }

  #main .box dd ul {
    display: flex;
  }

  #main .box dd ul li a {
    display: block;
    background: #fff;
    border-radius: 6px;
    margin: 0 8px 0 0;
    box-sizing: border-box;
    padding: 8px 8px 8px 8px;
    font-size: 1.4rem;
    text-align: center;
    border: 1px solid #ccc;
  }

  /*====================================

search-dir

=====================================*/

  .wrapper {
    max-width: calc(1200px + 64px);
    padding: 0 32px;
    box-sizing: border-box;
  }

  #left {
    flex: 1 1 auto;
    min-width: 0;
  }

  #right {
    width: 320px;
    flex: 0 0 320px;
  }

  #home #right {
    width: 576px;
    flex: 0 0 576px;
  }

  article {
    flex: 1;
    width: 100%;
    margin: 0 auto;
  }

  .search-dir {
    margin: 0 32px;
  }

  article h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 40px auto 24px auto;
    width: 1200px;
  }

  #category {
    max-width: 1200px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 32px 16px 0 16px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 12px #efefef;
    margin: 0 auto;
    box-sizing: border-box;
  }

  #category li a {
    display: block;
    width: 201px;
    height: 96px;
    background: #f3f3f3;
    margin: 0 16px 32px 16px;
    font-size: 1.5rem;
    padding: 16px 0 0 0;
    text-align: center;
    box-sizing: border-box;
    border-radius: 8px;
  }

  #category li a span {
    display: block;
    padding-top: 48px;
    background-size: 40px;
    background-position: center top;
  }

  #left {
    flex: 1 1 auto;
    min-width: 0;
  }

  #info {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    padding: 32px 32px 16px 32px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 12px #efefef;
  }

  #info dl {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }

  #info dt {
    margin-right: 24px;
  }

  /*====================================

archive

=====================================*/

  .wrapper article {
    width: 100%;
  }

  .wrapper article h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 24px;
  }

  .wrapper .archive {
    display: flex;
    justify-content: left;
    align-items: center;
  }

  .wrapper article section .archive:not(:last-of-type) {
    margin-bottom: 40px;
  }

  article .archive p {
    width: 208px;
    min-width: 208px;
    line-height: 0;
  }

  article .archive p img {
    border-radius: 10px;
  }

  article .archive dl {
    max-width: 576px;
    margin-left: 16px;
  }

  article .archive dt {
    font-weight: 500;
    line-height: 1.3;
    font-size: 2.0rem;
    margin-bottom: 16px;
  }

  article .archive dd {
    font-size: 1.4rem;
    color: #555;
  }

  article .archive dd.date {
    margin-bottom: 16px;
  }


  #hdr-archive {
    margin-bottom: 32px;
  }


  #hdr-archive h2 {
    font-size: 1.6rem;
  }

  #hdr-archive h2 span {
    font-size: 2.4rem;
  }

  #hdr-archive .total-number span {
    font-weight: 700;
  }

  /*====================================

aside

=====================================*/

  aside {
    width: 320px;
    flex: 0 0 320px;
    margin: 40px 0 0 0;
  }

  aside nav,
  aside section {
    margin-bottom: 40px;
    background: #fff;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 0 12px #efefef;
  }

  aside h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 24px;
  }

  aside p {
    line-height: 1.6;
  }

  aside .archive {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 16px !important;
  }

  aside .archive:last-child {
    margin-bottom: 0 !important;
  }

  aside .archive a img {
    width: 96px;
    border-radius: 10px;
  }

  .ranking .archive {
    position: relative;
    overflow: visible;
  }

  aside .ranking ul li:before {
    content: "1";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 1.2rem;
    box-sizing: border-box;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
    left: -10px;
    top: -10px;
  }

  aside .ranking ul li:nth-child(1):before {
    background: #BE9B1D;
  }

  aside .ranking ul li:nth-child(2):before {
    content: "2";
    background: #777;
  }

  aside .ranking ul li:nth-child(3):before {
    content: "3";
    background: #AE4949;
  }

  aside .ranking ul li:nth-child(4):before {
    content: "4";
    background: #066093;
  }

  aside .ranking ul li:nth-child(5):before {
    content: "5";
    background: #57904E;
  }


  aside .banner li {
    line-height: 0;
  }

  aside .banner li:not(:last-child) {
    margin-bottom: 24px;
  }

  aside #about p a {
    padding-left: 20px;
    background: url(../img/icon/arrow-next.svg)no-repeat left 55%;
    background-size: 12px;
    display: block;
    margin-top: 16px;
  }

  /*====================================

single

=====================================*/

  #topicpath {
    font-size: 0;
    margin-bottom: 40px;
  }

  #topicpath li {
    display: inline-block;
    font-size: 1.2rem;
  }

  #topicpath li:not(:last-child):after {
    content: ">";
    margin: 0 8px;
    font-size: 1rem;
  }

  #content-header {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 24px 0;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
  }

  #content-header p span {
    padding-left: 32px;
  }

  #category-title h1 {
    font-size: 3.2rem;
    font-weight: 700;
    margin-top: 16px;
  }

  #content-header .tags a {
    background: #fff;
    padding: 4px 8px;
    margin-left: 16px;
    border-radius: 4px;
    border: 1px solid #ccc;
  }

  #content {
    display: flex;
    justify-content: space-between;
    gap: 48px;
  }

  #content-frame {
    background: #fff;
    padding: 32px;
    border-radius: 8px;
    box-sizing: border-box;
    width: 860px;
    line-height: 1.6;
  }

  #tool-info {
    width: 360px;
  }

  #tool-info h2 {
    margin: 0 0 16px 0;
    font-size: 1.8rem;
  }

  #tool-info p {
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    line-height: 1.5;
    margin-bottom: 32px;
  }


  #share {
    display: flex;
    align-items: center;
    margin-top: 40px;
  }

  .fb-share-button {
    margin-right: 16px;
  }

  .twitter-share-button {
    margin-right: 16px;
  }

  #related {
    margin-top: 56px;
  }

  #related h3 {
    margin-bottom: 16px;
  }

  .rating {
    color: #E8C435;
    font-size: 2rem;
  }





  /*====================================

fullwid / col-1

=====================================*/

  .wrapper:has(.fullwid) {
    display: block;
  }

  .fullwid {
    width: 720px;
    margin: 0 auto;
  }

  .fullwid h1,
  .col-1 h1 {
    font-size: 3.0rem;
    display: block;
    margin-bottom: 40px;
    font-weight: 700;
  }

  .fullwid p,
  .col-1 p {
    line-height: 1.6;
  }


  /*====================================

contact

=====================================*/

  .wpcf7 {
    width: 100%;
    margin: 0 auto;
  }

  .wpcf7 label {
    margin-bottom: 32px;
    display: block;
  }

  .wpcf7-form-control-wrap {
    margin-top: 16px;
    display: block;
  }

  .wpcf7 label .optional-select {
    font-size: 1.2rem;
    margin-left: 8px;
    border: 1px solid #ccc;
    padding: 4px;
    border-radius: 6px;
    background: #fff;
  }

  .wpcf7 label .required {
    border-color: #E44141;
    color: #E44141;
  }

  .wpcf7 label input,
  .wpcf7 label textarea {
    display: block;
    border: 1px solid #ccc;
    padding: 16px;
    font-size: 1.6rem;
    width: 100%;
    margin-top: 8px;
    border-radius: 10px;
    box-sizing: border-box;
    line-height: 1.6;
  }

  .wpcf7 input[type="submit"] {
    background: #155A85;
    color: #fff;
    border-radius: 10px;
    border: 0;
    padding: 16px;
    width: 320px;
    font-size: 1.6rem;
    margin: 0 auto;
    display: block;
  }

  input[type="submit"]:hover {
    cursor: pointer;
  }


  /*====================================

footer

=====================================*/

  footer {
    width: 100%;
    font-size: 1.4rem;
    color: #555;
    padding: 32px 3%;
    margin-top: 64px;
    background: #fff;
    box-shadow: 0 0 12px #efefef;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
  }

  footer ul {
    display: flex;
    align-items: center;
  }

  footer li {
    margin-left: 16px;
    line-height: 0;
  }

}

/* -------------------------- for SP --------------------------*/

@media screen and (max-width:750px) {


  /*====================================

common

=====================================*/

  .spnone {
    display: none;
  }

  /*====================================

header

=====================================*/

  header {
    background: #fff;
    box-shadow: 0 0 8px #efefef;
    height: 48px;
    padding: 0;
    margin-bottom: 24px;
    padding: 0 4%;
  }

  #home header {
    margin-bottom: 0;
  }

  header #logo {
    padding-top: 13px;
  }

  header #logo img {
    width: 15%;
    vertical-align: middle;
  }

  header #logo span {
    margin: 0 0 0 8px;
    font-size: 1rem;
    position: relative;
    top: 1px;
    color: #666;
  }

  /* Menu */

  .menu-wrapper {
    position: relative;
  }

  .menu-icon {
    width: 16px;
    height: 29px;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 3;
    display: inline-block;
    background: #fff;
    padding: 14px 4% 3px 4%;
  }

  .menu-icon span {
    display: block;
    height: 2px;
    margin: 4px 0;
    background: #222;
    border-radius: 2px;
    transition: 0.4s;
  }


  #menu-toggle:checked+.menu-icon span:nth-child(1) {
    transform: translateY(4px) rotate(45deg);
  }

  #menu-toggle:checked+.menu-icon span:nth-child(2) {
    opacity: 0;
  }

  #menu-toggle:checked+.menu-icon span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
    z-index: 1;
  }

  #menu-toggle:checked~.overlay {
    opacity: 1;
    pointer-events: auto;
  }

  .menu {
    position: fixed;
    top: 0;
    right: -78%;
    width: 70%;
    height: 100%;
    background: #fff;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
    transition: right 0.4s ease;
    z-index: 2;
    padding: 16px 4%;
  }

  #menu-toggle:checked~.menu {
    right: 0;
  }

  .menu ul {
    list-style: none;
  }

  .menu ul li:first-of-type .menu-item {
    margin-top: 16px;
  }

  .menu ul li:last-child .menu-item {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #ccc;
  }

  .menu li ul {
    display: flex;
    flex-wrap: wrap;
  }

  .menu li .menu-item {
    font-weight: 500;
    display: block;
    margin-bottom: 16px;
  }

  header nav li ul li {
    margin-right: 4%;
  }

  .menu a {
    display: block;
    background: #eee;
    border-radius: 6px;
    margin: 0 0 16px 2%;
    box-sizing: border-box;
    padding: 8px;
    font-size: 1.2rem;
    text-align: center;
    word-break: keep-all;
  }

  header nav li ul li {
    display: flex;
  }

  header nav li ul li a {
    width: 160px;
    display: block;
    background: #f3f3f3;
    border-radius: 6px;
    margin: 0 16px 16px 0;
    box-sizing: border-box;
    padding: 8px 8px 8px 8px;
    font-size: 1.3rem;
    text-align: center;
  }

  header nav li ul li a span {
    display: block;
    padding-top: 32px;
    background-size: 40px;
    background-position: center top !important;
  }




  /*====================================

wrapper

=====================================*/

  article,
  .wrapper {
    width: 92%;
    margin: 0 auto;
  }

  article .wrapper,
  .wrapper article {
    width: 100%;
  }

  /*====================================

main

=====================================*/

  #main {
    width: 100%;
    background: #DCF6F1;
    background-size: cover;
    box-sizing: border-box;
    padding: 0 4%;
    overflow: hidden;
    position: relative;
  }

  #main:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/main.png?112123) center / contain repeat;
    transform: rotate(-10deg);
    transform-origin: top left;
    z-index: 0;
    height: 360px;
  }

  #main h1 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }

  #main h1 span {
    font-size: 1.3rem;
    display: block;
  }

  #main .box {
    border-radius: 10px;
    align-items: center;
    margin: 24px auto;
    box-sizing: border-box;
    position: relative;
  }

  #main .box form {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 10px;
    margin: 24px 0;
  }

  #main form input[type="text"] {
    font-size: 1.4rem;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    flex: 1;
    min-width: 0;
  }

  #main form input[type="submit"] {
    border: 0;
    background: url(../img/icon/search.svg?121) no-repeat #232323 8px center;
    background-size: 18px 18px;
    color: #fff;
    border-radius: 10px;
    width: 70px;
    height: 36px;
    font-size: 1.4rem;
    padding-left: 24px;
    box-sizing: border-box;
    letter-spacing: 2px;
    flex-shrink: 0;
  }

  #main .box dl {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  #main .box dt {
    font-size: 1.3rem;
    font-weight: 500;
  }

  #main .box dd ul {
    display: flex;
  }

  #main .box dd ul li a {
    display: block;
    background: #fff;
    border-radius: 6px;
    margin: 0 8px 0 0;
    box-sizing: border-box;
    padding: 8px 8px 8px 8px;
    font-size: 1.2rem;
    text-align: center;
    border: 1px solid #ccc;
  }

  /*====================================

search-dir

=====================================*/

  article h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 32px 0 16px 0;
  }

  #category {
    background: #fff;
    border-radius: 10px;
    padding: 16px 2% 0 2%;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 12px #efefef;
    margin: 0 auto;
    box-sizing: border-box;
  }

  #category li {
    width: 46%;
    margin: 0 2% 16px 2%;
  }

  #category li a {
    display: block;
    background: #f3f3f3;
    font-size: 1.4rem;
    padding: 16px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 8px;
  }

  #category li a span {
    display: block;
    padding-top: 40px;
    background-size: 32px;
    background-position: center top;
  }

  #info {
    background: #fff;
    border-radius: 10px;
    padding: 16px 16px 0 16px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 8px #efefef;
  }

  #info dl {
    align-items: center;
    margin-bottom: 16px;
    font-size: 1.4rem;
  }

  #info dt {
    margin-bottom: 8px;
    font-size: 1.1rem;
    color: #666;
  }

  #info dd {
    line-height: 1.4;
  }


  /*====================================

article

=====================================*/


  .wrapper article h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 16px;
  }

  .wrapper .archive {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
    width: 100%;
  }

  .wrapper section .archive:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
  }

  .archive p:first-of-type {
    line-height: 0;
    width: 28%;
  }

  article .archive dl {
    width: 68%;
  }

  article .archive dt {
    font-weight: normal;
    line-height: 1.3;
    font-size: 1.6rem;
    margin-bottom: 8px;
    font-weight: 500;
  }

  article .archive dd {
    font-size: 1.4rem;
    color: #555;
  }

  article .archive p {
    margin-bottom: 8px;
  }


  .tags a {
    margin-right: 8px;
  }

  #hdr-archive {
    margin-bottom: 24px;
  }

  #hdr-archive h2 {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }

  #hdr-archive h2 span {
    font-size: 1.8rem;
  }

  #hdr-archive .total-number {
    font-size: 1.2rem;
  }

  #hdr-archive .total-number span {
    font-weight: 500;
    font-size: 1.4rem;
  }


  /*====================================

aside

=====================================*/

  aside {
    letter-spacing: 0.5px;
  }

  aside img {
    border-radius: 10px;
  }

  aside nav,
  aside section {
    background: #fff;
    padding: 16px;
    border-radius: 10px;
    box-shadow: 0 0 8px #efefef;
  }

  aside p {
    line-height: 1.5;
  }

  aside h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 32px 0 16px 0;
  }

  aside .archive a:nth-of-type(2) {
    width: 68%;
    font-weight: normal;
    line-height: 1.3;
    font-size: 1.6rem;
    font-weight: 500;
  }

  aside .ranking ul li {
    position: relative;
    overflow: visible;
  }

  aside .ranking ul li:before {
    content: "1";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 1.2rem;
    box-sizing: border-box;
    border-radius: 50%;
    text-align: center;
    padding-top: 4px;
    left: -5px;
    top: -5px;
  }

  aside .ranking ul li:nth-child(1):before {
    background: #BE9B1D;
  }

  aside .ranking ul li:nth-child(2):before {
    content: "2";
    background: #777;
  }

  aside .ranking ul li:nth-child(3):before {
    content: "3";
    background: #AE4949;
  }

  aside .ranking ul li:nth-child(4):before {
    content: "4";
    background: #066093;
  }

  aside .ranking ul li:nth-child(5):before {
    content: "5";
    background: #57904E;
  }

  aside .ranking a:first-child {
    width: 28%;
  }

  aside .banner li {
    width: 80%;
    line-height: 0;
    margin: 0 auto;
  }

  aside .banner li:not(:last-child) {
    margin-bottom: 16px;
  }

  aside #about p a {
    padding-left: 20px;
    background: url(../img/icon/arrow-next.svg)no-repeat left 55%;
    background-size: 12px;
    display: block;
    margin-top: 16px;
  }

  /*====================================

single

=====================================*/

  #topicpath {
    font-size: 0;
    margin-bottom: 24px;
  }

  #topicpath li {
    display: inline-block;
    font-size: 1rem;
  }

  #topicpath li:not(:last-child):after {
    content: ">";
    margin: 0 4px;
    font-size: 1rem;
  }

  #content-header {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 24px 0;
    margin-bottom: 24px;

  }

  #content-header p span {
    padding-left: 32px;
    font-size: 1.4rem;
  }

  #category-title h1 {
    font-size: 2.2rem;
    line-height: 1.8;
    font-weight: 700;
    margin: 8px 0 16px;
    0;
  }

  #content-header .tags {
    font-size: 1.1rem;
  }

  #content-header .tags a {
    background: #fff;
    padding: 4px 8px;
    margin-left: 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
  }

  #content-frame {
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 32px;
    line-height: 1.6;
  }


  #tool-info h2 {
    margin: 0 0 16px 0;
    font-size: 1.8rem;
  }

  #tool-info p {
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    line-height: 1.5;
    margin-bottom: 32px;
  }


  #share {
    display: flex;
    align-items: center;
    margin-top: 40px;
  }

  .fb-share-button {
    margin-right: 16px;
  }

  .twitter-share-button {
    margin-right: 16px;
  }

  #related {
    margin-top: 56px;
  }

  #related h3 {
    margin-bottom: 16px;
  }

  .rating {
    color: #E8C435;
    font-size: 2rem;
  }


  /*====================================

fullwid / col-1

=====================================*/

  .fullwid h1,
  .col-1 h1 {
    font-size: 2.2rem;
    display: block;
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 1.4;
  }

  .fullwid p,
  .col-1 p {
    line-height: 1.6;
  }

  /*====================================

contact

=====================================*/

  .wpcf7 label {
    margin-bottom: 24px;
    display: block;
  }

  .wpcf7 label .optional-select {
    font-size: 1.1rem;
    margin-left: 8px;
    border: 1px solid #ccc;
    padding: 4px;
    border-radius: 6px;
    background: #fff;
  }

  .wpcf7-form-control-wrap {
    margin-top: 16px;
    display: block;
  }

  .wpcf7 label .required {
    border-color: #E44141;
    color: #E44141;
  }

  .wpcf7 label input,
  .wpcf7 label textarea {
    display: block;
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 1.6rem;
    width: 100%;
    margin-top: 8px;
    border-radius: 10px;
    box-sizing: border-box;
    line-height: 1.6;
  }

  .wpcf7 input[type="submit"] {
    background: #155A85;
    color: #fff;
    border-radius: 10px;
    border: 0;
    padding: 16px;
    width: 100%;
    font-size: 1.6rem;
    margin: 0 auto;
    display: block;
  }

  input[type="submit"]:hover {
    background: url(../img/ico-search.svg) no-repeat #954B06 center;
    background-size: 18px 18px;
    text-decoration: none;
    -webkit-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
  }

  /*====================================

footer

=====================================*/

  footer {
    text-align: center;
    font-size: 1.2rem;
    padding: 32px 0;
    background: #fff;
    box-shadow: 0 0 8px #efefef;
    margin-top: 40px;
  }

  footer {
    display: flex;
    flex-direction: column-reverse;
  }

  footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
  }

  footer li {
    margin: 0 8px;
  }

}

ï