@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  font-family: sans-serif !important;
}

body {
  font-family: sans-serif !important;
}
@media (min-width: 576px) {
  body {
    min-width: 1200px;
  }
}

@media (min-width: 576px) {
  #wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

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

@media (min-width: 576px) {
  #container:after,
.article-body section:after,
.cfix:after {
    content: "";
    display: block;
    clear: both;
  }
}

.hatena-module {
  margin-bottom: 0;
}

.hatena-module-title {
  border: none;
}
.hatena-module-title a {
  color: inherit;
}
.hatena-module-title::after {
  content: none;
}

@media (min-width: 576px) {
  .urllist-image {
    float: none !important;
    margin-right: 0 !important;
  }
}

.urllist-read-more-btn,
.urllist-see-more-link {
  background-color: transparent !important;
  color: #2873a7;
  display: inline-block !important;
  width: auto !important;
}

.urllist-date-link {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
}
.urllist-date-link time {
  display: flex;
  align-items: center;
  white-space: nowrap;
  height: 1em;
}

.hatena-module {
  padding: 0 !important;
}

.section {
  margin-bottom: 0 !important;
  width: auto !important;
}

html.is-popup-area-open,
html.is-popup-gps-open,
html.is-popup-open {
  height: 100%;
  overflow: hidden;
}

body {
  background: #fff;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
}

.ie body {
  font-family: sans-serif;
}

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

a {
  outline: 0;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}

li,
ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div,
p {
  margin: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
}

img {
  vertical-align: top;
}

em {
  font-style: normal;
}

#container {
  overflow: hidden;
}
@media (max-width: 575px) {
  #container {
    padding-top: 70px;
  }
}

#ct-header {
  border-top: 4px solid #369fa1;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  background-color: #fff;
  z-index: 6;
}
@media (max-width: 575px) {
  #ct-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 575px) {
  #ct-header .ct-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
#ct-header .logo-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  z-index: 1;
}
@media (max-width: 575px) {
  #ct-header .logo-area {
    width: 200px;
    padding-top: 16px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  #ct-header .logo-area {
    width: 220px;
    padding-top: 23px;
    padding-bottom: 20px;
  }
}
#ct-header .logo {
  display: block;
  background: url(https://cdn.blog.st-hatena.com/files/13574176438097594750/4207112889907285065) no-repeat left top/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.4s;
}
@media (max-width: 575px) {
  #ct-header .logo {
    width: 140px;
    height: 19px;
  }
}
@media (min-width: 576px) {
  #ct-header .logo {
    margin: 0 0 13px;
    width: 199px;
    height: 28px;
  }
}
#ct-header .logo:hover {
  opacity: 0.7;
}
#ct-header .page-name {
  line-height: 1;
}
@media (max-width: 575px) {
  #ct-header .page-name {
    font-size: 10px;
  }
}
@media (min-width: 576px) {
  #ct-header .page-name {
    font-size: 12px;
  }
}
#ct-header .gulliver-logo {
  display: block;
  background: url(https://cdn.blog.st-hatena.com/files/13574176438097594750/4207112889907285064) no-repeat 0 0/contain;
  width: 56px;
  height: 12px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 575px) {
  #ct-header .gulliver-logo {
    width: 47px;
    height: 10px;
    margin-left: 8px;
  }
}
@media (min-width: 576px) {
  #ct-header .gulliver-logo {
    width: 56px;
    height: 12px;
    margin-left: 8px;
  }
  #ct-header .gulliver-logo:hover {
    opacity: 0.7;
  }
}

.ct-inner {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .ct-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 576px) {
  .ct-inner {
    width: 1050px;
  }
}

.ct-head {
  display: flex;
  justify-content: space-between;
}

html,
body {
  height: 100%;
}

@media (max-width: 575px) {
  body.-menuOpen {
    overflow: hidden;
  }
}

