@charset "UTF-8";
/*
Theme Name: ATLAS
Author: CrossPiece
Author URI: https://crosspiece.jp
Version: 1.30
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(//fonts.googleapis.com/css?family=Proza+Libre);
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* reset.style */
html,
body,
h1,
h2,
h3,
h4,
h5,
ol,
dl,
dt,
dd,
div,
span,
img,
a,
table,
tr,
th,
d,
article,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block; }

body {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word; }

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

/* end reset.style */
body {
  font-family: 'Proza Libre','Noto Sans JP', sans-serif;
  background-color: #eaf4fc;
  font-weight: 300;
  color: #4c6473;
  font-size: 1em; }
  @media screen and (max-width: 640px) {
    body {
      font-weight: 400; } }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  letter-spacing: 0; }

a,
a:link,
a:visited,
a:hover {
  color: #4c6473;
  text-decoration: none; }

a {
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-tap-highlight-color: transparent; }

a:hover,
a.hover {
  color: #0075c2;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

input[type="text"],
input[type="button"],
input[type="submit"],
select,
textarea,
text {
  -webkit-appearance: none;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, MS PGothic, sans-serif; }

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

.writer,
.pt-publisher {
  display: none; }

#page-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: none;
  z-index: 9999; }

#page-top a {
  color: #fff;
  font-size: 2em;
  width: 70px;
  height: 70px;
  padding: 15px 20px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  text-align: center;
  background: rgba(105, 105, 105, 0.63);
  line-height: 100%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px; }

#page-top a:hover {
  background: rgba(55, 55, 55, 0.63);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0; }

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.pagination li {
  position: relative; }

.pagination a {
  position: relative;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width: 36px;
  min-height: 36px;
  background: #fff; }

.pagination a span {
  position: absolute;
  top: 7px; }

.pagination li.first a span,
.pagination li.previous a span {
  left: 8px; }

.pagination li.last a span,
.pagination li.next a span {
  right: 8px; }

.pagination li.current a span,
.pagination li a.inactive span {
  position: absolute;
  top: 7px;
  left: 12px; }

.pagination li:not([class*="current"]) a:hover {
  background: #0075c2;
  color: #fff; }

.pagination li:first-of-type a {
  border-left-width: 1px; }

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

.pagination li.current a {
  background-color: #0075c2;
  color: #fff;
  cursor: default;
  pointer-events: none; }

.pagination > li:first-child > a {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }

.pagination > li:last-child > a {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

@media screen and (max-width: 640px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .pagination li.previous a {
    border-left-width: 0px; }

  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial; } }
.pagination li.nonelink {
  position: relative;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width: 36px;
  min-height: 36px;
  background: #fff; }

.pagination li.nonelink:first-child {
  border: 1px solid #ddd;
  border-left-width: 1px; }

.pagination li.nonelink span {
  position: absolute;
  top: 7px;
  color: #ccc; }

.pagination li.first span,
.pagination li.previous span {
  left: 8px; }

.pagination li.last span,
.pagination li.next span {
  right: 8px; }

#wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  #wrapper::after {
    clear: both;
    content: "";
    display: table; }

#contents {
  display: block; }
  #contents::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 640px) {
    #contents {
      padding: 0px;
      position: relative;
      z-index: 2;
      left: 0;
      transition: all 400ms cubic-bezier(1, 0, 0, 1);
      /* easeInOutExpo */
      transition-timing-function: cubic-bezier(1, 0, 0, 1);
      /* easeInOutExpo */ } }
  @media screen and (min-width: 641px) {
    #contents {
      width: 100%;
      margin: 0 auto;
      padding: 0 20px;
      margin-top: 20px; } }
  @media screen and (min-width: 1120px) {
    #contents {
      width: 1120px;
      padding: 0; } }

main {
  width: 100%; }
  @media screen and (min-width: 641px) {
    main {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 67.58674%; }
      main:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 640px) {
    main {
      margin-top: 20px; } }
  main .post a {
    color: #0075c2;
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: .3s; }
  main .post a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #0075c2;
    transition: .3s; }
  main .post a:hover::after {
    width: 100%; }

#onecolumn {
  width: 100%; }

/* header */
#header-box {
  width: 100%;
  background-color: #fff;
  border-bottom: 2px solid #0075c2;
  margin-bottom: 0; }
  @media screen and (max-width: 640px) {
    #header-box {
      min-height: 42px; } }

@media screen and (max-width: 640px) {
  #header-box-hidden {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #ccc;
    z-index: 9999; } }

#header {
  display: block;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px; }
  #header::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 641px) {
    #header {
      width: 100%;
      margin: 0 auto;
      padding: 0 20px;
      padding-top: 20px; } }
  @media screen and (min-width: 1120px) {
    #header {
      width: 1120px;
      padding: 0;
      padding-top: 20px; } }

#header-hidden {
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px; }
  #header-hidden::after {
    clear: both;
    content: "";
    display: table; }

#logo {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  padding-left: 15px;
  margin-top: 0px; }
  #logo:last-child {
    margin-right: 0; }
  @media screen and (min-width: 641px) {
    #logo {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-top: 0px;
      padding-left: 0;
      margin-bottom: 20px; }
      #logo:last-child {
        margin-right: 0; } }
  #logo a img {
    width: 100%; }
  #logo span,
  #logo h1 {
    background: none;
    font-weight: 500; }
    #logo span a,
    #logo h1 a {
      background: none;
      -webkit-transition: all .4s;
      transition: all .4s; }
      @media screen and (max-width: 640px) {
        #logo span a,
        #logo h1 a {
          text-align: left;
          display: block; } }
      #logo span a img,
      #logo h1 a img {
        vertical-align: middle;
        display: inline;
        background: none;
        -webkit-transition: all .4s;
        transition: all .4s; }
        @media screen and (max-width: 640px) {
          #logo span a img,
          #logo h1 a img {
            width: auto;
            height: auto;
            max-width: 280px; } }
        @media screen and (min-width: 641px) {
          #logo span a img,
          #logo h1 a img {
            width: auto;
            margin: 0 auto; } }
    #logo span a:hover,
    #logo h1 a:hover {
      color: #0075c2; }

.logo-size {
  font-size: 200%;
  line-height: 1.3em; }

.logo-size a img {
  width: 100%;
  height: auto; }

#site-info {
  display: none; }
  @media screen and (min-width: 641px) {
    #site-info {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      text-align: right;
      font-size: 0.85em;
      margin-top: 5px; }
      #site-info:last-child {
        margin-right: 0; } }

@media screen and (max-width: 640px) {
  #site-info-hidden {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 78.67549%;
    font-size: 0.7em;
    padding: 4px;
    padding-top: 6px;
    padding-left: 6px;
    line-height: 1.4em; }
    #site-info-hidden:last-child {
      margin-right: 0; } }

/* navigation */
@media screen and (min-width: 641px) {
  .glonavi-header {
    margin-bottom: 10px !important;
    margin-top: 0 !important; } }

#drawernav {
  width: 100%;
  background: #0075c2; }
  @media screen and (max-width: 640px) {
    #drawernav {
      position: fixed;
      top: 0;
      right: -240px;
      width: 240px;
      height: 100%;
      background: #333;
      color: #fff;
      z-index: 1;
      padding-top: 60px;
      padding-bottom: 10px;
      overflow-y: scroll;
      transition: all 400ms cubic-bezier(1, 0, 0, 1);
      /* easeInOutExpo */
      transition-timing-function: cubic-bezier(1, 0, 0, 1);
      /* easeInOutExpo */ } }
  @media screen and (min-width: 641px) {
    #drawernav {
      position: static;
      margin: 0; } }
  @media screen and (max-width: 640px) {
    #drawernav nav.fixed-content {
      right: inherit;
      width: 100%;
      z-index: 2;
      transition: all 400ms cubic-bezier(1, 0, 0, 1);
      /* easeInOutExpo */
      transition-timing-function: cubic-bezier(1, 0, 0, 1);
      /* easeInOutExpo */ } }
  @media screen and (min-width: 641px) {
    #drawernav nav.fixed-content {
      width: 100%;
      padding: 0 20px;
      margin: 0 auto;
      text-align: right; } }
  @media screen and (min-width: 1120px) {
    #drawernav nav.fixed-content {
      width: 1120px;
      padding: 0; } }
  #drawernav ul.menu-box {
    list-style-type: none;
    padding: 0 10px;
    display: block; }
    @media screen and (min-width: 641px) {
      #drawernav ul.menu-box {
        width: 100%;
        padding: 0px;
        padding-bottom: 2px;
        margin: 0;
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: -2px; } }
    #drawernav ul.menu-box li.menu-item {
      position: relative; }
      @media screen and (max-width: 640px) {
        #drawernav ul.menu-box li.menu-item {
          display: block; } }
      @media screen and (min-width: 641px) {
        #drawernav ul.menu-box li.menu-item {
          display: table-cell;
          width: 240px;
          border-left: 1px solid #eeeeee;
          text-align: center; } }
      @media screen and (min-width: 1120px) {
        #drawernav ul.menu-box li.menu-item {
          width: 224px; } }
      #drawernav ul.menu-box li.menu-item a {
        color: #fff;
        padding: 7px;
        display: block;
        font-size: 0.85em;
        font-weight: 400 !important;
        transition: all .3s ease; }
        @media screen and (max-width: 640px) {
          #drawernav ul.menu-box li.menu-item a {
            padding: 10px 10px 10px 18px;
            border-radius: 4px; } }
      #drawernav ul.menu-box li.menu-item a:hover,
      #drawernav ul.menu-box li.menu-item a.hover {
        color: #0075c2;
        background: #fff; }
      #drawernav ul.menu-box li.menu-item ul.sub-menu {
        width: 100%;
        z-index: 5;
        position: absolute;
        padding: 0px;
        transition: all .3s; }
        @media screen and (max-width: 640px) {
          #drawernav ul.menu-box li.menu-item ul.sub-menu {
            position: static; } }
        @media screen and (min-width: 641px) {
          #drawernav ul.menu-box li.menu-item ul.sub-menu {
            background: #fff;
            visibility: hidden;
            top: 60px;
            opacity: 0;
            width: 239px; } }
        @media screen and (min-width: 1120px) {
          #drawernav ul.menu-box li.menu-item ul.sub-menu {
            width: 223px; } }
        #drawernav ul.menu-box li.menu-item ul.sub-menu li {
          position: relative;
          border-left: none;
          border-right: none;
          text-align: left;
          display: block; }
          @media screen and (max-width: 640px) {
            #drawernav ul.menu-box li.menu-item ul.sub-menu li {
              font-size: 0.9em;
              margin-left: 20px;
              padding-left: 7px;
              padding-top: 2px; } }
          @media screen and (min-width: 641px) {
            #drawernav ul.menu-box li.menu-item ul.sub-menu li {
              display: block;
              width: inherit;
              border-bottom: 1px solid #eee; } }
          #drawernav ul.menu-box li.menu-item ul.sub-menu li a {
            padding: 10px 7px 10px 18px;
            background-color: transparent;
            transition: all .3s; }
            @media screen and (min-width: 641px) {
              #drawernav ul.menu-box li.menu-item ul.sub-menu li a {
                background: #0075c2;
                padding: 10px 7px 10px 20px; } }
          #drawernav ul.menu-box li.menu-item ul.sub-menu li a:hover,
          #drawernav ul.menu-box li.menu-item ul.sub-menu li a.hover {
            color: #fff; }
            @media screen and (max-width: 640px) {
              #drawernav ul.menu-box li.menu-item ul.sub-menu li a:hover,
              #drawernav ul.menu-box li.menu-item ul.sub-menu li a.hover {
                background: #fff;
                color: #0075c2; } }
          #drawernav ul.menu-box li.menu-item ul.sub-menu li ul.sub-menu {
            z-index: 6;
            position: absolute;
            width: 100%;
            padding: 0;
            transition: all .3s ease; }
            @media screen and (max-width: 640px) {
              #drawernav ul.menu-box li.menu-item ul.sub-menu li ul.sub-menu {
                position: static; } }
            @media screen and (min-width: 641px) {
              #drawernav ul.menu-box li.menu-item ul.sub-menu li ul.sub-menu {
                background: #fff;
                visibility: hidden;
                opacity: 0;
                top: 0px;
                left: 239px;
                border-left: 1px solid #eee; } }
            @media screen and (min-width: 1120px) {
              #drawernav ul.menu-box li.menu-item ul.sub-menu li ul.sub-menu {
                left: 223px; } }
            @media screen and (max-width: 640px) {
              #drawernav ul.menu-box li.menu-item ul.sub-menu li ul.sub-menu li:last-child {
                border-bottom: none; } }
        #drawernav ul.menu-box li.menu-item ul.sub-menu li:hover ul.sub-menu,
        #drawernav ul.menu-box li.menu-item ul.sub-menu li.hover ul.sub-menu {
          visibility: visible;
          opacity: 1; }
        @media screen and (min-width: 641px) {
          #drawernav ul.menu-box li.menu-item ul.sub-menu li.menu-item-has-children:after {
            content: "\f105";
            font-family: FontAwesome;
            position: absolute;
            right: 10px;
            top: 12px;
            color: #ddd; } }
        @media screen and (max-width: 640px) {
          #drawernav ul.menu-box li.menu-item ul.sub-menu li.menu-item:before {
            content: '';
            height: 17px;
            width: 1px;
            display: block;
            position: absolute;
            padding: 0;
            margin: 0;
            top: 13px;
            left: 16px;
            background: #0075c2;
            z-index: 7; } }
    #drawernav ul.menu-box li.menu-item:hover ul.sub-menu,
    #drawernav ul.menu-box li.menu-item.hover ul.sub-menu {
      top: 40px;
      visibility: visible;
      opacity: 1;
      transition: all .3s; }
    @media screen and (max-width: 640px) {
      #drawernav ul.menu-box li.menu-item:before {
        content: '';
        height: 17px;
        width: 1px;
        display: block;
        position: absolute;
        padding: 0;
        margin: 0;
        top: 13px;
        left: 10px;
        background: #0075c2;
        z-index: 7; } }
    @media screen and (min-width: 641px) {
      #drawernav ul.menu-box li:last-child {
        border-right: 1px solid #eeeeee; } }

@media screen and (min-width: 641px) {
  .menu-box > .menu-item a,
  .menu-box > .menu-item > .sub-menu a {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out; } }

@media screen and (min-width: 641px) {
  .menu-box > .menu-item > a:hover,
  .menu-box > .menu-item > a:focus,
  .menu-box > .menu-item > a:active {
    transform: translateY(5px); } }

@media screen and (min-width: 641px) {
  .menu-box > .menu-item > .sub-menu a:hover,
  .menu-box > .menu-item > .sub-menu a:focus,
  .menu-box > .menu-item > .sub-menu a:active {
    transform: translateX(3px); } }

.init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 2px 14px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg); }

