@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  font-size: 10px;
}

body {
  color: #261c0b;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  font-size: 1.4rem;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

img {
  border: 0;
  height: auto;
  line-height: 0;
  max-width: 100%;
  vertical-align: bottom;
}

a {
  outline: none;
  color: #261c0b;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

li {
  list-style: none;
}

.panel {
  vertical-align: top;
  display: inline-block;
}

.hide {
  display: none;
}

.cells {
  display: table;
  height: 100%;
  width: 100%;
}

.cell {
  display: table-cell;
  vertical-align: top;
}

.kerning {
  letter-spacing: -0.5em;
}

.kerning *:not(.kerning) {
  letter-spacing: normal;
}

.flex {
  flex-wrap: wrap;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box; /*--- Android4.3以前 ---*/
  display: -webkit-flex;
  display: flex;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
}

.breadcrumbs {
  font-size: 1.2rem;
}

.breadcrumbs a {
  text-decoration: underline;
}

.head_fiexd {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  position: fixed!important;
}

.header {
  padding: 8px 0 20px;
  background: #fff;
}

.header .title {
  margin: -0.7em 0 0 -3em;
}

.header .title .bottom {
  color: #fff;
  margin: 0 0 0 0.5em;
}

.header .title p {
  font-size: 12px;
}

.header .title img {
  display: block;
  margin: 2px 0;
}

.header > .flex {
  align-items: center;
  justify-content: center;
}

.header .actions {
  /* padding: 8px; */
  /* background: #fff; */
  align-items: center;
}

.header .actions.left {
  margin-right: auto;
}

.header .actions.right {
  margin-left: auto;
}

.header .actions.right a,
.mobile .menu .actions a {
  margin-left: 1em;
  padding: 2px 4px;
  border-radius: 8px;
  border: 1px solid #888;
}

.header .actions a[href="/users/register/"],
.mobile .menu .actions a[href="/users/register/"] {
  color: #fff;
  border-radius: 6px;
  padding: 2px 16px;
  border-color: #dc143c;
  background-color: #dc143c;
}

.mobile .sns {
  margin: 1em 0 0;
  text-align: center;
}

.mobile .sns .items {
  justify-content: center;
}

.mobile .sns .items a {
  margin: 0 0.5em;
}

.header .actions a.to_newspeed {
  color: #fff;
  padding: 2px 10px;
}

.header .actions .to_newspeed {
  color: #fff;
  padding: 2px 10px;
  margin-left: 1em;
}

.header .actions i {
  margin-right: 0.3em;
}

.header .actions .site_searches {
  border: none;
  margin: 0 0 0 3em;
  border-bottom: 1px solid #c4c4c4;
}

.mobile .menu .site_searches {
  width: 100%;
  padding: 8px;
  margin: 1em 0 0;
  background: #fff;
  /* max-width: 200px; */
  border-radius: 5px;
  align-items: center;
  border: 1px solid #c4c4c4;
}

.header .actions .site_searches input,
.mobile .menu .site_searches input {
  height: 100%;
  padding: 0 8px;
  width: calc(100% - 20px);
}

.header .actions .site_searches input,
.header .actions .site_searches button,
.mobile .menu .site_searches input,
.mobile .menu .site_searches button {
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.header .actions .site_searches button,
.mobile .menu .site_searches button {
  cursor: pointer;
}

.header .actions .site_searches button i,
.mobile .menu .site_searches button i {
  color:#444;
}

.mobile .item.actions {
  width: 100%;
  margin: 16px 0 0;
  border-bottom: none;
  align-items: center;
  justify-content: center;
}

.mobile .item.actions a {
  margin: 0 0.5em;
}

.gnavi {
  padding: 15px 0;
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.gnavi .items {
  padding: 0 8px;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.gnavi .item {
  width: auto;
  padding: 8px 0.8em;
  text-align: center;
  position: relative;
}

.gnavi .item a {
  width: 100%;
  color: #000;
  display: block;
  font-weight: bold;
}

.gnavi .item ul {
  width: 100%;
  display: none;
}

.gnavi .item ul .item {
  margin: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.gnavi .item:hover ul {
  left: 0;
  display: block;
  position: absolute;
}

.tags {
  padding: 8px 0 0;
  background-color: rgba(255, 255, 255, 1);
}

.tags .items {
  flex-wrap: nowrap;
  width: max-content;
  padding: 8px 0 20px;
}

.tags .swiper-button-next.swiper-button-disabled,
.tags .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.tags .item {
  width: auto;
  margin-right: 1em;
  text-align: center;
  position: relative;
  /* width: calc(100% / 7); */
}

.tags .item a {
  color: #dc143c;
  width: 100%;
  padding: 2px 8px;
  border-radius: 10px;
  border: 1px solid #dc143c;
}

.breadcrumb {
  padding: 15px 0;
}

.home .breadcrumb {
  padding: 0;
}

.breadcrumb .title {
  font-size: 90%;
  margin: 0 6px;
}

.breadcrumb a {
  text-decoration: underline;
}

.contents {
  padding: 30px 0 0;
}

.main {
  padding-right: 30px;
  width: calc(100% - 300px);
}

.main > .title {
  margin: 0 0 1em;
}

.main #features {
  padding: 20px 0;
  margin: 40px 0 0;
}

.main #features a {
  /* padding: 14px 30px;
  background-color: #eee;
  text-align: center;
  border: solid 1px #000; */
}

.main .sns {
  margin: 64px 0 0;
  text-align: center;
}

.main .sns .items {
  justify-content: center;
}

.main .sns .title {
  margin: 0 0 1em;
}

.main .sns .items a {
  margin: 0 0.5em;
}

.sub {
  width: 300px;
}

.sub .x .text {
  padding: 0 0.5em 0 0;
  width: calc(100% - 40px);
}

.sub .section {
  margin: 0 0 40px;
}

.sub .banner {
  margin: 0 0 30px;
}

.sub .section_title {
  color: #dc143c;
  margin: 0 0 20px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #dc143c;
}

.sub .pickup .item,
.sub .ranking .item,
.sub .series .item {
  margin: 0 0 1em;
  align-items: flex-start;
}

.sub .pickup .item:last-of-type,
.sub .ranking .item:last-of-type,
.sub .series .item:last-of-type {
  margin: 0;
}

.sub .pickup .thumb,
.sub .ranking .thumb,
.sub .series .thumb {
  width: 32%;
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.sub .pickup .thumb:after,
.sub .ranking .thumb:after,
.sub .series .thumb:after {
  content: '';
  display: block;
  aspect-ratio: 3 / 2;
}

.sub .pickup .text,
.sub .ranking .text,
.sub .series .text {
  width: 68%;
  padding-left: 1em;
}

.sub .ranking {
  counter-reset: rank;
}

.sub .ranking .text {
  flex-wrap: nowrap;
  word-break: break-all;
  counter-increment: rank;
}

.sub .ranking .text:before {
  content: counter(rank);
  width: 1.5em;
  flex-grow: 0;
  flex-shrink: 0;
  color: #777;
  margin-right: 0.4em;
  font-weight: bold;
}

.sub .ui-datepicker-inline {
  width: 100%;
}

.sub .ui-datepicker select.ui-datepicker-month,
.sub .ui-datepicker select.ui-datepicker-year {
  width: 30%;
}

.sub .client_ads {
  margin: 0 0 1em;
}

.sub .client_ads a,
.sub .ad a {
  margin: 0 0 1em;
}

.footer .footer_inner {
  padding: 32px 0 0;
  background: #ccc;
  margin: 70px 0 0;
  text-align: center;
}

.footer .f_navi {
  margin: 0 auto 1em;
  font-size: 1.6rem;
  justify-content: center;
}

.footer .f_navi a {
  margin: 0 1em 20px;
}

.footer .f_subnavi {
  font-size: 1.4rem;
}

.copyright {
  color: #fff;
  padding: 1em 0;
  font-size: 1.2rem;
  background-color: #444;
}

.pagination {
  margin: 48px 0;
  text-align: center;
}

.pagination a {
  margin: 0 0.2em;
  background: #fff;
  padding: 5px 10px;
  font-size: 1.2rem;
  border-radius: 5px;
  border: 1px solid #777;
}

.pagination a.current {
  color: #fff;
  background: #777;
}

.main .section_title {
  color: #dc143c;
  font-size: 1.8rem;
  align-items: center;
  margin: 48px 0 16px;
  justify-content: space-between;
  border-bottom: 2px solid #dc143c;
}

.main .section_title .to_list {
  font-size: 1.6rem;
  text-decoration: underline;
}

.main .article .date {
  font-size: 1.2rem;
  margin: 0 1em 0 0;
  vertical-align: middle;
  align-self: flex-start;
}

.main .article .date span:first-of-type {
  margin: 0 1em 0 0;
}

.main .article .cat,
.main .relation .cat {
  background: #eee;
  padding: 2px 6px;
  margin: 0 8px 0 0;
  font-size: 1.2rem;
  margin: 4px 4px 4px 0;
  vertical-align: middle;
}

.main .article .article_tags,
.main .relation .article_tags {
  margin: 2px 0;
}

.news.detail .main .article .article_tags {
  margin: 2px 0 0 4px;
}

.main .article .article_tags a,
.main .relation .article_tags a {
  color: #dc143c;
  padding: 1px 4px;
  margin: 0 8px 0 0;
  font-size: 1.2rem;
  border-radius: 10px;
  vertical-align: middle;
  border: 1px solid #dc143c;
}

.main .article .article_tags a:last-child,
.main .relation .article_tags a:last-child {
  margin: 0;
}

.main .articles,
.main .relations {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3列 */
  /* grid-template-rows: repeat(5, auto); 5段 */
  gap: 2em; /* 要素間のスペース */
}

.home .main .swiper .articles {
  gap: 0;
}

.home .main .swiper.series .articles,
.home .main .swiper.sports .articles {
  grid-auto-flow: column; /* アイテムを列方向に配置 */
}

.main .article,
.main .relation {
  width: 100%;
  background: #fff;
  flex-direction: column;
  justify-content: space-between;
}

.main .article .text,
.main .relation .text {
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
}

.main .article .link,
.main .relation .link {
  width: 100%;
  margin: 0 0 6px;
}

.main .article .title,
.main .relation .title {
  margin: 0;
  flex-grow: 1;
}

.main .article .thumb,
.main .relation .thumb {
  position: relative;
  background-size: contain;
  background-color: #fafafa;
  background-position: center;
  background-repeat: no-repeat;
}

/* .main .article .noimage,
.main .relation .noimage {
  height: 158px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 170%;
  line-height: 158px;
} */

.main .article .thumb:after,
.main .relation .thumb:after {
  content: '';
  display: block;
  aspect-ratio: 3 / 2;
}

.main .banner_lp {
  margin: 32px 0;
}

.main .banner_lp:first-child {
  margin: 0 0 32px;
}

.main .results_number {
  margin: 0 0 16px;
}

#announce {
  padding: 6px 14px;
  background-color: #f9f9f9;
  margin: 0 0 6px;
  font-weight: bold;
}

#announce span {
  margin: 0 10px 0 0;
}

#announce .icon {
  display: inline-block;
  padding: 2px 8px;
  background-color: #888;
  color: #fff;
}

#announce .icon i {
  margin: 0 4px 0 0;
}

#announce .date {
  color: red;
}