.menu-detail-wrap {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5;
}
@media (max-width: 575px) {
  .menu-detail-wrap {
    position: fixed;
    left: 0;
    top: 70px;
    bottom: 0;
    transform: translateX(110%);
    transition: 1s;
    background-color: #999999;
    overflow: auto;
  }
  .-menuOpen .menu-detail-wrap {
    transform: translateX(0);
  }
}
@media (min-width: 576px) {
  .menu-detail-wrap {
    top: 100px;
    transition: 1s;
    overflow: hidden;
    background-color: transparent;
  }
}
@media (max-width: 575px) {
  .menu-detail-wrap .menu-detail-body {
    background-color: #fff;
    padding-top: 8px;
  }
}
@media (max-width: 575px) {
  .menu-detail-wrap .menu-detail-body > * {
    margin-top: 0 !important;
    position: static !important;
  }
}
.menu-detail-wrap .menu-detail-footer {
  background-color: #333333;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
.menu-detail-wrap .recent-entries {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .menu-detail-wrap .recent-entries {
    display: flex;
    flex-wrap: wrap;
    min-height: 280px;
  }
}
.menu-detail-wrap .recent-entries .urllist-item {
  width: 210px;
  margin-bottom: 27px;
  border-bottom: none;
}
@media (min-width: 576px) {
  .menu-detail-wrap .recent-entries .urllist-item {
    margin-bottom: 2px !important;
    width: 210px;
    margin-bottom: 27px;
    border-bottom: none;
  }
}
.menu-detail-wrap .recent-entries .urllist-item .urllist-image-link {
  display: block;
}
.menu-detail-wrap .recent-entries .urllist-item .urllist-image-link img {
  display: block;
  width: 100%;
  height: auto;
  float: none !important;
  max-width: none !important;
  margin: 0 !important;
}
@media (min-width: 576px) {
  .menu-detail-wrap .recent-entries .urllist-item .urllist-image-link img {
    width: 210px;
    height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 576px) {
  .menu-detail-wrap .recent-entries .urllist-item .urllist-image-link img {
    display: block;
    float: none !important;
    max-width: none !important;
  }
}
.menu-detail-wrap .recent-entries .urllist-item .urllist-date-link {
  color: #999999;
  font-size: 11px;
  font-weight: bold;
  padding-top: 10px;
}
@media (min-width: 576px) {
  .menu-detail-wrap .recent-entries .urllist-item .urllist-date-link {
    font-size: 14px !important;
    padding-top: 14px;
  }
}
.menu-detail-wrap .recent-entries .urllist-item .urllist-date-link::after {
  content: none;
}
.menu-detail-wrap .recent-entries .urllist-item .urllist-date-link time {
  height: 1em;
}
.menu-detail-wrap .recent-entries .urllist-item .urllist-date-link time.-new::after {
  content: "NEW";
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #333;
  background-color: #f6d359;
  font-weight: bold;
  margin-left: 10px;
  line-height: 1;
  padding: 2px 4px;
  text-decoration: none !important;
  border-top: none !important;
  border-right: none !important;
  transform: none !important;
  position: static !important;
  top: auto !important;
  bottom: auto !important;
  right: auto !important;
  height: auto !important;
  width: auto !important;
}
@media (min-width: 576px) {
  .menu-detail-wrap .recent-entries .urllist-item .urllist-date-link time.-new::after {
    margin-left: 15px;
  }
}
.menu-detail-wrap .recent-entries .urllist-item .urllist-title-link {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-top: 2px;
  display: block;
  padding-right: 10px;
}
@media (max-width: 575px) {
  .menu-detail-wrap .recent-entries .urllist-item .urllist-title-link {
    line-height: 1.4;
  }
}
@media (min-width: 576px) {
  .menu-detail-wrap .recent-entries .urllist-item .urllist-title-link {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
  }
}
.menu-detail-wrap .recent-entries .urllist-item .urllist-categories {
  display: none;
}
@media (min-width: 576px) {
  .menu-detail-wrap .recent-entries .urllist-item .urllist-categories {
    display: none;
  }
}
.menu-detail-wrap .recent-entries .urllist-item .urllist-entry-body {
  display: none;
}
@media (min-width: 576px) {
  .menu-detail-wrap .recent-entries .urllist-item .urllist-entry-body {
    display: none;
  }
}
@media (min-width: 576px) {
  .menu-detail-wrap .recent-entries .urllist-item:not(:nth-child(4n)) {
    margin-right: 35px;
  }
}
@media (max-width: 575px) {
  .menu-detail-wrap .urllist-with-thumbnails {
    margin-top: -14px;
  }
}
@media (min-width: 576px) {
  .menu-detail-wrap .urllist-with-thumbnails {
    margin-top: -20px;
  }
}
@media (max-width: 575px) {
  .menu-detail-wrap .urllist-with-thumbnails .urllist-item {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 0 !important;
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
}
@media (min-width: 576px) {
  .menu-detail-wrap .urllist-with-thumbnails .urllist-item {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media (max-width: 575px) {
  .menu-detail-wrap .urllist-with-thumbnails .urllist-item .urllist-item-inner {
    display: grid;
    position: relative;
    grid-template-columns: 120px auto;
    grid-template-rows: 10px auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
}
@media (min-width: 576px) {
  .menu-detail-wrap .urllist-with-thumbnails .urllist-item .urllist-item-inner {
    grid-template-columns: 150px auto;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 575px) {
  .menu-detail-wrap .urllist-with-thumbnails .urllist-item .urllist-item-inner:after {
    content: "";
    content: none !important;
    display: block;
    border-top: 1px solid #2fa0a2;
    border-right: 1px solid #2fa0a2;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    height: 6px;
    width: 6px;
  }
}
@media (max-width: 575px) {
  .menu-detail-wrap .urllist-with-thumbnails .urllist-item .urllist-image-link {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
@media (max-width: 575px) {
  .menu-detail-wrap .urllist-with-thumbnails .urllist-item .urllist-image-link img {
    width: 120px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: none !important;
    margin-bottom: 0 !important;
  }
}
.menu-detail-wrap .urllist-with-thumbnails .urllist-item .urllist-date-link {
  color: #999999;
  font-weight: bold;
}
@media (max-width: 575px) {
  .menu-detail-wrap .urllist-with-thumbnails .urllist-item .urllist-date-link {
    grid-column: 2/3;
    grid-row: 1/2;
    font-size: 12px;
    padding-top: 1px;
  }
}
@media (min-width: 576px) {
  .menu-detail-wrap .urllist-with-thumbnails .urllist-item .urllist-date-link {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .menu-detail-wrap .urllist-with-thumbnails .urllist-item .urllist-title-link {
    font-size: 14px !important;
    font-weight: bold;
    color: #333;
    padding-right: 10px;
  }
}
@media (max-width: 575px) {
  .menu-detail-wrap .urllist-with-thumbnails .urllist-item .urllist-categories {
    display: none;
  }
}
@media (max-width: 575px) {
  .menu-detail-wrap .urllist-with-thumbnails .urllist-item .urllist-entry-body {
    display: none;
  }
}
.menu-detail-wrap .ct-ttl-04 {
  color: #2fa0a2;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .menu-detail-wrap .ct-ttl-04 {
    border-bottom: 1px solid currentColor;
    margin-left: -10px;
    margin-right: -10px;
    padding: 11px 10px 10px;
    margin-top: 0 !important;
  }
}
@media (min-width: 576px) {
  .menu-detail-wrap .ct-ttl-04 {
    margin-top: 18px;
  }
}
@media (max-width: 575px) {
  .menu-detail-wrap .urllist-see-more + .ct-ttl-04 {
    margin-top: 6px !important;
  }
}
@media (max-width: 575px) {
  .menu-detail-wrap .list-keyword {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
    margin-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .menu-detail-wrap .list-keyword > li {
    margin-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .menu-detail-wrap .list-keyword > li + li {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .menu-detail-wrap .list-keyword a {
    display: inline-block;
    color: #2873a7;
    font-weight: bold;
    text-decoration: none;
    background-color: #f0f0f0;
    padding: 3px 4px;
    border-radius: 4px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .menu-detail-wrap .bnr {
    display: block;
  }
}
@media (max-width: 575px) {
  .menu-detail-wrap .bnr img {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 575px) {
  .menu-detail-wrap .list-menu {
    margin-top: 40px !important;
    border-top: 1px solid #e3e3e3;
  }
}
@media (max-width: 575px) {
  .menu-detail-wrap .list-menu > li {
    border-bottom: 1px solid #e3e3e3;
  }
}
@media (max-width: 575px) {
  .menu-detail-wrap .list-menu a {
    display: flex;
    align-items: center;
    position: relative;
    height: 58px;
    color: #333;
    font-size: 14px;
    background-color: #f0f0f0;
    padding: 10px;
    font-weight: bold;
  }
}
@media (max-width: 575px) {
  .menu-detail-wrap .list-menu a::after {
    content: "";
    display: block;
    border-top: 1px solid #2fa0a2;
    border-right: 1px solid #2fa0a2;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    height: 6px;
    width: 6px;
  }
}
@media (max-width: 575px) {
  .menu-detail-wrap .list-menu a:hover {
    text-decoration: none;
  }
}
.menu-detail-wrap .topics-list {
  margin-top: 16px;
}
@media (max-width: 575px) {
  .menu-detail-wrap .ct-ttl-04.u-text-grey {
    margin-bottom: 6px;
    padding-top: 1px;
  }
}
@media (max-width: 575px) {
  .menu-detail-wrap .link-list {
    margin-top: 20px;
  }
}
.menu-detail-wrap .list-3column {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .menu-detail-wrap .list-3column {
    margin-top: -16px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 576px) {
  .menu-detail-wrap .list-3column {
    display: flex;
    flex-wrap: wrap;
  }
}
.menu-detail-wrap .list-3column > li {
  border-bottom: 1px solid #e3e3e3;
}
@media (min-width: 576px) {
  .menu-detail-wrap .list-3column > li {
    width: 330px;
  }
  .menu-detail-wrap .list-3column > li:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  .menu-detail-wrap .list-3column > li:nth-child(-n+3) {
    border-top: 1px solid #e3e3e3;
  }
}
.menu-detail-wrap .list-3column a {
  display: flex;
  align-items: center;
  position: relative;
  color: #333;
  font-size: 14px;
}
@media (max-width: 575px) {
  .menu-detail-wrap .list-3column a {
    padding-left: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media (min-width: 576px) {
  .menu-detail-wrap .list-3column a {
    height: 58px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.menu-detail-wrap .list-3column a::after {
  content: "";
  display: block;
  border-top: 1px solid #2fa0a2;
  border-right: 1px solid #2fa0a2;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 6px;
  width: 6px;
}
@media (min-width: 576px) {
  .menu-detail-wrap .list-3column a::after {
    height: 5px;
    width: 5px;
    right: 2px;
  }
}
.menu-detail-wrap .list-2column {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
@media (max-width: 575px) {
  .menu-detail-wrap .list-2column {
    margin-top: 6px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.menu-detail-wrap .list-2column > li {
  width: 50%;
  border-bottom: 1px solid #e3e3e3;
}
@media (min-width: 576px) {
  .menu-detail-wrap .list-2column > li {
    width: 160px;
  }
}
@media (max-width: 575px) {
  .menu-detail-wrap .list-2column > li:nth-child(odd) {
    border-right: 1px solid #e3e3e3;
  }
}
@media (min-width: 576px) {
  .menu-detail-wrap .list-2column > li:nth-child(odd) {
    margin-right: 10px;
  }
}
.menu-detail-wrap .list-2column > li:nth-child(-n+2) {
  border-top: 1px solid #e3e3e3;
}
.menu-detail-wrap .list-2column a {
  display: flex;
  align-items: center;
  position: relative;
  height: 40px;
  color: #333;
  font-size: 14px;
}
@media (min-width: 576px) {
  .menu-detail-wrap .list-2column a {
    height: 39px;
  }
}
@media (max-width: 575px) {
  .menu-detail-wrap .list-2column a {
    padding: 10px 20px 10px 10px;
  }
}
.menu-detail-wrap .list-2column a::after {
  content: "";
  display: block;
  border-top: 1px solid #2fa0a2;
  border-right: 1px solid #2fa0a2;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 6px;
  width: 6px;
}
@media (min-width: 576px) {
  .menu-detail-wrap .list-2column a::after {
    right: 2px;
    height: 5px;
    width: 5px;
  }
}
.menu-detail-wrap .col3 {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .menu-detail-wrap .col3 {
    display: flex;
    flex-wrap: wrap;
    margin-top: -21px;
    margin-bottom: 41px;
  }
}
@media (min-width: 576px) {
  .menu-detail-wrap .col3 > * {
    width: 330px;
  }
  .menu-detail-wrap .col3 > *:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}
@media (max-width: 575px) {
  .menu-detail-wrap .col3 .link-list {
    margin-top: 32px !important;
  }
}
@media (max-width: 575px) {
  .menu-detail-wrap form.ct-form {
    margin-bottom: 34px;
  }
}
@media (min-width: 576px) {
  .menu-detail-wrap form.ct-form {
    margin-bottom: 28px;
  }
}
.menu-detail-wrap .urllist-see-more {
  text-align: right;
  margin-top: 10px;
  padding-bottom: 12px;
}
@media (min-width: 576px) {
  .menu-detail-wrap .urllist-see-more {
    margin-top: 3px;
    margin-right: 95px;
    padding-bottom: 37px;
  }
}
.menu-detail-wrap .urllist-see-more .urllist-see-more-link {
  font-size: 16px;
}
@media (max-width: 575px) {
  .menu-detail-wrap .urllist-see-more .urllist-see-more-link {
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .menu-detail-wrap .urllist-see-more .urllist-see-more-link {
    font-size: 14px;
    padding: 0 10px 0 0;
  }
}
.menu-detail-wrap .ct-form-select01 {
  margin-bottom: 10px;
}
.menu-detail-wrap .ct-form-select01 label {
  display: block;
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  position: relative;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.menu-detail-wrap .ct-form-select01 label:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid #999999;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 50%;
  right: 11px;
  margin: -4px 0 0 0;
}
@media (min-width: 576px) {
  .menu-detail-wrap .ct-form-select01 label:before {
    right: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
}
.menu-detail-wrap .ct-form-select01 select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
  background: 0 0;
  font-size: inherit;
  box-sizing: border-box;
  position: relative;
  color: #999;
  font-size: 1.4rem;
  line-height: 1.57143;
}
@media (max-width: 575px) {
  .menu-detail-wrap .ct-form-select01 select {
    padding: 1px 24px 1px 9px;
    height: 28px;
  }
}
@media (min-width: 576px) {
  .menu-detail-wrap .ct-form-select01 select {
    padding: 2px 24px 2px 10px;
    height: 29px;
  }
}
.menu-detail-wrap .ct-btn {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #fff;
  padding: 8px;
  cursor: pointer;
}
.menu-detail-wrap .btn-blue {
  background-color: #2873a7;
  border: 1px solid #2873a7;
}
.menu-detail-wrap .ct-icon-search {
  margin-top: 15px;
}
.menu-detail-wrap .ct-icon-search span:before {
  content: "";
  display: inline-block;
  position: relative;
  background: url(https://cdn.blog.st-hatena.com/files/13574176438097594750/4207112889907405577) no-repeat 0 0/contain;
  width: 20px;
  height: 20px;
  top: 1px;
  margin-right: 7px;
}
@media (min-width: 576px) {
  .menu-detail-wrap .ct-icon-search span:before {
    margin-top: -1px;
    margin-bottom: -1px;
  }
}

.menu-detail {
  background-color: #fff;
  transition: 1s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 575px) {
  .menu-detail {
    display: none;
  }
}
@media (min-width: 576px) {
  .menu-detail {
    transition: 1s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 575px) {
  .menu-detail.-show {
    display: block !important;
  }
}
@media (min-width: 576px) {
  .menu-detail.-show {
    margin-top: 0 !important;
  }
}

.ct-global-navi {
  margin-top: -4px;
}
.ct-global-navi > ul {
  display: flex;
}
@media (max-width: 575px) {
  .ct-global-navi > ul {
    margin-top: 0;
  }
}
.ct-global-navi > ul > li .menu-label {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: 0.3s ease-in-out;
  line-height: 1.28571;
  font-weight: 700;
  border-top: 4px solid #369fa1;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 575px) {
  .ct-global-navi > ul > li .menu-label {
    width: 60px;
    height: 70px;
    font-size: 8px;
    padding-bottom: 4px;
  }
}
@media (min-width: 576px) {
  .ct-global-navi > ul > li .menu-label {
    position: relative;
    width: 130px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: 0.3s ease-in-out;
    font-size: 1.4rem;
    line-height: 1.28571;
    font-weight: 700;
    border-top: 4px solid #369fa1;
    cursor: pointer;
  }
}
@media (min-width: 576px) {
  .ct-global-navi > ul > li .menu-label:hover {
    text-decoration: none;
  }
}
.ct-global-navi > ul > li .menu-label:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto 6px;
}
@media (max-width: 575px) {
  .ct-global-navi > ul > li .menu-label:before {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .ct-global-navi > ul > li .menu-label:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto 6px;
  }
}
@media (min-width: 576px) {
  .ct-global-navi > ul > li:hover .menu-label {
    background-color: #f5f5f5;
    color: #2fa0a2;
  }
}
@media (min-width: 576px) {
  .ct-global-navi > ul > li:hover .menu-label:after {
    content: "";
    background-color: #2fa0a2;
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
  }
}
@media (max-width: 575px) {
  .ct-global-navi > ul > li.ct-header-search {
    width: 60px;
  }
}
@media (min-width: 576px) {
  .ct-global-navi > ul > li.ct-header-search {
    width: 130px;
  }
}
.ct-global-navi > ul > li.ct-header-search .menu-label {
  background-color: #2fa0a2;
  color: #fff;
}
@media (max-width: 575px) {
  .ct-global-navi > ul > li.ct-header-search .menu-label {
    width: 60px;
  }
}
@media (min-width: 576px) {
  .ct-global-navi > ul > li.ct-header-search .menu-label {
    width: 130px;
    background-color: #2fa0a2;
    color: #fff;
  }
}
.ct-global-navi > ul > li.ct-header-search .menu-label:before {
  background-image: url(https://cdn.blog.st-hatena.com/files/13574176438097594750/4207112889907287930);
}
@media (min-width: 576px) {
  .ct-global-navi > ul > li.ct-header-search:hover .menu-label {
    color: #fff;
    background-color: #55d0b9;
  }
}
@media (max-width: 575px) {
  .ct-global-navi > ul > li.ct-header-menu01 {
    display: none !important;
  }
}
.ct-global-navi > ul > li.ct-header-menu01 .menu-label:before {
  background-image: url(https://cdn.blog.st-hatena.com/files/13574176438097594750/4207112889907284982);
  background-size: 24px auto;
}
@media (min-width: 576px) {
  .ct-global-navi > ul > li.ct-header-menu01 .menu-label:before {
    background-size: 24px auto;
  }
}
@media (max-width: 575px) {
  .ct-global-navi > ul > li.ct-header-menu02 {
    display: none !important;
  }
}
.ct-global-navi > ul > li.ct-header-menu02 .menu-label:before {
  background-image: url(https://cdn.blog.st-hatena.com/files/13574176438097594750/4207112889907285063);
  background-size: 24px auto;
}
@media (min-width: 576px) {
  .ct-global-navi > ul > li.ct-header-menu02 .menu-label:before {
    background-size: 24px auto;
  }
}
@media (max-width: 575px) {
  .ct-global-navi > ul > li.ct-header-menu03 {
    display: none !important;
  }
}
.ct-global-navi > ul > li.ct-header-menu03 .menu-label:before {
  background-image: url(https://cdn.blog.st-hatena.com/files/13574176438097594750/4207112889907285062);
}
.ct-global-navi > ul .navbar-toggle-btn {
  color: #2fa0a2;
}
.ct-global-navi > ul .navbar-toggle-btn::before, .ct-global-navi > ul .navbar-toggle-btn::after {
  content: none !important;
}
.ct-global-navi > ul .navbar-toggle-btn .bars {
  width: 40px;
  height: 40px;
  position: relative;
}
.ct-global-navi > ul .navbar-toggle-btn .bars span {
  display: block;
  height: 2px;
  border-radius: 2px;
  background-color: #2fa0a2;
  transition: 0.2s;
  position: absolute;
  left: 9px;
  right: 9px;
}
.ct-global-navi > ul .navbar-toggle-btn .bars span:first-child {
  top: 11px;
}
.ct-global-navi > ul .navbar-toggle-btn .bars span:nth-child(2) {
  top: 19px;
}
.ct-global-navi > ul .navbar-toggle-btn .bars span:nth-child(3) {
  top: 27px;
}
.-menuOpen .ct-global-navi > ul .navbar-toggle-btn .bars span:first-child {
  top: 19px;
  transform: rotate(-45deg);
}
.-menuOpen .ct-global-navi > ul .navbar-toggle-btn .bars span:nth-child(2) {
  opacity: 0;
}
.-menuOpen .ct-global-navi > ul .navbar-toggle-btn .bars span:nth-child(3) {
  top: 19px;
  transform: rotate(45deg);
}

@media (max-width: 575px) {
  .menu-detail-nav {
    display: flex;
  }
}
@media (max-width: 575px) {
  .menu-detail-nav > li {
    width: 33.33%;
  }
}
@media (max-width: 575px) {
  .menu-detail-nav > li + li {
    border-left: 1px solid #e3e3e3;
  }
}
@media (max-width: 575px) {
  .menu-detail-nav a {
    font-weight: bold;
    font-size: 1.3rem;
    color: #999999;
    background-color: #f0f0f0;
    display: flex;
    width: 100%;
    height: 42px;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #e3e3e3;
  }
}
@media (max-width: 575px) {
  .menu-detail-nav a:hover {
    text-decoration: none;
  }
}
@media (max-width: 575px) {
  .menu-detail-nav a.-active {
    border-bottom: none;
    color: #2fa0a2;
    background-color: #fff;
  }
}

@media (min-width: 576px) {
  .navbar-toggle-nav {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .navbar-toggle-nav::after {
    content: none !important;
  }
}

#top-breadcrumb {
  width: auto !important;
  border-top: 1px solid #e3e3e3;
}
#top-breadcrumb .breadcrumb {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0 !important;
}
@media (max-width: 575px) {
  #top-breadcrumb .breadcrumb {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }
}
@media (min-width: 576px) {
  #top-breadcrumb .breadcrumb {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }
}
#top-breadcrumb .breadcrumb-inner {
  height: 38px;
  padding-top: 10px;
  overflow: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#top-breadcrumb .breadcrumb-inner::-webkit-scrollbar {
  display: none;
}
#top-breadcrumb .breadcrumb a {
  color: #666666;
}
#top-breadcrumb .breadcrumb a:hover {
  text-decoration: underline !important;
}
#top-breadcrumb .breadcrumb .breadcrumb-child:last-child {
  font-weight: bold;
}

.banner-area {
  text-align: center;
}
@media (min-width: 576px) {
  .banner-area {
    padding-top: 30px;
    padding-bottom: 28px;
  }
}
.banner-area a {
  display: inline-block;
}

@media (max-width: 575px) {
  #top-breadcrumb {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 575px) {
  .page-index #main-inner {
    margin-top: 37px;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -5px;
  }
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item {
    border-bottom: 1px solid #e3e3e3;
  }
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item .urllist-image-link {
    display: block;
  }
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item .urllist-image-link img {
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    float: none !important;
  }
}
.page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item .urllist-date-link .-new::after {
  content: "NEW";
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #333;
  background-color: #f6d359;
  font-weight: bold;
  padding: 2px 4px;
  line-height: 1;
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item .urllist-date-link .-new::after {
    margin-left: 12px;
    margin-top: -3px;
    font-size: 12px;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item .urllist-date-link .-new::after {
    margin-left: 10px;
    font-size: 14px;
  }
}
.page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item.-pr .urllist-date-link time::after {
  content: "PR";
  color: #fff;
  background-color: #2fa0a2;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-weight: bold;
  padding: 2px 4px;
  line-height: 1;
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item.-pr .urllist-date-link time::after {
    margin-left: 12px;
    margin-top: -3px;
    font-size: 12px;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item.-pr .urllist-date-link time::after {
    margin-left: 10px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:first-child {
    margin-bottom: 0;
    padding-bottom: 39px;
    border: 1px solid #e3e3e3;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:first-child {
    width: 100%;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 57px;
    padding-bottom: 0;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:first-child .urllist-item-inner {
    display: grid;
    grid-template-columns: 430px auto;
    grid-template-rows: 40px auto;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 10px;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:first-child .urllist-image-link {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:first-child .urllist-image-link img {
    width: 100%;
    height: auto;
  }
}
.page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:first-child .urllist-date-link {
  color: #999999;
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:first-child .urllist-date-link {
    padding-top: 25px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:first-child .urllist-date-link {
    grid-column: 2/3;
    grid-row: 1/2;
    padding-top: 20px;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:first-child .urllist-date-link time {
    height: 20px;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:first-child .urllist-date-link time::after {
    height: 20px;
  }
}
.page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:first-child .urllist-title-link {
  color: #333;
  font-weight: bold;
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:first-child .urllist-title-link {
    font-size: 16px;
    padding: 10px 14px;
    display: block;
    line-height: 1.6;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:first-child .urllist-title-link {
    font-size: 20px;
    padding-right: 1em;
    margin-top: 3px;
    line-height: 1.6;
  }
}
.page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:first-child .urllist-categories {
  display: none;
}
.page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:first-child .urllist-entry-body {
  display: none;
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:not(:first-child) {
    width: 100%;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:not(:first-child) {
    width: 30%;
    padding-bottom: 1rem;
    margin-bottom: 26px;
    border-bottom: none;
  }
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:not(:first-child) .urllist-item-inner {
    display: grid;
    grid-template-columns: 120px auto;
    grid-template-rows: 10px auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
}
.page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:not(:first-child) .urllist-image-link {
  display: block;
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:not(:first-child) .urllist-image-link {
    grid-column: 1/2;
    grid-row: 1/3;
    border-top: 3px solid #e3e3e3;
    border-bottom: 3px solid #e3e3e3;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:not(:first-child) .urllist-image-link {
    border-top: 5px solid #e3e3e3;
    border-bottom: 5px solid #e3e3e3;
  }
}
.page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:not(:first-child) .urllist-image-link img {
  width: 100%;
  height: auto;
}
.page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:not(:first-child).-pr .urllist-image-link {
  border: none !important;
}
.page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:not(:first-child) .urllist-date-link {
  color: #999999;
  font-weight: bold;
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:not(:first-child) .urllist-date-link {
    grid-column: 2/3;
    grid-row: 1/2;
    font-size: 12px;
    margin-top: 3px;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:not(:first-child) .urllist-date-link {
    font-size: 14px;
    padding-top: 11px;
  }
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:not(:first-child) .urllist-date-link time::after {
    margin-top: 0;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:not(:first-child) .urllist-date-link time::after {
    margin-left: 14px;
    margin-top: 4px;
  }
}
.page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:not(:first-child) .urllist-title-link {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:not(:first-child) .urllist-title-link {
    padding-right: 10px;
    margin-top: 2px;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:not(:first-child) .urllist-title-link {
    margin-top: 7px;
    display: block;
  }
}
.page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:not(:first-child) .urllist-categories {
  display: none;
}
.page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:not(:first-child) .urllist-entry-body {
  display: none;
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:first-child .recent-entries .urllist-item:not(:first-child):not(:nth-child(3n+1)) {
    margin-right: 5%;
  }
}
.page-index #main-inner .hatena-module:nth-child(2) {
  display: none;
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:nth-child(3) {
    margin-top: 76px;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:nth-child(3) {
    margin-top: 48px;
  }
}
.page-index #main-inner .hatena-module:nth-child(3) .hatena-module-title {
  display: none;
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:nth-child(3) .recent-entries {
    display: flex;
    flex-wrap: wrap;
  }
}
.page-index #main-inner .hatena-module:nth-child(3) .recent-entries .urllist-item {
  width: 100%;
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:nth-child(3) .recent-entries .urllist-item {
    margin-bottom: 35px;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:nth-child(3) .recent-entries .urllist-item {
    background-color: #f0f0f0;
    margin-bottom: 43px;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:nth-child(3) .recent-entries .urllist-item .urllist-item-inner {
    display: grid;
    grid-template-columns: 430px auto;
    grid-template-rows: 40px auto;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 10px;
  }
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:nth-child(3) .recent-entries .urllist-item .urllist-image-link {
    display: block;
    margin-bottom: 28px;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:nth-child(3) .recent-entries .urllist-item .urllist-image-link {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
.page-index #main-inner .hatena-module:nth-child(3) .recent-entries .urllist-item .urllist-image-link img {
  width: 100%;
  height: auto;
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:nth-child(3) .recent-entries .urllist-item .urllist-image-link img {
    max-width: none;
    float: none !important;
  }
}
.page-index #main-inner .hatena-module:nth-child(3) .recent-entries .urllist-item .urllist-date-link {
  color: #999999;
  font-weight: bold;
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:nth-child(3) .recent-entries .urllist-item .urllist-date-link {
    background-color: #f0f0f0;
    font-size: 14px;
    padding: 19px 15px 0;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:nth-child(3) .recent-entries .urllist-item .urllist-date-link {
    grid-column: 2/3;
    grid-row: 1/2;
    font-size: 14px;
    padding-top: 23px;
  }
}
.page-index #main-inner .hatena-module:nth-child(3) .recent-entries .urllist-item .urllist-date-link::after {
  content: "PICK UP";
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #fff;
  background-color: #333333;
  font-weight: bold;
  margin-left: 10px;
  padding: 2px 4px;
  color: #f6d359;
  line-height: 1;
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:nth-child(3) .recent-entries .urllist-item .urllist-date-link::after {
    font-size: 12px;
    margin-top: -2px;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:nth-child(3) .recent-entries .urllist-item .urllist-date-link:after {
    font-size: 14px;
    margin-left: 7px;
  }
}
.page-index #main-inner .hatena-module:nth-child(3) .recent-entries .urllist-item .urllist-title-link {
  font-weight: bold;
  color: #333;
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:nth-child(3) .recent-entries .urllist-item .urllist-title-link {
    font-size: 16px;
    background-color: #f0f0f0;
    display: block;
    padding: 11px 15px 29px;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:nth-child(3) .recent-entries .urllist-item .urllist-title-link {
    font-size: 20px;
    margin-top: 2px;
    line-height: 1.6;
    padding-right: 1em;
  }
}
.page-index #main-inner .hatena-module:nth-child(3) .recent-entries .urllist-item .urllist-categories {
  display: none;
}
.page-index #main-inner .hatena-module:nth-child(3) .recent-entries .urllist-item .urllist-entry-body {
  display: none;
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-urllist {
  counter-reset: none;
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-urllist {
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-urllist {
    display: flex;
    flex-wrap: wrap;
  }
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-urllist .urllist-item {
  counter-increment: ranking;
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-urllist .urllist-item {
    width: 100%;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 23px;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-urllist .urllist-item {
    width: 30%;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: none;
  }
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-urllist .urllist-item .urllist-item-inner {
    display: grid;
    grid-template-columns: 120px auto;
    grid-template-rows: 10px auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-urllist .urllist-item .urllist-image-link {
  position: relative;
  display: block;
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-urllist .urllist-item .urllist-image-link {
    grid-column: 1/2;
    grid-row: 1/3;
    border-top: 3px solid #e3e3e3;
    border-bottom: 3px solid #e3e3e3;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-urllist .urllist-item .urllist-image-link {
    border-top: 5px solid #e3e3e3;
    border-bottom: 5px solid #e3e3e3;
  }
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-urllist .urllist-item .urllist-image-link::before {
  content: counter(ranking);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f6d359;
  color: #333;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  z-index: 2;
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-urllist .urllist-item .urllist-image-link::before {
    content: counter(ranking);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #f6d359;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: -5px;
    width: 28px;
    height: 20px;
    z-index: 2;
  }
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-urllist .urllist-item .urllist-image-link img {
  width: 100%;
  height: auto;
  max-width: none !important;
  float: none !important;
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-urllist .urllist-item .urllist-image-link img {
    margin: 0;
  }
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-urllist .urllist-item .urllist-date-link {
  color: #999999;
  font-weight: bold;
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-urllist .urllist-item .urllist-date-link {
    grid-column: 2/3;
    grid-row: 1/2;
    font-size: 12px;
    padding-top: 3px;
    font-size: 12px;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-urllist .urllist-item .urllist-date-link {
    font-size: 14px;
    padding-top: 11px;
  }
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-urllist .urllist-item .urllist-title-link {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  display: block;
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-urllist .urllist-item .urllist-title-link {
    margin-top: 2px;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-urllist .urllist-item .urllist-title-link {
    margin-top: 7px;
    line-height: 1.6;
    padding-right: 10px;
  }
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-urllist .urllist-item .urllist-categories {
  display: none;
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-urllist .urllist-item .urllist-entry-body {
  display: none;
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-urllist .urllist-item:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:nth-child(5) {
    margin-bottom: 55px;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:nth-child(5) {
    margin-top: 2px;
  }
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:nth-child(6), .page-index #main-inner .hatena-module:nth-child(7) {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:nth-child(6), .page-index #main-inner .hatena-module:nth-child(7) {
    width: 46%;
    margin-top: 46px;
  }
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-title, .page-index #main-inner .hatena-module:nth-child(7) .hatena-module-title {
  width: 100%;
  border: none !important;
  color: #2fa0a2 !important;
  position: relative;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:nth-child(6) .hatena-module-title, .page-index #main-inner .hatena-module:nth-child(7) .hatena-module-title {
    font-size: 17px;
    margin-bottom: 13px;
    padding-left: 0.5em;
    padding-top: 1px;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:nth-child(6) .hatena-module-title, .page-index #main-inner .hatena-module:nth-child(7) .hatena-module-title {
    font-size: 22px;
    margin-bottom: 23px;
    padding-top: 2px;
    padding-left: 0.85em;
  }
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-title::before, .page-index #main-inner .hatena-module:nth-child(7) .hatena-module-title::before {
  content: "";
  display: block;
  background-color: #2fa0a2;
  position: absolute;
  top: 5px;
  left: 0;
  width: 3px;
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:nth-child(6) .hatena-module-title::before, .page-index #main-inner .hatena-module:nth-child(7) .hatena-module-title::before {
    height: 0.9em;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:nth-child(6) .hatena-module-title::before, .page-index #main-inner .hatena-module:nth-child(7) .hatena-module-title::before {
    height: 1.08em;
  }
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:nth-child(6) .recent-entries, .page-index #main-inner .hatena-module:nth-child(7) .recent-entries {
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
  }
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:nth-child(6) .recent-entries .urllist-item, .page-index #main-inner .hatena-module:nth-child(7) .recent-entries .urllist-item {
    width: 100%;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:nth-child(6) .recent-entries .urllist-item, .page-index #main-inner .hatena-module:nth-child(7) .recent-entries .urllist-item {
    margin-bottom: 30px;
    padding-bottom: 0;
    border: none !important;
  }
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:nth-child(6) .recent-entries .urllist-item .urllist-item-inner, .page-index #main-inner .hatena-module:nth-child(7) .recent-entries .urllist-item .urllist-item-inner {
    display: grid;
    grid-template-columns: 120px auto;
    grid-template-rows: 10px auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:nth-child(6) .recent-entries .urllist-item .urllist-item-inner, .page-index #main-inner .hatena-module:nth-child(7) .recent-entries .urllist-item .urllist-item-inner {
    display: grid;
    grid-template-columns: 150px auto;
    grid-template-rows: 10px auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
}
.page-index #main-inner .hatena-module:nth-child(6) .recent-entries .urllist-item .urllist-image-link, .page-index #main-inner .hatena-module:nth-child(7) .recent-entries .urllist-item .urllist-image-link {
  grid-column: 1/2;
  grid-row: 1/3;
}
.page-index #main-inner .hatena-module:nth-child(6) .recent-entries .urllist-item .urllist-image-link img, .page-index #main-inner .hatena-module:nth-child(7) .recent-entries .urllist-item .urllist-image-link img {
  width: 100%;
  height: auto;
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:nth-child(6) .recent-entries .urllist-item .urllist-image-link img, .page-index #main-inner .hatena-module:nth-child(7) .recent-entries .urllist-item .urllist-image-link img {
    max-width: none !important;
    float: none !important;
    margin: 0;
  }
}
.page-index #main-inner .hatena-module:nth-child(6) .recent-entries .urllist-item .urllist-date-link, .page-index #main-inner .hatena-module:nth-child(7) .recent-entries .urllist-item .urllist-date-link {
  grid-column: 2/3;
  grid-row: 1/2;
  color: #999999;
  font-weight: bold;
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:nth-child(6) .recent-entries .urllist-item .urllist-date-link, .page-index #main-inner .hatena-module:nth-child(7) .recent-entries .urllist-item .urllist-date-link {
    font-size: 12px;
    margin-top: 3px;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:nth-child(6) .recent-entries .urllist-item .urllist-date-link, .page-index #main-inner .hatena-module:nth-child(7) .recent-entries .urllist-item .urllist-date-link {
    font-size: 14px;
    padding-top: 3px;
  }
}
.page-index #main-inner .hatena-module:nth-child(6) .recent-entries .urllist-item .urllist-title-link, .page-index #main-inner .hatena-module:nth-child(7) .recent-entries .urllist-item .urllist-title-link {
  font-weight: bold;
  color: #333;
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module:nth-child(6) .recent-entries .urllist-item .urllist-title-link, .page-index #main-inner .hatena-module:nth-child(7) .recent-entries .urllist-item .urllist-title-link {
    font-size: 14px;
    margin-top: 2px;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:nth-child(6) .recent-entries .urllist-item .urllist-title-link, .page-index #main-inner .hatena-module:nth-child(7) .recent-entries .urllist-item .urllist-title-link {
    font-size: 14px;
    margin-top: 4px;
    line-height: 1.6;
  }
}
.page-index #main-inner .hatena-module:nth-child(6) .recent-entries .urllist-item .urllist-categories, .page-index #main-inner .hatena-module:nth-child(7) .recent-entries .urllist-item .urllist-categories {
  display: none;
}
.page-index #main-inner .hatena-module:nth-child(6) .recent-entries .urllist-item .urllist-entry-body, .page-index #main-inner .hatena-module:nth-child(7) .recent-entries .urllist-item .urllist-entry-body {
  display: none;
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module:nth-child(7) {
    padding-left: 3px !important;
  }
}
.page-index #main-inner .hatena-module-title {
  width: 100%;
  color: #2fa0a2 !important;
  font-weight: bold;
  border: none !important;
}
@media (max-width: 575px) {
  .page-index #main-inner .hatena-module-title {
    font-size: 19px;
    margin-bottom: 9px;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .hatena-module-title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.page-index #main-inner .hatena-module-title::after {
  content: none !important;
}
.page-index #main-inner .urllist-read-more,
.page-index #main-inner .urllist-see-more {
  text-align: right;
}
@media (max-width: 575px) {
  .page-index #main-inner .urllist-read-more,
.page-index #main-inner .urllist-see-more {
    margin-top: 26px !important;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .urllist-read-more,
.page-index #main-inner .urllist-see-more {
    margin-top: 0 !important;
  }
}
.page-index #main-inner .urllist-read-more-btn,
.page-index #main-inner .urllist-see-more-link {
  padding: 0;
}
@media (max-width: 575px) {
  .page-index #main-inner .urllist-read-more-btn,
.page-index #main-inner .urllist-see-more-link {
    font-size: 16px !important;
  }
}
@media (min-width: 576px) {
  .page-index #main-inner .urllist-read-more-btn,
.page-index #main-inner .urllist-see-more-link {
    font-size: 14px !important;
  }
}

@media (min-width: 576px) {
  #content-inner {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  #box2 {
    padding-top: 7px;
  }
}
@media (min-width: 576px) {
  #box2 {
    padding-top: 6px;
    width: 29.5% !important;
    margin-left: 3.8%;
    padding-right: 0 !important;
  }
}
#box2 .urllist-with-thumbnails .urllist-item {
  width: 100%;
  border-top: 1px solid #e3e3e3;
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
@media (max-width: 575px) {
  #box2 .urllist-with-thumbnails .urllist-item {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
@media (min-width: 576px) {
  #box2 .urllist-with-thumbnails .urllist-item {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
#box2 .urllist-with-thumbnails .urllist-item .urllist-item-inner {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
@media (max-width: 575px) {
  #box2 .urllist-with-thumbnails .urllist-item .urllist-item-inner {
    grid-template-columns: 120px auto;
    grid-template-rows: 10px auto;
  }
}
@media (min-width: 576px) {
  #box2 .urllist-with-thumbnails .urllist-item .urllist-item-inner {
    grid-template-columns: 150px auto;
    grid-template-rows: 10px auto;
  }
}
#box2 .urllist-with-thumbnails .urllist-item .urllist-image-link {
  grid-column: 1/2;
  grid-row: 1/3;
}
#box2 .urllist-with-thumbnails .urllist-item .urllist-image-link img {
  width: 100%;
  height: auto;
  margin-bottom: 0 !important;
}
#box2 .urllist-with-thumbnails .urllist-item .urllist-date-link {
  grid-column: 2/3;
  grid-row: 1/2;
  color: #999999;
  font-weight: bold;
}
@media (max-width: 575px) {
  #box2 .urllist-with-thumbnails .urllist-item .urllist-date-link {
    font-size: 12px;
    padding-top: 3px;
  }
}
@media (min-width: 576px) {
  #box2 .urllist-with-thumbnails .urllist-item .urllist-date-link {
    font-size: 14px;
    padding-top: 3px;
  }
}
#box2 .urllist-with-thumbnails .urllist-item .urllist-title-link {
  font-size: 14px !important;
  font-weight: bold;
  color: #333;
}
@media (max-width: 575px) {
  #box2 .urllist-with-thumbnails .urllist-item .urllist-title-link {
    margin-top: 2px;
  }
}
@media (min-width: 576px) {
  #box2 .urllist-with-thumbnails .urllist-item .urllist-title-link {
    margin-top: 4px;
    line-height: 1.6;
  }
}
#box2 .urllist-with-thumbnails .urllist-item .urllist-categories {
  display: none;
}
#box2 .urllist-with-thumbnails .urllist-item .urllist-entry-body {
  display: none;
}
#box2 #box2-inner > .hatena-module {
  background-color: transparent !important;
}
@media (max-width: 575px) {
  #box2 #box2-inner > .hatena-module {
    margin-bottom: 37px;
  }
}
@media (min-width: 576px) {
  #box2 #box2-inner > .hatena-module {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  #box2 #box2-inner > .hatena-module:nth-child(1) {
    margin-bottom: 31px;
  }
}
@media (min-width: 576px) {
  #box2 #box2-inner > .hatena-module:nth-child(1) {
    margin-bottom: 42px;
  }
}
@media (min-width: 576px) {
  #box2 #box2-inner > .hatena-module:nth-child(2) {
    margin-bottom: 36px;
  }
}
@media (max-width: 575px) {
  #box2 #box2-inner > .hatena-module:nth-child(3) {
    margin-bottom: 45px;
  }
}
@media (min-width: 576px) {
  #box2 #box2-inner > .hatena-module:nth-child(3) {
    margin-bottom: 43px;
  }
}
@media (max-width: 575px) {
  #box2 #box2-inner > .hatena-module:nth-child(3) .hatena-module-title {
    padding-top: 24px;
  }
}
@media (min-width: 576px) {
  #box2 #box2-inner > .hatena-module:nth-child(3) .hatena-module-title {
    padding-top: 22px;
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  #box2 #box2-inner > .hatena-module:nth-child(3) .hatena-module-title::before {
    width: 18px !important;
    height: 18px !important;
    margin-top: -4px;
  }
}
@media (min-width: 576px) {
  #box2 #box2-inner > .hatena-module:nth-child(3) .hatena-module-title::before {
    width: 18px !important;
    height: 18px !important;
    margin-top: -1px;
  }
}
@media (max-width: 575px) {
  #box2 #box2-inner > .hatena-module:nth-child(4) {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) {
  #box2 #box2-inner > .hatena-module:nth-child(4) {
    margin-bottom: 36px;
  }
}
#box2 #box2-inner > .hatena-module:nth-child(4) .hatena-module-category {
  background-color: transparent !important;
}
@media (min-width: 576px) {
  #box2 #box2-inner > .hatena-module:nth-child(4) .c-link-list > li:first-child {
    border-top: none;
  }
}
@media (max-width: 575px) {
  #box2 #box2-inner > .hatena-module:nth-child(5) {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  #box2 #box2-inner > .hatena-module:nth-child(6) {
    margin-bottom: 30px;
  }
}
#box2 .hatena-module-title {
  line-height: 1.22222;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
  color: #2fa0a2;
  border-top: 4px solid #2fa0a2 !important;
}
@media (max-width: 575px) {
  #box2 .hatena-module-title {
    font-size: 15px;
    padding-top: 23px;
    padding-bottom: 9px;
  }
}
@media (min-width: 576px) {
  #box2 .hatena-module-title {
    font-size: 18px;
    padding-top: 23px;
    padding-bottom: 7px;
  }
}
#box2 .hatena-module-title::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
@media (max-width: 575px) {
  #box2 .hatena-module-title::before {
    margin-top: -8px;
  }
}
@media (min-width: 576px) {
  #box2 .hatena-module-title::before {
    margin-left: 0.6em;
    margin-bottom: 4px;
  }
}
#box2 .hatena-module-title::after {
  content: "";
  display: block;
  font-size: 12px;
  color: #2fa0a2;
  position: relative !important;
  width: auto !important;
  border: none !important;
}
@media (max-width: 575px) {
  #box2 .hatena-module-title::after {
    margin-top: 9px;
  }
}
@media (min-width: 576px) {
  #box2 .hatena-module-title::after {
    margin-top: 6px;
  }
}
#box2 .hatena-module-entries-access-ranking .hatena-module-title::before {
  background-image: url(https://cdn.blog.st-hatena.com/files/13574176438097594750/4207112889907284982);
}
#box2 .hatena-module-entries-access-ranking .hatena-module-title::after {
  content: "SPECIAL TOPICS" !important;
}
#box2 .hatena-module-links .hatena-module-title::before {
  background-image: url(https://cdn.blog.st-hatena.com/files/13574176438097594750/4207112889907285063);
}
#box2 .hatena-module-links .hatena-module-title::after {
  content: "POPULARITY CATEGORY" !important;
}
#box2 .hatena-module-links .hatena-urllist {
  border-top: 1px solid #e3e3e3;
}
#box2 .hatena-module-links .hatena-urllist > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dfe5e7 !important;
}
#box2 .hatena-module-links .hatena-urllist a {
  display: flex;
  align-items: center;
  position: relative;
  height: 58px;
  color: #333;
  font-size: 14px;
}
#box2 .hatena-module-links .hatena-urllist a::after {
  content: "";
  display: block;
  border-top: 1px solid #2fa0a2;
  border-right: 1px solid #2fa0a2;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 6px;
  width: 6px;
}
@media (min-width: 576px) {
  #box2 .hatena-module-links .hatena-urllist a::after {
    right: 12px;
  }
}