@media screen and (max-width: 640px) {
  .init-right:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 2px 14px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg); } }
@media screen and (min-width: 641px) {
  .init-right:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    text-align: right;
    margin: 0px 0 2px 10px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg); } }

@media screen and (max-width: 640px) {
  #humberger {
    position: fixed;
    top: -1px;
    right: 10px;
    z-index: 3;
    width: 50px;
    padding: 8px;
    padding-top: 12px;
    padding-bottom: 8px;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; } }

@media screen and (max-width: 640px) {
  .icon-bar {
    height: 2px;
    background: #888;
    display: block;
    margin-bottom: 3px;
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    /* easeInOutExpo */
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    /* easeInOutExpo */ } }

@media screen and (max-width: 640px) {
  #overlay {
    z-index: -4;
    opacity: 0;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    pointer-events: none;
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    /* easeInOutExpo */
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    /* easeInOutExpo */ } }

@media screen and (max-width: 640px) {
  body.drawer-opened #contents {
    left: -240px;
    box-shadow: 1px 0px 2px #000; }

  body.drawer-opened .fixed-content {
    left: -240px; }

  body.drawer-opened #drawernav {
    right: 0; }

  body.drawer-opened #overlay {
    z-index: 3;
    opacity: 0.3;
    left: -240px;
    pointer-events: auto !important; }

  body.drawer-opened #humberger .icon-bar {
    background: #fff; }

  body.drawer-opened #humberger :nth-child(1) {
    transform: translate(0, 5px) rotate(45deg);
    background: #555; }

  body.drawer-opened #humberger :nth-child(2) {
    -webkit-transform: translate(-20px, 0);
    -moz-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 0; }

  body.drawer-opened #humberger :nth-child(3) {
    transform: translate(0, -5px) rotate(-45deg);
    background: #555; } }
/* sidebar */
#sidebar {
  width: 100%; }
  @media screen and (min-width: 641px) {
    #sidebar {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 30.0556%;
      padding-left: 5px; }
      #sidebar:last-child {
        margin-right: 0; } }

.sidebar-imgtype .widget > img {
  width: 100%; }