.announce-modal {
  max-width: none;
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  left: 0px;
}

.announce-modal .modal_bg {
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.announce-modal .modal_content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
}

.announce-modal h2 {
  text-align: center;
}

.announce-modal .center {
  text-align: center;
}

.announce-modal .center a {
  text-decoration: underline;
}

.announce-modal .content_txt {
  color: #261c0b;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  margin: 18px 0;
}

.announce-modal .content_txt p {
  margin: 0;
  overflow-wrap: break-word;
}

.announce-modal .content_txt a {
  color: #261c0b;
  text-decoration: none;
  border-bottom: dotted 1px #000;
}


/**
 * トップ
 */

.home .main .client_ads {
  display: none;
}

.home .main .top_news .headline {
  color: #fff;
  margin: 0 0 8px;
  padding: 2px 1em;
  font-size: 1.8rem;
  background: #dc143c;
}

.home .main .top_news .slide .thumb {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home .main .top_news .slide .thumb:after {
  content: '';
  display: block;
  aspect-ratio: 3 / 2;
}

.home .main .top_news .title {
  font-size: 1.6rem;
  margin: 6px 0;
  font-weight: bold;
}

.home .main .top_news div.swiper-slide {
  opacity: 0.4;
}

.home .main .top_news div.swiper-slide-active {
  opacity: 1;
}

.home .main #features {
  margin: 0 0 32px;
}