@media (min-width: 576px) {
  .l-footer {
    margin-top: 122px;
  }
}

.footer--nav {
  color: #fff !important;
  background-color: #77848c;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 575px) {
  .footer--nav {
    display: none;
  }
}
@media (min-width: 576px) {
  .footer--nav {
    padding-top: 58px;
    padding-bottom: 48px;
  }
}

.usefullinfo-ttl {
  color: #fff !important;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 576px) {
  .usefullinfo-ttl {
    letter-spacing: 0.1em;
  }
}
.usefullinfo-ttl::after {
  content: "";
  display: block;
  margin: 20px auto 0;
  background: url(https://cdn.blog.st-hatena.com/files/13574176438097594750/4207112889907285066) no-repeat center center/contain;
  width: 32px;
  height: 4px;
}
@media (min-width: 576px) {
  .usefullinfo-ttl::after {
    margin-top: 26px;
  }
}

.usefullinfo-nav {
  display: flex;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
}
@media (min-width: 576px) {
  .usefullinfo-nav {
    padding-bottom: 18px;
  }
}

.usefullinfo-nav--list {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
}
.usefullinfo-nav--list + .usefullinfo-nav--list {
  border-left: 1px solid #fff;
}

.usefullinfo-nav--ttl {
  color: #fff;
  font-weight: bold;
}
@media (min-width: 576px) {
  .usefullinfo-nav--ttl {
    margin-top: -4px;
  }
}

.usefullinfo-navbox {
  font-size: 14px;
  margin-top: 14px;
}
.usefullinfo-navbox .usefullinfo-navbox--link {
  display: block;
  color: #fff;
  position: relative;
  padding-left: 1.5em;
}
@media (min-width: 576px) {
  .usefullinfo-navbox .usefullinfo-navbox--link {
    margin-bottom: 3px;
  }
}
.usefullinfo-navbox .usefullinfo-navbox--link::before {
  content: ">";
  font-weight: bold;
  position: absolute;
  left: 0;
}
.usefullinfo-navbox .btn-inq--usefullinfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #394e5a;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  border-radius: 8px;
  width: 244px;
  padding: 5px 10px;
  margin-top: 20px;
}
@media (min-width: 576px) {
  .usefullinfo-navbox .btn-inq--usefullinfo {
    padding: 4px 10px;
    margin-top: 19px;
  }
}
.usefullinfo-navbox .btn-inq--usefullinfo::after {
  content: ">";
  display: block;
  font-weight: bold;
  margin-bottom: 0.2em;
}

.usefullinfo-banner {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.usefullinfo-banner--link {
  display: block;
  width: 210px;
  margin-left: 12px;
  margin-right: 13px;
  color: #fff;
}
.usefullinfo-banner--link figure {
  margin: 0;
}
.usefullinfo-banner--link figcaption {
  margin-top: 10px;
  font-size: 17px !important;
}
@media (min-width: 576px) {
  .usefullinfo-banner--link figcaption {
    margin-top: 5px;
    font-size: 17px !important;
  }
}

.footer--contents {
  background-color: #333333;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 100px;
}
@media (min-width: 576px) {
  .footer--contents {
    padding-bottom: 20px;
  }
}
.footer--contents a {
  color: #fff;
  font-weight: bold;
}

.bs-fixed {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  width: 100%;
  height: 70px;
  bottom: 0;
  bottom: constant(safe-area-inset-bottom);
  bottom: env(safe-area-inset-bottom);
  left: 0;
  z-index: 2;
}
@media (min-width: 576px) {
  .bs-fixed {
    display: none;
  }
}

.bs-fixedarea {
  position: relative;
  padding: 11px 5px 8px;
  display: flex;
}

.bs-fixedarea::before {
  background: rgba(255, 255, 255, 0.9);
  background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.9)), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0, #f6f6f6 47%, #ededed 100%);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

.bs-fixedarea::after {
  background-color: rgba(255, 255, 255, 0.9);
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: -70px;
  left: 0;
}

.bs-fixedarea.col-1 .bs-fixedbtn--txt {
  display: flex;
}

.bs-fixedarea.col-1 .bs-fixedbtn--txt .br {
  display: inline;
}

.bs-fixedarea--list {
  margin-left: 5px;
  width: 100%;
}

.bs-fixedarea--list:first-child {
  margin-left: 0;
}

.bs-fixedbtn--bt,
.bs-fixedbtn--ch,
.bs-fixedbtn--cte,
.bs-fixedbtn--exg,
.bs-fixedbtn--fa,
.bs-fixedbtn--fl,
.bs-fixedbtn--fm,
.bs-fixedbtn--fmi,
.bs-fixedbtn--fv,
.bs-fixedbtn--fva,
.bs-fixedbtn--se,
.bs-fixedbtn--te,
.bs-fixedbtn--tel {
  border-radius: 5px;
  border: 2px solid #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  box-sizing: border-box;
}
.bs-fixedbtn--bt:hover,
.bs-fixedbtn--ch:hover,
.bs-fixedbtn--cte:hover,
.bs-fixedbtn--exg:hover,
.bs-fixedbtn--fa:hover,
.bs-fixedbtn--fl:hover,
.bs-fixedbtn--fm:hover,
.bs-fixedbtn--fmi:hover,
.bs-fixedbtn--fv:hover,
.bs-fixedbtn--fva:hover,
.bs-fixedbtn--se:hover,
.bs-fixedbtn--te:hover,
.bs-fixedbtn--tel:hover {
  text-decoration: none;
}

.bs-fixedbtn--bt.fixedicn,
.bs-fixedbtn--ch.fixedicn,
.bs-fixedbtn--cte.fixedicn,
.bs-fixedbtn--exg.fixedicn,
.bs-fixedbtn--fa.fixedicn,
.bs-fixedbtn--fl.fixedicn,
.bs-fixedbtn--fm.fixedicn,
.bs-fixedbtn--fmi.fixedicn,
.bs-fixedbtn--fv.fixedicn,
.bs-fixedbtn--fva.fixedicn,
.bs-fixedbtn--se.fixedicn,
.bs-fixedbtn--te.fixedicn,
.bs-fixedbtn--tel.fixedicn {
  position: relative;
  padding-left: 20px;
}