/* Profile */
.my-profile {
  display: block;
  padding: 15px; }
  .my-profile::after {
    clear: both;
    content: "";
    display: table; }
  .my-profile .my-profile-thumb {
    float: left;
    display: block;
    margin-right: 7.8443%;
    width: 37.56383%; }
    .my-profile .my-profile-thumb:last-child {
      margin-right: 0; }
    .my-profile .my-profile-thumb a {
      overflow: hidden;
      display: block;
      background: #fff; }
      .my-profile .my-profile-thumb a img {
        width: 100%;
        background: #fff;
        transform: scale(1);
        margin: 0;
        padding: 0;
        transition: .4s ease-out;
        border: 1px solid #eee;
        display: block; }
    .my-profile .my-profile-thumb a:hover img {
      transform: scale(1.05); }
  .my-profile .my-profile-meta {
    float: left;
    display: block;
    margin-right: 7.8443%;
    width: 57.42988%;
    margin-left: -2.83801%; }
    .my-profile .my-profile-meta:last-child {
      margin-right: 0; }
    .my-profile .my-profile-meta .myname {
      margin-bottom: 15px;
      font-size: 1.1em;
      font-weight: 400;
      line-height: 1.4em; }
    .my-profile .my-profile-meta .myintro {
      font-size: 0.9em;
      margin-bottom: 10px;
      line-height: 1.65em;
      color: #888;
      font-weight: 300; }
      @media screen and (max-width: 640px) {
        .my-profile .my-profile-meta .myintro {
          font-weight: 400; } }
    .my-profile .my-profile-meta .myprofile-more a {
      display: block;
      padding: 4px;
      text-align: center;
      font-size: 0.9em;
      border: 1px solid #888;
      background: #fff;
      color: #888 !important;
      -webkit-transition: all .4s;
      transition: all .4s;
      border-radius: 4px; }
    .my-profile .my-profile-meta .myprofile-more a:hover {
      background: #888;
      color: #fff !important; }

/* サイドバーランキング */
.compact-layout {
  padding: 15px; }
  .compact-layout ul {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0; }
    .compact-layout ul li {
      margin-bottom: 20px; }
      .compact-layout ul li .side-ranking-title {
        font-size: 1.1em;
        line-height: 1.3em;
        font-weight: 500 !important;
        position: relative; }
      .compact-layout ul li .side-ranking-meta {
        display: block;
        margin-top: 15px; }
        .compact-layout ul li .side-ranking-meta::after {
          clear: both;
          content: "";
          display: table; }
        .compact-layout ul li .side-ranking-meta .side-ranking-img {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 34.32051%; }
          .compact-layout ul li .side-ranking-meta .side-ranking-img:last-child {
            margin-right: 0; }
          .compact-layout ul li .side-ranking-meta .side-ranking-img a {
            overflow: hidden;
            display: block; }
            .compact-layout ul li .side-ranking-meta .side-ranking-img a img {
              width: 100%;
              background: #fff;
              transform: scale(1);
              margin: 0;
              padding: 0;
              transition: .4s ease-out;
              display: block;
              background: #fff; }
          .compact-layout ul li .side-ranking-meta .side-ranking-img a:hover img {
            transform: scale(1.05); }
        .compact-layout ul li .side-ranking-meta .side-ranking-info {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 62.46886%;
          margin-left: 0.85298%;
          font-size: 0.85em;
          line-height: 1.45em;
          font-weight: 300; }
          .compact-layout ul li .side-ranking-meta .side-ranking-info:last-child {
            margin-right: 0; }
      .compact-layout ul li .side-ranking-btn {
        margin-top: 13px;
        text-align: center; }
        .compact-layout ul li .side-ranking-btn a img {
          width: 100%; }
    .compact-layout ul li:last-child {
      margin-bottom: 0; }

.wide-layout {
  padding: 15px; }
  .wide-layout ul {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0; }
    .wide-layout ul li {
      margin-bottom: 20px; }
      .wide-layout ul li .side-ranking-title {
        font-size: 1.1em;
        line-height: 1.3em;
        font-weight: 500 !important;
        position: relative; }
      .wide-layout ul li .side-ranking-meta {
        margin-top: 15px; }
        .wide-layout ul li .side-ranking-meta .side-ranking-img a {
          overflow: hidden;
          display: block; }
          .wide-layout ul li .side-ranking-meta .side-ranking-img a img {
            width: 100%;
            background: #fff;
            transform: scale(1);
            margin: 0;
            padding: 0;
            transition: .4s ease-out;
            display: block;
            background: #fff; }
        .wide-layout ul li .side-ranking-meta .side-ranking-img a:hover img {
          transform: scale(1.05); }
        .wide-layout ul li .side-ranking-meta .side-ranking-info {
          font-size: 0.85em;
          line-height: 1.45em;
          font-weight: 300;
          margin-top: 15px; }
      .wide-layout ul li .side-ranking-btn {
        margin-top: 13px;
        text-align: center; }
        .wide-layout ul li .side-ranking-btn a img {
          width: 100%; }
    .wide-layout ul li:last-child {
      margin-bottom: 0; }

.sidebar-btn a {
  width: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 4px;
  text-align: center;
  padding: 10px 40px;
  font-weight: 400;
  display: inline-block;
  color: #fff !important;
  border: 1px solid #0075c2;
  background: #0075c2; }
  @media screen and (max-width: 640px) {
    .sidebar-btn a {
      display: block; } }

.sidebar-btn a:hover {
  background: #888 !important;
  border: 1px solid #888 !important; }

.sidebar-btn-short {
  display: inline-block; }
  .sidebar-btn-short a {
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-radius: 4px;
    text-align: center;
    padding: 10px 40px;
    font-weight: 400;
    display: inline-block;
    color: #fff;
    border: 1px solid #0075c2;
    background: #0075c2; }

.sidebar-btn-short a:hover {
  background: #888 !important;
  border: 1px solid #888 !important;
  color: #fff !important; }

.simple-style h3 {
  border-bottom: 3px double #aaa;
  padding-left: 55px;
  padding-top: 23px;
  padding-bottom: 3px;
  letter-spacing: 0; }
  .simple-style h3 img {
    position: absolute;
    left: -2px;
    bottom: 4px; }

.luxe-style h3 {
  padding-left: 40px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-radius: 4px;
  background: #eee; }
  .luxe-style h3 img {
    top: -5px;
    left: -5px; }

.girly-style h3 {
  border-bottom: 2px dotted #aaa;
  padding-left: 50px;
  padding-top: 23px;
  padding-bottom: 3px; }
  .girly-style h3 img {
    position: absolute;
    left: 0px;
    top: 5px; }

#new-entry-box {
  padding: 15px;
  font-size: 0.9em; }

#new-entry-box ul {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0; }

.new-entry-item {
  margin-bottom: 15px; }

.new-entry-item:last-child {
  margin-bottom: 0; }

.new-entry-item a {
  display: block;
  margin-top: 20px; }
  .new-entry-item a::after {
    clear: both;
    content: "";
    display: table; }

.new-entry-item a:hover > .new-entry > .eyecatch img {
  opacity: 0.7; }

.new-entry-item a:first-child {
  margin-top: 0px; }

.new-entry {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 34.32051%; }
  .new-entry:last-child {
    margin-right: 0; }
  @media screen and (min-width: 641px) {
    .new-entry {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 34.32051%; }
      .new-entry:last-child {
        margin-right: 0; } }
  .new-entry .eyecatch {
    width: 100%;
    padding: 0;
    margin: 0; }
  .new-entry .eyecatch img {
    width: 100%;
    padding: 2px;
    border: 1px solid #ddd;
    transition: all .2s; }

.new-entry-item-meta {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 63.32184%;
  padding: 0; }
  .new-entry-item-meta:last-child {
    margin-right: 0; }
  @media screen and (min-width: 641px) {
    .new-entry-item-meta {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 61.61588%;
      margin-left: 1.70596%; }
      .new-entry-item-meta:last-child {
        margin-right: 0; } }
  .new-entry-item-meta .date {
    font-size: 0.8em;
    color: #888;
    letter-spacing: 0.05em;
    margin-top: 3px;
    margin-bottom: 0; }
    @media screen and (min-width: 1120px) {
      .new-entry-item-meta .date {
        margin-top: 5px; } }

.new-entry-item-title {
  line-height: 1.4em;
  font-size: 1.1em;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0; }
  @media screen and (min-width: 641px) {
    .new-entry-item-title {
      font-size: 1em; } }

.popular-cat {
  padding: 3px 10px 4px 10px;
  font-size: 0.75em;
  font-weight: 300;
  background: #0075c2;
  color: #fff;
  position: absolute;
  border-radius: 4px;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translateZ(0);
  overflow: hidden;
  position: static;
  display: inline-block; }
  @media screen and (max-width: 640px) {
    .popular-cat {
      font-size: 0.6em;
      padding: 2px 6px 1px 6px; } }
  @media screen and (max-width: 640px) {
    .popular-cat {
      padding: 2px 8px 1px 8px;
      font-size: 0.8em;
      margin-top: 0px;
      margin-left: 0px;
      margin-bottom: 7px; } }
  @media screen and (min-width: 641px) {
    .popular-cat {
      font-size: 0.7em;
      padding-top: 2px;
      padding-bottom: 2px;
      padding-left: 8px;
      padding-right: 8px;
      margin-top: 0px;
      margin-bottom: 3px;
      margin-left: 0px; } }

.popular-count {
  margin-top: 2px;
  text-align: right;
  color: #aaa; }
  @media screen and (min-width: 641px) {
    .popular-count {
      font-size: 0.9em; } }
  .popular-count div {
    display: inline-block; }
  .popular-count span {
    font-size: 1.15em;
    font-weight: 700;
    color: #4c6473; }

.widget {
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 1px #ccc;
  padding: 15px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  font-weight: 400;
  font-size: 0.95em; }
  @media screen and (max-width: 640px) {
    .widget {
      box-shadow: 0px 0px 0px #ccc;
      margin-bottom: 0; } }

.widgettitle {
  padding: 15px 15px;
  background: #fff;
  box-shadow: 0px 0px 1px #ccc;
  border-bottom: 1px solid #dddddd;
  border-top: 2px solid #0075c2;
  margin: 0;
  font-weight: 500;
  font-size: 1.1em; }
  @media screen and (min-width: 641px) {
    .widgettitle {
      padding: 12px 10px;
      font-size: 0.9em; } }
  @media screen and (min-width: 1120px) {
    .widgettitle {
      font-size: 1em; } }

.widget label {
  display: none; }

.widget_archive select {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ddd;
  height: 30px;
  width: 91%;
  margin: 15px;
  padding: 0 5px;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 640px) {
    .widget_archive select {
      font-size: 16px;
      height: 40px; } }
  @media screen and (min-width: 641px) {
    .widget_archive select {
      width: 88%; } }
  @media screen and (min-width: 1120px) {
    .widget_archive select {
      width: 91%; } }

.widget .textwidget {
  font-weight: 300 !important;
  font-size: 0.9em; }

.widget .textwidget img {
  max-width: 100%;
  height: auto; }

#wp-calendar {
  width: 100%;
  border-collapse: collapse;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #999;
  border-right-color: #999;
  font-size: 0.8em; }

.calendar_wrap {
  padding: 15px; }

#wp-calendar thead tr th {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #999;
  border-left-color: #999;
  padding: 2px;
  background: #eee; }

#wp-calendar thead tr th:nth-child(6) {
  background-color: #C0DDF9; }

#wp-calendar thead tr th:nth-child(7) {
  background-color: #F5D0D3; }

#wp-calendar td {
  text-align: center;
  padding: 2px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #999;
  border-left-color: #999;
  background: #fff; }

#wp-calendar caption {
  text-align: center;
  border: 1px solid #999;
  border-bottom: none;
  background: #fff;
  padding: 5px 0; }

#wp-calendar tbody tr #today {
  background-color: #CCC; }

.widget_meta ul {
  padding: 15px;
  padding-left: 35px;
  margin: 0; }

.widget_meta ul li {
  position: relative;
  padding: 3px 0; }

.widget_meta ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .7em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #888;
  border-radius: 100%; }

.widget_categories ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_pages ul,
.textwidget {
  padding: 15px;
  margin: 0; }

.widget_categories > ul > li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_pages > ul > li {
  position: relative;
  margin-bottom: 5px;
  font-size: 0.9em; }

.widget_categories > ul > li > ul > li,
.widget_pages > ul > li > ul > li {
  position: relative;
  margin-bottom: 5px;
  font-size: 1em; }

.widget_categories ul li::before,
.widget_archive ul li::before,
.widget_recent_entries ul li::before,
.widget_pages ul li::before {
  display: block;
  content: '';
  position: absolute;
  top: 18px;
  left: 0.3em;
  width: 7px;
  height: 7px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #0075c2;
  transform: rotate(-45deg); }

.widget_categories ul.children,
.widget_archive ul.children,
.widget_recent_entries ul.children,
.widget_recent_comments ul.children,
.widget_pages ul.children {
  padding: 0;
  padding-left: 25px; }

.widget_categories ul li a,
.widget_archive ul li a,
.widget_recent_entries ul li a,
.widget_pages ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  *zoom: 1;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #ccc; }

.widget_categories ul li a:hover .count,
.widget_archive ul li a:hover .count {
  color: #aaa;
  background: transparent;
  border: 1px solid #aaa; }

.widget_categories ul .count,
.widget_archive ul .count {
  position: absolute;
  right: 3px;
  top: 7px;
  padding: 3px 8px;
  min-width: 26px;
  font-size: 0.9em;
  color: #fff;
  background: #aaa;
  border: 1px solid #aaa;
  border-radius: 4px;
  transition: all .3s; }

.widget_recent_comments ul li {
  padding-left: 20px;
  padding-bottom: 8px;
  padding-top: 5px;
  border-bottom: 1px dashed #ccc; }

.widget_recent_comments ul li::before {
  display: block;
  content: '';
  position: absolute;
  top: 11px;
  left: 0.3em;
  width: 7px;
  height: 7px;
  border-right: 1px solid #0075c2;
  border-bottom: 1px solid #0075c2;
  transform: rotate(-45deg); }

.widget_recent_comments ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  *zoom: 1;
  padding-left: 20px; }

.widget_nav_menu ul {
  padding: 0;
  font-size: 0.9em;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0; }
  .widget_nav_menu ul li {
    padding: 0 5px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #dedede; }
    @media screen and (min-width: 641px) {
      .widget_nav_menu ul li {
        font-size: 1em; } }
  .widget_nav_menu ul li:last-child {
    border: none; }
  .widget_nav_menu ul li a {
    padding: 15px 15px;
    display: block; }
  .widget_nav_menu ul li:hover {
    border-left: 3px solid #0075c2;
    padding-left: 2px;
    background: #fff; }
  .widget_nav_menu ul .sub-menu {
    display: none;
    padding-left: 25px; }
    .widget_nav_menu ul .sub-menu li {
      position: relative; }
    .widget_nav_menu ul .sub-menu li::before {
      display: block;
      content: '';
      position: absolute;
      top: 21px;
      left: 0.3em;
      width: 7px;
      height: 7px;
      border-right: 1px solid;
      border-bottom: 1px solid;
      border-color: #0075c2;
      transform: rotate(-45deg); }
    .widget_nav_menu ul .sub-menu li:first-child {
      border-top: 1px solid #dedede; }
    .widget_nav_menu ul .sub-menu li:hover {
      border-left: none !important;
      padding-left: 5px; }

.widget_tag_cloud .tagcloud {
  padding: 15px;
  padding-bottom: 10px; }

.widget_tag_cloud a {
  display: inline-table;
  max-width: 100%;
  padding: 0.5em 1em;
  margin-bottom: 5px;
  background-color: transparent;
  border: 1px solid #888;
  border-radius: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.75em !important;
  text-decoration: none;
  color: #888 !important;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 640px) {
    .widget_tag_cloud a {
      margin-bottom: 5px; } }

.widget_tag_cloud a:hover {
  background-color: #888;
  border: 1px solid #888;
  color: #fff !important; }

.widget_categories option,
.widget_archive option {
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, MS PGothic, sans-serif; }

/* Search-box */
#search-box {
  position: relative;
  padding: 15px; }

#search-box input[type="search"] {
  background-color: #fff;
  border: 1px solid #ddd;
  height: 30px;
  width: 100%;
  margin: 0;
  padding: 0 5px;
  padding-right: 0;
  border-radius: 0; }
  @media screen and (max-width: 640px) {
    #search-box input[type="search"] {
      height: 40px;
      font-size: 16px; } }

#search-btn {
  position: absolute;
  top: 15px;
  right: 15px; }

#search-btn input[type="submit"] {
  font-family: FontAwesome;
  border: none;
  height: 30px;
  width: 40px;
  color: #fff;
  background: #0075c2;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all .3s; }
  @media screen and (max-width: 640px) {
    #search-btn input[type="submit"] {
      height: 40px;
      width: 45px;
      font-size: 16px; } }

#search-box input[type="search"]:focus {
  outline: none;
  border: 1px solid #0075c2; }

#search-box input[type="submit"]:hover {
  cursor: pointer;
  background: #888 !important; }

/* top */
#main-image {
  text-align: center;
  margin: 0 auto; }
  @media screen and (min-width: 1120px) {
    #main-image {
      width: 1120px; } }
  @media screen and (max-width: 640px) {
    #main-image {
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 0; } }
  #main-image img {
    width: 100%;
    display: block; }

.big-art {
  width: 100%;
  position: relative;
  padding: 0;
  background: #fff;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0px 0px 1px #ccc; }
  @media screen and (max-width: 640px) {
    .big-art {
      padding-top: 10px;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 10px; } }
  .big-art img {
    width: 100%;
    display: block; }

.big-art a:hover > img {
  opacity: .8;
  transform: scale(1.02); }

.big-art-title {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3em;
  margin-top: 10px;
  margin-bottom: 0px;
  text-decoration: none;
  position: relative;
  display: block; }
  @media screen and (max-width: 640px) {
    .big-art-title {
      font-size: 1.1em;
      font-weight: 500; } }
  @media screen and (min-width: 641px) {
    .big-art-title {
      margin-top: 5px; } }
  @media screen and (min-width: 1120px) {
    .big-art-title {
      font-size: 1.8em; } }

.big-art a img {
  background: #fff;
  transition: all .3s ease-in 0.1s; }

.big-art-metabox {
  width: 100%;
  padding: 20px 20px 15px 20px;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0; }
  @media screen and (max-width: 640px) {
    .big-art-metabox {
      position: absolute;
      bottom: 10px;
      width: 100%;
      padding: 2px 15px 7px 10px; } }
  @media screen and (min-width: 641px) {
    .big-art-metabox {
      position: absolute;
      bottom: 20px;
      width: 100%; } }

.big-art-date {
  display: inline-block;
  font-size: 0.8em;
  color: #888;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 640px) {
    .big-art-date {
      margin-top: 10px;
      margin-left: 2px; } }
  @media screen and (min-width: 641px) {
    .big-art-date {
      position: absolute;
      bottom: 5px;
      right: 20px;
      margin-top: 0px;
      z-index: 1; } }

.big-art-cat {
  padding: 3px 10px 4px 10px;
  font-size: 0.75em;
  font-weight: 300;
  background: #0075c2;
  color: #fff;
  box-shadow: 1px 1px 2px #888;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translateZ(0);
  overflow: hidden;
  display: inline-block; }
  @media screen and (max-width: 640px) {
    .big-art-cat {
      padding: 1px 6px 1px 6px;
      font-size: 0.6em;
      margin-top: 5px;
      margin-left: 0px; } }
  @media screen and (min-width: 641px) {
    .big-art-cat {
      position: absolute;
      padding-top: 3px;
      padding-bottom: 3px;
      top: -10px;
      margin-bottom: -1px;
      margin-left: 5px; } }

.eyecatch img {
  width: 100%;
  display: block; }

.pop-post,
.magazine-post {
  margin-bottom: 20px; }

.magazine-post {
  display: block; }
  .magazine-post::after {
    clear: both;
    content: "";
    display: table; }

.pop-post-link {
  display: block; }

a.pop-post-link:hover > .pop-post-box > .pop-post-thumb > img,
a.pop-post-link:hover > .magazine-post-box > .pop-post-thumb > img {
  transform: scale(1.05); }

a.pop-post-link:hover > .pop-post-box,
a.pop-post-link:hover > .magazine-post-box {
  background: #fff; }

.pop-post-box {
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 1px #ccc;
  padding: 15px;
  margin-bottom: 20px;
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s;
  margin: 0; }
  .pop-post-box::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 640px) {
    .pop-post-box {
      padding: 10px; } }
  .pop-post-box .pop-post-thumb {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 27.49666%;
    position: relative;
    overflow: hidden;
    background: #fff; }
    .pop-post-box .pop-post-thumb:last-child {
      margin-right: 0; }
    .pop-post-box .pop-post-thumb img {
      width: 100%;
      background: #fff;
      display: block;
      background: #fff;
      transform: scale(1);
      margin: 0;
      padding: 0;
      transition: .4s ease-out; }
    .pop-post-box .pop-post-thumb .meta-cat {
      padding: 3px 10px 4px 10px;
      font-size: 0.75em;
      font-weight: 300;
      background: #0075c2;
      color: #fff;
      position: absolute;
      border-radius: 4px;
      -webkit-transform-style: preserve-3d;
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000;
      -webkit-transform: translateZ(0);
      overflow: hidden;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      top: 0;
      right: 0;
      margin: 0; }
      @media screen and (max-width: 640px) {
        .pop-post-box .pop-post-thumb .meta-cat {
          font-size: 0.6em;
          padding: 2px 6px 1px 6px; } }
  .pop-post-box .category-thumb {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 37.73243%; }
    .pop-post-box .category-thumb:last-child {
      margin-right: 0; }
    .pop-post-box .category-thumb img {
      margin-bottom: 0px !important;
      background: #fff;
      transform: scale(1);
      margin: 0;
      padding: 0;
      transition: .4s ease-out; }
  .pop-post-box .pop-post-meta {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .pop-post-box .pop-post-meta:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .pop-post-box .pop-post-meta {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 70.14568%; }
        .pop-post-box .pop-post-meta:last-child {
          margin-right: 0; } }
    .pop-post-box .pop-post-meta .date {
      font-size: 0.8em;
      color: #888;
      letter-spacing: 0.05em;
      margin-top: 3px;
      margin-bottom: 3px; }
      @media screen and (min-width: 641px) {
        .pop-post-box .pop-post-meta .date {
          margin-top: 5px;
          margin-bottom: 0; } }
    .pop-post-box .pop-post-meta .pop-post-title {
      font-size: 1em;
      font-weight: 500;
      line-height: 1.4em;
      margin-top: 5px;
      margin-bottom: 0;
      background: none !important; }
      @media screen and (min-width: 641px) {
        .pop-post-box .pop-post-meta .pop-post-title {
          font-size: 1.05em;
          margin-top: 5px;
          margin-bottom: 20px; } }
      @media screen and (min-width: 1120px) {
        .pop-post-box .pop-post-meta .pop-post-title {
          font-size: 1.35em; } }
    .pop-post-box .pop-post-meta p {
      display: none;
      line-height: 1.8em; }
      @media screen and (min-width: 641px) {
        .pop-post-box .pop-post-meta p {
          font-size: 0.85em;
          display: block;
          margin-top: 0px;
          color: #888;
          margin: 0; } }
      @media screen and (min-width: 1120px) {
        .pop-post-box .pop-post-meta p {
          font-size: 0.9em; } }
  .pop-post-box .category-meta {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 59.90992%; }
    .pop-post-box .category-meta:last-child {
      margin-right: 0; }
    .pop-post-box .category-meta .date {
      margin-bottom: 0; }
      @media screen and (max-width: 640px) {
        .pop-post-box .category-meta .date {
          font-size: 0.7em;
          vertical-align: text-top; } }
    .pop-post-box .category-meta .pop-post-title {
      margin-bottom: 10px;
      margin-top: 0px;
      background: none !important; }
      @media screen and (max-width: 640px) {
        .pop-post-box .category-meta .pop-post-title {
          font-size: 0.9em;
          margin-top: -10px;
          font-weight: 500; } }
    .pop-post-box .category-meta p {
      margin-bottom: 0 !important;
      padding-bottom: 0 !important; }

.magazine-item {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-bottom: 20px; }
  .magazine-item:last-child {
    margin-right: 0; }
  @media screen and (max-width: 640px) {
    .magazine-item {
      width: 100%;
      margin-bottom: 0; } }

@media screen and (min-width: 641px) {
  .magazine-item:nth-child(2n) {
    margin-right: 0; } }

@media screen and (min-width: 641px) {
  .magazine-item:nth-child(2n+1) {
    clear: both; } }

.magazine-post-box {
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 1px #ccc;
  padding: 15px;
  margin-bottom: 20px;
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s;
  margin: 0; }
  .magazine-post-box::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 640px) {
    .magazine-post-box {
      padding: 10px; } }
  @media screen and (min-width: 641px) {
    .magazine-post-box {
      height: 460px;
      overflow: hidden; } }
  .magazine-post-box .pop-post-thumb {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-bottom: 8px; }
    @media screen and (max-width: 640px) {
      .magazine-post-box .pop-post-thumb {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 27.49666%;
        margin-bottom: 0px; }
        .magazine-post-box .pop-post-thumb:last-child {
          margin-right: 0; } }
    .magazine-post-box .pop-post-thumb img {
      width: 100%;
      background: #fff;
      display: block;
      vertical-align: baseline;
      background: #fff;
      transform: scale(1);
      margin: 0;
      padding: 0;
      transition: .4s ease-out; }
    .magazine-post-box .pop-post-thumb .meta-cat {
      padding: 3px 10px 4px 10px;
      font-size: 0.75em;
      font-weight: 300;
      background: #0075c2;
      color: #fff;
      position: absolute;
      border-radius: 4px;
      -webkit-transform-style: preserve-3d;
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000;
      -webkit-transform: translateZ(0);
      overflow: hidden;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      top: 0;
      right: 0;
      margin: 0; }
      @media screen and (max-width: 640px) {
        .magazine-post-box .pop-post-thumb .meta-cat {
          font-size: 0.6em;
          padding: 2px 6px 1px 6px; } }
  .magazine-post-box .pop-post-meta {
    width: 100%; }
    @media screen and (max-width: 640px) {
      .magazine-post-box .pop-post-meta {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 70.14568%; }
        .magazine-post-box .pop-post-meta:last-child {
          margin-right: 0; } }
    .magazine-post-box .pop-post-meta .date {
      font-size: 0.8em;
      color: #888;
      letter-spacing: 0.05em;
      margin-top: 3px;
      margin-bottom: 3px; }
      @media screen and (min-width: 641px) {
        .magazine-post-box .pop-post-meta .date {
          margin-top: 5px;
          margin-bottom: 0; } }
    .magazine-post-box .pop-post-meta .pop-post-title {
      font-size: 1em;
      font-weight: 500;
      line-height: 1.4em;
      border: none !important;
      background: none !important;
      margin-top: 5px;
      margin-bottom: 0; }
      @media screen and (min-width: 641px) {
        .magazine-post-box .pop-post-meta .pop-post-title {
          font-size: 1.05em;
          margin-top: 5px;
          margin-bottom: 20px; } }
      @media screen and (min-width: 1120px) {
        .magazine-post-box .pop-post-meta .pop-post-title {
          font-size: 1.35em; } }
    .magazine-post-box .pop-post-meta p {
      display: none;
      line-height: 1.8em; }
      @media screen and (min-width: 641px) {
        .magazine-post-box .pop-post-meta p {
          font-size: 0.85em;
          display: block;
          margin-top: 0px;
          color: #888;
          margin: 0; } }
      @media screen and (min-width: 1120px) {
        .magazine-post-box .pop-post-meta p {
          font-size: 0.9em; } }

/* breadcrumb */
@media screen and (max-width: 640px) {
  #breadcrumb {
    background: #fff;
    padding: 7px 15px;
    margin-top: 0px;
    font-size: 0.75em;
    border-bottom: 1px solid #eee; } }
@media screen and (min-width: 641px) {
  #breadcrumb {
    display: block;
    width: 640px;
    padding: 0 20px;
    margin-top: 10px;
    margin-bottom: -10px; } }
@media screen and (min-width: 1120px) {
  #breadcrumb {
    width: 1120px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: -10px;
    padding: 0 5px; } }

#breadcrumb ul {
  padding: 0;
  margin: 0;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, MS PGothic, sans-serif; }

#breadcrumb ul li {
  display: inline-block; }

#breadcrumb ul li a,
#breadcrumb ul li {
  color: #888;
  transition: all .2s;
  -webkit-tap-highlight-color: transparent; }