.home .main .writers .persons {
  padding: 0 0 20px;
}

.home .main .writers .person {
  align-items: center;
  flex-direction: column;
}

.home .main .writers .person img {
  width: 78px;
  height: 85px;
  object-fit: contain;
}

.home .main .searches {
  padding: 16px;
  margin: 48px 0 32px;
  background-color: rgba(217, 84, 79, 0.1);
}

.home .main .searches .title {
  margin: 0 0 1em;
  font-size: 2rem;
  color: rgba(217, 84, 79, 1);
}

.home .main .searches .categories {
  margin: 0 0 1em;
}

.home .main .searches .items {
  /* justify-content: space-around; */
}

.home .main .searches .item{
  margin: 4px 0;
  width: calc(100% / 7);
}

.home .main .searches .item a {
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}

.home .sub .series {
  display: none;
}

/**
 * 記事一覧
 */

/* 検索用 */

.news.index .main .keyvisual {
  margin: 0 0 32px;
}

.news.index .main .keyvisual img {
  width: 100%;
  height: 20vw;
  max-height: 160px;
  object-fit: cover;
}

.news.index .main .not_article {
  margin: 0 0 40px;
}

.news.index .main .searches {
  margin: 0 0 40px;
  padding: 16px 8px;
  background: #fff;
  border-radius: 5px;
  align-items: center;
  border: 1px solid #c4c4c4;
}

