@charset "UTF-8";
.is-bg-white {
  background-color: #fff; }

.is-bg-green {
  background-color: #009869; }

.is-bg-darkgreen {
  background-color: #006244; }

a {
  color: #222;
  text-decoration: none; }

a:visited {
  color: #888; }

a:hover {
  color: #009869; }

a:active {
  color: #009869; }

a img {
  border: none;
  transition: .3s; }

a:hover img {
  opacity: .7; }

img {
  vertical-align: bottom; }

button:focus {
  outline: initial; }

button:active {
  outline: initial; }

.ad-unit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0; }
  .ad-unit-item {
    display: flex; }

body {
  background-color: #F5F5F5; }

.content-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100vw;
  margin: 0 auto;
  padding: 0; }

.content-wrapper_main {
  width: 100%;
  margin: 0;
  padding: 0; }

.content-wrapper_aside {
  width: 100%;
  margin: 0;
  padding: 0; }

.content-wrapper_onecol {
  width: 100%;
  margin: 0;
  padding: 0; }
  .content-wrapper_onecol .section_content {
    margin: 3rem 0 0;
    padding: 0 0 1.5rem;
    border-bottom: none; }
  .content-wrapper_onecol .section_title_txt {
    text-align: center;
    margin: 0 auto 30px; }
  .content-wrapper_onecol .btn-align-area {
    justify-content: center; }

.section_prologue {
  width: calc(100% - 30px);
  margin: 2rem auto;
  padding: 0;
  text-align: center; }
  .section_prologue .logo-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    padding: 0 15px;
    text-align: center; }
  .section_prologue .section_prologue_lead_txt {
    font-size: .875rem;
    color: #888888;
    text-align: left; }

.section_content {
  margin: 2rem 0 0;
  padding: 0 0 1.25rem;
  border-bottom: 1px solid #009869; }
  .content-wrapper_main .section_content:first-of-type {
    margin: 0; }

.section_content_only {
  margin: 0 0 -1.5rem;
  padding: 0; }

.section_form {
  width: 680px;
  margin: 2rem auto;
  padding: 0 15px;
  text-align: left; }
  .section_form h2 {
    color: #009869;
    font-size: 1.245rem;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 2rem;
    text-align: center; }

.section_title_sub {
  width: calc(100% - 30px);
  text-align: center;
  margin: 0 auto 4px;
  color: #009869;
  font-size: 0.75rem;
  font-weight: bold; }

.section_title_txt {
  width: calc(100% - 30px);
  text-align: center;
  margin: 0 auto 20px;
  color: #009869;
  font-size: 1.24rem;
  font-weight: bold;
  line-height: 1.2; }

.section_title_txt.before_section_info {
  margin-bottom: 0.75rem; }

.section_title_secondlayer_txt {
  margin: 0 auto 1rem;
  padding-bottom: 6px;
  color: #009869;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: solid 1px #009869;
  position: relative; }
  .section_title_secondlayer_txt:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #009869;
    bottom: -1px;
    width: 20%; }

.section_info_txt {
  width: calc(100% - 30px);
  text-align: center;
  margin: 0 auto 20px;
  color: #888888;
  font-size: 0.875rem; }

.btn-align-area {
  display: flex;
  width: 100%;
  justify-content: center; }
  .btn-align-area button.btn-more-list {
    position: relative;
    z-index: 2;
    display: block;
    padding: 10px 26px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #009869;
    background-color: #fff;
    border: 1px solid #009869;
    border-radius: 64px; }
  .btn-align-area button.btn-more-list:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(to right, #009869, #009869);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .3s 0s;
    border-radius: 64px; }
  .btn-align-area button.btn-more-list .btn-more-list-txt {
    position: relative;
    z-index: 3; }
  .btn-align-area button.btn-more-list:hover {
    cursor: pointer;
    color: #fff; }
  .btn-align-area button.btn-more-list:hover:before {
    z-index: 1;
    background-size: 100% 100%; }

.btn-align-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 30px);
  text-align: center;
  margin: 30px auto 10px; }
  .btn-align-group button.btn-more-list {
    position: relative;
    z-index: 2;
    display: block;
    min-width: 240px;
    margin-bottom: 10px;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #009869;
    background-color: #fff;
    border: 1px solid #009869;
    border-radius: 64px; }
    .btn-align-group button.btn-more-list:last-of-type {
      margin-bottom: 0; }
  .btn-align-group button.btn-more-list:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(to right, #009869, #009869);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .3s 0s;
    border-radius: 64px; }
  .btn-align-group button.btn-more-list .btn-more-list-txt {
    position: relative;
    z-index: 3; }
  .btn-align-group button.btn-more-list:hover {
    cursor: pointer;
    color: #fff; }
  .btn-align-group button.btn-more-list:hover:before {
    z-index: 1;
    background-size: 100% 100%; }

button.btn-more {
  display: block;
  min-width: 240px;
  margin-bottom: 10px;
  padding: 16px 26px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #009869;
  background-color: #fff;
  border: 1px solid #009869;
  border-radius: 6px;
  transition: ease .3s; }
  button.btn-more:last-of-type {
    margin-bottom: 0; }
  button.btn-more:hover {
    cursor: pointer;
    background-color: #009869;
    color: #fff; }

.more-wrap {
  position: relative; }

.more-wrap + .more-wrap {
  margin-top: 40px; }

.more-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 160px;
  margin: auto;
  color: #009869;
  padding: 10px 26px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border: 1px solid;
  border-radius: 6px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  transition: .2s ease; }

.more-btn::after {
  content: "さらにみる"; }

.more-btn:hover {
  background: #fff;
  color: #009e8f; }

.more-item {
  position: relative;
  overflow: hidden;
  height: 30px; }

.more-item p + p {
  margin-top: 1em; }

.more-item::before {
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 60px;
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%); }

.more-trigger {
  display: none; }

.more-trigger:checked ~ .more-btn {
  bottom: -2rem; }

.more-trigger:checked ~ .more-btn::after {
  content: "閉じる"; }

.more-trigger:checked ~ .more-item {
  height: auto; }

.more-trigger:checked ~ .more-item::before {
  display: none; }

@supports (-webkit-line-clamp: 1) {
  .ellipsis-one {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; } }
@supports (-webkit-line-clamp: 2) {
  .ellipsis-two {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; } }
@supports (-webkit-line-clamp: 3) {
  .ellipsis-three {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; } }
@supports (-webkit-line-clamp: 4) {
  .ellipsis-four {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; } }
.channel-group {
  margin: 0 0 30px;
  border-bottom: 1px solid #009869; }
  .channel-group .channel-body {
    padding: 20px 15px; }
  .channel-group .channel-author {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    .channel-group .channel-author-img {
      width: 80px;
      height: 80px;
      margin-bottom: 16px;
      padding: 0;
      border-radius: 6px;
      overflow: hidden; }
    .channel-group .channel-author-info {
      flex: 1; }
    .channel-group .channel-author-name {
      margin-bottom: 16px;
      font-weight: bold;
      text-align: center; }
    .channel-group .channel-author-txt {
      color: #888888;
      font-size: .875rem; }
  .channel-group .channel-list_item {
    margin-bottom: 20px; }
    .channel-group .channel-list_item:last-of-type {
      margin-bottom: 0; }
  .channel-group .channel-footer {
    padding: 0 30px 20px; }

.with-header {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden; }
  .with-header-bg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    opacity: .65; }
  .with-header img {
    z-index: 2; }

.with-group {
  margin: 0 0 30px;
  border-bottom: 1px solid #009869; }
  .with-group .with-body {
    padding: 20px 15px; }
  .with-group .with-author {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    .with-group .with-author-img {
      width: 80px;
      height: 80px;
      margin-bottom: 16px;
      padding: 0;
      border-radius: 6px;
      overflow: hidden; }
    .with-group .with-author-info {
      flex: 1; }
    .with-group .with-author-name {
      margin-bottom: 16px;
      font-weight: bold;
      text-align: center; }
    .with-group .with-author-txt {
      color: #888888;
      font-size: .875rem; }
  .with-group .with-list_item {
    margin-bottom: 20px; }
    .with-group .with-list_item:last-of-type {
      margin-bottom: 0; }
  .with-group .with-footer {
    padding: 0 30px 20px; }

.wp-content {
  width: calc(100% - 30px);
  margin: 0 auto; }
  .wp-content .row > .col {
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .wp-content .row > .col:last-of-type {
      padding-bottom: 0px; }
  .wp-content h2 {
    color: #009869;
    font-size: 1.245rem;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 2rem;
    text-align: center; }
  .wp-content-text h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem; }
  .wp-content-text img + h3, .wp-content-text div + h3, .wp-content-text p + h3 {
    margin-top: 3rem; }
  .wp-content-text p {
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.6; }
  .wp-content-text figure.entry-contents-insert {
    margin: 2rem 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center; }
  .wp-content-text figure.entry-contents-img {
    margin: 2rem 0;
    text-align: center; }
    .wp-content-text figure.entry-contents-img picture {
      display: flex;
      align-items: center;
      justify-content: center; }
    .wp-content-text figure.entry-contents-img figcaption {
      margin-top: 8px;
      color: #888888;
      font-size: 0.75rem; }
  .wp-content-text blockquote {
    position: relative;
    margin: 1.25rem 0;
    padding: 30px;
    border-radius: 12px;
    background-color: #F2FAF7;
    font-size: .9375rem; }
    .wp-content-text blockquote::before {
      content: url(../img/bg-blockquote.svg);
      position: absolute;
      top: 10px;
      left: 10px;
      width: 20px;
      height: 16px; }

.row {
  display: flex;
  flex-wrap: wrap; }

.row .col.s1 {
  width: 8.3333333333%;
  left: auto;
  right: auto; }

.row .col.s2 {
  width: 16.6666666667%;
  left: auto;
  right: auto; }

.row .col.s3 {
  width: 25%;
  left: auto;
  right: auto; }

.row .col.s4 {
  width: 33.3333333333%;
  left: auto;
  right: auto; }

.row .col.s5 {
  width: 41.6666666667%;
  left: auto;
  right: auto; }

.row .col.s6 {
  width: 50%;
  left: auto;
  right: auto; }

.row .col.s7 {
  width: 58.3333333333%;
  left: auto;
  right: auto; }

.row .col.s8 {
  width: 66.6666666667%;
  left: auto;
  right: auto; }

.row .col.s9 {
  width: 75%;
  left: auto;
  right: auto; }

.row .col.s10 {
  width: 83.3333333333%;
  left: auto;
  right: auto; }

.row .col.s11 {
  width: 91.6666666667%;
  left: auto;
  right: auto; }

.row .col.s12 {
  width: 100%;
  left: auto;
  right: auto; }

.header-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  margin: 0;
  padding: 6px; }
  .header-wrapper .header-left-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center; }
  .header-wrapper .header-center-wrapper {
    position: relative;
    left: -26px; }

.header-menu-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px; }

.menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
  .menu-btn.select-menu {
    background-image: url(../img/icon_menu.svg); }
  .menu-btn.search-btn {
    background-image: url(../img/icon_search.svg);
    display: none; }

.logo-header a {
  background-image: url(../img/jtownnet-logo.svg); }

.logo-header a {
  display: inline-block;
  vertical-align: middle;
  transition: .3s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 142px;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px; }

.scroll-nav {
  background: #009869;
  color: #FFF;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; }
  .scroll-nav::-webkit-scrollbar {
    display: none; }
  .scroll-nav .scroll-nav-wrapper {
    display: flex;
    margin: 0 auto; }
  .scroll-nav ul.scroll-nav_list {
    display: flex;
    list-style-type: none;
    margin: 6px auto;
    padding: 0 2px;
    text-align: center; }
  .scroll-nav li.scroll-nav_item a.scroll-nav_item-txt {
    display: flex;
    word-break: keep-all;
    font-size: 0.875rem;
    font-weight: bold;
    color: #fff;
    margin-left: 2px;
    margin-right: 2px;
    padding: 10px 12px;
    line-height: 1;
    border-radius: 6px;
    transition: .3s; }
    .scroll-nav li.scroll-nav_item a.scroll-nav_item-txt:hover {
      color: #009869;
      background-color: #f5f5f5; }
  .scroll-nav li.scroll-nav_item.current a.scroll-nav_item-txt {
    color: #009869;
    background-color: #f5f5f5; }

.entry-contents {
  position: relative;
  margin: 0 0 2rem;
  padding: 0;
  color: #222; }
  .entry-contents .entry-contents_share {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
    .entry-contents .entry-contents_share-list {
      position: relative;
      top: 0;
      left: 0;
      font-size: 1.5rem;
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      align-items: center; }
    .entry-contents .entry-contents_share-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      order: 2;
      width: 48px;
      height: 48px;
      transition: ease .3s; }
      .entry-contents .entry-contents_share-item.facebook {
        color: #355199; }
        .entry-contents .entry-contents_share-item.facebook:hover {
          color: #fff;
          background-color: #355199; }
      .entry-contents .entry-contents_share-item.twitter {
        color: #1DA1F2; }
        .entry-contents .entry-contents_share-item.twitter:hover {
          color: #fff;
          background-color: #1DA1F2; }
      .entry-contents .entry-contents_share-item.hateblog {
        color: #00A5DF; }
        .entry-contents .entry-contents_share-item.hateblog:hover {
          color: #fff;
          background-color: #00A5DF; }
      .entry-contents .entry-contents_share-item.line {
        color: #00C200; }
        .entry-contents .entry-contents_share-item.line:hover {
          color: #fff;
          background-color: #00C200; }
      .entry-contents .entry-contents_share-item.comment {
        order: 1;
        margin-right: auto;
        font-size: 1.25rem;
        line-height: 1;
        color: #009869; }
        .entry-contents .entry-contents_share-item.comment .count {
          margin-top: 4px;
          font-size: .75rem;
          font-weight: bold; }
        .entry-contents .entry-contents_share-item.comment:hover {
          color: #fff;
          background-color: #009869; }
  .entry-contents .entry-contents_header {
    background-color: #fff;
    padding: 30px 15px;
    line-height: 1.6; }
    .entry-contents .entry-contents_header_title {
      margin-bottom: 20px; }
      .entry-contents .entry-contents_header_title-txt {
        font-size: 1.5rem;
        font-weight: bold; }
    .entry-contents .entry-contents_header_info {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      align-items: center;
      font-size: 0.75rem;
      line-height: 1; }
      .entry-contents .entry-contents_header_info-author a {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center; }
      .entry-contents .entry-contents_header_info-author-img {
        position: relative;
        width: 32px;
        height: 32px;
        margin-right: 0.375rem;
        padding: 0;
        border-radius: 100%;
        overflow: hidden;
        background-color: #009869;
        background-position: center center;
        background-repeat: no-repeat; }
        .entry-contents .entry-contents_header_info-author-img img {
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .entry-contents .entry-contents_header_info-author-txt {
        position: relative; }
      .entry-contents .entry-contents_header_info-time {
        color: #888888;
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px solid; }
    .entry-contents .entry-contents_header .related-keyword-container {
      margin: 1rem 0 0; }
    .entry-contents .entry-contents_header .related-keyword-list {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start; }
      .entry-contents .entry-contents_header .related-keyword-list .related-keyword-item a {
        position: relative;
        display: inline-block;
        margin-top: 10px;
        margin-right: 10px;
        padding: 8px 10px;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        color: #888888;
        border: 1px solid #ccc;
        background-color: transparent;
        border-radius: 4px;
        transition: .3s; }
        .entry-contents .entry-contents_header .related-keyword-list .related-keyword-item a:hover {
          color: #009869;
          border: 1px solid #009869;
          background-color: #fff;
          box-shadow: 0 0 12px rgba(0, 152, 105, 0.2); }
      .entry-contents .entry-contents_header .related-keyword-list .related-keyword-item:last-child a {
        margin-right: 0; }
  .entry-contents .entry-contents_container {
    background-color: #fff;
    padding: 30px 0;
    color: #222;
    line-height: 1.75; }
    .entry-contents .entry-contents_container .entry-contents_text > *:not(.entry-contents-img) {
      width: calc(100% - 30px);
      margin-left: auto !important;
      margin-right: auto !important; }
    .entry-contents .entry-contents_container .entry-contents_text h2 {
      font-size: 1.245rem;
      font-weight: bold;
      margin-bottom: 1rem; }
    .entry-contents .entry-contents_container .entry-contents_text div + h2, .entry-contents .entry-contents_container .entry-contents_text p + h2 {
      margin-top: 3rem; }
    .entry-contents .entry-contents_container .entry-contents_text p {
      font-size: 1rem;
      margin-bottom: 1rem; }
    .entry-contents .entry-contents_container .entry-contents_text figure.entry-contents-insert {
      margin: 2rem 0;
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      justify-content: center; }
      .entry-contents .entry-contents_container .entry-contents_text figure.entry-contents-insert .twitter-tweet.twitter-tweet-rendered {
        width: 99.8% !important; }
    .entry-contents .entry-contents_container .entry-contents_text figure.entry-contents-img {
      margin: 2rem 0;
      text-align: center; }
      .entry-contents .entry-contents_container .entry-contents_text figure.entry-contents-img picture {
        display: flex;
        align-items: center;
        justify-content: center; }
      .entry-contents .entry-contents_container .entry-contents_text figure.entry-contents-img figcaption {
        margin-top: 8px;
        color: #888888;
        font-size: 0.75rem; }
    .entry-contents .entry-contents_container .entry-contents_text blockquote {
      position: relative;
      margin: 1.25rem 0;
      padding: 30px;
      border-radius: 12px;
      background-color: #F2FAF7;
      font-size: .9375rem; }
      .entry-contents .entry-contents_container .entry-contents_text blockquote::before {
        content: url(../img/bg-blockquote.svg);
        position: absolute;
        top: 10px;
        left: 10px;
        width: 20px;
        height: 16px; }

.entry-contents_pager {
  width: calc(100% - 30px);
  margin-top: 2rem;
  margin-left: auto !important;
  margin-right: auto !important; }
  .entry-contents_pager .entry-contents-pagenation {
    text-align: center;
    margin: 0;
    padding: 0; }
    .entry-contents_pager .entry-contents-pagenation .next-entry-title {
      width: 100%;
      text-align: left;
      margin: 0 auto 20px;
      font-size: 1.125rem;
      line-height: 1.5; }
      .entry-contents_pager .entry-contents-pagenation .next-entry-title a {
        color: #009869;
        position: relative;
        display: flex;
        align-items: stretch;
        padding: 12px;
        border: 1px solid;
        border-radius: 4px;
        font-weight: bold;
        text-decoration: none;
        background-color: #F2FAF7;
        transition: .3s ease; }
        .entry-contents_pager .entry-contents-pagenation .next-entry-title a:hover {
          color: #fff;
          background-color: #009869; }
        .entry-contents_pager .entry-contents-pagenation .next-entry-title a .title-text {
          flex: 1;
          padding-left: 4px; }
        .entry-contents_pager .entry-contents-pagenation .next-entry-title a .next-arrow {
          display: flex;
          align-items: center;
          color: #fff;
          font-size: 13px;
          margin-left: 1rem;
          margin-right: 0.5rem;
          padding: 4px 12px;
          background-color: #009869;
          position: relative;
          line-height: 27px; }
          .entry-contents_pager .entry-contents-pagenation .next-entry-title a .next-arrow:after {
            position: absolute;
            content: " ";
            display: inline-block;
            top: 0;
            right: -8px;
            width: 8px;
            height: 100%;
            background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #009869 50.5%) no-repeat top left/100% 51.5%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #009869 50.5%) no-repeat bottom right/100% 51%; }

.entrypage_pagenation {
  font-size: 0;
  width: 100%;
  margin: 0;
  padding: 0 5px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }
  .entrypage_pagenation ul, .entrypage_pagenation li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .entrypage_pagenation .page-numbers {
    line-height: 1;
    text-align: center; }
    .entrypage_pagenation .page-numbers .page-number-item {
      display: inline-block;
      vertical-align: middle;
      margin: 0 3px; }
      .entrypage_pagenation .page-numbers .page-number-item.is-active a {
        background-color: #009869;
        border: 1px solid #009869;
        color: #fff; }
      .entrypage_pagenation .page-numbers .page-number-item a, .entrypage_pagenation .page-numbers .page-number-item span {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.875rem;
        font-weight: bold;
        text-align: center;
        color: #009869;
        transition: .3s ease;
        border-radius: 4px;
        padding: 10px 0;
        width: 38px;
        height: 38px; }
      .entrypage_pagenation .page-numbers .page-number-item a {
        border: 1px solid #009869;
        background-color: #fff; }
        .entrypage_pagenation .page-numbers .page-number-item a:hover {
          background-color: #009869;
          border: 1px solid #009869;
          color: #fff; }

.item-type-related {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 30px; }
  .item-type-related .list_item-title {
    margin-top: 10px;
    transition: color .2s; }
    .item-type-related .list_item-title .list_item-title-txt {
      font-size: 0.9375rem;
      font-weight: bold; }
  .item-type-related .list_item-img {
    border-radius: 6px; }
  .item-type-related.col.s6 {
    width: 49%;
    margin-right: 2%; }
    .item-type-related.col.s6:nth-child(2n) {
      margin-right: 0; }
    .item-type-related.col.s6 .list_item-img {
      height: 103px; }

.entry_comment {
  margin: 0;
  background-color: #fff; }

#ulCommentWidget {
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 30px 0; }
  #ulCommentWidget:empty {
    display: none; }

.footer-wrapper {
  width: 100%;
  margin-top: 60px; }
  .footer-wrapper a {
    color: rgba(255, 255, 255, 0.7);
    transition: .2s; }
    .footer-wrapper a:hover {
      color: white; }
    .footer-wrapper a:visited {
      color: rgba(255, 255, 255, 0.7); }
  .footer-wrapper .footer-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px; }
    .footer-wrapper .footer-container .row {
      flex-wrap: wrap; }
      .footer-wrapper .footer-container .row > .col {
        margin-bottom: 20px; }
        .footer-wrapper .footer-container .row > .col:last-of-type {
          margin-bottom: 0; }
  .footer-wrapper .footer-content {
    padding: 40px 10px; }
    .footer-wrapper .footer-content-list-title {
      margin-bottom: 20px;
      font-size: 1rem;
      font-weight: bold;
      color: white; }
    .footer-wrapper .footer-content-list {
      list-style-type: none;
      margin-bottom: 20px;
      padding: 0; }
      .footer-wrapper .footer-content-list:last-of-type {
        margin-bottom: 0; }
      .footer-wrapper .footer-content-list-item {
        margin-bottom: 8px;
        font-size: 0.875rem; }
        .footer-wrapper .footer-content-list-item:last-of-type {
          margin-bottom: 0; }
        .footer-wrapper .footer-content-list-item .area-group {
          display: flex;
          flex-wrap: nowrap;
          flex-direction: row; }
          .footer-wrapper .footer-content-list-item .area-group ul, .footer-wrapper .footer-content-list-item .area-group li {
            list-style-type: none;
            padding: 0; }
          .footer-wrapper .footer-content-list-item .area-group-name {
            color: #fff;
            min-width: 80px; }
          .footer-wrapper .footer-content-list-item .area-group-item {
            display: inline-block;
            margin-right: 6px; }
  .footer-wrapper .footer-copyright {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; }
    .footer-wrapper .footer-copyright .footer-copyright-txt {
      margin-top: 10px;
      font-size: 11px;
      color: rgba(255, 255, 255, 0.7); }

.logo-footer a {
  background-image: url(../img/jtownnet-logo-wh.svg);
  opacity: 1; }

.logo-footer a {
  display: inline-block;
  vertical-align: middle;
  transition: .3s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 142px;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px; }

.content-wrapper_main .content-list_item.item-type-card,
.content-wrapper_onecol .content-list_item.item-type-card {
  margin-bottom: 20px; }
.content-wrapper_main .content-list_item.item-type-labo,
.content-wrapper_onecol .content-list_item.item-type-labo {
  margin-bottom: 30px; }
.content-wrapper_main .content-list_item[class*="item-type-thm"],
.content-wrapper_onecol .content-list_item[class*="item-type-thm"] {
  margin-bottom: 10px; }

.content-wrapper_aside .content-list_item {
  margin-bottom: 10px; }

.content-list {
  width: calc(100% - 30px);
  margin: 1rem auto 0; }

.item-img {
  position: relative;
  padding: 0; }
  .item-img img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .item-img .list_item-label {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2px 4px;
    font-size: .75rem;
    color: white;
    background-color: #009869;
    z-index: 2; }

.list_item-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #009869;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1; }

.item-type-issue {
  position: relative;
  padding: 0; }
  .item-type-issue .list_item-img {
    width: 100%;
    height: 230px;
    z-index: 1; }
  .item-type-issue .issue-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
    background-image: url(../img/issue-badge.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    overflow: hidden;
    text-indent: -9999px; }
  .item-type-issue .type-issue-title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%; }
    .item-type-issue .type-issue-title-txt {
      display: flex;
      padding: 40px 15px 15px;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 100%);
      color: white;
      font-size: 1rem;
      font-weight: bold; }

.hot-keyword-container {
  margin: 20px 0; }

.hot-keyword-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .hot-keyword-list .hot-keyword-item a {
    position: relative;
    display: inline-block;
    margin: 0 5px 10px;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #888888;
    border: 1px solid #ccc;
    background-color: transparent;
    border-radius: 4px;
    transition: .3s; }
    .hot-keyword-list .hot-keyword-item a:hover {
      color: #009869;
      border: 1px solid #009869;
      background-color: #fff; }
  .hot-keyword-list .hot-keyword-item.selected a {
    color: #009869;
    border: 1px solid #009869;
    background-color: #fff; }
    .hot-keyword-list .hot-keyword-item.selected a:after {
      content: url(../img/keyword_fukidashi.svg);
      width: 16px;
      height: 10px;
      position: absolute;
      left: calc(50% - 8px);
      bottom: -6px; }

.hot-keyword-recent-container {
  background-color: #fff;
  width: calc(100% - 30px);
  margin: 10px auto;
  padding: 15px;
  border: 1px solid #009869; }

.item-type-card .list_item-title {
  margin-top: 10px;
  transition: color .2s; }
  .item-type-card .list_item-title .list_item-title-txt {
    font-size: 0.875rem;
    font-weight: bold; }
.item-type-card .list_item-img {
  border-radius: 6px;
  height: 103px; }

.item-type-card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }

.item-type-card.col.s6 {
  width: 48%;
  margin-right: 4%; }
  .item-type-card.col.s6:nth-child(2n) {
    margin-right: 0; }

.item-type-labo {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  .item-type-labo .list_item-title {
    margin-top: 10px;
    transition: color .2s; }
    .item-type-labo .list_item-title .list_item-title-txt {
      font-size: 0.9375rem;
      font-weight: bold; }
  .item-type-labo .list_item-img {
    border-radius: 6px;
    height: 240px; }

[class*="item-type-thm"] a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center; }
[class*="item-type-thm"] .list_item-title {
  transition: color .2s; }
  [class*="item-type-thm"] .list_item-title .list_item-title-txt {
    font-size: 0.875rem;
    font-weight: bold; }

.item-type-thm-l {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center; }
  .item-type-thm-l .list_item-img {
    width: 145px;
    height: 90px;
    border-radius: 0;
    margin-right: 10px; }
  .item-type-thm-l .list_item-title {
    transition: color .2s; }
    .item-type-thm-l .list_item-title .list_item-title-txt {
      font-size: .875rem;
      font-weight: bold; }
  .item-type-thm-l .info_author-img, .item-type-thm-l .info_time {
    display: none; }

.item-type-thm-m .list_item-img {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  margin-right: 10px; }

.item-type-thm-ml .list_item-img {
  width: 128px;
  height: 80px;
  border-radius: 6px;
  margin-right: 10px; }

.item-type-thm-s .list_item-img {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  margin-right: 10px; }

.list_item-txt-group {
  flex: 1; }
  .list_item-txt-group .info_time {
    margin-bottom: 6px;
    color: #888888;
    font-size: .75rem; }

.item-type-hybrid {
  margin-bottom: 10px; }
  .item-type-hybrid a {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center; }
  .item-type-hybrid .list_item-title {
    transition: color .2s; }
    .item-type-hybrid .list_item-title .list_item-title-txt {
      font-size: 0.875rem;
      font-weight: bold; }
  .item-type-hybrid .list_item-img {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    margin-right: 10px; }

.item-type-areatop {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 2rem 0 2rem 2rem; }
  .item-type-areatop .issue-badge {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 40px;
    height: 40px;
    background-image: url(../img/issue-badge.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    overflow: hidden;
    text-indent: -9999px; }
  .item-type-areatop a {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center; }
  .item-type-areatop .list_item-title {
    margin-top: 10px;
    transition: color .2s; }
    .item-type-areatop .list_item-title .list_item-title-txt {
      font-size: 1rem;
      font-weight: bold; }
  .item-type-areatop .list_item-img {
    width: calc(100vw - 2rem);
    height: 200px;
    border-radius: 12px 0 0 12px; }
  .item-type-areatop .list_item-txt-group {
    margin-right: 15px; }

.item-type-areatop.col.l4 {
  width: 32%;
  margin-right: 2%; }
  .item-type-areatop.col.l4:nth-child(3n) {
    margin-right: 0; }

.jtownchn-list .item-type-hybrid a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  align-items: flex-start; }
  .jtownchn-list .item-type-hybrid a .list_item-img {
    margin-left: 10px;
    margin-right: 0; }
.jtownchn-list .info_author a {
  display: flex;
  flex-direction: row;
  margin: -20px 0 10px; }

.jtownwith-list-item {
  margin-bottom: 10px; }
  .jtownwith-list-item img {
    width: 100%; }
  .jtownwith-list-item:last-child {
    margin-bottom: 20px; }

.jtownrepo-list.row .col {
  margin-bottom: 20px; }
  .jtownrepo-list.row .col:last-of-type {
    margin-bottom: 0; }
.jtownrepo-list.row [class*="item-type-thm"] a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  align-items: center; }
  .jtownrepo-list.row [class*="item-type-thm"] a .list_item-img {
    margin-left: 10px;
    margin-right: 0; }

.ranking-list {
  counter-reset: ranking 0; }

.ranking-list .content-list_item .item-img:before {
  content: counter(ranking);
  counter-increment: ranking 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: bold;
  color: white;
  background-color: #009869;
  z-index: 2; }

.info_author {
  margin-top: 6px; }
  .info_author a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start; }

.info_author-img {
  width: 22px;
  height: 22px;
  margin-right: 0.375rem;
  padding: 0;
  border-radius: 100%;
  overflow: hidden;
  background-color: #009869;
  background-position: center center;
  background-repeat: no-repeat; }

.info_author-txt {
  position: relative;
  top: 0.15rem;
  font-size: 0.75rem;
  flex: 1; }

.section_author {
  padding: 20px 15px 30px;
  background-color: #fff; }
  .section_author_about {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    .section_author_about .author_info {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: center;
      flex: 1; }
    .section_author_about .author_img {
      width: 60px;
      height: 60px;
      margin-right: 10px;
      padding: 0;
      border-radius: 100%;
      overflow: hidden;
      background-position: center center;
      background-repeat: no-repeat; }
    .section_author_about .author_name {
      flex: 1; }
      .section_author_about .author_name_txt {
        font-size: 1.25rem;
        font-weight: bold; }
    .section_author_about .author_sns-list {
      display: flex;
      flex-direction: row;
      font-size: 1rem; }
      .section_author_about .author_sns-list a.author_sns-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-left: 8px;
        width: 32px;
        height: 32px;
        border-radius: 64px;
        transition: ease .3s; }
        .section_author_about .author_sns-list a.author_sns-item:first-of-type {
          margin-left: 0; }
        .section_author_about .author_sns-list a.author_sns-item.facebook {
          color: #fff;
          background-color: #355199; }
        .section_author_about .author_sns-list a.author_sns-item.twitter {
          color: #fff;
          background-color: #1DA1F2; }
        .section_author_about .author_sns-list a.author_sns-item:hover {
          opacity: .7; }
  .section_author_txt {
    margin-top: 20px; }
    .section_author_txt p {
      margin-bottom: 10px;
      color: #888888;
      font-size: 0.875rem; }
      .section_author_txt p:last-of-type {
        margin-bottom: 0; }
      .section_author_txt p a {
        font-weight: bold;
        color: #009869;
        transition: ease .3s; }
        .section_author_txt p a:hover {
          color: #006244; }

.section_cover {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #009869;
  background-position: center center;
  background-repeat: no-repeat;
  height: 160px; }
  .section_cover img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .section_cover:empty {
    height: 0;
    display: none; }

.section_listpage {
  margin: 2rem 0;
  padding: 0;
  border-bottom: 1px solid #009869; }
  .section_listpage:first-of-type {
    margin: 0 0 2rem; }
  .section_listpage_header {
    background-color: #fff;
    padding: 15px; }
    .section_listpage_header_top {
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: space-between; }
    .section_listpage_header_about {
      font-size: .875rem; }
      .section_listpage_header_about p {
        color: #888888;
        margin-top: 1rem; }
    .section_listpage_header .section_listpage_title .section_listpage_title_txt {
      color: #009869;
      font-size: 1.24rem;
      font-weight: bold; }
  .section_listpage .section_listpage_list {
    margin: 20px auto 0; }
    .section_listpage .section_listpage_list .section_listpage_list_item[class*="item-type-thm"] {
      margin-bottom: 10px;
      padding-bottom: 10px; }
      .section_listpage .section_listpage_list .section_listpage_list_item[class*="item-type-thm"]:last-of-type {
        padding-bottom: 0; }
    .section_listpage .section_listpage_list .section_listpage_list_item .list_item-txt-group {
      margin-right: 15px; }

.listpage_pagenation {
  font-size: 0;
  width: 100%;
  margin: 10px auto 0;
  padding: 20px 5px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }
  .listpage_pagenation ul, .listpage_pagenation li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .listpage_pagenation .page-numbers {
    line-height: 1;
    text-align: center; }
    .listpage_pagenation .page-numbers .page-number-item {
      display: inline-block;
      vertical-align: middle;
      margin: 0 2px; }
      .listpage_pagenation .page-numbers .page-number-item.is-active a {
        background-color: #009869;
        border: 1px solid #009869;
        color: #fff; }
      .listpage_pagenation .page-numbers .page-number-item a, .listpage_pagenation .page-numbers .page-number-item span {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.875rem;
        font-weight: bold;
        text-align: center;
        color: #009869;
        transition: .3s ease;
        border-radius: 4px;
        padding: 10px 0;
        width: 38px;
        height: 38px; }
      .listpage_pagenation .page-numbers .page-number-item a {
        border: 1px solid #009869;
        background-color: #fff; }
        .listpage_pagenation .page-numbers .page-number-item a:hover {
          background-color: #009869;
          border: 1px solid #009869;
          color: #fff; }

/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box; }

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }

ul[role="list"], ol[role="list"] {
  list-style: none; }

html {
  scroll-behavior: smooth; }

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

a:not([class]) {
  text-decoration-skip-ink: auto; }

img, picture {
  max-width: 100%;
  display: block; }

input, button, textarea, select {
  font: inherit; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important; } }
.drawer-out {
  float: left;
  height: 0px;
  width: 100%;
  background: #333;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .drawer-out .drawer {
    float: left;
    width: 100%;
    height: 300px;
    background: #fff;
    opacity: 0;
    -webkit-transform: perspective(250px) rotateX(90deg);
    transform: perspective(250px) rotateX(90deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .drawer-out.opencan {
    height: 300px; }
    .drawer-out.opencan .drawer {
      opacity: 1;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transform: scale(1) perspective(1000px) rotateX(0deg);
      -webkit-animation: out 0.75s ease forwards;
      -moz-animation: out 0.75s ease forwards;
      animation: out 0.75s ease forwards; }

@-webkit-keyframes out {
  0% {
    -webkit-transform: scale(0.8) perspective(1000px) rotateX(90deg);
    transform: scale(0.8) perspective(1000px) rotateX(90deg); }
  100% {
    -webkit-transform: scale(1) perspective(1000px) rotateX(0deg);
    transform: scale(1) perspective(1000px) rotateX(0deg); } }
@-moz-keyframes out {
  0% {
    -moz-transform: scale(0.8) perspective(1000px) rotateX(90deg); }
  100% {
    -moz-transform: scale(1) perspective(1000px) rotateX(0deg); } }
@keyframes out {
  0% {
    -webkit-transform: scale(0.8) perspective(1000px) rotateX(90deg);
    transform: scale(0.8) perspective(1000px) rotateX(90deg); }
  100% {
    -webkit-transform: scale(1) perspective(1000px) rotateX(0deg);
    transform: scale(1) perspective(1000px) rotateX(0deg); } }
.content {
  float: left;
  clear: both;
  height: 1400px;
  width: 100%; }

/*
body {
	color: #333;
	padding: 0 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
}
*/
.panel {
  clear: both;
  display: none;
  border: 3px solid #CCC;
  padding: 1em; }

.panel.active-tab-body {
  display: block; }

#tabs {
  list-style: none; }

#tabs li {
  float: left; }

#tabs a {
  float: left;
  padding: 5px 8px;
  margin-left: 6px;
  background-color: #F2F2F2;
  text-decoration: none;
  color: #999999; }

#tabs a.active-tab {
  background-color: #CCC;
  border-top: 3px solid #999;
  padding-top: 3px;
  color: #000; }

input.disabled {
  border: 1px solid #F2F2F2;
  background-color: #F2F2F2; }

input.required, textarea.required {
  border: 1px solid #00A8E6; }

input.validation-failed, textarea.validation-failed {
  border: 1px solid #D92B00;
  color: #D92B00; }

input.validation-passed, textarea.validation-passed {
  border: 1px solid #00CC00;
  color: #000; }

.validation-advice {
  margin: 5px 0;
  padding: 5px;
  background-color: #D92B00;
  color: #FFF;
  font-weight: bold; }

.custom-advice {
  margin: 5px 0;
  padding: 5px;
  background-color: #C8AA00;
  color: #FFF;
  font-weight: bold; }

fieldset {
  padding: 1em;
  margin-bottom: 0.5em; }

label {
  font-weight: bold; }

.form-row {
  clear: both;
  padding: 0.5em; }

.aform-header {
  font-size: 130%;
  font-weight: bold;
  margin: 1em 0 1em;
  padding: 3px 0;
  border-bottom: 1px solid #ccc; }

.aform-hdln {
  font-size: 120%;
  font-weight: bold;
  margin: 2em 0 0.5em;
  padding: 3px 0;
  border-bottom: 1px dotted #ccc; }

.aform-content ul,
.aform-content li,
.aform-content div,
.aform-content dl p {
  list-style: none;
  margin: 0; }

div.aform-content dl {
  margin-bottom: 1em;
  padding-bottom: 1em; }

div.aform-content dl dt {
  font-weight: bold;
  margin-bottom: 0.5em; }

div.aform-content input.aform-checkbox,
div.aform-content input.aform-radio {
  margin-right: 5px;
  vertical-align: middle; }

div.aform-content input.aform-field-option-text {
  margin-left: 5px;
  vertical-align: middle; }

div.aform-content .aform-name-ul li,
div.aform-content .aform-kana-ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

div.aform-content input.aform-name,
div.aform-content input.aform-kana {
  margin-right: 5px; }

div.aform-content ul.aform-payment li {
  margin-bottom: 0.8em; }

div.aform-content ul.aform-payment .aform-payment-description {
  margin-left: 22px;
  margin-top: 3px; }

div.aform-content ul.aform-payment .aform-payment-description table th {
  font-weight: normal;
  padding: 2px 5px 2px 0;
  vertical-align: top;
  text-align: left; }

div.aform-content ul.aform-payment .aform-payment-description table td {
  padding: 2px 5px 2px 0; }

div.aform-content span.required {
  color: #fff;
  font-weight: normal;
  background: #D92B00; }

div.aform-content .aform-input-example {
  margin-bottom: 0.5em; }

div.aform-content .aform-note {
  margin-bottom: 1em;
  padding: 5px 8px;
  background: #f3f3f3; }

div.aform-content .aform-twice-note {
  display: block; }

div.aform-content input.require-twice {
  margin-top: 3px; }

dl.aform-error-list dt {
  font-size: 120%;
  padding-left: 16px;
  background: url(images/icons/warning_y.gif) 0 50% no-repeat; }

dl.aform-error-list dd {
  margin-left: 16px;
  display: list-item; }

div.aform-content .submit {
  margin-top: 20px;
  padding: 15px 20px;
  border-top: 1px solid #ccc;
  text-align: center; }

div.aform-content .submit input {
  margin: 0 6px;
  padding: 2px 8px;
  font-size: 110%; }

div.aform-content p.powerdby {
  text-align: right;
  font-size: 70%;
  margin: 1em 0; }

div.aform-content p.powerdby a {
  color: #fff;
  padding: 0 5px;
  background: #BAD7E4;
  text-decoration: none; }

div.aform-content p.powerdby a:hover {
  background: #75AECA; }

div.aform-content .aform-demo {
  text-align: center;
  margin: 2em 0;
  padding: 5px 10px;
  border: 1px solid #EE7BA0;
  background: #FDECF1; }

div.aform-content .aform-demo a {
  color: #903;
  font-weight: bold;
  margin: 0 5px; }

/* j-town 読者投稿フォーム */
ul.aform-name-ul {
  padding: 0 !important; }

ul.aform-field-574 {
  display: inline-flex;
  padding: 0 !important; }

.aform-field-574 li {
  padding-right: 10px; }

/*----------------------------------*/
#aform_result {
  color: #c00;
  font-weight: bold;
  font-size: 110%;
  margin: 15px auto;
  padding: 10px 15px; }

#aform_result a {
  margin: 0 1em; }

/*----------------------------------*/
div.aform-content dl {
  border-bottom: 1px dotted #eee; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?vzqcw0");
  src: url("fonts/icomoon.eot?vzqcw0#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?vzqcw0") format("truetype"), url("fonts/icomoon.woff?vzqcw0") format("woff"), url("fonts/icomoon.svg?vzqcw0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-jt-blockquote_h:before {
  content: "\e900"; }

.icon-jt-blockquote_t:before {
  content: "\e901"; }

.icon-jt-car:before {
  content: "\e902"; }

.icon-jt-channel:before {
  content: "\e903"; }

.icon-jt-check:before {
  content: "\e904"; }

.icon-jt-comment:before {
  content: "\e905"; }

.icon-jt-down:before {
  content: "\e906"; }

.icon-jt-down-sm:before {
  content: "\e907"; }

.icon-jt-down-thin:before {
  content: "\e908"; }

.icon-jt-facebook:before {
  content: "\e909"; }

.icon-jt-food:before {
  content: "\e90a"; }

.icon-jt-fun:before {
  content: "\e90b"; }

.icon-jt-hateblog:before {
  content: "\e90c"; }

.icon-jt-house:before {
  content: "\e90d"; }

.icon-jt-labo:before {
  content: "\e90e"; }

.icon-jt-left:before {
  content: "\e90f"; }

.icon-jt-left-sm:before {
  content: "\e910"; }

.icon-jt-left--thin:before {
  content: "\e911"; }

.icon-jt-line:before {
  content: "\e912"; }

.icon-jt-report:before {
  content: "\e913"; }

.icon-jt-right:before {
  content: "\e914"; }

.icon-jt-right-sm:before {
  content: "\e915"; }

.icon-jt-right-thin:before {
  content: "\e916"; }

.icon-jt-send:before {
  content: "\e917"; }

.icon-jt-sharp:before {
  content: "\e918"; }

.icon-jt-twitter:before {
  content: "\e919"; }

.icon-jt-up:before {
  content: "\e91a"; }

.icon-jt-up-sm:before {
  content: "\e91b"; }

.icon-jt-up-thin:before {
  content: "\e91c"; }

.icon-jt-with:before {
  content: "\e91d"; }

/*# sourceMappingURL=style-sp.css.map */