#breadcrumb ul li a:hover,
#breadcrumb ul li a.hover {
  color: #0075c2;
  text-decoration: none;
  transition: all .2s;
  -webkit-tap-highlight-color: transparent; }

#breadcrumb ul li a span {
  letter-spacing: 0.02em;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, MS PGothic, sans-serif; }

#breadcrumb ul li .space {
  margin-left: 10px;
  margin-right: 15px;
  color: #888; }

#breadcrumb .space-i {
  margin-right: 3px; }

/* single */
.pt-post .pt-post-header {
  width: 100%; }
  @media screen and (max-width: 640px) {
    .pt-post .pt-post-header {
      background: #fff;
      padding: 0 15px;
      padding-top: 15px;
      padding-bottom: 1px;
      margin-top: -20px;
      margin-bottom: -5px; } }
  @media screen and (min-width: 641px) {
    .pt-post .pt-post-header {
      box-shadow: 0px 0px 1px #ccc;
      border-bottom: 1px solid #ddd;
      border-top: 2px solid #0075c2;
      background: #fff;
      padding: 0px 15px;
      padding: 0px 30px;
      padding-top: 25px;
      padding-bottom: 5px; } }
  .pt-post .pt-post-header h1 {
    /* common */
    font-size: 1.45em;
    border: none;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 5px;
    line-height: 1.3em; }
    @media screen and (min-width: 641px) {
      .pt-post .pt-post-header h1 {
        font-size: 2em;
        font-weight: 300;
        margin-bottom: 20px;
        margin-top: 10px; } }
  .pt-post .pt-post-header .pt-post-meta {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
    position: relative;
    text-align: right; }
    @media screen and (min-width: 641px) {
      .pt-post .pt-post-header .pt-post-meta {
        margin-top: 0px; } }
    .pt-post .pt-post-header .pt-post-meta .pt-post-date {
      font-size: 0.8em;
      color: #888;
      letter-spacing: 0.05em;
      margin-left: 15px; }
    .pt-post .pt-post-header .pt-post-meta .pt-post-cat {
      font-size: 0.8em;
      color: #888; }
      @media screen and (min-width: 641px) {
        .pt-post .pt-post-header .pt-post-meta .pt-post-cat {
          font-size: 0.85em; } }
    .pt-post .pt-post-header .pt-post-meta .pt-sep {
      margin-right: 3px; }

.pt-post-main-box {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-left: 0; }
  @media screen and (max-width: 640px) {
    .pt-post-main-box {
      margin-bottom: 20px; } }
  @media screen and (min-width: 641px) {
    .pt-post-main-box {
      background-color: rgba(255, 255, 255, 0.6);
      box-shadow: 0px 0px 1px #ccc;
      padding: 15px;
      margin-bottom: 20px;
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 10px;
      padding-bottom: 0;
      margin-top: 0; } }

.pt-post-main {
  /* common */
  margin: 0;
  /*動画の最大幅を指定する*/
  /*動画の大きさを調整*/
  /*Instagramの大きさを調整*/
  /*動画を囲んでいるdiv目一杯に広げる*/ }
  @media screen and (max-width: 640px) {
    .pt-post-main {
      padding: 0 15px;
      margin-top: 20px; } }
  @media screen and (min-width: 641px) {
    .pt-post-main {
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 30px;
      padding-bottom: 30px; } }
  .pt-post-main img {
    margin-bottom: 20px !important; }
  .pt-post-main p {
    padding-bottom: 2em;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    font-size: 1.0em; }
  .pt-post-main div.wp-caption {
    width: 100% !important;
    margin-bottom: 30px; }
    .pt-post-main div.wp-caption p.wp-caption-text {
      font-size: 0.75em;
      color: #888;
      margin-top: -15px;
      line-height: 1.5em;
      letter-spacing: 0em;
      padding-bottom: 0 !important; }
      .pt-post-main div.wp-caption p.wp-caption-text a {
        color: #888 !important;
        text-decoration: none !important; }
  .pt-post-main a {
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #0075c2;
    text-decoration: underline; }
  .pt-post-main a:hover {
    text-decoration: underline;
    opacity: 0.6; }
  .pt-post-main strong {
    font-weight: 500; }
  .pt-post-main h2,
  .pt-post-main h3,
  .pt-post-main h4,
  .pt-post-main h5 {
    margin-bottom: 0.7em;
    font-weight: 500; }
  .pt-post-main h2 {
    margin-top: 1em;
    margin-bottom: 1.2em;
    line-height: 1.3em;
    font-size: 1.4em; }
    @media screen and (min-width: 641px) {
      .pt-post-main h2 {
        font-size: 1.7em; } }
  .pt-post-main .list-title:after {
    display: none; }
  .pt-post-main h3 {
    margin-bottom: 0.9em;
    margin-top: 0.8em;
    line-height: 1.3em;
    font-size: 1.25em; }
    @media screen and (min-width: 641px) {
      .pt-post-main h3 {
        font-size: 1.3em; } }
  .pt-post-main h2 {
    border-bottom: 3px double;
    border-color: #0075c2;
    padding: 0.5em 0;
    padding-bottom: 0.2em; }
  .pt-post-main h3 {
    border-left: 2px solid;
    border-color: #0075c2;
    padding-bottom: 0.5em;
    padding-top: 0.6em;
    padding-left: 0.6em; }
  .pt-post-main h4 {
    border-bottom: 1px dashed #aaa;
    padding-bottom: 0.1em;
    padding-left: 0.2em;
    margin-top: 0.7em;
    margin-bottom: 0.9em;
    font-size: 1.15em; }
    @media screen and (min-width: 641px) {
      .pt-post-main h4 {
        font-size: 1.2em; } }
  .pt-post-main h5 {
    background: #dedede;
    padding: 0.25em;
    padding-left: 0.5em;
    margin-top: 0.5em;
    font-size: 1.15em; }
    @media screen and (min-width: 641px) {
      .pt-post-main h5 {
        font-size: 1.1em; } }
  .pt-post-main .gokubuto {
    font-weight: 900; }
  .pt-post-main img {
    max-width: 100%;
    height: auto; }
  .pt-post-main iframe {
    max-width: 100%; }
  .pt-post-main .video-container,
  .pt-post-main .instagram-container {
    max-width: 100%; }
  .pt-post-main .video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
  .pt-post-main .instagram {
    position: relative;
    padding-bottom: 120%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
  .pt-post-main .video iframe,
  .pt-post-main .video object,
  .pt-post-main .video embed,
  .pt-post-main .instagram iframe,
  .pt-post-main .instagram object,
  .pt-post-main .instagram embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .pt-post-main ul {
    padding-left: 35px;
    padding-top: 0;
    margin-top: 0em;
    margin-bottom: 1.5em; }
  .pt-post-main ul li {
    position: relative;
    margin-bottom: 0.4em; }
  .pt-post-main ul:not([class]) li:after,
  .pt-post-main table ul:not([class]) li:after {
    display: block;
    content: '';
    position: absolute;
    top: 0.6em;
    left: -1em;
    width: 6px;
    height: 6px;
    background-color: #888;
    border-radius: 100%; }
  .pt-post-main #toc_container ul:not([class]) li:after {
    display: none; }
  .pt-post-main blockquote {
    position: relative;
    margin: 0;
    margin-bottom: 1.4em;
    margin-top: 0em;
    padding: 2.4em 2.6em 0em 3em;
    font-size: .9em;
    background: #eee;
    border-radius: 4px; }
  .pt-post-main blockquote:after {
    position: absolute;
    bottom: 15px;
    right: 20px;
    content: '\f10d';
    font-family: FontAwesome;
    font-size: 2.5em;
    opacity: .1;
    transform: scale(-1, -1);
    -ms-filter: fliph();
    filter: fliph(); }
  .pt-post-main blockquote:before {
    position: absolute;
    top: 15px;
    left: 20px;
    content: '\f10d';
    font-family: FontAwesome;
    font-size: 2.5em;
    opacity: .1; }
  .pt-post-main .marker {
    background: -webkit-linear-gradient(transparent 60%, #ffdbdb 0%);
    background: linear-gradient(transparent 60%, #ffdbdb 0%); }
  .pt-post-main .simple-border,
  .pt-post-main .color-border,
  .pt-post-main .bg-border {
    display: block;
    margin-bottom: 1.6em;
    margin-top: 0em;
    padding: 30px;
    padding-bottom: 5px;
    font-size: 0.9em;
    line-height: 1.6em; }
    .pt-post-main .simple-border ol li,
    .pt-post-main .color-border ol li,
    .pt-post-main .bg-border ol li {
      position: relative;
      display: block;
      padding: 2px 0px 5px 25px;
      margin-bottom: 0.7em; }
    .pt-post-main .simple-border ol li:after,
    .pt-post-main .color-border ol li:after,
    .pt-post-main .bg-border ol li:after {
      counter-increment: li;
      content: counter(li);
      position: absolute;
      left: 0px;
      top: 0.25em;
      padding: 0 0 0 0px;
      background: #aaa;
      height: 20px;
      width: 20px;
      color: #fff;
      text-align: center;
      font-size: 0.65em;
      border-radius: 11px; }
    .pt-post-main .simple-border ul,
    .pt-post-main .color-border ul,
    .pt-post-main .bg-border ul {
      padding-left: 37px;
      padding-top: 0;
      margin-top: 0em;
      margin-bottom: 1.5em; }
    .pt-post-main .simple-border ul:not([class]) li:after,
    .pt-post-main .color-border ul:not([class]) li:after,
    .pt-post-main .bg-border ul:not([class]) li:after {
      display: block;
      content: '';
      position: absolute;
      top: 0.5em;
      left: -1em;
      width: 6px;
      height: 6px;
      border-radius: 100%; }
  .pt-post-main .simple-border {
    border: 2px solid #aaa;
    position: relative;
    border-radius: 2px; }
  .pt-post-main .simple-border::after {
    content: "";
    border-style: solid;
    border-color: #aaa rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #aaa;
    border-width: 0 0 20px 20px;
    position: absolute;
    top: 0;
    left: 0; }
  .pt-post-main .color-border {
    border: 1px solid #e95464;
    position: relative;
    border-radius: 2px; }
  .pt-post-main .color-border::after {
    content: "";
    border-style: solid;
    border-color: #e95464 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #d9333f;
    border-width: 0 0 20px 20px;
    position: absolute;
    top: 0;
    left: 0; }
  .pt-post-main .bg-border {
    border: 1px solid #ddd;
    background: rgba(255, 251, 151, 0.25);
    border-radius: 2px; }
  .pt-post-main table {
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse; }
    @media screen and (max-width: 640px) {
      .pt-post-main table {
        width: 100% !important;
        border: 1px solid #ddd;
        font-size: 1em !important;
        position: relative;
        display: block; }
        .pt-post-main table tbody, .pt-post-main table thead {
          display: block;
          width: auto;
          position: relative; } }
  .pt-post-main table tr td,
  .pt-post-main table tr th {
    padding: 8px;
    vertical-align: middle;
    border: 1px solid #ccc; }
    @media screen and (max-width: 640px) {
      .pt-post-main table tr td,
      .pt-post-main table tr th {
        border: 1px solid #ddd; } }
  .pt-post-main table tr th {
    font-weight: 400; }
  .pt-post-main .mailmag-form table {
    width: 100%;
    background: rgba(255, 181, 192, 0.15);
    position: relative;
    padding: 20px;
    color: #555; }
    .pt-post-main .mailmag-form table th {
      font-size: 0.9em; }
    .pt-post-main .mailmag-form table tr:first-child th {
      padding-bottom: 20px;
      font-weight: 400;
      font-size: 1em; }
    .pt-post-main .mailmag-form table td {
      border: none; }
    .pt-post-main .mailmag-form table input {
      width: 100%;
      padding: 5px;
      font-size: 1em;
      border-top: none;
      border-right: 1px solid #eee;
      border-bottom: 1px solid #fff;
      border-left: 1px solid #ddd;
      border-radius: 4px;
      box-shadow: inset 0px 1px 1px #aaa; }
    .pt-post-main .mailmag-form table input[type="submit"] {
      border-radius: 2px;
      box-shadow: 0px 0px 0px #aaa;
      -webkit-transition: all .4s;
      transition: all .4s;
      border: 1px solid #888;
      background: #888;
      color: #fff;
      font-size: 0.9em;
      padding-top: 7px;
      width: 40%;
      margin: 0 auto;
      margin-top: 20px;
      cursor: pointer; }
    .pt-post-main .mailmag-form table input[type="submit"]:hover {
      border: 1px solid #555;
      background: #555; }
  @media screen and (min-width: 641px) {
    .pt-post-main .alignright {
      margin: 20px 0px 20px auto;
      text-align: right; } }
  @media screen and (min-width: 641px) {
    .pt-post-main .alignleft {
      margin: 20px auto 20px 0; } }
  @media screen and (min-width: 641px) {
    .pt-post-main img.aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 640px) {
    .pt-post-main img.aligncenter {
      margin-bottom: 20px;
      display: block; } }
  @media screen and (min-width: 641px) {
    .pt-post-main img.alignright {
      padding: 4px;
      margin: 0 0 2px 20px;
      display: inline;
      float: right; } }
  @media screen and (max-width: 640px) {
    .pt-post-main img.alignright {
      margin-bottom: 20px;
      display: block; } }
  @media screen and (min-width: 641px) {
    .pt-post-main img.alignleft {
      padding: 4px;
      margin: 0 20px 2px 0;
      display: inline;
      float: left; } }
  @media screen and (max-width: 640px) {
    .pt-post-main img.alignleft {
      margin-bottom: 20px;
      display: block; } }

.hl-style01 h2 {
  border-bottom: 3px double;
  border-color: #0075c2;
  padding: 0.5em 0;
  padding-bottom: 0.2em; }
.hl-style01 h3 {
  border-left: 2px solid;
  border-color: #0075c2;
  padding-bottom: 0.5em;
  padding-top: 0.6em;
  padding-left: 0.6em; }

.hl-style02 h2 {
  padding: 0.6em;
  padding-top: 0.8em;
  border: 2px solid;
  border-color: #0075c2;
  font-size: 1.4em; }
  @media screen and (max-width: 640px) {
    .hl-style02 h2 {
      font-size: 1.2em; } }
.hl-style02 h3 {
  position: relative;
  padding: 0.5em 0 0.3em 0.75em;
  border-left: 4px solid;
  border-color: #0075c2;
  border-bottom: 1px solid #ccc !important; }

.hl-style03 h2 {
  position: relative;
  padding: 0.5em 0.5em 0.3em 1.3em;
  border-bottom: 3px solid;
  border-color: #0075c2;
  font-size: 1.5em; }
  @media screen and (max-width: 640px) {
    .hl-style03 h2 {
      font-size: 1.2em;
      margin-top: 30px; } }
.hl-style03 h2:before {
  content: "";
  position: absolute;
  background: #fff;
  border: 1px solid;
  border-color: #0075c2;
  top: 0em;
  left: 0.4em;
  height: 12px;
  width: 12px;
  transform: rotate(45deg); }
  @media screen and (max-width: 640px) {
    .hl-style03 h2:before {
      top: 0;
      left: 0.4em; } }
.hl-style03 h2:after {
  content: "";
  position: absolute;
  background-color: #0075c2;
  top: 0.8em;
  left: 0.1em;
  height: 8px;
  width: 8px;
  transform: rotate(15deg); }
  @media screen and (max-width: 640px) {
    .hl-style03 h2:after {
      top: 1em;
      left: 0; } }
.hl-style03 h3 {
  padding: 0.8em 0.75em 0.5em 0.75em;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ccc !important; }

.hl-style04 h2 {
  position: relative;
  padding: 0.8em;
  background-color: #0075c2;
  color: #fff;
  font-size: 1.4em;
  border-bottom: none;
  border-radius: 6px; }
  @media screen and (max-width: 640px) {
    .hl-style04 h2 {
      font-size: 1.2em; } }
.hl-style04 h2:after {
  position: absolute;
  bottom: -15px;
  left: 10%;
  z-index: 90;
  margin-left: -15px;
  border-top: 15px solid;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 0;
  border-top-color: #0075c2;
  content: ""; }
.hl-style04 h3 {
  padding: 0.8em 0.75em 0.5em 0.75em;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ccc !important; }

.hl-style05 h2 {
  position: relative;
  margin-top: 40px;
  padding: 0.6em;
  padding-top: 0.8em;
  color: #fff;
  border-bottom: none;
  background-color: #0075c2;
  transform: rotate(-1deg) skew(-1deg);
  box-shadow: 0 1px 2px 0 transparent, 1.35em 0 0 0 #0075c2, -1.35em 0 0 0 #0075c2;
  font-size: 1.4em; }
  @media screen and (max-width: 640px) {
    .hl-style05 h2 {
      font-size: 1.2em;
      padding-left: 0.2em;
      padding-right: 0.2em; } }
.hl-style05 h3 {
  position: relative;
  padding: 0.5em 0 0.3em 0.75em;
  border-left: 4px solid;
  border-color: #0075c2;
  border-bottom: 1px solid #ccc !important; }

@media screen and (min-width: 641px) {
  .pt-post-main.xs-size {
    font-size: 0.85em; }

  .pt-post-main.s-size {
    font-size: 0.95em; }

  .pt-post-main.l-size {
    font-size: 1.05em; }

  .pt-post-main.xl-size {
    font-size: 1.1em; } }
@media screen and (max-width: 640px) {
  .pt-post-main.xs-size-sp {
    font-size: 0.85em; }

  .pt-post-main.s-size-sp {
    font-size: 0.95em; }

  .pt-post-main.l-size-sp {
    font-size: 1.05em; }

  .pt-post-main.xl-size-sp {
    font-size: 1.1em; } }
.pt-post-main ol {
  counter-reset: li;
  padding-left: 12px;
  margin-top: 0em;
  margin-bottom: 1.8em; }

.pt-post-main ol > li,
.pt-post-main table ol:not([class]) li {
  position: relative;
  display: block;
  padding: 0em 0px 0em 25px;
  margin-bottom: 0.7em; }

.pt-post-main ol > li:after,
.pt-post-main table ol:not([class]) li:after {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0px;
  top: 0.3em;
  padding: 3px 0 0 0px;
  background: #aaa;
  height: 20px;
  width: 20px;
  color: #fff;
  text-align: center;
  font-size: 0.65em;
  border-radius: 11px; }

.white-button,
.color-button01,
.color-button02,
.white-button-big,
.color-button01-big,
.color-button02-big {
  margin-left: 5px;
  margin-right: 5px; }
  @media screen and (max-width: 640px) {
    .white-button,
    .color-button01,
    .color-button02,
    .white-button-big,
    .color-button01-big,
    .color-button02-big {
      margin-bottom: 10px; } }

@media screen and (max-width: 640px) {
  .spfull {
    width: 100%;
    margin-left: 0;
    margin-right: 0; } }

.white-button a,
.color-button01 a,
.color-button02 a {
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 4px;
  text-align: center;
  padding: 10px 40px;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  -webkit-transform: perspective(0); }
  @media screen and (max-width: 640px) {
    .white-button a,
    .color-button01 a,
    .color-button02 a {
      padding-bottom: 8px; } }

@media screen and (max-width: 640px) {
  .spfull.white-button a,
  .spfull.color-button01 a,
  .spfull.color-button02 a {
    width: 100%; } }

.white-button-big a,
.color-button01-big a,
.color-button02-big a {
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 4px;
  text-align: center;
  font-size: 1.2em;
  padding: 20px 30px;
  max-width: 100% !important;
  font-weight: 400;
  vertical-align: bottom;
  display: block;
  text-decoration: none;
  -webkit-transform: perspective(0); }
  @media screen and (max-width: 640px) {
    .white-button-big a,
    .color-button01-big a,
    .color-button02-big a {
      display: block; } }

.white-button img,
.color-button01 img,
.color-button02 img,
.white-button-big img,
.color-button01-big img,
.color-button02-big img {
  display: none; }

.white-button a:hover,
.color-button01 a:hover,
.color-button02 a:hover,
.white-button-big a:hover,
.color-button01-big a:hover,
.color-button02-big a:hover {
  text-decoration: none !important;
  opacity: 1; }

.white-button a,
.white-button-big a {
  border: 3px solid;
  border-color: #888;
  background-color: #fff;
  color: #666 !important; }

.white-button a:hover,
.white-button-big a:hover {
  background-color: #888;
  color: #fff !important; }

.color-button01,
.color-button02,
.color-button01-big,
.color-button02-big {
  position: relative;
  z-index: 1;
  display: inline-block; }

.color-button01-big,
.color-button02-big {
  display: block; }

.color-button01 a,
.color-button01-big a {
  background-color: #0075c2;
  color: #fff !important; }

.color-button02 a,
.color-button02-big a {
  background-color: #d9333f;
  color: #fff !important; }

.color-button01 a:hover,
.color-button02 a:hover,
.color-button01-big a:hover,
.color-button02-big a:hover {
  transform: translateY(4px);
  -webkit-filter: brightness(0.9);
  -moz-filter: brightness(0.9);
  -o-filter: brightness(0.9);
  -ms-filter: brightness(0.9);
  filter: brightness(0.9); }

.color-button01:before,
.color-button02:before,
.color-button01-big:before,
.color-button02-big:before {
  position: absolute;
  bottom: -4px;
  z-index: -1;
  left: 0;
  content: '';
  width: 100%;
  height: 24px;
  border-radius: 4px;
  -webkit-filter: brightness(0.7);
  -moz-filter: brightness(0.7);
  -o-filter: brightness(0.7);
  -ms-filter: brightness(0.7);
  filter: brightness(0.7); }

.color-button01:before,
.color-button01-big:before {
  background-color: #0075c2; }

.color-button02:before,
.color-button02-big:before {
  background-color: #d9333f; }

.pt-post-thumb {
  display: block;
  padding: 0px; }
  .pt-post-thumb img {
    width: 100%;
    display: block; }

.tag-box {
  text-align: right;
  border-top: 1px solid #ccc;
  padding-top: 10px; }
  .tag-box span {
    display: inline-block;
    margin-right: 20px;
    font-size: 0.8em; }
    .tag-box span i {
      margin-right: 3px; }
  .tag-box span:last-child {
    margin-right: 0; }

/* comment */
@media screen and (max-width: 640px) {
  #comment-box {
    padding: 0 15px; } }

#comment-area,
#respond {
  display: block;
  background: #ddd;
  color: #fff !important;
  margin-bottom: 20px; }
  #comment-area::after,
  #respond::after {
    clear: both;
    content: "";
    display: table; }

#comment-area {
  padding: 15px;
  padding-bottom: 0; }
  @media screen and (min-width: 641px) {
    #comment-area {
      padding: 30px;
      padding-bottom: 0; } }

#respond {
  padding: 15px; }
  @media screen and (min-width: 641px) {
    #respond {
      padding: 30px; } }

.comment-list {
  color: #4c6473;
  margin-bottom: 30px;
  padding-bottom: 30px; }
  .comment-list p {
    font-size: 0.9em; }

.commentmetadata,
.comment-awaiting-moderation {
  font-size: 0.7em; }

.reply {
  margin-top: 15px;
  text-align: right; }

.reply a {
  border-radius: 2px;
  text-shadow: 0px 0px 2px #000;
  background: #888;
  color: #fff;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all .2s;
  padding: 5px 30px;
  font-size: 0.8em;
  color: #fff !important; }

.reply a:hover {
  background: #333; }

#reply-title {
  font-size: 1.2em;
  color: #fff;
  padding-bottom: 5px;
  border-bottom: 1px dashed #eee; }
  @media screen and (min-width: 641px) {
    #reply-title {
      font-size: 1.5em; } }
  #reply-title > a {
    color: #fff; }

#comment-title {
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #eee; }
  @media screen and (min-width: 641px) {
    #comment-title {
      font-size: 1.5em; } }

.logged-in-as {
  color: #4c6473; }

#cancel-comment-reply-link {
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, MS PGothic, sans-serif;
  font-size: 0.7em;
  text-decoration: underline; }

.comment-form-comment #comment,
.comment-form-author > input,
.comment-form-email > input {
  width: 100%;
  border-radius: 4px;
  box-shadow: inset 0px 0px 3px #393f4c;
  border: none;
  max-width: 100%;
  padding: 7px;
  font-size: 16px; }
  @media screen and (min-width: 641px) {
    .comment-form-comment #comment,
    .comment-form-author > input,
    .comment-form-email > input {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      max-width: 48%;
      font-size: 0.9em; }
      .comment-form-comment #comment:last-child,
      .comment-form-author > input:last-child,
      .comment-form-email > input:last-child {
        margin-right: 0; } }

.form-submit > input {
  width: 100%;
  border-radius: 2px;
  text-shadow: 0px 0px 2px #000;
  background: #888;
  color: #fff;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all .2s;
  padding: 10px; }
  @media screen and (min-width: 641px) {
    .form-submit > input {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-left: 34.11922%; }
      .form-submit > input:last-child {
        margin-right: 0; } }

.form-submit > input:hover {
  background: #333; }

.comment-form-author > input,
.comment-form-email > input,
#respond label {
  margin: 0; }
  @media screen and (min-width: 641px) {
    .comment-form-author > input,
    .comment-form-email > input,
    #respond label {
      margin-left: 4%; } }

.form-submit > input {
  margin-top: 15px;
  font-size: 1em; }
  @media screen and (min-width: 641px) {
    .form-submit > input {
      margin-top: 20px; } }

.comment-form-author > input,
.comment-form-email > input {
  margin-bottom: 0px; }
  @media screen and (min-width: 641px) {
    .comment-form-author > input,
    .comment-form-email > input {
      margin-bottom: 12px; } }

#comment-box label {
  font-size: 0.9em; }

@media screen and (min-width: 641px) {
  .comment-form-comment #comment {
    height: 130px; } }

.comment-notes {
  display: none; }

/* archive */
.archive-box {
  margin-bottom: 20px; }

.archive-title-sub {
  color: #aaa;
  font-size: 0.7em; }
  @media screen and (min-width: 641px) {
    .archive-title-sub {
      font-size: 0.8em; } }

/* prevnext */
#prev-next {
  display: block;
  padding: 0;
  margin-bottom: 20px; }
  #prev-next::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 640px) {
    #prev-next {
      padding: 0 15px; } }

#prev-next #prev,
#prev-next #next {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 1px #ccc;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .4s;
  transition: all .4s; }
  #prev-next #prev:last-child,
  #prev-next #next:last-child {
    margin-right: 0; }
  @media screen and (min-width: 641px) {
    #prev-next #prev,
    #prev-next #next {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      min-height: 115px; }
      #prev-next #prev:last-child,
      #prev-next #next:last-child {
        margin-right: 0; } }

#prev-next #prev {
  -webkit-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-left: 32px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px; }

#prev-next #next {
  -webkit-border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding-right: 32px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px; }