.news.index .main .searches input {
  height: 100%;
  padding: 0 8px;
  font-size: 1.6rem;
  width: calc(100% - 20px);
}

.news.index .main .searches input,
.news.index .main .searches button {
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.news.index .main .searches button {
  cursor: pointer;
}

.news.index .main .searches button i {
  color: #444;
  font-size: 1.6rem;
}

.news.index .main .article {
  position: relative;
}

.news.index .main .article .new_mark {
  top: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  padding: 0 2px;
  font-size: 1.1rem;
  position: absolute;
  background-color: #ff0000;
}

/**
 * お気に入り
 */
.news.index.favorite .main .article {
  position: relative;
}

.news.index.favorite .main .remove {
  margin: 10px 0 0;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 16px;
}

.news.index.favorite .main .remove a {
  color: #fff;
  font-size: 150%;
  background-color: #aaa;
  padding: 4px;
  border-radius: 50%;
}

/**
 * 記事詳細
 */

.detail .main .article {
  margin: 0;
  width: 100%;
  padding: 0 8%;
  background: #fff;
}

.detail .main .new_article_wrap .article {
  padding: 0;
}

/* 既読記事にのみモーダルを表示したい */
.detail .main .article .thumb_box.image-only {
  display: none;
}

.detail.sign_out .main .article .thumb_box.image-only,
.detail.read_more .main .article .thumb_box.image-only {
  display: block;
}

.detail.sign_out .main .article .thumb_box.width-link,
.detail.read_more .main .article .thumb_box.width-link {
  display: none;
}
/* 既読記事にのみモーダルを表示したい */

.detail .main .article .thumb {
  width: 100%;
  display: block;
  margin: 0 auto 16px;
}

.detail .main .article .youtube {
  width: 60%;
  display: block;
  margin: 0 auto 6px;
}

.detail .main .article .youtube iframe {
  width: 100%;
  height: 300px;
}

.detail.no_free_user .main .article .thumb.limited,
.detail.sign_out .main .article .thumb.limited,
.detail.read_more .main .article .thumb.limited {
  display: none;
}

.detail .main .article .thumb.noimage {
  display: none;
}

.detail.no_free_user.this_is_limited .main .article .thumb,
.detail.sign_out.this_is_limited .main .article .thumb,
.detail.read_more.this_is_limited .main .article .thumb {
  display: none;
}

.detail.no_free_user .main .article .thumb.noimage,
.detail.sign_out .main .article .thumb.noimage,
.detail.read_more .main .article .thumb.noimage {
  display: block;
}

.detail.read_more.this_is_limited .main .article .caption.limited,
.detail.sign_out.this_is_limited .main .article .caption.limited {
  display: none;
}

.detail.no_free_user.this_is_limited .main .article #news_addition,
.detail.read_more.this_is_limited .main .article #news_addition,
.detail.sign_out.this_is_limited .main .article #news_addition,
.detail.read_more .main .article #news_addition {
  display: none;
}