.bs-fixedbtn--te,
.bs-fixedbtn--tel {
  background-image: linear-gradient(90deg, #da4a1d 1%, #e66132 75%);
}

.bs-fixedbtn--bt,
.bs-fixedbtn--fm,
.bs-fixedbtn--fmi {
  background-image: linear-gradient(90deg, #cc362b 0, #d74d41 75%);
}

.bs-fixedbtn--ch {
  background-image: linear-gradient(90deg, #ce670b 0, #ee8629 75%);
}

.bs-fixedbtn--exg,
.bs-fixedbtn--fa,
.bs-fixedbtn--fa.add,
.bs-fixedbtn--fl,
.bs-fixedbtn--fv,
.bs-fixedbtn--fva.add,
.bs-fixedbtn--se {
  background-image: linear-gradient(90deg, #209b8a 0, #26ab99 75%);
}

.bs-fixedbtn--fa,
.bs-fixedbtn--fva {
  background-image: linear-gradient(90deg, #818181 0, #999 75%);
}

.bs-fixedbtn--se {
  letter-spacing: 0.5rem;
}

.bs-fixedbtn--fl,
.bs-fixedbtn--fv {
  position: relative;
}

.bs-fixedbtn--fl .num,
.bs-fixedbtn--fv .num {
  border-radius: 6px;
  width: 20px;
  height: 12px;
  line-height: 12px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4px;
  left: 12px;
}

.bs-fixedbtn--fl .num .num-inner,
.bs-fixedbtn--fv .num .num-inner {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #f27721;
  line-height: 1;
}

.bs-fixedbtn--fa,
.bs-fixedbtn--fva {
  position: relative;
}

.bs-fixedbtn--fa .bs-fixedicn,
.bs-fixedbtn--fva .bs-fixedicn {
  display: none;
}

.bs-fixedbtn--fa.cookieenabled,
.bs-fixedbtn--fva.cookieenabled {
  display: none;
}

.bs-fixedbtn--fa .bs-fixedbtn--txt,
.bs-fixedbtn--fva .bs-fixedbtn--txt {
  display: none;
}

.bs-fixedbtn--fa .bs-fixedbtn--txt.inner-remove,
.bs-fixedbtn--fva .bs-fixedbtn--txt.inner-remove {
  display: flex;
}

.bs-fixedbtn--fa::before,
.bs-fixedbtn--fva::before {
  font-size: 2rem;
  color: #fff;
  content: "×";
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
  width: 25px !important;
  height: 25px;
}

.bs-fixedbtn--fa.add::before,
.bs-fixedbtn--fva.add::before {
  display: none;
}

.bs-fixedbtn--fa.add::after,
.bs-fixedbtn--fva.add::after {
  background-color: #fff;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 700;
  color: #25a795;
  content: "＋";
  display: block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 18px;
}

.bs-fixedbtn--fa.add .bs-fixedicn,
.bs-fixedbtn--fva.add .bs-fixedicn {
  display: block;
}

.bs-fixedbtn--fa.add .bs-fixedbtn--txt,
.bs-fixedbtn--fva.add .bs-fixedbtn--txt {
  display: flex;
}

.bs-fixedbtn--fa.add .bs-fixedbtn--txt.inner-remove,
.bs-fixedbtn--fva.add .bs-fixedbtn--txt.inner-remove {
  display: none;
}

.bs-fixedbtn--cte {
  background-color: #f2faf5;
}

.bs-fixedbtn--cte .bs-fixedbtn--txt {
  color: #008b4f;
}

.bs-fixedicn {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
  width: 25px !important;
  height: 25px;
}

.w25p .bs-fixedbtn--txt .br,
.w33p .bs-fixedbtn--txt .br,
.w50p .bs-fixedbtn--txt .br {
  display: block;
}

.w25p .bs-fixedbtn--te .bs-fixedbtn--txt,
.w33p .bs-fixedbtn--te .bs-fixedbtn--txt,
.w50p .bs-fixedbtn--te .bs-fixedbtn--txt {
  font-size: 1.4rem;
}

.w25p .sub,
.w33p .sub,
.w50p .sub {
  display: none;
}

.w33p .bs-fixedicn {
  left: 5px;
}

.w33p .bs-fixedbtn--txt {
  font-size: 1.2rem;
}

.w33p .bs-fixedbtn--ch {
  letter-spacing: -0.1rem;
}

.w33p .bs-fixedbtn--ch .bs-fixedbtn--txt .br {
  display: inline;
}

.w33p .bs-fixedbtn--ch .bs-fixedicn {
  left: 2px;
}

.w33p .bs-fixedbtn--fa .bs-fixedbtn--txt,
.w33p .bs-fixedbtn--fva .bs-fixedbtn--txt {
  letter-spacing: -0.1rem;
}

.w33p .bs-fixedbtn--fa .bs-fixedicn,
.w33p .bs-fixedbtn--fva .bs-fixedicn {
  left: 2px;
}

.w25p .bs-fixedicn {
  left: 2px;
}

.w25p .bs-fixedbtn--txt {
  font-size: 1rem;
}

.w25p .bs-fixedbtn--ch {
  letter-spacing: -0.1rem;
}

.w25p .bs-fixedbtn--se .bs-fixedbtn--txt {
  font-size: 1.4rem;
}

.w25p .bs-fixedbtn--te .bs-fixedbtn--txt {
  font-size: 1.1rem;
}

.w25p .bs-fixedbtn--bt,
.w25p .bs-fixedbtn--exg,
.w25p .bs-fixedbtn--fm,
.w25p .bs-fixedbtn--fmi {
  padding-left: 0;
}

.w25p .bs-fixedbtn--bt .bs-fixedicn,
.w25p .bs-fixedbtn--exg .bs-fixedicn,
.w25p .bs-fixedbtn--fm .bs-fixedicn,
.w25p .bs-fixedbtn--fmi .bs-fixedicn {
  display: none;
}

.w25p .bs-fixedbtn--bt .bs-fixedbtn--txt,
.w25p .bs-fixedbtn--exg .bs-fixedbtn--txt,
.w25p .bs-fixedbtn--fm .bs-fixedbtn--txt,
.w25p .bs-fixedbtn--fmi .bs-fixedbtn--txt {
  font-size: 1.2rem;
}

.w25p .bs-fixedbtn--fl,
.w25p .bs-fixedbtn--fv {
  letter-spacing: -0.1rem;
}

.w25p .bs-fixedbtn--fl .bs-fixedbtn--txt,
.w25p .bs-fixedbtn--fv .bs-fixedbtn--txt {
  font-size: 1.1rem;
}

.w25p .bs-fixedbtn--fa,
.w25p .bs-fixedbtn--fva {
  letter-spacing: -0.1rem;
}

.w25p .bs-fixedbtn--fa .bs-fixedbtn--txt,
.w25p .bs-fixedbtn--fva .bs-fixedbtn--txt {
  font-size: 1rem;
}

.bs-fixedbtn--txt {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  display: block;
  text-align: center;
}

.bs-fixedbtn--te .bs-fixedbtn--txt {
  font-size: 1.6rem;
}

.c-accordion-body {
  display: none;
}

.c-accordion-closeBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: none;
  background-color: #e3e3e3;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 575px) {
  .c-accordion-closeBtn {
    padding: 4px;
  }
}
@media (min-width: 576px) {
  .c-accordion-closeBtn {
    padding: 6px;
  }
}
.c-accordion-closeBtn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #999999;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-link-list {
  border-bottom: 1px solid #e3e3e3;
}
.c-link-list > li {
  border-top: 1px solid #e3e3e3;
}
.c-link-list-child {
  background-color: #f0f0f0;
}
.c-link-list-child > li + li {
  border-top: 1px solid #e3e3e3;
}

.c-linkBox-arrow {
  display: flex;
  align-items: center;
  position: relative;
  height: 58px;
  color: #333;
  font-size: 14px;
}
.c-linkBox-arrow::after {
  content: "";
  display: block;
  border-top: 1px solid #2fa0a2;
  border-right: 1px solid #2fa0a2;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 6px;
  width: 6px;
}
.c-linkBox-arrow.-small {
  height: 40px;
}
.c-linkBox-arrow.-bar {
  padding-left: 10px;
}
.c-linkBox-arrow.-bar::before {
  content: "";
  display: block;
  background-color: #2fa0a2;
  width: 4px;
  height: 20px;
  margin-right: 10px;
}

.c-linkBox-accordion {
  display: flex;
  align-items: center;
  position: relative;
  height: 58px;
  color: #333;
  font-size: 14px;
}
@media (max-width: 575px) {
  .c-linkBox-accordion {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.c-linkBox-accordion_icon {
  display: block;
  border: 1px solid #2fa0a2;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 20px;
  width: 20px;
}
@media (max-width: 575px) {
  .c-linkBox-accordion_icon {
    right: 10px;
  }
}
.c-linkBox-accordion_icon::before, .c-linkBox-accordion_icon::after {
  content: "";
  display: block;
  height: 2px;
  width: 8px;
  background-color: #2fa0a2;
  transition: 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.c-linkBox-accordion_icon::after {
  transform: rotate(90deg);
}
.c-linkBox-accordion.-active .c-linkBox-accordion_icon:after {
  transform: rotate(0deg);
}
.c-bnr {
  display: block;
}

.c-button-text {
  display: block;
  position: relative;
  font-size: 16px;
  color: #2873a7;
  font-weight: bold;
  background-color: #f9f9eb;
}
@media (max-width: 575px) {
  .c-button-text {
    margin-top: 20px;
    font-size: 16px;
    padding: 10px 15px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 576px) {
  .c-button-text {
    padding: 15px 20px;
  }
}
.c-button-text.-arrow::after {
  content: "";
  display: block;
  border-top: 1px solid #2873a7;
  border-right: 1px solid #2873a7;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 575px) {
  .c-button-text.-arrow::after {
    right: 11px;
    height: 8px;
    width: 8px;
  }
}
@media (min-width: 576px) {
  .c-button-text.-arrow::after {
    border-top: 2px solid #2873a7;
    border-right: 2px solid #2873a7;
    right: 15px;
    height: 9px;
    width: 9px;
  }
}

.c-button-list {
  text-align: center;
}
.c-button-list > li + li {
  margin-top: 10px;
}

.c-button {
  display: inline-flex;
  text-align: center;
  height: 60px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
  background-color: #2fa0a2;
  color: #fff !important;
  position: relative;
  width: 100%;
  max-width: 355px;
}
.c-button.-arrow::after {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 6px;
  width: 6px;
}
.c-button.-grey {
  background-color: #666;
}
.c-button.-blue {
  background-color: #2873a7;
}

.pager {
  margin-top: 5em;
  margin-bottom: 5em;
}
.pager a {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  color: #2fa0a2;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
.pager a:after {
  content: "";
  display: block;
  border-top: 1px solid #2fa0a2;
  border-right: 1px solid #2fa0a2;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 6px;
  width: 6px;
}
.pager .pager-arrow {
  display: none !important;
}
.pager .pager-prev {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}
.pager .pager-prev a {
  padding-left: 14px !important;
}
.pager .pager-prev a::after {
  transform: rotate(-135deg);
  left: 0;
}
.pager .pager-next {
  text-align: right;
  margin-right: 0;
  margin-left: auto;
}
.pager .pager-next a {
  padding-right: 14px !important;
}
.pager .pager-next a::after {
  right: 0;
}

.entry-footer-modules .hatena-module-title {
  position: relative;
  margin-top: 50px !important;
  margin-bottom: 20px !important;
  padding-left: 1.3em !important;
  border: none;
  border-top: 2px solid #2fa0a2;
  color: #2fa0a2;
  background-color: #f0f0f0;
}
@media (max-width: 575px) {
  .entry-footer-modules .hatena-module-title {
    font-size: 18px !important;
    margin-left: -10px;
    margin-right: -10px;
    padding: 13px 18px !important;
    line-height: 1.2 !important;
  }
}
@media (min-width: 576px) {
  .entry-footer-modules .hatena-module-title {
    font-size: 18px !important;
    padding: 10px 13px !important;
  }
}
.entry-footer-modules .hatena-module-title::before {
  content: none;
}
.entry-footer-modules .urllist-with-thumbnails {
  margin-top: -20px;
}
.entry-footer-modules .urllist-with-thumbnails .urllist-item {
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 0 !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.entry-footer-modules .urllist-with-thumbnails .urllist-item .urllist-item-inner {
  display: grid;
  position: relative;
  grid-template-columns: 120px auto;
  grid-template-rows: 10px auto;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
@media (min-width: 576px) {
  .entry-footer-modules .urllist-with-thumbnails .urllist-item .urllist-item-inner {
    grid-template-columns: 150px auto;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.entry-footer-modules .urllist-with-thumbnails .urllist-item .urllist-item-inner:after {
  content: "";
  display: block;
  border-top: 1px solid #2fa0a2;
  border-right: 1px solid #2fa0a2;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 6px;
  width: 6px;
}
@media (max-width: 575px) {
  .entry-footer-modules .urllist-with-thumbnails .urllist-item .urllist-item-inner:after {
    content: none;
  }
}
.entry-footer-modules .urllist-with-thumbnails .urllist-item .urllist-image-link {
  grid-column: 1/2;
  grid-row: 1/3;
}
.entry-footer-modules .urllist-with-thumbnails .urllist-item .urllist-image-link img {
  width: 100%;
  height: auto;
  max-width: none !important;
  margin-bottom: 0 !important;
}
.entry-footer-modules .urllist-with-thumbnails .urllist-item .urllist-date-link {
  grid-column: 2/3;
  grid-row: 1/2;
  color: #999999;
  font-weight: bold;
  width: 100%;
}
@media (max-width: 575px) {
  .entry-footer-modules .urllist-with-thumbnails .urllist-item .urllist-date-link {
    font-size: 12px;
    padding-top: 3px;
  }
}
@media (min-width: 576px) {
  .entry-footer-modules .urllist-with-thumbnails .urllist-item .urllist-date-link {
    font-size: 12px;
  }
}
.entry-footer-modules .urllist-with-thumbnails .urllist-item .urllist-title-link {
  font-size: 14px !important;
  font-weight: bold;
  color: #333;
  width: 100%;
}
@media (max-width: 575px) {
  .entry-footer-modules .urllist-with-thumbnails .urllist-item .urllist-title-link {
    margin-top: 2px;
  }
}
.entry-footer-modules .urllist-with-thumbnails .urllist-item .urllist-categories {
  display: none;
}
.entry-footer-modules .urllist-with-thumbnails .urllist-item .urllist-entry-body {
  display: none;
}

@media (max-width: 575px) {
  .c-article-parts_txt-large {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (min-width: 576px) {
  .c-article-parts_txt-large {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .c-article-parts_list {
    margin-top: -20px;
  }
}
@media (min-width: 576px) {
  .c-article-parts_list {
    display: flex;
    justify-content: space-between;
    margin-top: 35px !important;
  }
}
.c-article-parts_list_item {
  position: relative;
}
@media (max-width: 575px) {
  .c-article-parts_list_item {
    border-bottom: 1px solid #e3e3e3;
  }
}
@media (min-width: 576px) {
  .c-article-parts_list_item {
    width: 212px;
  }
}
@media (max-width: 575px) {
  .c-article-parts_list_item::after {
    content: "";
    display: block;
    border-top: 1px solid #2fa0a2;
    border-right: 1px solid #2fa0a2;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2px;
    margin: auto;
    height: 6px;
    width: 6px;
  }
}
@media (max-width: 575px) {
  .c-article-parts_list_link {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .c-article-parts_list_img {
    width: 120px;
    margin: 0 !important;
  }
}
@media (min-width: 576px) {
  .c-article-parts_list_img {
    margin: 0 auto 16px !important;
  }
}
@media (max-width: 575px) {
  .c-article-parts_list_body {
    width: calc(100% - 130px);
    padding-right: 20px;
    padding-left: 10px;
    font-size: 12px;
  }
}
@media (min-width: 576px) {
  .c-article-parts_list_body {
    font-size: 14px;
  }
}
.c-article-parts_list_body p {
  margin: 0;
}
.c-article-parts_btn {
  text-align: center;
  margin-top: 30px !important;
}
@media (max-width: 575px) {
  .c-article-parts_btn {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 576px) {
  .c-article-parts_btn {
    margin-top: 27px !important;
  }
}

.c-catalog_link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 575px) {
  .c-catalog_link {
    margin-top: 20px;
  }
}
@media (min-width: 576px) {
  .c-catalog_link {
    margin-top: 30px;
  }
}
.c-catalog_link::after {
  content: "";
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 575px) {
  .c-catalog_link::after {
    border-top: 1px solid #2873a7;
    border-right: 1px solid #2873a7;
    right: 2px;
    height: 6px;
    width: 6px;
  }
}
@media (min-width: 576px) {
  .c-catalog_link::after {
    border-top: 3px solid #2873a7;
    border-right: 3px solid #2873a7;
    height: 15px;
    width: 15px;
    right: 20px;
  }
}
@media (max-width: 575px) {
  .c-catalog_img {
    width: 120px;
    margin: 0;
  }
}
@media (min-width: 576px) {
  .c-catalog_img {
    width: 250px;
    margin: 0;
  }
}
@media (max-width: 575px) {
  .c-catalog_body {
    width: calc(100% - 130px);
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  .c-catalog_body {
    width: calc(100% - 270px);
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .c-catalog_list {
    margin-top: -1px;
    padding-right: 1em !important;
  }
}
.c-catalog_list > dt {
  color: #333333;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .c-catalog_list > dt {
    font-size: 12px;
  }
}
@media (min-width: 576px) {
  .c-catalog_list > dt {
    font-size: 14px;
  }
}
.c-catalog_list > dd {
  font-weight: bold;
  color: #2fa0a2;
}
@media (max-width: 575px) {
  .c-catalog_list > dd {
    font-size: 12px;
    margin-top: -2px;
  }
}
@media (min-width: 576px) {
  .c-catalog_list > dd {
    font-size: 18px;
    margin-top: 1px;
  }
}
@media (max-width: 575px) {
  .c-catalog_list > dd + dt {
    margin-top: 4px;
  }
}
@media (min-width: 576px) {
  .c-catalog_list > dd + dt {
    margin-top: 8px;
  }
}

.c-stock_list_ttl {
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .c-stock_list_ttl {
    font-size: 18px;
    margin-bottom: 1px !important;
  }
}
.c-stock_list_price {
  font-weight: bold;
  color: #2fa0a2 !important;
}
@media (max-width: 575px) {
  .c-stock_list_price {
    font-size: 16px;
    margin-top: -3px !important;
    line-height: 1.4;
  }
}
@media (min-width: 576px) {
  .c-stock_list_price {
    font-size: 18px;
    margin-bottom: 1px !important;
  }
}
@media (max-width: 575px) {
  .c-stock_list_txt {
    margin-top: 4px !important;
  }
  .c-stock_list_txt:last-child {
    margin-bottom: -2px;
  }
}
.c-stock_list_txt strong {
  font-weight: bold !important;
}
@media (max-width: 575px) {
  .c-stock_list_txt + .c-stock_list_txt {
    margin-top: -2px !important;
  }
}

.c-comparing_list_img {
  position: relative;
}
.c-comparing_list_img::after {
  content: "VS";
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  background-color: #f6d359;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
}
@media (max-width: 575px) {
  .c-comparing_list_img::after {
    width: 30px;
    height: 30px;
    top: -9px;
    right: -8px;
    font-size: 12px;
  }
}
@media (min-width: 576px) {
  .c-comparing_list_img::after {
    left: -1px;
    width: 40px;
    height: 40px;
    bottom: -15px;
    font-size: 14px;
  }
}
.c-comparing_list_maker {
  font-weight: bold;
}
.c-comparing_list_name {
  font-weight: bold;
  color: #2fa0a2 !important;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .c-comparing_list_name {
    font-size: 16px;
    margin-bottom: 3px !important;
  }
}
@media (min-width: 576px) {
  .c-comparing_list_name {
    font-size: 18px;
    margin-top: 1px !important;
  }
}
.c-comparing_list_txt {
  font-weight: bold;
}
.c-assessment {
  background-color: #f1faf5;
  border-top: 4px solid #008b52;
}
@media (max-width: 575px) {
  .c-assessment {
    padding: 24px 28px 20px !important;
    margin: 0 -10px !important;
  }
}
@media (min-width: 576px) {
  .c-assessment {
    padding: 18px 20px 20px !important;
  }
}
.c-assessment_copy {
  font-weight: bold;
  color: #fe7733 !important;
  text-align: center;
  margin-bottom: 0 !important;
}
@media (max-width: 575px) {
  .c-assessment_copy {
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  .c-assessment_copy {
    font-size: 18px;
    line-height: 1.3;
  }
}
.c-assessment_ttl {
  color: #008b52 !important;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 575px) {
  .c-assessment_ttl {
    font-size: 16px;
    line-height: 1.4;
    margin: 0px -20px 17px -20px !important;
  }
}
@media (min-width: 576px) {
  .c-assessment_ttl {
    font-size: 22px;
    line-height: 1.4;
    margin: 2px 0 15px 0 !important;
  }
}
@media (max-width: 575px) {
  .c-assessment_ttl .large {
    font-size: 19px;
  }
}
@media (min-width: 576px) {
  .c-assessment_ttl .large {
    font-size: 26px;
  }
}
@media (min-width: 576px) {
  .c-assessment_box {
    display: flex;
    justify-content: space-between;
  }
}
.c-assessment_col {
  background-color: #fff;
}
@media (max-width: 575px) {
  .c-assessment_col {
    margin: 0 0 10px 0 !important;
    padding: 13px 20px 20px !important;
  }
}
@media (min-width: 576px) {
  .c-assessment_col {
    width: 320px;
    margin: 0 !important;
    padding: 12px 20px 20px !important;
  }
}
.c-assessment_sttl {
  color: #333333;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 575px) {
  .c-assessment_sttl {
    font-size: 18px;
    padding-bottom: 13px !important;
    margin: 0 0 3px 0 !important;
  }
}
@media (min-width: 576px) {
  .c-assessment_sttl {
    font-size: 18px;
    padding-bottom: 14px !important;
    margin: 0 0 3px 0 !important;
  }
}
.c-assessment_txt {
  text-align: center;
  height: 6em;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .c-assessment_txt {
    line-height: 1.5;
    margin: 0 !important;
  }
}
@media (min-width: 576px) {
  .c-assessment_txt {
    line-height: 1.5;
    margin: 0 !important;
  }
}
.c-assessment_tel {
  background-color: #fcf7ec !important;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .c-assessment_tel {
    margin: 8px 0 0 0 !important;
  }
}
@media (min-width: 576px) {
  .c-assessment_tel {
    pointer-events: none;
    margin: 8px 0 0 0 !important;
  }
}
.c-assessment_tel_icon {
  display: block;
  width: 22px;
  height: 38px;
  background: url(https://cdn.blog.st-hatena.com/files/13574176438097594750/4207112889907667253) no-repeat center center/contain;
  margin: 1px 16px 0 0 !important;
}
@media (min-width: 576px) {
  .c-assessment_tel_icon {
    margin-right: 14px !important;
  }
}
.c-assessment_tel_txt {
  font-weight: bold;
  font-size: 12px;
  display: block;
}
@media (max-width: 575px) {
  .c-assessment_tel_txt {
    padding: 5px 0 0 4px;
  }
}
@media (min-width: 576px) {
  .c-assessment_tel_txt {
    padding: 7px 0 0 6px;
  }
}
.c-assessment_tel_num {
  font-size: 26px;
  color: #fe7733 !important;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
@media (max-width: 575px) {
  .c-assessment_tel_num {
    padding: 0px 0 0 4px;
  }
}
@media (min-width: 576px) {
  .c-assessment_tel_num {
    padding: 1px 0 0 5px;
  }
}
.c-assessment_btn {
  text-align: center;
  background-color: #f20519 !important;
  font-weight: bold;
  color: #fff !important;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  font-size: 20px !important;
  position: relative;
}
@media (max-width: 575px) {
  .c-assessment_btn {
    margin: 8px 0 0 0 !important;
  }
}
@media (min-width: 576px) {
  .c-assessment_btn {
    margin: 8px 0 0 0 !important;
  }
}
.c-assessment_btn::after {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 10px;
  width: 10px;
}
@media (min-width: 576px) {
  .c-assessment_btn::after {
    right: 12px;
  }
}

.c-heading-box {
  color: #fff;
  background-color: #2fa0a2;
  font-size: 18px;
  font-weight: bold;
  padding: 16px 10px;
}

.u-display-none {
  display: none;
}

.u-width-100per {
  width: 100% !important;
}

.u-maxWidth-none {
  max-width: none !important;
}

.u-text-green {
  color: #2fa0a2 !important;
}

.u-text-grey {
  color: #333 !important;
}

@media (max-width: 575px) {
  .u-display-none-sp {
    display: none !important;
  }
  .u-border-bottom-none-sp {
    border-bottom: none !important;
  }
}
@media (min-width: 576px) {
  .c-icon {
    display: inline-block;
  }
  .c-icon:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20px;
    height: 20px;
  }
  .c-icon.c-icon-article:before {
    background-image: url(/img/ico_doc02.png);
  }
  .u-display-none-pc {
    display: none;
  }
  .u-blockLink {
    display: block;
    color: inherit;
  }
  .bold,
.u-bold {
    font-weight: 700 !important;
  }
  .u-color--main {
    color: #008042 !important;
  }
  .u-color--sub {
    color: #ef0000 !important;
  }
  .u-color--orange {
    color: #e95514 !important;
  }
  .u-fluid {
    max-width: 100%;
    height: auto;
  }
  .u-fz10 {
    font-size: 10px !important;
    font-size: 1rem !important;
  }
  .u-fz11 {
    font-size: 11px !important;
    font-size: 1.1rem !important;
  }
  .u-fz12 {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
  .u-fz13 {
    font-size: 13px !important;
    font-size: 1.3rem !important;
  }
  .u-fz14 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
  .u-fz15 {
    font-size: 15px !important;
    font-size: 1.5rem !important;
  }
  .u-fz16 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
  .u-fz17 {
    font-size: 17px !important;
    font-size: 1.7rem !important;
  }
  .u-fz18 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
  .u-fz19 {
    font-size: 19px !important;
    font-size: 1.9rem !important;
  }
  .u-fz20 {
    font-size: 20px !important;
    font-size: 2rem !important;
  }
  .u-fz21 {
    font-size: 21px !important;
    font-size: 2.1rem !important;
  }
  .u-fz22 {
    font-size: 22px !important;
    font-size: 2.2rem !important;
  }
  .u-fz23 {
    font-size: 23px !important;
    font-size: 2.3rem !important;
  }
  .u-fz24 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }
  .u-fz25 {
    font-size: 25px !important;
    font-size: 2.5rem !important;
  }
  .u-fz26 {
    font-size: 26px !important;
    font-size: 2.6rem !important;
  }
  .u-fz27 {
    font-size: 27px !important;
    font-size: 2.7rem !important;
  }
  .u-fz28 {
    font-size: 28px !important;
    font-size: 2.8rem !important;
  }
  .u-fz29 {
    font-size: 29px !important;
    font-size: 2.9rem !important;
  }
  .u-fz30 {
    font-size: 30px !important;
    font-size: 3rem !important;
  }
  .u-fz31 {
    font-size: 31px !important;
    font-size: 3.1rem !important;
  }
  .u-fz32 {
    font-size: 32px !important;
    font-size: 3.2rem !important;
  }
  .u-fz33 {
    font-size: 33px !important;
    font-size: 3.3rem !important;
  }
  .u-fz34 {
    font-size: 34px !important;
    font-size: 3.4rem !important;
  }
  .u-fz35 {
    font-size: 35px !important;
    font-size: 3.5rem !important;
  }
  .u-fz36 {
    font-size: 36px !important;
    font-size: 3.6rem !important;
  }
  .u-fz37 {
    font-size: 37px !important;
    font-size: 3.7rem !important;
  }
  .u-fz38 {
    font-size: 38px !important;
    font-size: 3.8rem !important;
  }
  .u-fz39 {
    font-size: 39px !important;
    font-size: 3.9rem !important;
  }
  .u-fz40 {
    font-size: 40px !important;
    font-size: 4rem !important;
  }
  .u-hover,
.u-hover--block {
    transition: opacity 0.2s ease-out;
  }
  .u-hover--block:hover,
.u-hover:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .u-hover--block {
    display: block;
  }
  .u-inherit {
    color: inherit !important;
  }
  .u-pa0,
.u-pt0,
.u-pv0 {
    padding-top: 0 !important;
  }
  .u-pa0,
.u-ph0,
.u-pr0 {
    padding-right: 0 !important;
  }
  .u-pa0,
.u-pb0,
.u-pv0 {
    padding-bottom: 0 !important;
  }
  .u-pa0,
.u-ph0,
.u-pl0 {
    padding-left: 0 !important;
  }
  .u-pa5,
.u-pt5,
.u-pv5 {
    padding-top: 5px !important;
  }
  .u-pa5,
.u-ph5,
.u-pr5 {
    padding-right: 5px !important;
  }
  .u-pa5,
.u-pb5,
.u-pv5 {
    padding-bottom: 5px !important;
  }
  .u-pa5,
.u-ph5,
.u-pl5 {
    padding-left: 5px !important;
  }
  .u-pa10,
.u-pt10,
.u-pv10 {
    padding-top: 10px !important;
  }
  .u-pa10,
.u-ph10,
.u-pr10 {
    padding-right: 10px !important;
  }
  .u-pa10,
.u-pb10,
.u-pv10 {
    padding-bottom: 10px !important;
  }
  .u-pa10,
.u-ph10,
.u-pl10 {
    padding-left: 10px !important;
  }
  .u-pa15,
.u-pt15,
.u-pv15 {
    padding-top: 15px !important;
  }
  .u-pa15,
.u-ph15,
.u-pr15 {
    padding-right: 15px !important;
  }
  .u-pa15,
.u-pb15,
.u-pv15 {
    padding-bottom: 15px !important;
  }
  .u-pa15,
.u-ph15,
.u-pl15 {
    padding-left: 15px !important;
  }
  .u-pa20,
.u-pt20,
.u-pv20 {
    padding-top: 20px !important;
  }
  .u-pa20,
.u-ph20,
.u-pr20 {
    padding-right: 20px !important;
  }
  .u-pa20,
.u-pb20,
.u-pv20 {
    padding-bottom: 20px !important;
  }
  .u-pa20,
.u-ph20,
.u-pl20 {
    padding-left: 20px !important;
  }
  .u-pa25,
.u-pt25,
.u-pv25 {
    padding-top: 25px !important;
  }
  .u-pa25,
.u-ph25,
.u-pr25 {
    padding-right: 25px !important;
  }
  .u-pa25,
.u-pb25,
.u-pv25 {
    padding-bottom: 25px !important;
  }
  .u-pa25,
.u-ph25,
.u-pl25 {
    padding-left: 25px !important;
  }
  .u-pa30,
.u-pt30,
.u-pv30 {
    padding-top: 30px !important;
  }
  .u-pa30,
.u-ph30,
.u-pr30 {
    padding-right: 30px !important;
  }
  .u-pa30,
.u-pb30,
.u-pv30 {
    padding-bottom: 30px !important;
  }
  .u-pa30,
.u-ph30,
.u-pl30 {
    padding-left: 30px !important;
  }
  .u-pa40,
.u-pt40,
.u-pv40 {
    padding-top: 40px !important;
  }
  .u-pa40,
.u-ph40,
.u-pr40 {
    padding-right: 40px !important;
  }
  .u-pa40,
.u-pb40,
.u-pv40 {
    padding-bottom: 40px !important;
  }
  .u-pa40,
.u-ph40,
.u-pl40 {
    padding-left: 40px !important;
  }
  .u-ma0,
.u-mt0,
.u-mv0 {
    margin-top: 0 !important;
  }
  .u-ma0,
.u-mh0,
.u-mr0 {
    margin-right: 0 !important;
  }
  .u-ma0,
.u-mb0,
.u-mv0 {
    margin-bottom: 0 !important;
  }
  .u-ma0,
.u-mh0,
.u-ml0 {
    margin-left: 0 !important;
  }
  .u-ma5,
.u-mt5,
.u-mv5 {
    margin-top: 5px !important;
  }
  .u-ma5,
.u-mh5,
.u-mr5 {
    margin-right: 5px !important;
  }
  .u-ma5,
.u-mb5,
.u-mv5 {
    margin-bottom: 5px !important;
  }
  .u-ma5,
.u-mh5,
.u-ml5 {
    margin-left: 5px !important;
  }
  .u-ma10,
.u-mt10,
.u-mv10 {
    margin-top: 10px !important;
  }
  .u-ma10,
.u-mh10,
.u-mr10 {
    margin-right: 10px !important;
  }
  .u-ma10,
.u-mb10,
.u-mv10 {
    margin-bottom: 10px !important;
  }
  .u-ma10,
.u-mh10,
.u-ml10 {
    margin-left: 10px !important;
  }
  .u-ma15,
.u-mt15,
.u-mv15 {
    margin-top: 15px !important;
  }
  .u-ma15,
.u-mh15,
.u-mr15 {
    margin-right: 15px !important;
  }
  .u-ma15,
.u-mb15,
.u-mv15 {
    margin-bottom: 15px !important;
  }
  .u-ma15,
.u-mh15,
.u-ml15 {
    margin-left: 15px !important;
  }
  .u-ma20,
.u-mt20,
.u-mv20 {
    margin-top: 20px !important;
  }
  .u-ma20,
.u-mh20,
.u-mr20 {
    margin-right: 20px !important;
  }
  .u-ma20,
.u-mb20,
.u-mv20 {
    margin-bottom: 20px !important;
  }
  .u-ma20,
.u-mh20,
.u-ml20 {
    margin-left: 20px !important;
  }
  .u-ma25,
.u-mt25,
.u-mv25 {
    margin-top: 25px !important;
  }
  .u-ma25,
.u-mh25,
.u-mr25 {
    margin-right: 25px !important;
  }
  .u-ma25,
.u-mb25,
.u-mv25 {
    margin-bottom: 25px !important;
  }
  .u-ma25,
.u-mh25,
.u-ml25 {
    margin-left: 25px !important;
  }
  .u-ma30,
.u-mt30,
.u-mv30 {
    margin-top: 30px !important;
  }
  .u-ma30,
.u-mh30,
.u-mr30 {
    margin-right: 30px !important;
  }
  .u-ma30,
.u-mb30,
.u-mv30 {
    margin-bottom: 30px !important;
  }
  .u-ma30,
.u-mh30,
.u-ml30 {
    margin-left: 30px !important;
  }
  .u-ma40,
.u-mt40,
.u-mv40 {
    margin-top: 40px !important;
  }
  .u-ma40,
.u-mh40,
.u-mr40 {
    margin-right: 40px !important;
  }
  .u-ma40,
.u-mb40,
.u-mv40 {
    margin-bottom: 40px !important;
  }
  .u-ma40,
.u-mh40,
.u-ml40 {
    margin-left: 40px !important;
  }
  .u-ma45,
.u-mt45,
.u-mv45 {
    margin-top: 45px !important;
  }
  .u-ma45,
.u-mh45,
.u-mr45 {
    margin-right: 45px !important;
  }
  .u-ma45,
.u-mb45,
.u-mv45 {
    margin-bottom: 45px !important;
  }
  .u-ma45,
.u-mh45,
.u-ml45 {
    margin-left: 45px !important;
  }
  .u-ma50,
.u-mt50,
.u-mv50 {
    margin-top: 50px !important;
  }
  .u-ma50,
.u-mh50,
.u-mr50 {
    margin-right: 50px !important;
  }
  .u-ma50,
.u-mb50,
.u-mv50 {
    margin-bottom: 50px !important;
  }
  .u-ma50,
.u-mh50,
.u-ml50 {
    margin-left: 50px !important;
  }
  .u-ma55,
.u-mt55,
.u-mv55 {
    margin-top: 55px !important;
  }
  .u-ma55,
.u-mh55,
.u-mr55 {
    margin-right: 55px !important;
  }
  .u-ma55,
.u-mb55,
.u-mv55 {
    margin-bottom: 55px !important;
  }
  .u-ma55,
.u-mh55,
.u-ml55 {
    margin-left: 55px !important;
  }
  .u-ma60,
.u-mt60,
.u-mv60 {
    margin-top: 60px !important;
  }
  .u-ma60,
.u-mh60,
.u-mr60 {
    margin-right: 60px !important;
  }
  .u-ma60,
.u-mb60,
.u-mv60 {
    margin-bottom: 60px !important;
  }
  .u-ma60,
.u-mh60,
.u-ml60 {
    margin-left: 60px !important;
  }
  .u-text--default {
    color: #333 !important;
  }
  .u-text--lighter {
    color: #666 !important;
  }
  .is-overlay-visible .u-underOverlay {
    pointer-events: none !important;
  }
  .l-container,
.l-container--large,
.l-container--small {
    margin: auto;
    position: relative;
  }
  .l-container--large:after,
.l-container--large:before,
.l-container--small:after,
.l-container--small:before,
.l-container:after,
.l-container:before {
    display: table;
    content: "";
  }
  .l-container--large:after,
.l-container--small:after,
.l-container:after {
    clear: both;
  }
  .l-container {
    width: 1200px;
  }
  .l-container--large {
    width: 1230px;
  }
  .l-container--small {
    width: 740px;
  }
  .page-ttl-h1 {
    height: 20px;
    line-height: 20px;
    background: #b8a280;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    color: #634f31;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 6;
  }
  .ipad .header-v001,
.ipad .page-ttl-h1,
.ipad body {
    min-width: 1300px;
  }
  .ie.ie9 .tel__number {
    font-size: 4rem;
    text-align: center;
  }
  .ie.ie9 .tel__number--small {
    font-size: 2.8rem;
    text-align: center;
  }
  .icon-arrow {
    padding-top: 1px;
    padding-left: 16px;
  }
  .icon-arrow:before {
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url(/assets/img/sprite2.png);
    background-position: -377px -114px;
    width: 5px;
    height: 8px;
  }
  .icon-arrow--black {
    padding-left: 10px;
  }
  .icon-arrow--black:before {
    background-image: none;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
  }
  .icon-dot {
    padding-left: 16px;
  }
  .icon-dot:before {
    top: 0;
    bottom: 0;
    left: 5px;
    background-image: url(/assets/img/sprite2.png);
    background-position: -309px -146px;
    width: 5px;
    height: 8px;
  }
  .fl-r {
    float: right;
  }
  .fl-l {
    float: left;
  }
  .tx-r {
    text-align: right !important;
  }
  .tx-c {
    text-align: center !important;
  }
  .tx-l {
    text-align: left !important;
  }
  .vtl-t {
    vertical-align: top !important;
  }
  .vtl-m {
    vertical-align: middle !important;
  }
  .vtl-b {
    vertical-align: bottom !important;
  }
  .bold,
.tx-bold {
    font-weight: 700;
  }
  .normal,
.tx-normal {
    font-weight: 400;
  }
  .nowrap {
    white-space: nowrap;
  }
  .m0 {
    margin: 0 !important;
  }
  .m1 {
    margin: 1px !important;
  }
  .m2 {
    margin: 2px !important;
  }
  .m3 {
    margin: 3px !important;
  }
  .m4 {
    margin: 4px !important;
  }
  .m5 {
    margin: 5px !important;
  }
  .m6 {
    margin: 6px !important;
  }
  .m7 {
    margin: 7px !important;
  }
  .m8 {
    margin: 8px !important;
  }
  .m9 {
    margin: 9px !important;
  }
  .m10 {
    margin: 10px !important;
  }
  .m15 {
    margin: 15px !important;
  }
  .m20 {
    margin: 20px !important;
  }
  .m25 {
    margin: 25px !important;
  }
  .m30 {
    margin: 30px !important;
  }
  .m35 {
    margin: 35px !important;
  }
  .m40 {
    margin: 40px !important;
  }
  .m45 {
    margin: 45px !important;
  }
  .m50 {
    margin: 50px !important;
  }
  .m55 {
    margin: 55px !important;
  }
  .m60 {
    margin: 60px !important;
  }
  .m65 {
    margin: 65px !important;
  }
  .m70 {
    margin: 70px !important;
  }
  .m75 {
    margin: 75px !important;
  }
  .m80 {
    margin: 80px !important;
  }
  .m85 {
    margin: 85px !important;
  }
  .m90 {
    margin: 90px !important;
  }
  .m95 {
    margin: 95px !important;
  }
  .m100 {
    margin: 100px !important;
  }
  .m110 {
    margin: 110px !important;
  }
  .m120 {
    margin: 120px !important;
  }
  .m130 {
    margin: 130px !important;
  }
  .m140 {
    margin: 140px !important;
  }
  .m150 {
    margin: 150px !important;
  }
  .m160 {
    margin: 160px !important;
  }
  .m170 {
    margin: 170px !important;
  }
  .m180 {
    margin: 180px !important;
  }
  .m190 {
    margin: 190px !important;
  }
  .m200 {
    margin: 200px !important;
  }
  .m220 {
    margin: 220px !important;
  }
  .m240 {
    margin: 240px !important;
  }
  .m260 {
    margin: 260px !important;
  }
  .m280 {
    margin: 280px !important;
  }
  .m300 {
    margin: 300px !important;
  }
  .m0A {
    margin: 0 auto !important;
  }
  .mt-1 {
    margin-top: -1px !important;
  }
  .mt0 {
    margin-top: 0 !important;
  }
  .mt1 {
    margin-top: 1px !important;
  }
  .mt3 {
    margin-top: 3px !important;
  }
  .mt5 {
    margin-top: 5px !important;
  }
  .mt7 {
    margin-top: 7px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt15 {
    margin-top: 15px !important;
  }
  .mt20 {
    margin-top: 20px !important;
  }
  .mt25 {
    margin-top: 25px !important;
  }
  .mt30 {
    margin-top: 30px !important;
  }
  .mt35 {
    margin-top: 35px !important;
  }
  .mt40 {
    margin-top: 40px !important;
  }
  .mt45 {
    margin-top: 45px !important;
  }
  .mt50 {
    margin-top: 50px !important;
  }
  .mt55 {
    margin-top: 55px !important;
  }
  .mt60 {
    margin-top: 60px !important;
  }
  .mt65 {
    margin-top: 65px !important;
  }
  .mt70 {
    margin-top: 70px !important;
  }
  .mt75 {
    margin-top: 75px !important;
  }
  .mt80 {
    margin-top: 80px !important;
  }
  .mt85 {
    margin-top: 85px !important;
  }
  .mt90 {
    margin-top: 90px !important;
  }
  .mt95 {
    margin-top: 95px !important;
  }
  .mt100 {
    margin-top: 100px !important;
  }
  .mrA {
    margin-right: auto !important;
  }
  .mr0 {
    margin-right: 0 !important;
  }
  .mr1 {
    margin-right: 1px !important;
  }
  .mr3 {
    margin-right: 3px !important;
  }
  .mr5 {
    margin-right: 5px !important;
  }
  .mr7 {
    margin-right: 7px !important;
  }
  .mr10 {
    margin-right: 10px !important;
  }
  .mr15 {
    margin-right: 15px !important;
  }
  .mr20 {
    margin-right: 20px !important;
  }
  .mr25 {
    margin-right: 25px !important;
  }
  .mr30 {
    margin-right: 30px !important;
  }
  .mr35 {
    margin-right: 35px !important;
  }
  .mr40 {
    margin-right: 40px !important;
  }
  .mr45 {
    margin-right: 45px !important;
  }
  .mr50 {
    margin-right: 50px !important;
  }
  .mr55 {
    margin-right: 55px !important;
  }
  .mr60 {
    margin-right: 60px !important;
  }
  .mr65 {
    margin-right: 65px !important;
  }
  .mr70 {
    margin-right: 70px !important;
  }
  .mr75 {
    margin-right: 75px !important;
  }
  .mr80 {
    margin-right: 80px !important;
  }
  .mr85 {
    margin-right: 85px !important;
  }
  .mr90 {
    margin-right: 90px !important;
  }
  .mr95 {
    margin-right: 95px !important;
  }
  .mr100 {
    margin-right: 100px !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb1 {
    margin-bottom: 1px !important;
  }
  .mb3 {
    margin-bottom: 3px !important;
  }
  .mb5 {
    margin-bottom: 5px !important;
  }
  .mb7 {
    margin-bottom: 7px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb25 {
    margin-bottom: 25px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb35 {
    margin-bottom: 35px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb45 {
    margin-bottom: 45px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb55 {
    margin-bottom: 55px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb65 {
    margin-bottom: 65px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .mb75 {
    margin-bottom: 75px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .mb85 {
    margin-bottom: 85px !important;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .mb95 {
    margin-bottom: 95px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .mlA {
    margin-left: auto !important;
  }
  .ml0 {
    margin-left: 0 !important;
  }
  .ml1 {
    margin-left: 1px !important;
  }
  .ml3 {
    margin-left: 3px !important;
  }
  .ml5 {
    margin-left: 5px !important;
  }
  .ml7 {
    margin-left: 7px !important;
  }
  .ml10 {
    margin-left: 10px !important;
  }
  .ml15 {
    margin-left: 15px !important;
  }
  .ml20 {
    margin-left: 20px !important;
  }
  .ml25 {
    margin-left: 25px !important;
  }
  .ml30 {
    margin-left: 30px !important;
  }
  .ml35 {
    margin-left: 35px !important;
  }
  .ml40 {
    margin-left: 40px !important;
  }
  .ml45 {
    margin-left: 45px !important;
  }
  .ml50 {
    margin-left: 50px !important;
  }
  .ml55 {
    margin-left: 55px !important;
  }
  .ml60 {
    margin-left: 60px !important;
  }
  .ml65 {
    margin-left: 65px !important;
  }
  .ml70 {
    margin-left: 70px !important;
  }
  .ml75 {
    margin-left: 75px !important;
  }
  .ml80 {
    margin-left: 80px !important;
  }
  .ml85 {
    margin-left: 85px !important;
  }
  .ml90 {
    margin-left: 90px !important;
  }
  .ml95 {
    margin-left: 95px !important;
  }
  .ml100 {
    margin-left: 100px !important;
  }
  .p0 {
    padding: 0 !important;
  }
  .p1 {
    padding: 1px !important;
  }
  .p2 {
    padding: 2px !important;
  }
  .p3 {
    padding: 3px !important;
  }
  .p4 {
    padding: 4px !important;
  }
  .p5 {
    padding: 5px !important;
  }
  .p6 {
    padding: 6px !important;
  }
  .p7 {
    padding: 7px !important;
  }
  .p8 {
    padding: 8px !important;
  }
  .p9 {
    padding: 9px !important;
  }
  .p10 {
    padding: 10px !important;
  }
  .p15 {
    padding: 15px !important;
  }
  .p20 {
    padding: 20px !important;
  }
  .p25 {
    padding: 25px !important;
  }
  .p30 {
    padding: 30px !important;
  }
  .p35 {
    padding: 35px !important;
  }
  .p40 {
    padding: 40px !important;
  }
  .p45 {
    padding: 45px !important;
  }
  .p50 {
    padding: 50px !important;
  }
  .p55 {
    padding: 55px !important;
  }
  .p60 {
    padding: 60px !important;
  }
  .p65 {
    padding: 65px !important;
  }
  .p70 {
    padding: 70px !important;
  }
  .p75 {
    padding: 75px !important;
  }
  .p80 {
    padding: 80px !important;
  }
  .p85 {
    padding: 85px !important;
  }
  .p90 {
    padding: 90px !important;
  }
  .p95 {
    padding: 95px !important;
  }
  .p100 {
    padding: 100px !important;
  }
  .p110 {
    padding: 110px !important;
  }
  .p120 {
    padding: 120px !important;
  }
  .p130 {
    padding: 130px !important;
  }
  .p140 {
    padding: 140px !important;
  }
  .p150 {
    padding: 150px !important;
  }
  .p160 {
    padding: 160px !important;
  }
  .p170 {
    padding: 170px !important;
  }
  .p180 {
    padding: 180px !important;
  }
  .p190 {
    padding: 190px !important;
  }
  .p200 {
    padding: 200px !important;
  }
  .p220 {
    padding: 220px !important;
  }
  .p240 {
    padding: 240px !important;
  }
  .p260 {
    padding: 260px !important;
  }
  .p280 {
    padding: 280px !important;
  }
  .p300 {
    padding: 300px !important;
  }
  .pt0 {
    padding-top: 0 !important;
  }
  .pt1 {
    padding-top: 1px !important;
  }
  .pt3 {
    padding-top: 3px !important;
  }
  .pt5 {
    padding-top: 5px !important;
  }
  .pt7 {
    padding-top: 7px !important;
  }
  .pt10 {
    padding-top: 10px !important;
  }
  .pt15 {
    padding-top: 15px !important;
  }
  .pt20 {
    padding-top: 20px !important;
  }
  .pt25 {
    padding-top: 25px !important;
  }
  .pt30 {
    padding-top: 30px !important;
  }
  .pt35 {
    padding-top: 35px !important;
  }
  .pt40 {
    padding-top: 40px !important;
  }
  .pt45 {
    padding-top: 45px !important;
  }
  .pt50 {
    padding-top: 50px !important;
  }
  .pt55 {
    padding-top: 55px !important;
  }
  .pt60 {
    padding-top: 60px !important;
  }
  .pt65 {
    padding-top: 65px !important;
  }
  .pt70 {
    padding-top: 70px !important;
  }
  .pt75 {
    padding-top: 75px !important;
  }
  .pt80 {
    padding-top: 80px !important;
  }
  .pt85 {
    padding-top: 85px !important;
  }
  .pt90 {
    padding-top: 90px !important;
  }
  .pt95 {
    padding-top: 95px !important;
  }
  .pt100 {
    padding-top: 100px !important;
  }
  .pr0 {
    padding-right: 0 !important;
  }
  .pr1 {
    padding-right: 1px !important;
  }
  .pr3 {
    padding-right: 3px !important;
  }
  .pr5 {
    padding-right: 5px !important;
  }
  .pr7 {
    padding-right: 7px !important;
  }
  .pr10 {
    padding-right: 10px !important;
  }
  .pr15 {
    padding-right: 15px !important;
  }
  .pr20 {
    padding-right: 20px !important;
  }
  .pr25 {
    padding-right: 25px !important;
  }
  .pr30 {
    padding-right: 30px !important;
  }
  .pr35 {
    padding-right: 35px !important;
  }
  .pr40 {
    padding-right: 40px !important;
  }
  .pr45 {
    padding-right: 45px !important;
  }
  .pr50 {
    padding-right: 50px !important;
  }
  .pr55 {
    padding-right: 55px !important;
  }
  .pr60 {
    padding-right: 60px !important;
  }
  .pr65 {
    padding-right: 65px !important;
  }
  .pr70 {
    padding-right: 70px !important;
  }
  .pr75 {
    padding-right: 75px !important;
  }
  .pr80 {
    padding-right: 80px !important;
  }
  .pr85 {
    padding-right: 85px !important;
  }
  .pr90 {
    padding-right: 90px !important;
  }
  .pr95 {
    padding-right: 95px !important;
  }
  .pr100 {
    padding-right: 100px !important;
  }
  .pb0 {
    padding-bottom: 0 !important;
  }
  .pb1 {
    padding-bottom: 1px !important;
  }
  .pb3 {
    padding-bottom: 3px !important;
  }
  .pb5 {
    padding-bottom: 5px !important;
  }
  .pb7 {
    padding-bottom: 7px !important;
  }
  .pb10 {
    padding-bottom: 10px !important;
  }
  .pb15 {
    padding-bottom: 15px !important;
  }
  .pb20 {
    padding-bottom: 20px !important;
  }
  .pb25 {
    padding-bottom: 25px !important;
  }
  .pb30 {
    padding-bottom: 30px !important;
  }
  .pb35 {
    padding-bottom: 35px !important;
  }
  .pb40 {
    padding-bottom: 40px !important;
  }
  .pb45 {
    padding-bottom: 45px !important;
  }
  .pb50 {
    padding-bottom: 50px !important;
  }
  .pb55 {
    padding-bottom: 55px !important;
  }
  .pb60 {
    padding-bottom: 60px !important;
  }
  .pb65 {
    padding-bottom: 65px !important;
  }
  .pb70 {
    padding-bottom: 70px !important;
  }
  .pb75 {
    padding-bottom: 75px !important;
  }
  .pb80 {
    padding-bottom: 80px !important;
  }
  .pb85 {
    padding-bottom: 85px !important;
  }
  .pb90 {
    padding-bottom: 90px !important;
  }
  .pb95 {
    padding-bottom: 95px !important;
  }
  .pb100 {
    padding-bottom: 100px !important;
  }
  .pl0 {
    padding-left: 0 !important;
  }
  .pl1 {
    padding-left: 1px !important;
  }
  .pl3 {
    padding-left: 3px !important;
  }
  .pl5 {
    padding-left: 5px !important;
  }
  .pl7 {
    padding-left: 7px !important;
  }
  .pl10 {
    padding-left: 10px !important;
  }
  .pl15 {
    padding-left: 15px !important;
  }
  .pl20 {
    padding-left: 20px !important;
  }
  .pl25 {
    padding-left: 25px !important;
  }
  .pl30 {
    padding-left: 30px !important;
  }
  .pl35 {
    padding-left: 35px !important;
  }
  .pl40 {
    padding-left: 40px !important;
  }
  .pl45 {
    padding-left: 45px !important;
  }
  .pl50 {
    padding-left: 50px !important;
  }
  .pl55 {
    padding-left: 55px !important;
  }
  .pl60 {
    padding-left: 60px !important;
  }
  .pl65 {
    padding-left: 65px !important;
  }
  .pl70 {
    padding-left: 70px !important;
  }
  .pl75 {
    padding-left: 75px !important;
  }
  .pl80 {
    padding-left: 80px !important;
  }
  .pl85 {
    padding-left: 85px !important;
  }
  .pl90 {
    padding-left: 90px !important;
  }
  .pl95 {
    padding-left: 95px !important;
  }
  .pl100 {
    padding-left: 100px !important;
  }
  .w5 {
    height: auto;
    width: 5px !important;
    box-sizing: border-box;
  }
  .w10 {
    height: auto;
    width: 10px !important;
    box-sizing: border-box;
  }
  .w15 {
    height: auto;
    width: 15px !important;
    box-sizing: border-box;
  }
  .w20 {
    height: auto;
    width: 20px !important;
    box-sizing: border-box;
  }
  .w25 {
    height: auto;
    width: 25px !important;
    box-sizing: border-box;
  }
  .w30 {
    height: auto;
    width: 30px !important;
    box-sizing: border-box;
  }
  .w35 {
    height: auto;
    width: 35px !important;
    box-sizing: border-box;
  }
  .w40 {
    height: auto;
    width: 40px !important;
    box-sizing: border-box;
  }
  .w45 {
    height: auto;
    width: 45px !important;
    box-sizing: border-box;
  }
  .w50 {
    height: auto;
    width: 50px !important;
    box-sizing: border-box;
  }
  .w55 {
    height: auto;
    width: 55px !important;
    box-sizing: border-box;
  }
  .w60 {
    height: auto;
    width: 60px !important;
    box-sizing: border-box;
  }
  .w65 {
    height: auto;
    width: 65px !important;
    box-sizing: border-box;
  }
  .w70 {
    height: auto;
    width: 70px !important;
    box-sizing: border-box;
  }
  .w75 {
    height: auto;
    width: 75px !important;
    box-sizing: border-box;
  }
  .w80 {
    height: auto;
    width: 80px !important;
    box-sizing: border-box;
  }
  .w85 {
    height: auto;
    width: 85px !important;
    box-sizing: border-box;
  }
  .w90 {
    height: auto;
    width: 90px !important;
    box-sizing: border-box;
  }
  .w95 {
    height: auto;
    width: 95px !important;
    box-sizing: border-box;
  }
  .w100 {
    height: auto;
    width: 100px !important;
    box-sizing: border-box;
  }
  .w110 {
    height: auto;
    width: 110px !important;
    box-sizing: border-box;
  }
  .w120 {
    height: auto;
    width: 120px !important;
    box-sizing: border-box;
  }
  .w130 {
    height: auto;
    width: 130px !important;
    box-sizing: border-box;
  }
  .w140 {
    height: auto;
    width: 140px !important;
    box-sizing: border-box;
  }
  .w150 {
    height: auto;
    width: 150px !important;
    box-sizing: border-box;
  }
  .w160 {
    height: auto;
    width: 160px !important;
    box-sizing: border-box;
  }
  .w170 {
    height: auto;
    width: 170px !important;
    box-sizing: border-box;
  }
  .w180 {
    height: auto;
    width: 180px !important;
    box-sizing: border-box;
  }
  .w190 {
    height: auto;
    width: 190px !important;
    box-sizing: border-box;
  }
  .w200 {
    height: auto;
    width: 200px !important;
    box-sizing: border-box;
  }
  .w210 {
    height: auto;
    width: 210px !important;
    box-sizing: border-box;
  }
  .w220 {
    height: auto;
    width: 220px !important;
    box-sizing: border-box;
  }
  .w230 {
    height: auto;
    width: 230px !important;
    box-sizing: border-box;
  }
  .w240 {
    height: auto;
    width: 240px !important;
    box-sizing: border-box;
  }
  .w250 {
    height: auto;
    width: 250px !important;
    box-sizing: border-box;
  }
  .w260 {
    height: auto;
    width: 260px !important;
    box-sizing: border-box;
  }
  .w270 {
    height: auto;
    width: 270px !important;
    box-sizing: border-box;
  }
  .w278 {
    height: auto;
    width: 278px !important;
    box-sizing: border-box;
  }
  .w280 {
    height: auto;
    width: 280px !important;
    box-sizing: border-box;
  }
  .w290 {
    height: auto;
    width: 290px !important;
    box-sizing: border-box;
  }
  .w300 {
    height: auto;
    width: 300px !important;
    box-sizing: border-box;
  }
  .w360 {
    height: auto;
    width: 360px !important;
    box-sizing: border-box;
  }
  .w400 {
    height: auto;
    width: 400px !important;
    box-sizing: border-box;
  }
  .w5p {
    height: auto;
    width: 5%;
    box-sizing: border-box;
  }
  .w10p {
    height: auto;
    width: 10% !important;
    box-sizing: border-box;
  }
  .w15p {
    height: auto;
    width: 15%;
    box-sizing: border-box;
  }
  .w20p {
    height: auto;
    width: 20%;
    box-sizing: border-box;
  }
  .w25p {
    height: auto;
    width: 25%;
    box-sizing: border-box;
  }
  .w30p {
    height: auto;
    width: 30%;
    box-sizing: border-box;
  }
  .w33p {
    height: auto;
    width: 33%;
    box-sizing: border-box;
  }
  .w35p {
    height: auto;
    width: 35%;
    box-sizing: border-box;
  }
  .w40p {
    height: auto;
    width: 40%;
    box-sizing: border-box;
  }
  .w45p {
    height: auto;
    width: 45%;
    box-sizing: border-box;
  }
  .w50p {
    height: auto;
    width: 50%;
    box-sizing: border-box;
  }
  .w55p {
    height: auto;
    width: 55%;
    box-sizing: border-box;
  }
  .w60p {
    height: auto;
    width: 60%;
    box-sizing: border-box;
  }
  .w65p {
    height: auto;
    width: 65%;
    box-sizing: border-box;
  }
  .w70p {
    height: auto;
    width: 70%;
    box-sizing: border-box;
  }
  .w75p {
    height: auto;
    width: 75%;
    box-sizing: border-box;
  }
  .w80p {
    height: auto;
    width: 80%;
    box-sizing: border-box;
  }
  .w85p {
    height: auto;
    width: 85%;
    box-sizing: border-box;
  }
  .w90p {
    height: auto;
    width: 90%;
    box-sizing: border-box;
  }
  .w95p {
    height: auto;
    width: 95%;
    box-sizing: border-box;
  }
  .w100p {
    height: auto;
    width: 100%;
    box-sizing: border-box;
  }
  .bold {
    font-weight: 700 !important;
  }
  .tx10 {
    font-size: 10px !important;
    font-size: 1rem !important;
  }
  .tx11 {
    font-size: 11px !important;
    font-size: 1.1rem !important;
  }
  .tx12 {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
  .tx13 {
    font-size: 13px !important;
    font-size: 1.3rem !important;
  }
  .tx14 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
  .tx15 {
    font-size: 15px !important;
    font-size: 1.5rem !important;
  }
  .tx16 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
  .tx17 {
    font-size: 17px !important;
    font-size: 1.7rem !important;
  }
  .tx18 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
  .tx19 {
    font-size: 19px !important;
    font-size: 1.9rem !important;
  }
  .tx20 {
    font-size: 20px !important;
    font-size: 2rem !important;
  }
  .tx21 {
    font-size: 21px !important;
    font-size: 2.1rem !important;
  }
  .tx22 {
    font-size: 22px !important;
    font-size: 2.2rem !important;
  }
  .tx23 {
    font-size: 23px !important;
    font-size: 2.3rem !important;
  }
  .tx24 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }
  .tx25 {
    font-size: 25px !important;
    font-size: 2.5rem !important;
  }
  .tx26 {
    font-size: 26px !important;
    font-size: 2.6rem !important;
  }
  .tx27 {
    font-size: 27px !important;
    font-size: 2.7rem !important;
  }
  .tx28 {
    font-size: 28px !important;
    font-size: 2.8rem !important;
  }
  .tx29 {
    font-size: 29px !important;
    font-size: 2.9rem !important;
  }
  .tx30 {
    font-size: 30px !important;
    font-size: 3rem !important;
  }
  .tx31 {
    font-size: 31px !important;
    font-size: 3.1rem !important;
  }
  .tx32 {
    font-size: 32px !important;
    font-size: 3.2rem !important;
  }
  .tx33 {
    font-size: 33px !important;
    font-size: 3.3rem !important;
  }
  .tx34 {
    font-size: 34px !important;
    font-size: 3.4rem !important;
  }
  .tx35 {
    font-size: 35px !important;
    font-size: 3.5rem !important;
  }
  .tx36 {
    font-size: 36px !important;
    font-size: 3.6rem !important;
  }
  .tx37 {
    font-size: 37px !important;
    font-size: 3.7rem !important;
  }
  .tx38 {
    font-size: 38px !important;
    font-size: 3.8rem !important;
  }
  .tx39 {
    font-size: 39px !important;
    font-size: 3.9rem !important;
  }
  .tx40 {
    font-size: 40px !important;
    font-size: 4rem !important;
  }
  .tx41 {
    font-size: 41px !important;
    font-size: 4.1rem !important;
  }
  .tx42 {
    font-size: 42px !important;
    font-size: 4.2rem !important;
  }
  .tx43 {
    font-size: 43px !important;
    font-size: 4.3rem !important;
  }
  .tx44 {
    font-size: 44px !important;
    font-size: 4.4rem !important;
  }
  .tx45 {
    font-size: 45px !important;
    font-size: 4.5rem !important;
  }
  .tx46 {
    font-size: 46px !important;
    font-size: 4.6rem !important;
  }
  .tx47 {
    font-size: 47px !important;
    font-size: 4.7rem !important;
  }
  .tx48 {
    font-size: 48px !important;
    font-size: 4.8rem !important;
  }
  .tx49 {
    font-size: 49px !important;
    font-size: 4.9rem !important;
  }
  .tx50 {
    font-size: 50px !important;
    font-size: 5rem !important;
  }
  .tx51 {
    font-size: 51px !important;
    font-size: 5.1rem !important;
  }
  .tx52 {
    font-size: 52px !important;
    font-size: 5.2rem !important;
  }
  .tx53 {
    font-size: 53px !important;
    font-size: 5.3rem !important;
  }
  .tx54 {
    font-size: 54px !important;
    font-size: 5.4rem !important;
  }
  .tx55 {
    font-size: 55px !important;
    font-size: 5.5rem !important;
  }
  .tx56 {
    font-size: 56px !important;
    font-size: 5.6rem !important;
  }
  .tx57 {
    font-size: 57px !important;
    font-size: 5.7rem !important;
  }
  .tx58 {
    font-size: 58px !important;
    font-size: 5.8rem !important;
  }
  .tx59 {
    font-size: 59px !important;
    font-size: 5.9rem !important;
  }
  .tx60 {
    font-size: 60px !important;
    font-size: 6rem !important;
  }
  .tx70 {
    font-size: 70px !important;
    font-size: 7rem !important;
  }
  .tx80 {
    font-size: 80px !important;
    font-size: 8rem !important;
  }
  .tx90 {
    font-size: 90px !important;
    font-size: 9rem !important;
  }
  .tx100 {
    font-size: 100px !important;
    font-size: 10rem !important;
  }
  .bs-flex,
.bs-flex--wrap {
    display: flex;
  }
  .bs-flex--wrap {
    flex-wrap: wrap;
  }
  .jc--center {
    justify-content: center;
  }
  .jc--right {
    justify-content: right;
  }
  .jc--space-between {
    justify-content: space-between;
  }
  .al--center {
    align-items: center;
  }
  .bs-desc {
    margin-bottom: 15px;
  }
  .bs-desc--txt {
    font-size: 1.6rem;
  }
  .bs-txtlink {
    text-decoration: underline;
  }
  .bs-ttl01 {
    border-top: 3px solid #008b4f;
    border-bottom: 1px solid #008b4f;
    padding: 15px 0 15px 10px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .bs-ttl01.sub-ttl .bs-ttl01--sub {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 13px;
    background-color: #008b4f;
    color: #fff;
    padding: 5px 10px;
    height: 26px;
    margin-right: 10px;
    display: flex;
    align-items: center;
  }
  .bs-ttl01.tx-c {
    justify-content: center;
  }
  .bs-ttl01--txt {
    font-size: 2rem;
    font-weight: 700;
    color: #008b4f;
    display: block;
  }
  .bs-ttl02 {
    background-color: #f2faf5;
    padding: 15px 0 15px 10px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .bs-ttl02::before {
    background-color: #008b4f;
    content: "";
    display: block;
    width: 4px;
    height: 24px;
    margin-right: 10px;
  }
  .bs-ttl02.sub-ttl .bs-ttl02--sub {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 10px;
    background-color: #008b4f;
    color: #fff;
    padding: 5px 10px;
    height: 20px;
    margin-right: 10px;
    display: flex;
    align-items: center;
  }
  .bs-ttl02--txt {
    font-size: 2rem;
    font-weight: 700;
    color: #008b4f;
  }
  .bs-ttl03 {
    padding: 15px 0 15px 10px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .bs-ttl03::before {
    background-color: #008b4f;
    content: "";
    display: block;
    width: 4px;
    height: 24px;
    margin-right: 10px;
  }
  .bs-ttl03.sub-ttl .bs-ttl03--sub {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 10px;
    background-color: #008b4f;
    color: #fff;
    padding: 5px 10px;
    height: 20px;
    margin-right: 10px;
    display: flex;
    align-items: center;
  }
  .bs-ttl03--txt {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
  }
  .bs-notice.small {
    margin-top: 10px;
  }
  .bs-notice.small::before {
    font-size: 1rem;
  }
  .bs-notice.small .bs-notice-txt {
    font-size: 1rem;
  }
  .bs-notice .bs-notice-txt {
    font-size: 1.3rem;
    position: relative;
    line-height: 1.4;
    z-index: 1;
    padding-left: 1em;
    margin-top: 10px;
    text-align: left;
  }
  .bs-notice .bs-notice-txt:first-child {
    margin-top: 0;
  }
  .bs-notice .bs-notice-txt::before {
    content: "※";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .bs-notice.nonum .bs-notice-txt {
    padding-left: 3em;
  }
  .bs-notice.nonum .bs-notice-txt::before {
    font-weight: 400;
    content: "（※）";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .bs-notice.num {
    counter-reset: number 0;
  }
  .bs-notice.num .bs-notice-txt {
    padding-left: 3em;
  }
  .bs-notice.num .bs-notice-txt::before {
    counter-increment: number 1;
    content: "（※" counter(number) "）";
    display: block;
    position: absolute;
    top: 0;
    left: -8px;
  }
  .bs-notice.num--type2 {
    counter-reset: number 0;
  }
  .bs-notice.num--type2 .bs-notice-txt {
    padding-left: 2em;
  }
  .bs-notice.num--type2 .bs-notice-txt::before {
    counter-increment: number 1;
    content: "※" counter(number);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .bs-notice.num--type2.st2 .bs-notice-txt::before {
    counter-increment: number 2;
  }
  .bs-notice.num--type2.st3 .bs-notice-txt::before {
    counter-increment: number 3;
  }
}
.entry {
  padding-top: 20px;
  line-height: 1.76;
}
.entry .social-buttons {
  text-align: center;
}
.entry a {
  color: inherit;
  font-size: inherit;
}
.entry dl,
.entry ul,
.entry ol {
  font-size: inherit;
  margin-left: 0;
}
.entry .entry-content {
  font-size: 1.6rem;
}
.entry .entry-content > dl,
.entry .entry-content > ul,
.entry .entry-content > ol {
  margin-top: 2em;
  margin-bottom: 2em;
}
.entry .entry-content > ul:not(.table-of-contents) > li {
  position: relative;
  padding-left: 1.5em;
}
.entry .entry-content > ul:not(.table-of-contents) > li + li {
  margin-top: 10px;
}
.entry .entry-content > ul:not(.table-of-contents) > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0.5em;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #2fa0a2;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.entry .entry-content > ol {
  padding-left: 1.5em;
}
.entry .entry-content > ol > li {
  list-style: decimal;
}
.entry .entry-content > ol > li + li {
  margin-top: 10px;
}
.entry .entry-content > dl dt {
  font-weight: bold;
}
.entry .entry-content hr {
  display: block;
  width: 100%;
}
.entry .entry-content del {
  text-decoration: line-through;
}
.entry .entry-content strong {
  font-weight: bold;
}
.entry .entry-content a:not([class]) {
  color: #2fa0a2;
  text-decoration: underline;
}
.entry .entry-content a:not([class]):hover {
  text-decoration: none;
}
.entry table {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}
.entry table th,
.entry table td {
  font-size: 12px;
  text-align: center;
}
@media (min-width: 576px) {
  .entry table th {
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  .entry table td {
    font-size: 17px;
  }
}
.entry pre {
  font-size: inherit;
}
.entry em {
  font-style: italic;
}
.entry .categories {
  margin-top: 30px;
}
.entry .categories .entry-category-link {
  display: inline-block;
  color: #2873a7;
  font-weight: bold;
  text-decoration: none;
  background-color: #f0f0f0;
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 12px;
  margin-bottom: 5px;
}
.entry .entry-header .date.entry-date.first {
  color: #999999;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (max-width: 575px) {
  .entry .entry-header .date.entry-date.first {
    font-size: 12px;
  }
}
@media (min-width: 576px) {
  .entry .entry-header .date.entry-date.first {
    font-size: 14px;
  }
}
.entry .entry-header .date.entry-date.first a {
  text-decoration: none;
}
.entry .entry-header .entry-title {
  color: #2fa0a2;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 575px) {
  .entry .entry-header .entry-title {
    font-size: 19px;
  }
}
@media (min-width: 576px) {
  .entry .entry-header .entry-title {
    font-size: 32px;
  }
}
.entry .entry-header .entry-title a {
  text-decoration: none;
}
.entry .entry-footer {
  margin-top: 2em !important;
}
@media (min-width: 576px) {
  .entry .entry-footer {
    margin-top: 50px !important;
  }
}
@media (max-width: 575px) {
  .entry {
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  .entry {
    font-size: 17px;
  }
}
.entry a {
  text-decoration: none;
}
.entry .banner-link02 {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}
.entry .table-of-contents {
  background-color: #f9f9eb;
  border: none;
  padding: 30px 10px;
}
@media (max-width: 575px) {
  .entry .table-of-contents {
    margin-top: 20px;
  }
}
@media (min-width: 576px) {
  .entry .table-of-contents {
    margin-top: 30px;
  }
}
.entry .table-of-contents::before {
  content: "";
  display: block;
  margin: 0 auto 20px;
  background: url(https://cdn.blog.st-hatena.com/files/13574176438097594750/4207112889907586396) no-repeat center center/contain;
  width: 150px;
  height: 50px;
}
.entry .table-of-contents > li {
  border-bottom: 1px solid #e3e3e3;
}
.entry .table-of-contents > li:first-child {
  border-top: 1px solid #2fa0a2;
}
.entry .table-of-contents > li > a {
  display: flex;
  align-items: center;
  position: relative;
  height: 58px;
  color: #333;
}
@media (max-width: 575px) {
  .entry .table-of-contents > li > a {
    font-size: 13px;
  }
}
@media (min-width: 576px) {
  .entry .table-of-contents > li > a {
    font-size: 14px;
  }
}
.entry .table-of-contents > li > a::after {
  content: "";
  display: block;
  border-top: 1px solid #2fa0a2;
  border-right: 1px solid #2fa0a2;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 6px;
  width: 6px;
}
.entry .table-of-contents > li > ul {
  padding-bottom: 30px;
  font-size: 14px;
}
.entry .table-of-contents ul {
  margin-left: 1em;
}
.entry .mainvisual-txt {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.entry .article-anchor-list {
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-color: #f9f9eb;
  border: none;
  padding: 30px 10px;
}
@media (max-width: 575px) {
  .entry .article-anchor-list {
    margin-top: 20px;
  }
}
@media (min-width: 576px) {
  .entry .article-anchor-list {
    margin-top: 30px;
  }
}
.entry .article-anchor-list::before {
  content: "";
  display: block;
  margin: 0 auto 20px;
  background: url(https://cdn.blog.st-hatena.com/files/13574176438097594750/4207112889907586396) no-repeat center center/contain;
  width: 150px;
  height: 50px;
}
.entry .article-anchor-list > dt {
  display: none;
}
.entry .article-anchor-list dd {
  margin-bottom: 0;
  margin-left: 0;
}
.entry .article-anchor-list > dd {
  border-bottom: 1px solid #e3e3e3;
}
.entry .article-anchor-list > dd:first-of-type {
  border-top: 1px solid #2fa0a2;
}
.entry .article-anchor-list > dd > a {
  display: flex !important;
  align-items: center;
  position: relative;
  height: 58px;
  color: #333;
}
@media (max-width: 575px) {
  .entry .article-anchor-list > dd > a {
    font-size: 13px;
  }
}
@media (min-width: 576px) {
  .entry .article-anchor-list > dd > a {
    font-size: 14px;
  }
}
.entry .article-anchor-list > dd > a::before {
  content: none;
}
.entry .article-anchor-list > dd > a::after {
  content: "";
  display: block;
  border-top: 1px solid #2fa0a2;
  border-right: 1px solid #2fa0a2;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 6px;
  width: 6px;
}
.entry .article-anchor-list > dd > ul {
  padding-bottom: 30px;
  font-size: 14px;
}
.entry .article-anchor-list ul {
  margin-left: 1em;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  color: #2fa0a2;
  font-weight: bold;
  line-height: 1.57;
}
.entry h1 {
  margin-bottom: 26px;
}
@media (max-width: 575px) {
  .entry h1 {
    font-size: 19px;
  }
}
@media (min-width: 576px) {
  .entry h1 {
    font-size: 32px;
  }
}
.entry h2 {
  margin-top: 50px;
  position: relative;
  border-bottom: none;
  margin-bottom: 26px;
}
@media (max-width: 575px) {
  .entry h2 {
    font-size: 18px;
    padding-bottom: 14px;
  }
}
@media (min-width: 576px) {
  .entry h2 {
    font-size: 28px;
    padding-bottom: 24px;
  }
}
.entry h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to right, #f6d359 0%, #f6d359 80px, transparent 80px, transparent 84px, #e3e3e3 84px, #e3e3e3 100%);
}
@media (max-width: 575px) {
  .entry h2::after {
    height: 2px;
  }
}
@media (min-width: 576px) {
  .entry h2::after {
    height: 3px;
  }
}
.entry h3 {
  margin-top: 50px;
  position: relative;
  border-bottom: none;
  margin-bottom: 26px;
}
@media (max-width: 575px) {
  .entry h3 {
    font-size: 18px;
    padding-bottom: 14px;
  }
}
@media (min-width: 576px) {
  .entry h3 {
    font-size: 28px;
    padding-bottom: 24px;
  }
}
.entry h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to right, #f6d359 0%, #f6d359 80px, transparent 80px, transparent 84px, #e3e3e3 84px, #e3e3e3 100%);
}
@media (max-width: 575px) {
  .entry h3::after {
    height: 2px;
  }
}
@media (min-width: 576px) {
  .entry h3::after {
    height: 3px;
  }
}
.entry h4 {
  position: relative;
  margin-top: 50px !important;
  margin-bottom: 20px !important;
  padding: 0 0 0 1.3em !important;
  border: none;
}
.entry h4::after {
  content: none;
}
@media (max-width: 575px) {
  .entry h4 {
    font-size: 17px !important;
  }
}
@media (min-width: 576px) {
  .entry h4 {
    font-size: 22px !important;
  }
}
.entry h4::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #f6d359;
  width: 0.6em;
}
@media (max-width: 575px) {
  .entry h4::before {
    height: 2px;
  }
}
@media (min-width: 576px) {
  .entry h4::before {
    height: 3px;
  }
}
.entry #car_catalog,
.entry #car_stock,
.entry #car_recommend {
  margin-top: 50px;
}
.entry #car_catalog h4,
.entry #car_stock h4,
.entry #car_recommend h4 {
  position: relative;
  margin-top: 50px !important;
  margin-bottom: 20px !important;
  padding-left: 1.3em !important;
  border: none;
  border-top: 2px solid #2fa0a2;
  background-color: #f0f0f0;
}
@media (max-width: 575px) {
  .entry #car_catalog h4,
.entry #car_stock h4,
.entry #car_recommend h4 {
    font-size: 18px !important;
    margin-left: -10px;
    margin-right: -10px;
    padding: 13px 18px !important;
    line-height: 1.2 !important;
  }
}
@media (min-width: 576px) {
  .entry #car_catalog h4,
.entry #car_stock h4,
.entry #car_recommend h4 {
    font-size: 18px !important;
    padding: 10px 13px !important;
  }
}
.entry #car_catalog h4::before,
.entry #car_stock h4::before,
.entry #car_recommend h4::before {
  content: none;
}
@media (max-width: 575px) {
  .entry #car_stock {
    margin-top: 44px !important;
  }
}
@media (max-width: 575px) {
  .entry #car_stock h4 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 575px) {
  .entry #car_recommend {
    margin-top: 50px !important;
  }
}
@media (max-width: 575px) {
  .entry #car_recommend h4 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.entry h5 {
  position: relative;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-left: 0.8em;
  border: none;
}
@media (max-width: 575px) {
  .entry h5 {
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  .entry h5 {
    font-size: 20px;
  }
}
.entry h5::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3px;
  background-color: #2fa0a2;
}
@media (max-width: 575px) {
  .entry h5::before {
    height: 18px;
  }
}
@media (min-width: 576px) {
  .entry h5::before {
    height: 19px;
  }
}
.entry h6 {
  margin-top: 50px;
  margin-bottom: 20px;
  border: none;
}
@media (max-width: 575px) {
  .entry h6 {
    font-size: 15px;
  }
}
@media (min-width: 576px) {
  .entry h6 {
    font-size: 18px;
  }
}
.entry .profile-cards-list {
  margin-top: 50px;
}
.entry .topics-author-pt2 {
  padding: 20px 0;
}
@media (max-width: 575px) {
  .entry .topics-author-pt2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.entry .topics-author-pt2::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 575px) {
  .entry .topics-author-pt2 .author-img {
    width: 90px;
    margin-right: 20px;
  }
}
@media (min-width: 576px) {
  .entry .topics-author-pt2 .author-img {
    width: 114px;
  }
}
.entry .topics-author-pt2 .author-name {
  margin-left: 0;
}
@media (min-width: 576px) {
  .entry .topics-author-pt2 .author-name {
    float: right;
    width: 565px;
  }
}
.entry .topics-author-pt2 .author-name .author-ttl01 {
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (max-width: 575px) {
  .entry .topics-author-pt2 .author-name .author-ttl01 {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .entry .topics-author-pt2 .author-name .author-ttl02 {
    font-size: 14px;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 576px) {
  .entry .topics-author-pt2 .author-name .author-ttl02,
.entry .topics-author-pt2 .author-name .author-ttl03 {
    display: inline-block;
  }
}
@media (max-width: 575px) {
  .entry .topics-author-pt2 .author-name .author-ttl03 {
    font-size: 17px;
  }
}
.entry .topics-author-pt2 .author-detail {
  clear: none;
}
@media (min-width: 576px) {
  .entry .topics-author-pt2 .author-detail {
    float: right;
    width: 565px;
  }
}

.archive-header-category {
  margin-bottom: 20px;
}

.archive-heading {
  color: #2fa0a2;
  font-size: 19px !important;
  font-weight: bold;
  border-bottom: none;
  margin-top: 26px;
}
@media (min-width: 576px) {
  .archive-heading {
    font-size: 32px !important;
    margin-top: 56px;
  }
}
.archive-heading::before {
  content: "「";
}
.archive-heading::after {
  content: "」に関する自動車ニュース";
  position: static;
  display: inline;
  width: auto;
  border-bottom: none;
}

.archive-entries {
  border-top: 1px solid #e3e3e3;
}
.archive-entries .archive-entry {
  display: grid;
  grid-template-columns: 120px auto;
  grid-template-rows: 10px auto;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .archive-entries .archive-entry {
    grid-template-columns: 210px auto;
    grid-template-rows: 20px auto;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}
.archive-entries .entry-thumb-link {
  grid-column: 1/2;
  grid-row: 1/3;
}
.archive-entries .entry-thumb {
  width: 120px;
  height: 90px;
}
@media (min-width: 576px) {
  .archive-entries .entry-thumb {
    width: 210px;
    height: 140px;
  }
}
.archive-entries .archive-entry-header {
  grid-column: 2/3;
  grid-row: 1/2;
  color: #999999;
  font-weight: bold;
}
.archive-entries .archive-entry-header .archive-date {
  color: inherit;
  height: 1em;
  font-size: 12px;
  line-height: 1;
}
@media (min-width: 576px) {
  .archive-entries .archive-entry-header .archive-date {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.archive-entries .archive-entry-header .archive-date * {
  font-size: inherit;
  color: inherit;
}
.archive-entries .archive-entry-header .archive-date .-new::after {
  content: "NEW";
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #333;
  background-color: #f6d359;
  font-weight: bold;
  padding: 2px 4px;
  line-height: 1;
}
@media (max-width: 575px) {
  .archive-entries .archive-entry-header .archive-date .-new::after {
    margin-left: 12px;
    margin-top: -3px;
    font-size: 12px;
  }
}
@media (min-width: 576px) {
  .archive-entries .archive-entry-header .archive-date .-new::after {
    margin-left: 10px;
    font-size: 14px;
  }
}
.archive-entries .entry-title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-top: 9px;
  margin-bottom: 0;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .archive-entries .entry-title {
    font-size: 14px;
    line-height: 1.6;
  }
}
.archive-entries .entry-title * {
  font-size: inherit;
  color: inherit;
}
.archive-entries .archive-entry-body {
  display: none;
}
.archive-entries .categories {
  display: none;
}
.archive-entries time {
  font-family: Arial, Helvetica, sans-serif;
}
.archive-entries time.-new::after {
  content: "NEW";
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #333;
  background-color: #f6d359;
  font-weight: bold;
  margin-left: 10px;
  padding: 2px 4px;
  line-height: 1;
}
@media (max-width: 575px) {
  .archive-entries time.-new::after {
    font-size: 12px;
  }
}

#main .car-search-list {
  border: none;
}
@media (max-width: 575px) {
  #main .car-search-list {
    margin-bottom: 30px !important;
  }
}
#main .car-search-list .ttl {
  font-weight: bold;
  color: #2fa0a2;
  line-height: 1.4;
  position: relative;
  margin: 50px 0 0 0;
  text-indent: 0;
}
@media (max-width: 575px) {
  #main .car-search-list .ttl {
    font-size: 17px;
    margin-bottom: 18px;
    padding-left: 10px;
  }
}
@media (min-width: 576px) {
  #main .car-search-list .ttl {
    font-size: 22px;
    margin-bottom: 28px;
    padding-left: 14px;
  }
}
#main .car-search-list .ttl:before {
  content: "";
  display: block;
  background-color: #2fa0a2;
  width: 3px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0.2em;
}
@media (max-width: 575px) {
  #main .car-search-list .ttl:before {
    height: 17px;
  }
}
@media (min-width: 576px) {
  #main .car-search-list .ttl:before {
    height: 24px;
  }
}

.car-search-list_navi {
  position: relative;
}
@media (max-width: 575px) {
  .car-search-list_navi {
    border-top: 1px solid #e3e3e3;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 576px) {
  .car-search-list_navi {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) {
  .car-search-list_navi::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    top: 44px;
    background-color: #2fa0a2;
  }
}
.car-search-list_navi > dt {
  font-weight: bold;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
}
@media (max-width: 575px) {
  .car-search-list_navi > dt {
    position: relative;
    height: 58px;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #e3e3e3;
    padding-left: 10px;
    padding-right: 30px;
  }
}
@media (min-width: 576px) {
  .car-search-list_navi > dt {
    border: 1px solid #e3e3e3;
    width: 10px;
    height: 36px;
    justify-content: center;
    text-align: center;
    flex-grow: 1;
    order: 0;
    transition: 0.2s;
    font-size: 16px;
    color: #2fa0a2;
  }
  .car-search-list_navi > dt:not(:first-of-type) {
    margin-left: 4px;
  }
}
@media (max-width: 575px) {
  .car-search-list_navi > dt.-active .car-search-list_navi_icon:after {
    transform: rotate(0deg);
  }
}
@media (min-width: 576px) {
  .car-search-list_navi > dt:hover, .car-search-list_navi > dt.-active {
    background-color: #2fa0a2;
    border-color: #2fa0a2;
    color: #fff;
    height: 40px;
  }
}
.car-search-list_navi > dt.-disable {
  color: #999;
  background-color: #f0f0f0;
  pointer-events: none;
}
@media (max-width: 575px) {
  .car-search-list_navi > dt.-disable .car-search-list_navi_icon {
    border-color: #999;
  }
  .car-search-list_navi > dt.-disable .car-search-list_navi_icon:after, .car-search-list_navi > dt.-disable .car-search-list_navi_icon:before {
    background-color: #999999;
  }
}
.car-search-list_navi_icon {
  display: block;
  border: 1px solid #2fa0a2;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 20px;
  width: 20px;
}
@media (min-width: 576px) {
  .car-search-list_navi_icon {
    display: none;
  }
}
.car-search-list_navi_icon::before, .car-search-list_navi_icon::after {
  content: "";
  display: block;
  height: 2px;
  width: 8px;
  background-color: #2fa0a2;
  transition: 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.car-search-list_navi_icon::after {
  transform: rotate(90deg);
}
.car-search-list_navi > dd {
  display: none;
}
@media (min-width: 576px) {
  .car-search-list_navi > dd {
    order: 1;
    width: 100%;
    padding-top: 26px;
  }
}
.car-search-list_navi > dd.-active {
  display: block;
}
.car-search-list_navi > dd ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .car-search-list_navi > dd ul {
    background-color: #f0f0f0;
    border-bottom: 1px solid #e3e3e3;
  }
}
.car-search-list_navi > dd ul > li {
  line-height: 1.4;
  font-size: 12px;
}
@media (max-width: 575px) {
  .car-search-list_navi > dd ul > li {
    border-bottom: 1px solid #e3e3e3;
    width: 50%;
  }
  .car-search-list_navi > dd ul > li:last-child, .car-search-list_navi > dd ul > li:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
}
@media (min-width: 576px) {
  .car-search-list_navi > dd ul > li {
    width: 140px;
    margin-bottom: 14px;
  }
}
.car-search-list_navi > dd ul a {
  color: inherit;
  display: block;
  position: relative;
}
@media (max-width: 575px) {
  .car-search-list_navi > dd ul a {
    padding: 13px 16px 13px 10px;
  }
}
@media (min-width: 576px) {
  .car-search-list_navi > dd ul a {
    padding: 2px 12px;
  }
}
.car-search-list_navi > dd ul a:before {
  content: "";
  display: block;
  border-top: 1px solid #2fa0a2;
  border-right: 1px solid #2fa0a2;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  height: 6px;
  width: 6px;
}
@media (max-width: 575px) {
  .car-search-list_navi > dd ul a:before {
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media (min-width: 576px) {
  .car-search-list_navi > dd ul a:before {
    left: 0;
  }
}

@media (max-width: 575px) {
  .entry-share-container {
    margin-top: 30px !important;
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) {
  .entry-share-container {
    margin-top: 30px !important;
    margin-bottom: 30px;
  }
}
.entry-share-container ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 575px) {
  .entry-share-container ul {
    margin-left: -4px;
    margin-right: -4px;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .entry-share-container ul > li {
    width: calc(25% - 10px);
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 576px) {
  .entry-share-container ul > li {
    width: 96px;
    margin-left: 12px;
    margin-right: 12px;
  }
}
.entry-share-container ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 3px;
  width: 100%;
  color: #fff;
  transition: 0.3s;
  overflow: hidden;
  line-height: 1;
}
@media (max-width: 575px) {
  .entry-share-container ul a {
    padding: 1px 3px 1px 1px;
  }
}
@media (min-width: 576px) {
  .entry-share-container ul a {
    padding: 2px 4px 2px 2px;
  }
}
.entry-share-container ul a img {
  height: auto !important;
}
@media (max-width: 575px) {
  .entry-share-container ul a img {
    width: 16px !important;
  }
}
@media (min-width: 576px) {
  .entry-share-container ul a img {
    width: 20px !important;
  }
}
.entry-share-container ul a span {
  display: block;
  flex-grow: 1;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 575px) {
  .entry-share-container ul a span {
    font-size: 9px;
  }
}
@media (min-width: 576px) {
  .entry-share-container ul a span {
    font-size: 11px;
  }
}
.entry-share-container ul a:hover {
  text-decoration: none;
  opacity: 0.6;
}

@media (max-width: 575px) {
  .entry-share-sidebar {
    display: none;
  }
}
@media (min-width: 576px) {
  .entry-share-sidebar {
    position: fixed;
    top: 300px;
    left: 0;
    z-index: 100;
  }
}
@media (min-width: 576px) {
  .entry-share-sidebar ul {
    border-radius: 0 10px 10px 0;
    overflow: hidden;
    background-color: #fff;
  }
}
.entry-share-sidebar ul a {
  display: block;
  width: 60px;
  padding: 6px;
  transition: 0.3s;
}
.entry-share-sidebar ul a:hover {
  opacity: 0.6;
}

.entry-share-container .twitter,
.entry-share-sidebar .twitter {
  background-color: #1d9bf0;
}
.entry-share-container .facebook,
.entry-share-sidebar .facebook {
  background-color: #1777f2;
}
.entry-share-container .line,
.entry-share-sidebar .line {
  background-color: #06c755;
}
.entry-share-container .hatena,
.entry-share-sidebar .hatena {
  background-color: #00a4de;
}

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


/*--------------------------------------------------*/
/*G_221616_HC_PJ-18866 総額表示対応（car-tpics）       */
/*--------------------------------------------------*/
.entry .c-stock_warranty-text {
  font-size: 13px;
  margin-bottom: -20px;
}
.entry .c-stock_warranty-text + .c-article-parts_list {
  margin-top: 20px;
}
.entry .c-stock_price-wrap {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}
.entry .c-stock_price-wrap .c-stock_list_txt {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 5px 0 0;
}
.entry .c-stock_price-wrap .c-stock_list_price {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 0 !important;
  margin-top: 0 !important;
}
.entry .c-stock_price-wrap .c-stock_list_price .main {
  font-size: 32px;
}
.entry .c-stock_price-wrap .c-stock_list_price .sub {
  font-size: 24px;
}
.entry .c-stock_sub-price-wrap {
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 0 0 5px 0;
}
.entry .c-stock_sub-price-wrap .c-stock_list_txt {
  background: #eee;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  padding: 4px 0;
  margin: 0 5px 0 0 !important;
}
.entry .c-stock_sub-price-wrap .c-stock_list_price {
  font-size: 14px;
  color: #333!important;
  font-weight: normal;
  line-height: 1;
  margin-top: 0 !important;
}
.entry .c-stock_warranty-list {
  border-bottom: 1px solid #eee;
  line-height: 1;
  padding: 5px 0 10px 0;
  margin: 0 0 10px 0;
  font-size: 12px;
}

@media (max-width: 575px) {
  .entry .c-stock_warranty-text {
    font-size: 11px;
    margin: 10px 0 0 0;
  }
  .entry .c-stock_warranty-text + .c-article-parts_list {
    margin-top: 0;
  }
  .entry .c-stock_price-wrap {
    margin: 0 0 5px 0;
  }
  .entry .c-stock_price-wrap .c-stock_list_txt {
    font-size: 12px;
    line-height: 1.2;
    margin: 0 5px 0 0;
  }
  .entry .c-stock_price-wrap .c-stock_list_price {
    font-size: 16px;
    line-height: 1;
    margin: 0 0 0 !important;
    margin-top: 0 !important;
  }
  .entry .c-stock_price-wrap .c-stock_list_price .main {
    font-size: 28px;
  }
  .entry .c-stock_price-wrap .c-stock_list_price .sub {
    font-size: 20px;
  }
  .entry .c-stock_sub-wrap {
    display: flex;
    align-items: center;
  }
  .entry .c-stock_sub-price-wrap {
    margin: 0;
  }
  .entry .c-stock_sub-price-wrap:first-child {
    margin: 0 10px 0 0;
  }
  .entry .c-stock_sub-price-wrap .c-stock_list_txt {
    font-size: 10px;
    width: auto;
    padding: 4px;
    margin: 0 5px 0 0;
  }
  .entry .c-stock_sub-price-wrap .c-stock_list_price {
    font-size: 11px;
  }
  .entry .c-stock_warranty-list {
    font-size: 10px;
    padding: 5px 0 5px 0;
    margin: 0 0 5px 0;
    width: 95%;
  }
}