#prev-next #prev a,
#prev-next #next a {
  background: rgba(255, 255, 255, 0);
  display: block;
  overflow: hidden;
  min-height: 79px; }

#prev-next #prev a:hover > img,
#prev-next #next a:hover > img {
  opacity: 0.8; }

#prev-next #prev-title,
#prev-next #next-title {
  position: absolute;
  top: 0px;
  height: 100%;
  background: #ccc;
  padding: 0 10px;
  color: #fff; }

#prev-next #prev-title {
  -webkit-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  left: 0px; }

#prev-next #next-title {
  -webkit-border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  right: 0px; }

#prev-next #prev-title span {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -15px; }

#prev-next #next-title span {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -15px; }

#prev-next #prev img {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 30.11389%;
  border: 1px solid #eee;
  -webkit-transition: all .4s;
  transition: all .4s; }
  #prev-next #prev img:last-child {
    margin-right: 0; }

#prev-next #next img {
  float: right;
  display: block;
  margin-left: 4.82916%;
  width: 30.11389%;
  border: 1px solid #eee;
  -webkit-transition: all .4s;
  transition: all .4s; }
  #prev-next #next img:last-child {
    margin-left: 0; }

#prev-next #prev p,
#prev-next #next p {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 65.05695%;
  font-size: 0.9em;
  line-height: 1.3em;
  padding: 0;
  margin: 0;
  font-weight: 400;
  margin-top: 5px; }
  #prev-next #prev p:last-child,
  #prev-next #next p:last-child {
    margin-right: 0; }