.detail .main .article .caption {
  margin: 0 auto 20px;
  text-align: center;
  width: 100%;
  color: #555;
  font-size: 90%;;
}

.detail .main .article #content_txt .caption {
  font-size: 1.26rem;
}

.detail .main .article .text {
  padding: 0;
  width: 100%;
}

.detail .main .article .title {
  font-size: 2.8rem;
}

.detail .main .article .text .date,
.detail .main .article .text .writer {
  font-size: 1.4rem;
  margin: 4px 4px 4px 0;
  vertical-align: middle;
}

.detail .main .article .text .tags {
  padding: 0;
}

.detail .main .article .text .tags a {
  margin: 4px 4px 4px 0;
}

.detail .main .article .text .sns {
  width: 100%;
  margin: 8px 0;
  justify-content: end;
}

.detail .main .article .text .sns a {
  margin: 0 0 0 10px;
}

.detail .main .article .writer_info {
  margin: 40px 0 0;
  align-items: flex-start;
}

.detail .main .article .writer_info .image {
  width: 60px;
}

.detail .main .article .writer_info .info {
  padding: 0 0 0 1em;
  word-break: break-all;
  width: calc(100% - 60px);
}

/* 
.detail .main .article .actions {
  width: 50%;
  text-align: right;
}

.detail .main .article .actions .panel {
  vertical-align: middle;
}

.detail .main .article .actions .favorite a {
  border: solid 1px #ccc;
  border-radius: 4px;
  padding: 8px 12px;
  text-align: center;
}

.detail .main .article .actions .favorite a i {
  margin: 0 4px 0 0;
}

.detail .main .article .actions .favorite.added a {
  background-color: rgb(255, 247, 221);
} */

/* 
.detail .main .article .actions .my_news a {
  font-size: 1.6rem;
  margin: 0 0 0 5px;
} */

.detail .main .relation_wrap .title,
.detail .main .new_article_wrap .title {
  font-size: 1.6rem;
}

.detail .main .article .lock {
  display: none;
}

.detail.sign_out .main .article .body {
  opacity: 0.4;
}

.detail.sign_out .main .article .lock {
  color: #fff;
  padding: 20px;
  display: block;
  background: #777;
  text-align: center;
  border-radius: 10px;
}

.detail.sign_out .main .article .lock .title {
  color: #fff;
  margin: 0 0 1em;
  font-size: 2.5rem;
  font-weight: bold;
}

.detail.sign_out .main .article .lock .title i {
  font-size: 4rem;
  margin: 0 10px 0 0;
}

.detail.sign_out .main .article .lock .btn {
  width: 30%;
  padding: 10px;
  margin: 0 1em;
  background: #fff;
  text-align: center;
  border-radius: 5px;
}

.detail .main .article #news_addition {
  margin: 30px 0 0;
}

.detail .main .article #news_addition .add_images {
  margin: 0 0 20px;
}

.detail .main .article #news_addition .add_content {
  margin: 0 0 20px;
  color: #261c0b;
  /* font-size: 14px; */
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

.detail .main .article .no_free_user {
  display: none;
}

.detail.no_free_user .main .article .no_free_user {
  color: #fff;
  padding: 20px;
  display: block;
  text-align: center;
  border-radius: 10px;
  background: #777;
}

.detail.no_free_user .main .article .no_free_user .title {
  color: #fff;
  margin: 0 0 1em;
  font-size: 2.5rem;
  font-weight: bold;
}

.detail.no_free_user .main .article .no_free_user .title i {
  font-size: 4rem;
  margin: 0 10px 0 0;
}

.detail.no_free_user .main .article .no_free_user .btn {
  width: 30%;
  padding: 10px;
  margin: 0 1em;
  background: #fff;
  text-align: center;
  border-radius: 5px;
}

.detail .main .article .more {
  display: none;
}