.prevnext-home {
  display: none; }
  @media screen and (min-width: 641px) {
    .prevnext-home {
      display: block; } }

.prevnext-date {
  font-size: 0.8em;
  color: #888;
  letter-spacing: 0.05em;
  margin-left: 0px; }

/* related entry */
.related-entry-section {
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 1px #ccc;
  padding: 15px;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 20px; }
  .related-entry-section::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 640px) {
    .related-entry-section {
      padding-left: 15px;
      padding-right: 15px; } }

.related-entry-headline {
  margin-bottom: 5px;
  font-weight: normal !important;
  font-size: 1.3em;
  letter-spacing: 0; }

.related-entry {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #ccc; }
  @media screen and (max-width: 640px) {
    .related-entry {
      display: block;
      padding: 10px 0; }
      .related-entry::after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (min-width: 641px) {
    .related-entry {
      width: 50%;
      float: left;
      height: 130px; } }

a .related-entry {
  display: block;
  -webkit-transition: all .2s;
  transition: all .2s; }

@media screen and (min-width: 641px) {
  a:first-child .related-entry,
  a:nth-child(2) .related-entry {
    border-top: 1px solid #ccc; } }

@media screen and (min-width: 641px) {
  a:nth-child(2n-1) .related-entry {
    padding-right: 20px;
    border-right: 1px solid #ccc; } }

@media screen and (min-width: 641px) {
  a:nth-child(2n) .related-entry {
    padding-left: 15px; } }

a:hover > .related-entry {
  background: rgba(190, 190, 190, 0.13); }

@media screen and (max-width: 640px) {
  a:last-child .related-entry {
    border-bottom: none; } }

.related-entry-thumb {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 30.11389%; }
  .related-entry-thumb:last-child {
    margin-right: 0; }

.related-entry-thumb img {
  display: block;
  width: 100%; }

.related-entry-content {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 65.05695%; }
  .related-entry-content:last-child {
    margin-right: 0; }

.related-entry-title {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.4em; }

.related-entry-date {
  display: block;
  padding-top: -5px;
  margin-bottom: 5px;
  font-size: 0.8em;
  color: #888; }

.related-entry-read {
  margin: 0;
  font-size: 12px; }

/* footer */
footer {
  background: #393f4c;
  padding: 10px 10px; }
  @media screen and (max-width: 640px) {
    footer {
      padding-top: 15px; } }
  footer #footer-box {
    width: 100%;
    font-size: 0.65em;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 640px) {
      footer #footer-box {
        text-align: center; } }
    @media screen and (min-width: 641px) {
      footer #footer-box {
        width: 100%;
        margin: 0 auto;
        font-size: 0.7em; } }
    @media screen and (min-width: 1120px) {
      footer #footer-box {
        width: 1120px; } }
    footer #footer-box #privacy a,
    footer #footer-box #law a {
      color: #eee;
      padding: 0 15px;
      border-right: 1px solid #ddd; }
      @media screen and (max-width: 640px) {
        footer #footer-box #privacy a,
        footer #footer-box #law a {
          margin: 0 auto; } }
      @media screen and (min-width: 641px) {
        footer #footer-box #privacy a,
        footer #footer-box #law a {
          float: left; } }
    footer #footer-box #privacy a:hover,
    footer #footer-box #law a:hover {
      color: #0075c2; }
    footer #footer-box #privacy a {
      border-left: 1px solid #ddd; }
    footer #footer-box #copyright {
      color: #eee; }
      @media screen and (max-width: 640px) {
        footer #footer-box #copyright {
          display: block;
          clear: both;
          margin-top: 10px; } }
      @media screen and (min-width: 641px) {
        footer #footer-box #copyright {
          float: right; } }
    footer #footer-box #copyright-center {
      color: #eee; }
      @media screen and (max-width: 640px) {
        footer #footer-box #copyright-center {
          display: block;
          clear: both; } }
      @media screen and (min-width: 641px) {
        footer #footer-box #copyright-center {
          display: block;
          margin: 0 auto;
          text-align: center; } }