.detail.read_more .main .article .more {
  color: #fff;
  padding: 20px;
  display: block;
  background: #777;
  text-align: center;
  border-radius: 10px;
}

.detail.read_more .main .article .more .limit {
  margin: 10px 0 0;
  font-size: 110%;
}

.detail.read_more .main .article .more .limit b {
  font-size: 130%;
}

.detail.read_more .main .article .more .btn {
  width: 30%;
  padding: 10px;
  margin: 0 1em;
  background: #fff;
  text-align: center;
  border-radius: 5px;
}

/**
 * 執筆者詳細
 */

.writer .main .informations {
  margin: 0 0 40px;
  padding: 16px 32px;
  background-color: #efefef;
}

.writer .main .informations img {
  width: 90px;
}

.writer .main .informations .info {
  padding: 0 0 0 2em;
  width: calc(100% - 90px);
}


/**
 * 会員ログイン
 */

.signin .main .form {
  padding: 15px;
  background: #fff;
}

.signin .main .form .input {
  margin: 1em 0;
  font-size: 1.6rem;
}

.signin .main .form .key {
  width: 8em;
}

.signin .main .form .val {
  width: calc(100% - 8em);
}

.signin .main .form input {
  width: 100%;
  font-size: 1.6rem;
}

.signin .main .form .submit {
  margin: 30px 0;
  text-align: center;
}

.signin .main .form .submit a {
  color: #fff;
  border-radius: 5px;
  padding: 10px  20px;
  background: #2078AD;
}

.signin .main .btns {
  text-align: center;
}

.signin .main .btns .btn {
  margin: 0 1em;
  font-size: 1.2rem;
}


/**
 * 問い合わせ
 */

.contact .main .articles {
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
}

.contact .main .article {
  margin: 0;
  width: 100%;
  background: #fff;
  margin: 20px 0 0;
}

.contact .main table{
  width: 100%;
  border-collapse: collapse;
}

.contact .main input[type=text],
.contact .main textarea {
  font-size: 110%;
  border: 1px solid #cdcdcd;
  padding: 5px;
}

.contact .main th {
  width: 30%;
  background: #eee;
  font-weight: normal;
  vertical-align: middle;
  border: 1px solid #ddd;
  padding: 6px 6px;
  text-align: left;
}

.contact .main th .req {
  color: #fff;
  background-color: red;
  font-size: 80%;
  padding: 3px 6px;
  margin: 0 0 0 4px;
}

.contact .main td {
  width: 65%;
  margin: 0 0 0 5%;
  background: #fff;
  vertical-align: middle;
  border: 1px solid #ddd;
  padding: 6px 6px;
}

.contact .main td [type=text] {
  width: calc(100% - 2px);
}

.contact .main td textarea {
  width: calc(100% - 2px);
  height: 300px;
  resize: none;
}

.contact .main .btn {
  text-align: center;
}

.contact .main .btn [type="submit"] {
  color: #fff;
  background-color: #777!important;
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 20px 0 0;
}

.contact .main .error {
  color: red;
  font-size: 85%;
  margin: 4px 0 0;
}

.contact .main #return_form {
  text-align: center;
}

.contact .main #return_form [type="submit"] {
  border: none;
  text-decoration: underline;
  margin: 18px 0 0;
  background: none;
}

.contact.send .contents .articles .center {
  margin: 12px 0;
}

.contact.send .contents .articles .back a{
  text-decoration: underline;
}

/**
 * 契約情報ページ
 */

.mypage .main  {
  padding: 0;
  width: 100%;
}

.mypage h2.title span  {
  font-size: 0.6em;
  font-weight: normal;
  margin: 0 0 0 1em;
}

.mypage .main .infos {
  padding: 16px;
  background: #fff;
}

.mypage .main .infos dl {
  padding: 0.5em 0;
}

.mypage .main .infos dt {
  width: 9em;
}

.mypage .main .infos .plan {
  color: #ff0000;
  font-size: 1.8rem;
  font-weight: bold;
}

.mypage .main .infos .upgrade {
  margin: 2em 0;
}

.mypage .main .infos .upgrade a {
  font-size: 1.8rem;
  padding: 8px 16px;
  font-weight: bold;
  background: rgb(255, 247, 221);
}

.mypage .main .infos .is_member {
  margin: 2em 0 0;
}