/* adsense */
.sponsor,
.sponsor-h2,
.sponsor-h2-center,
.sponsor-center,
.sponsor-top {
  color: #888;
  font-size: 0.75em;
  margin-top: 30px;
  margin-bottom: 5px; }
  @media screen and (max-width: 640px) {
    .sponsor,
    .sponsor-h2,
    .sponsor-h2-center,
    .sponsor-center,
    .sponsor-top {
      margin-top: 20px;
      text-align: center; } }

.sponsor-center,
.sponsor-h2-center,
.sponsor-top {
  text-align: center; }

.sponsor-h2-center {
  margin-top: 10px; }

.sponsor-top {
  margin-top: 0; }

.ad-top-sp {
  margin-bottom: 20px; }

@media screen and (max-width: 640px) {
  #ad-single {
    text-align: center; } }
@media screen and (min-width: 641px) {
  #ad-single {
    margin-bottom: 30px; } }
  @media screen and (min-width: 641px) and (min-width: 1120px) {
    #ad-single #left-rectangle {
      float: left;
      margin-left: 0; } }
  @media screen and (min-width: 641px) and (min-width: 1120px) {
    #ad-single #right-rectangle {
      float: right;
      margin-right: 0; } }
@media screen and (min-width: 641px) {
    #ad-single #center-rectangle {
      text-align: center; } }

.ad-single-h2 {
  text-align: center;
  margin-bottom: 40px; }

@media screen and (max-width: 640px) {
  .overlay-ad {
    position: fixed;
    display: none;
    bottom: 0;
    left: 5px;
    text-align: center;
    z-index: 1000; } }
@media screen and (min-width: 641px) {
  .overlay-ad {
    display: none !important; } }

/* contactform7 */
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 7px 10px;
  font-size: 1em;
  margin-bottom: -10px !important; }

.wpcf7-form p {
  margin-bottom: 0px !important;
  margin-top: -10px !important; }

.wpcf7-form input[type="submit"] {
  border-radius: 2px;
  -webkit-transition: all .4s;
  transition: all .4s;
  border: 1px solid #aaa;
  padding: 7px 50px;
  font-size: 1em;
  display: block;
  margin: 0 auto;
  background: #aaa;
  cursor: pointer;
  color: #fff;
  margin-top: 0px; }

.wpcf7-form input[type="submit"]:hover {
  background: #888;
  border: 1px solid #888; }

/* ranking */
table.ranking01,
table.ranking02,
table.cps-table01,
table.cps-table02,
table.cps-table03 {
  width: 100%;
  background: #fff; }
  @media screen and (max-width: 640px) {
    table.ranking01,
    table.ranking02,
    table.cps-table01,
    table.cps-table02,
    table.cps-table03 {
      width: 100% !important;
      display: block; }
      table.ranking01 tbody, table.ranking01 thead,
      table.ranking02 tbody,
      table.ranking02 thead,
      table.cps-table01 tbody,
      table.cps-table01 thead,
      table.cps-table02 tbody,
      table.cps-table02 thead,
      table.cps-table03 tbody,
      table.cps-table03 thead {
        white-space: normal; } }
  table.ranking01 th,
  table.ranking02 th,
  table.cps-table01 th,
  table.cps-table02 th,
  table.cps-table03 th {
    background: #eaf4fc; }
  table.ranking01 th.ranking-title,
  table.ranking02 th.ranking-title,
  table.cps-table01 th.ranking-title,
  table.cps-table02 th.ranking-title,
  table.cps-table03 th.ranking-title {
    padding: 12px;
    font-size: 1.1em;
    text-align: left; }
    @media screen and (max-width: 640px) {
      table.ranking01 th.ranking-title,
      table.ranking02 th.ranking-title,
      table.cps-table01 th.ranking-title,
      table.cps-table02 th.ranking-title,
      table.cps-table03 th.ranking-title {
        font-size: 1em; } }
  table.ranking01 td,
  table.ranking02 td,
  table.cps-table01 td,
  table.cps-table02 td,
  table.cps-table03 td {
    text-align: center; }
  table.ranking01 td.rankinginfo,
  table.ranking02 td.rankinginfo,
  table.cps-table01 td.rankinginfo,
  table.cps-table02 td.rankinginfo,
  table.cps-table03 td.rankinginfo {
    vertical-align: top;
    text-align: left;
    padding: 20px; }
    @media screen and (max-width: 640px) {
      table.ranking01 td.rankinginfo,
      table.ranking02 td.rankinginfo,
      table.cps-table01 td.rankinginfo,
      table.cps-table02 td.rankinginfo,
      table.cps-table03 td.rankinginfo {
        font-size: 0.9em;
        line-height: 1.5em; } }
  table.ranking01 td img,
  table.ranking02 td img,
  table.cps-table01 td img,
  table.cps-table02 td img,
  table.cps-table03 td img {
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0 !important;
    padding-top: 0;
    padding-bottom: 0; }
    @media screen and (max-width: 640px) {
      table.ranking01 td img,
      table.ranking02 td img,
      table.cps-table01 td img,
      table.cps-table02 td img,
      table.cps-table03 td img {
        width: 100%;
        height: auto; } }
  table.ranking01 img.ranking-number,
  table.ranking02 img.ranking-number,
  table.cps-table01 img.ranking-number,
  table.cps-table02 img.ranking-number,
  table.cps-table03 img.ranking-number {
    position: absolute;
    top: 5px;
    left: 10px; }

table.ranking01 th {
  max-width: 35%;
  min-width: 100px;
  padding: 5px; }
  @media screen and (max-width: 640px) {
    table.ranking01 th {
      min-width: 80px; } }
table.ranking01 td.rankinginfo {
  max-width: 70%; }

table.ranking02 td {
  max-width: 35%;
  vertical-align: top !important; }
  @media screen and (min-width: 641px) {
    table.ranking02 td {
      width: 20%; } }
table.ranking02 td.rankinginfo {
  width: 65%; }
  @media screen and (min-width: 641px) {
    table.ranking02 td.rankinginfo {
      width: 80%; } }
table.ranking02 th.ranking-title {
  position: relative;
  padding-left: 70px;
  padding-top: 15px; }

table td img.star {
  width: 25% !important; }
  @media screen and (max-width: 640px) {
    table td img.star {
      width: 40% !important; } }

img.star {
  width: 15%;
  margin-bottom: -3px !important;
  margin-left: 3px;
  margin-right: 3px; }

img.ranking-number-large {
  margin-bottom: -3px !important;
  height: 63px;
  width: 80px; }

img.ranking-number {
  height: 43px;
  width: 55px; }

img.ranking-number-luxe {
  position: absolute;
  top: 8px;
  left: 10px;
  height: 60px;
  width: 45px; }

img.ranking-number-girly {
  position: absolute;
  top: 8px;
  left: 10px;
  height: 54px;
  width: 45px; }

@media screen and (max-width: 640px) {
  table.cps-table03 {
    display: block; }
    table.cps-table03 tbody, table.cps-table03 thead {
      display: block;
      width: auto;
      position: relative;
      overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch; } }

table.cps-table01 th.ranking-title {
  text-align: center; }
@media screen and (max-width: 640px) {
  table.cps-table01 td {
    font-size: 0.9em; } }

table.cps-table02 td:first-child {
  width: 35%; }
@media screen and (max-width: 640px) {
  table.cps-table02 td {
    font-size: 0.9em; } }

table.cps-table03 th {
  max-width: 35%;
  min-width: 100px; }
  @media screen and (max-width: 640px) {
    table.cps-table03 th {
      min-width: 80px; } }
table.cps-table03 td.rankinginfo {
  vertical-align: middle;
  font-size: 0.9em;
  max-width: 65%; }

@media screen and (max-width: 640px) {
  table.cps-table01 {
    table-layout: fixed; }
    table.cps-table01 tbody, table.cps-table01 thead {
      display: block;
      width: 100%;
      position: relative; }
    table.cps-table01 th, table.cps-table01 td {
      width: 200px !important;
      word-break: break-all;
      word-wrap: break-word; }
    table.cps-table01 img {
      max-width: 150px;
      height: auto; } }

/* sns */
.share {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 50px; }

.share-top {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0px; }

.sns-top {
  margin: 0 auto; }

.sns {
  margin: 0; }

.sns-top {
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px; }
  @media screen and (max-width: 640px) {
    .sns-top {
      margin-bottom: 20px;
      margin-top: 10px; } }

.sns ol,
.sns-top ol {
  list-style: none;
  padding: 0 !important;
  position: static; }
  .sns ol li:after,
  .sns-top ol li:after {
    display: none; }

.font-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold; }

.sns ol > li {
  float: left;
  position: static;
  margin-right: 1.7%;
  padding: 0;
  width: 32.2%;
  margin-bottom: 10px; }
  @media screen and (max-width: 640px) {
    .sns ol > li {
      margin-bottom: 8px;
      margin-right: 2%;
      width: 49%; } }

.sns li:nth-child(3n) {
  margin-right: 0; }
  @media screen and (max-width: 640px) {
    .sns li:nth-child(3n) {
      margin-right: 2%; } }

@media screen and (max-width: 640px) {
  .sns li:nth-child(2n) {
    margin-right: 0; } }

.sns li a {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 0.75em;
  position: relative;
  display: block;
  padding: 10px 6px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s;
  transition: all .4s; }
  @media screen and (min-width: 641px) {
    .sns li a {
      font-size: 0.8em;
      padding: 9px 6px; } }

.sns li a:hover,
.sns-top li a:hover {
  opacity: 1;
  box-shadow: none;
  text-decoration: none; }

.sns-top li {
  float: left;
  margin-right: 0.8%;
  width: 16%;
  margin-bottom: 10px; }
  @media screen and (max-width: 640px) {
    .sns-top li {
      margin-bottom: 8px;
      margin-right: 1%;
      width: 19.2%; } }

@media screen and (max-width: 640px) {
  .sns-top li:nth-child(5n) {
    margin-right: 0; } }

@media screen and (min-width: 641px) {
  .sns-top li:nth-child(6n) {
    margin-right: 0; } }

.sns-top li a {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 0.7em;
  position: relative;
  display: block;
  padding: 5px 6px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s;
  transition: all .4s; }
  @media screen and (min-width: 641px) {
    .sns-top li a {
      font-size: 0.8em; } }

/* twitter */
.sns .twitter a,
.sns-top .twitter a {
  border: 1px solid #00acee;
  color: #00acee; }

.sns .twitter a:hover,
.sns-top .twitter a:hover {
  background: #0092ca;
  color: #fff; }

/* Facebook */
.sns .facebook a,
.sns-top .facebook a {
  border: 1px solid #3b5998;
  color: #3b5998; }

.sns .facebook a:hover,
.sns-top .facebook a:hover {
  background: #3b5998;
  color: #fff; }

/* google */
.sns .googleplus a,
.sns-top .googleplus a {
  border: 1px solid #db4a39;
  color: #db4a39; }

.sns .googleplus a:hover,
.sns-top .googleplus a:hover {
  background: #db4a39;
  color: #fff; }

/* hatebu */
.sns .hatebu a,
.sns-top .hatebu a {
  border: 1px solid #5d8ac1;
  color: #5d8ac1; }

.sns .hatebu a:hover,
.sns-top .hatebu a:hover {
  background: #5d8ac1;
  color: #fff; }

/* Pocket */
.sns .pocket a,
.sns-top .pocket a {
  border: 1px solid #f03e51;
  color: #f03e51; }

.sns .pocket a:hover,
.sns-top .pocket a:hover {
  background: #f03e51;
  color: #fff; }

/* Feedly */
.sns .feedly a,
.sns-top .feedly a {
  border: 1px solid #87c040;
  color: #87c040; }

.sns .feedly a:hover,
.sns-top .feedly a:hover {
  background: #87c040;
  color: #fff; }

/* ブログカード */
.blog-card {
  padding: 12px;
  margin: 10px 0px;
  border: 2px solid #ddd;
  word-wrap: break-word;
  width: 100%;
  background: #fff; }
  @media screen and (min-width: 641px) {
    .blog-card {
      width: 94%;
      margin: 10px auto;
      margin-bottom: 30px;
      padding: 20px; } }

.blog-card-thumbnail {
  float: left; }
  .blog-card-thumbnail img {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    vertical-align: baseline; }

.blog-card-content {
  margin-left: 112px; }
  @media screen and (min-width: 641px) {
    .blog-card-content {
      margin-left: 120px; } }

.blog-card-title {
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.3em;
  font-size: 0.95em; }
  @media screen and (min-width: 641px) {
    .blog-card-title {
      margin-bottom: 15px;
      font-size: 1.1em; } }

.blog-card-title a {
  text-decoration: none;
  color: #111; }

.blog-card-excerpt {
  color: #333;
  display: none; }
  @media screen and (min-width: 641px) {
    .blog-card-excerpt {
      font-size: 0.9em;
      display: block; } }

.blog-card-footer {
  font-size: 70%;
  color: #777;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: right; }
  .blog-card-footer span {
    margin-left: 10px;
    margin-bottom: 0; }
  .blog-card-footer .blog-card-logo {
    margin-right: 5px;
    float: right; }
    .blog-card-footer .blog-card-logo img {
      padding: 0 !important;
      margin: 0 !important; }
  .blog-card-footer .blog-card-sitetitle {
    float: right; }

.information-content {
  color: #fff;
  display: block;
  padding: 20px;
  font-size: 1em;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #3e92bc;
  border-radius: 2px; }
  @media screen and (min-width: 641px) {
    .information-content {
      font-size: 0.95em;
      padding: 30px;
      padding-bottom: 20px; } }
  .information-content ul {
    list-style-type: disc; }
  .information-content ul > li:after {
    display: none !important; }
  .information-content ol {
    position: relative;
    list-style-type: decimal !important;
    padding-left: 32px; }
  .information-content ol li {
    display: list-item;
    margin-left: 0;
    padding-left: 3px;
    margin-bottom: 7px; }
  .information-content ol li:after {
    display: none; }
  .information-content img.alignright {
    padding: 15px;
    margin: 0 0 2px 30px; }
  .information-content img.alignleft {
    padding: 15px;
    margin: 0 30px 2px 0; }
  .information-content table {
    color: #4c6473 !important; }
  @media screen and (max-width: 640px) {
    .information-content table.ranking01,
    .information-content table.ranking02,
    .information-content table.cps-table01,
    .information-content table.cps-table02,
    .information-content table.cps-table03 {
      font-size: 1.15em; } }
  @media screen and (max-width: 640px) {
    .information-content img.star {
      width: 70% !important; } }

.info-title {
  font-weight: 400;
  text-align: center;
  display: block;
  font-size: 1.4em;
  margin-bottom: 20px;
  border-bottom: 3px double;
  border-color: #fff;
  padding-bottom: 15px; }
  @media screen and (min-width: 641px) {
    .info-title {
      font-size: 1.8em;
      padding-bottom: 10px;
      margin-bottom: 40px; } }

/* 吹き出し */
.balloon-box:last-of-type {
  margin: 0 0 1.7rem; }

.balloon-box {
  overflow: hidden;
  margin: 0 0 0.8rem; }

.balloon-icon {
  width: 90px;
  text-align: center;
  line-height: 1rem; }
  @media screen and (max-width: 640px) {
    .balloon-icon {
      width: 60px; } }

.balloon-icon .iconbox {
  border: 2px solid #ccc;
  overflow: hidden;
  width: 90px;
  height: 90px;
  margin-bottom: 0;
  border-radius: 45px; }
  @media screen and (max-width: 640px) {
    .balloon-icon .iconbox {
      width: 60px;
      height: 60px; } }

.balloon-icon img {
  width: 90px;
  height: auto;
  margin-bottom: 0 !important; }
  @media screen and (max-width: 640px) {
    .balloon-icon img {
      width: 60px; } }

.balloon-icon span {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: -12px;
  padding: 0;
  font-size: 11px;
  line-height: 1.3em !important;
  color: #555; }
  @media screen and (max-width: 640px) {
    .balloon-icon span {
      width: 100%;
      padding-bottom: 2px;
      font-size: 9px; } }

.balloon-serif .balloon-content img.star {
  width: 20%;
  padding-bottom: 1px; }
  @media screen and (max-width: 640px) {
    .balloon-serif .balloon-content img.star {
      width: 34%;
      padding-bottom: 2px; } }

.type1.balloon-left .balloon-icon {
  position: relative;
  float: left;
  margin: 0 -90px 0 0; }
.type1.balloon-left .balloon-serif {
  position: relative;
  float: left;
  margin: 0 110px 0 110px;
  padding: 5px 0 0; }
  @media screen and (max-width: 640px) {
    .type1.balloon-left .balloon-serif {
      margin: 0 0px 0 78px; } }
.type1.balloon-left .balloon-serif:before {
  content: "";
  position: absolute;
  top: 22px;
  left: -7px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 10px 9px 0;
  border-color: transparent #fff transparent transparent;
  z-index: 3; }
.type1.balloon-left .balloon-serif:after {
  content: "";
  position: absolute;
  top: 21px;
  left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ccc transparent transparent;
  z-index: 2; }
.type1.balloon-left .balloon-serif .balloon-content {
  position: relative;
  padding: 0.8rem 1rem;
  line-height: 1.5rem;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 6px;
  font-size: 0.95em;
  z-index: 2; }

.type1.balloon-right .balloon-icon {
  position: relative;
  float: right;
  margin: 0 0 0 -90px; }
.type1.balloon-right .balloon-serif {
  position: relative;
  float: right;
  margin: 0 110px 0 110px;
  padding: 5px 0 0; }
  @media screen and (max-width: 640px) {
    .type1.balloon-right .balloon-serif {
      margin: 0 78px 0 0px; } }
.type1.balloon-right .balloon-serif:before {
  content: "";
  position: absolute;
  top: 22px;
  right: -7px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 0px 9px 10px;
  border-color: transparent transparent transparent #fff;
  z-index: 3; }
.type1.balloon-right .balloon-serif:after {
  content: "";
  position: absolute;
  top: 21px;
  right: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0px 10px 10px;
  border-color: transparent transparent transparent #ccc;
  z-index: 2; }
.type1.balloon-right .balloon-serif .balloon-content {
  position: relative;
  padding: 0.8rem 1rem;
  line-height: 1.5rem;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 6px;
  font-size: 0.95em;
  z-index: 2; }

.type2.balloon-left .balloon-icon {
  position: relative;
  float: left;
  margin: 0 -90px 0 0; }
.type2.balloon-left .balloon-serif {
  position: relative;
  float: left;
  margin: 0 110px 0 110px;
  padding: 5px 0 0; }
  @media screen and (max-width: 640px) {
    .type2.balloon-left .balloon-serif {
      margin: 0 0px 0 78px; } }
.type2.balloon-left .balloon-serif:before,
.type2.balloon-left .balloon-serif:after {
  position: absolute;
  content: "";
  top: 20px;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #eeeeee transparent transparent;
  z-index: 1; }
.type2.balloon-left .balloon-serif .balloon-content {
  position: relative;
  padding: 0.8rem 1rem;
  line-height: 1.5rem;
  background: #eeeeee;
  border-radius: 6px;
  font-size: 0.95em;
  z-index: 2; }

.type2.balloon-right .balloon-icon {
  position: relative;
  float: right;
  margin: 0 0 0 -90px; }
.type2.balloon-right .balloon-serif {
  position: relative;
  float: right;
  margin: 0 110px 0 110px;
  padding: 5px 0 0; }
  @media screen and (max-width: 640px) {
    .type2.balloon-right .balloon-serif {
      margin: 0 78px 0 0px; } }
.type2.balloon-right .balloon-serif:before,
.type2.balloon-right .balloon-serif:after {
  position: absolute;
  content: "";
  top: 20px;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0px 10px 10px;
  border-color: transparent transparent transparent #eeeeee;
  z-index: 1; }
.type2.balloon-right .balloon-serif .balloon-content {
  position: relative;
  padding: 0.8rem 1rem;
  line-height: 1.5rem;
  background: #eeeeee;
  border-radius: 6px;
  font-size: 0.95em;
  z-index: 2; }

.type3.balloon-left .balloon-icon {
  position: relative;
  float: left;
  margin: 0 -90px 0 0; }
.type3.balloon-left .balloon-serif {
  position: relative;
  float: left;
  margin: 0 110px 0 110px;
  padding: 5px 0 0; }
  @media screen and (max-width: 640px) {
    .type3.balloon-left .balloon-serif {
      margin: 0 0px 0 78px; } }
.type3.balloon-left .balloon-serif:before {
  content: "";
  position: absolute;
  top: 21px;
  left: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f9f9f9 transparent transparent;
  z-index: 3; }
.type3.balloon-left .balloon-serif:after {
  content: "";
  position: absolute;
  top: 21px;
  left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ccc transparent transparent;
  z-index: 2; }
.type3.balloon-left .balloon-serif .balloon-content {
  position: relative;
  padding: 0.8rem 1rem;
  line-height: 1.5rem;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 6px;
  font-size: 0.95em;
  z-index: 2;
  box-shadow: 1px 1px 2px #ddd;
  background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
  background-image: linear-gradient(top, #ffffff, #efefef); }

.type3.balloon-right .balloon-icon {
  position: relative;
  float: right;
  margin: 0 0 0 -90px; }
.type3.balloon-right .balloon-serif {
  position: relative;
  float: right;
  margin: 0 110px 0 110px;
  padding: 5px 0 0; }
  @media screen and (max-width: 640px) {
    .type3.balloon-right .balloon-serif {
      margin: 0 78px 0 0px; } }
.type3.balloon-right .balloon-serif:before {
  content: "";
  position: absolute;
  top: 21px;
  right: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0px 10px 10px;
  border-color: transparent transparent transparent #f9f9f9;
  z-index: 3; }
.type3.balloon-right .balloon-serif:after {
  content: "";
  position: absolute;
  top: 21px;
  right: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0px 10px 10px;
  border-color: transparent transparent transparent #ccc;
  z-index: 2; }
.type3.balloon-right .balloon-serif .balloon-content {
  position: relative;
  padding: 0.8rem 1rem;
  line-height: 1.5rem;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 6px;
  font-size: 0.95em;
  z-index: 2;
  box-shadow: 1px 1px 2px #ddd;
  background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
  background-image: linear-gradient(top, #ffffff, #efefef); }

.balloon-box ol li {
  position: relative;
  display: block;
  padding: 2px 0px 5px 25px;
  margin-bottom: 0.7em; }

.balloon-box ol li:after {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0px;
  top: 0.25em;
  padding: 0 0 0 0px;
  background: #aaa;
  height: 20px;
  width: 20px;
  color: #fff;
  text-align: center;
  font-size: 0.65em;
  border-radius: 11px; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .color-button01:before,
  *::-ms-backdrop, .color-button02:before,
  *::-ms-backdrop, .color-button01-big:before,
  *::-ms-backdrop, .color-button02-big:before {
    background-color: #595857 !important;
    z-index: -1; }

  *::-ms-backdrop, .pop-post-box,
  *::-ms-backdrop, .widget,
  *::-ms-backdrop, .magazine-post-box,
  *::-ms-backdrop, #prev-next #prev,
  *::-ms-backdrop, #prev-next #next,
  *::-ms-backdrop, .related-entry-section,
  *::-ms-backdrop, .pt-post-main-box {
    box-shadow: none;
    border: 1px solid #eee; }

  *::-ms-backdrop, .pt-post-header {
    box-shadow: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee; }

  *::-ms-backdrop, .pt-post-main ol > li:after,
  *::-ms-backdrop, .pt-post-main table ol:not([class]) li:after {
    padding: 4px 0 0 0;
    font-size: 9px; } }