.mypage .main .infos .upgrade .to_external {
  font-size: 0.9em;
  margin: 0.2em 0 0;
}

.mypage .modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}

.mypage .modal_bg {
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.mypage .modal_content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
}

.mypage .modal h2 {
  text-align: center;
}

.mypage .modal .center {
  text-align: center;
}

.mypage .modal .center a {
  text-decoration: underline;
}

.mypage .modal dl {
  margin: 0 0 20px;
}

.mypage .modal dt,
.mypage .modal dd {
  display: block;
}

.mypage .modal dd [type="password"] {
  width: calc(100% - 2px);
  padding: 2px 4px;
}

.mypage .modal dd .error {
  margin: 2px 0 0;
  color: red;
  font-size: 90%;
}

.mypage .modal .caution {
  font-size: 90%;
  color: #666;
}

.mypage .modal [type="submit"] {
  color: #fff;
  padding: 6px 12px;
  margin: 20px 0 0;
}

.mypage .modal .mt10 {
  margin: 10px 0 0;
}


/**
 * お知らせ一覧
 */
.announces .contents .nodata {
  margin: 20px 0;
}

.announces .contents .articles .data:first-child {
  margin-top: 20px;
}

.announces .contents .articles .data {
  width: 100%;
  font-size: 110%!important;
  margin-bottom: 18px;
}

.announces .contents .articles .data[href="javascript: void(0)"]:hover {
  cursor: default;
  opacity: 1;
}

.announces .contents .articles .date {
  width: 15%;
  font-size: 100%;
  padding: 2px 10px 2px 4px;
  border-bottom: solid 1px #ccc;
  margin: 0;
}

.announces .contents .articles .data.link .title {
  text-decoration: underline;
}

.announces .contents .articles .title {
  width: 80%;
  padding: 2px 4px;
  border-bottom: solid 1px #eee;
}

.announces.detail .contents .article .body {
  margin: 20px 0 0;
}

/**
 * 記事詳細検索
 */
 .search .search-area {
  background-color: #fcfcfc;
  border: solid 1px #eee;
  padding: 16px;
  border-radius: 8px;
  margin: 0 0 30px;
}

.search .search-area .box {
  margin: 0 0 10px;
}

.search .search-area .box .ttl {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 4px;
}

.search .search-area .box [type=text] {
  font-size: 110%;
  padding: 2px 4px;
}

.search .search-area input.keyword {
  width: 30%;
}

.search .search-area .box .caution {
  margin: 4px 0 0;
  line-height: 1.2;
  font-size: 1.2rem;
}

.search .search-area .box .checks label {
  width: 20%;
  padding: 0 1% 0 0;
  vertical-align: top;
  display: inline-block;
}

.search .search-area .box .checks input {
  margin: 0 2px 0 0;
}

.search .search-area .submit_btn {
  align-items: center;
  justify-content: center;
}

.search .search-area .btn {
  text-align: center;
}

.search .search-area .btn [type="submit"] {
  color: #fff;
  background-color: #777!important;
  display: inline-block;
  padding: 6px 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 0 2em 0 0;
}

.search .search-area .btn .reset {
  text-decoration: underline;
}

.search .result_area {
  margin: 0 0 20px 0;
}

.search .result_area .results_number,
.search .result_area select {
  margin: 0 10px 0 0;
}


/* 静的ページ */

body.static .main .section_title:first-of-type {
  margin-top: 0;
}

/* イベント一覧 */

body.events.index .main .searches {
  margin: 0 0 32px;
}

body.events.index .main .searches button {
  border: none;
  cursor: pointer;
  margin: 0 0 0 1em;
  background-color: transparent;
}

body.events.index .main .searches input {
  margin: 0 4px 0 0;
  vertical-align: middle;
}

/* ページトップ ボタン */
.to_pagetop {
  right: 5%;
  bottom: 5%;
  display: none;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: fixed;
  width: 3rem;
  height: 3rem;
  border: 0.075em solid #dc143c;
  background: #dc143c;
  border-radius: 50%;
  box-sizing: content-box;
}

.to_pagetop::before {
  content: '';
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.7em 0.5em;
  border-bottom-color: currentColor;
  border-top: 0;
  transform: translateY(-15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
