#post_nav_tabs ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dadada;
}

#post_nav_tabs li {
  font-weight: 700;
  text-align: center;
  border-radius: 6px 6px 0 0;
  flex: 1;
}

#post_nav_tabs .icon {
  vertical-align: bottom;
}

#post_nav_tabs .selected {
  background-color: #4a70eb;
}

#post_nav_tabs .selected a {
  color: #fff;
}

#post_nav_tabs .deselected {
  background-color: #bababa;
}

#post_nav_tabs .deselected a {
  color: #fff;
}

#mypage_contents .upload_icon {
  background: url(/assets/global/upload-ab2706e012a60be666f14bb5725157ac1e7143d00aad5c18a0874cba1616257d.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}

#mypage_contents .delete_icon {
  background: url(/assets/catches/delete_black-9debc03bc46ed77fa631afc97b935d5f078e8e02f7629d6059ce5866d89374ce.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
}

#mypage_contents .post_icon {
  background: url(/assets/global/post-23837bbf1c14faa83735a52bd275f7f2dd3d12063559392924b85b9f7faef862.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}

#mypage_contents #error_explanation {
    margin-top: 22px;
    padding: 0 10px;
}

#mypage_contents #error_explanation h2 {
    margin-bottom: 8px;
    padding: 0;
    color: #dc000c;
}

#mypage_contents section {
  margin-bottom: 20px;
  background-color: #fff;
  background-repeat: no-repeat;
  color: #333333;
  padding: 0;
}

#mypage_contents section .hit_label {
  font-weight: 700;
  font-size: 1rem;
}

#mypage_contents a {
  color: #333333;
}

#readed_submit_button {
  line-height: 0;
  background: none;
  border: 1px solid #333333;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#readed_submit_button .readed_button_label {
  background: #fff;
  color: #333333;
}

#unread_content {
  color: #e3963a;
}

#mypage_contents label {
  cursor: pointer;
}

#content_field {
  border-bottom: 1px solid #dadada;
}

#content_field .information_upper {
  display: flex;
}

#content_field .information_upper p {
  background-color: #bababa;
}

#content_field .information_upper span {
  color: #fff;
  font-weight: 400;
}

#content_field .information_upper time {
  color: #666666;
  font-size: 1.2rem;
}

#content_field .information_lower {
  display: flex;
  align-items: center;
}

#content_field .information_lower p {
  font-weight: 700;
  margin: 0 10px 0 0;
  width: 100%;
  word-break: break-all;
  font-size: 1.4rem;
}

#index_submit_field {
  width: 100%;
  display: flex;
  justify-content: center;
}

#index_submit_field a {
  width: 100%;
  vertical-align: middle;
}

#index_submit_field #view_more::after {
  position: absolute;
  content: "";
  background-image: url(/../assets/global/continue.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#mypage_contents .index_button {
  background-color: #4a70eb;
  border-radius: 5px;
}

#mypage_contents .index_button a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#post_field {
  border-bottom: 1px solid #dadada;
}

#post_field a {
  display: flex;
}

#post_field .post_info {
  min-width: 0;
  color: #333333;
  position: relative;
}

#post_field .post_info time {
  font-size: 1.2rem;
  color: #666666;
}

#post_field .post_info p {
  word-break: break-all;
}

#post_field p {
  font-size: 1.1rem;
}

#post_field .grid_layout,
#post_field .top_grid_layout {
  cursor: pointer;
  display: grid;
}

#post_field .grid_layout {
  -ms-grid-columns: 120px (103px)[5];
}

#post_field .top_grid_layout {
  grid-template-columns: 120px;
  -ms-grid-columns: 120px (155px)[5];
}

#follow_user_header {
  width: 100%;
}

#follow_user_header p {
  color: #333333;
}

#follow_user_header .user_name {
  width: 75%;
}

#hit_count {
  font-weight: 700;
}

#user_name_label {
  font-weight: 700;
  display: flex;
  word-break: break-all;
}

#dtype_label {
  font-weight: 700;
}

#post_comment {
  color: #4a70eb;
  text-align: right;
}

#follow_user_header {
  display: flex;
}

#mypage_contents .point {
  position: absolute;
  text-align: right;
  cursor: pointer;
  pointer-events: auto;
  z-index: 8888;
}

#mypage_contents .point_not_login {
  position: absolute;
  text-align: right;
  cursor: pointer;
  pointer-events: auto;
  z-index: 8888;
}

#mypage_contents .point.like {
  pointer-events: auto;
}

#mypage_contents .point.like em {
  position: absolute;
  color: rgb(0, 0, 0);
  font-weight: bold;
  z-index: 999;
}

#mypage_contents #catch_icon {
  background-repeat: no-repeat;
  /* 画像の繰り返しを指定  */
  background-size: 100% 100%;
}

#mypage_contents .point #catch_icon {
  background-image: url(/assets/button_icons/hit_fish_before-65b9a5b1a4fdbb386e397eeb0cc56db911ee89ea3500cec89773f35d892a466f.webp);
}

#mypage_contents .point.like #catch_icon {
  background-image: url(/assets/button_icons/hit_fish_after-eb8002b2b252a4838dff1361143dac034eb8d298e7ad0620e8a64ebdfd1e7307.webp);
}

#mypage_contents .point.egi #catch_icon {
  background-image: url(/assets/button_icons/hit_egi_before-c3dbbb3a8d3033318a3999583be0a869b9b68c0923d06105f0db81c1e8722f74.webp);
}

#mypage_contents .point_not_login.egi #catch_icon {
  background-image: url(/assets/button_icons/hit_egi_before-c3dbbb3a8d3033318a3999583be0a869b9b68c0923d06105f0db81c1e8722f74.webp);
}

#mypage_contents .point.egi.like #catch_icon {
  background-image: url(/assets/button_icons/hit_egi_after-5f3f8f8e43d1607f3de02bedf5e3ab9deb3608b8cc251bcefd9e2145163150b0.webp);
}

#mypage_contents .point #tackle_icon {
  background-image: url(/assets/button_icons/hit_tackle_before-0b719a353da4d4a525cafe230759492a9304d194fb65e6388b3f148fbf6358a9.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  float: right;
}

#mypage_contents .point.like #tackle_icon {
  background-image: url(/assets/button_icons/hit_tackle_after-1d64d190d2d0988498fefd3706ebbc8f401b6b5fdbc466522659827d354b268b.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  float: right;
}

#mypage_contents input[type="checkbox"] {
  display: none;
  margin: 0;
}

#mypage_contents input[type="checkbox"]+label {
  position: relative;
  line-height: 1.5px;
  cursor: pointer;
}

#mypage_contents input[type="checkbox"]+label::before {
  content: "";
  position: relative;
  box-sizing: border-box;
  display: block;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 2.5px;
}

#mypage_contents input[type="checkbox"]:checked+label::before {
  background-color: #4a70eb;
  border: none;
}

#mypage_contents input[type="checkbox"]:checked+label::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: block;
  left: 3px;
  top: 4px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}

#mypage_contents #content_field .mypage_checkbox:checked+label::after {
  left: 4px;
}

#mypage_contents #content_field .mypage_checkbox+label::before {
  width: 18px;
  height: 18px;
}

#mypage_contents #content_field .mypage_checkbox:checked+label::after {
  width: 10px;
  height: 7px;
}

#mypage_contents .main_banners {
  margin-bottom: 20px;
}

#mypage_contents .main_banners a,
#mypage_contents .main_banners a img {
  display: block;
}

#mypage_contents .main_banners a {
  margin-bottom: 5px;
}

#mypage_contents .main_banners a:last-child {
  margin-bottom: 0;
}

/* mypage_contents(PC) */
@media screen and (min-width: 737px) {
  #post_nav_tabs a {
    display: block;
  }

  #post_nav_tabs li {
    height: 80px;
  }

  #post_nav_tabs li:first-child {
    margin-right: 4px;
  }

  #post_nav_tabs li:not(:first-child):not(:last-child) {
    margin: 0 2px;
  }

  #post_nav_tabs li:last-child {
    margin-left: 4px;
  }

  #post_nav_tabs a {
    font-size: 1.6rem;
    padding: 15px 0;
  }

  #post_nav_tabs .icon {
    height: 28px;
    width: 28px;
    margin-right: 5px;
  }

  #mypage_contents .post_icon {
    width: 22px;
    height: 22px;
  }

  #mypage_contents .upload_icon {
    width: 14px;
    height: 14px;
  }

  #mypage_contents .delete_icon {
    width: 13px;
    height: 13px;
  }

  #mypage_contents {
    margin-top: 30px;
  }

  #readed_submit_button {
    margin: 13px 20px;
    padding: 0 8px;
    height: 30px;
    width: 100px;
  }

  #readed_submit_button .readed_button_label {
    font-size: 1.3rem;
  }

  #content_field {
    padding: 0 21px;
  }

  #content_field .information_upper {
    margin: 10px 0;
  }

  #content_field .information_upper p {
    padding: 0 5px;
    margin: 0 10px;
  }

  #content_field .information_upper span {
    font-size: 1.1rem;
  }

  #content_field .information_lower {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  #index_submit_field a {
    display: block;
    padding: 20px 0;
  }

  #index_submit_field #view_more::after {
    font-size: 1.4rem;
    margin-left: 5px;
    width: 14px;
    height: 14px;
  }

  #mypage_contents .index_button {
    height: 50px;
    width: 260px;
    margin: 20px 0;
  }

  #mypage_contents .index_button a {
    font-size: 1.4rem;
    line-height: 14px;
  }

  #mypage_contents .point {
    right: 20px;
  }

  #post_field {
    padding: 10px 21px;
  }

  #post_field p {
    margin-bottom: 5px;
  }

  #mypage_contents .point {
    height: 75px;
    width: 75px;
  }

  #mypage_contents #catch_icon {
    height: 75px;
    width: 75px;
  }

  #mypage_contents .point #tackle_icon {
    height: 75px;
    width: 75px;
  }

  #mypage_contents .point.like #tackle_icon {
    height: 75px;
    width: 75px;
  }

  #mypage_contents .point.like em {
    font-size: 1.5rem;
    margin: 22.5px;
  }

  #hit_count {
    font-size: 2rem;
    margin-right: 5px;
  }

  #user_name_label {
    font-size: 1.5rem;
  }

  #dtype_label {
    font-size: 1.5rem;
  }

  #post_field .post_image {
    flex: 1;
    margin-right: 20px;
  }

  #post_field .post_info {
    flex: 4;
  }

  #post_field .post_info .category_field {
    margin-top: 3px;
  }

  #post_field .category_field {
    font-size: 1.5rem;
  }

  #post_field .post_info .post_detail_comment {
    font-size: 1.1rem;
  }

  #post_field .spec strong,
  #post_field .spec {
    font-size: 1.5rem;
  }

  p#post_comment {
    font-size: 1.3rem;
  }

  p#post_comment span {
    font-size: 1.2rem;
  }

  .top_post_detail {
    width: 96%;
    font-size: 1.1rem;
  }

  .top_post_detail_no_margin_bottom {
    margin-bottom: 0px !important;
  }

  #post_field .extra_post {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  #post_comment .icon {
    height: 15px;
    margin-right: 5px;
  }

  #follow_user_header .icon {
    height: 12px;
    margin: 3px 5px 0 20px;
  }

  #post_field .grid_layout {
    grid-template-columns: 120px repeat(4, 103px) 1fr;
  }

  #follow_user_header {
    grid-row: 1/1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2/6;
  }

  #post_field .post_image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
    width: 110px;
    height: 110px;
  }

  #post_field .post_info {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2/6;
  }

  #post_comment {
    grid-row: 4/4;
    grid-column: 6/6;
  }

  #mypage_contents input[type="checkbox"]+label::before {
    width: 17px;
    height: 17px;
  }

  #mypage_contents input[type="checkbox"]:checked+label::after {
    width: 10px;
    height: 6px;
  }
}

/* mypage_contents(SP) */
@media screen and (max-width: 736px) {
  #post_nav_tabs li {
    height: 80px;
  }

  #post_nav_tabs li:first-child {
    margin-right: 1%;
  }

  #post_nav_tabs li:not(:first-child):not(:last-child) {
    margin: 0 0.5%;
  }

  #post_nav_tabs li:last-child {
    margin-left: 1%;
  }

  #post_nav_tabs a {
    font-size: 1.2rem;
    padding: 7% 5%;
  }

  #post_nav_tabs .icon {
    margin: 0 4% 10% 6%;
  }

  #mypage_contents .post_icon {
    width: 18px;
    height: 18px;
  }

  #mypage_contents .upload_icon {
    width: 12px;
    height: 12px;
  }

  #mypage_contents .delete_icon {
    width: 11px;
    height: 11px;
  }

  #mypage_contents {
    margin-top: 10px;
  }

  #mypage_contents .point {
    right: 5px;
  }

  #readed_submit_button {
    margin-right: 3%;
    padding: 3px 8px;
  }

  #readed_submit_button .readed_button_label {
    font-size: 1.1rem;
  }

  #content_field {
    padding: 0 5%;
  }

  #content_field .information_upper {
    margin: 3% 0;
  }

  #content_field .announce_pattern {
    margin: 4px 0;
  }

  #content_field .information_upper p {
    padding: 0 3%;
    margin: 0 3%;
    font-size: 1rem;
  }

  #content_field .information_upper span {
    font-size: 1rem;
  }

  #content_field .information_lower {
    font-size: 1.4rem;
    margin-bottom: 5%;
  }

  #post_field .post_info .post_detail_comment {
    font-size: 1.2rem;
  }

  #index_submit_field a {
    display: block;
    padding: 5% 0;
  }

  #index_submit_field #view_more::after {
    font-size: 1.3rem;
    margin-left: 3px;
    width: 11px;
    height: 11px;
  }

  #mypage_contents .index_button {
    height: 40px;
    width: 230px;
    margin: 5% auto;
  }

  #mypage_contents .index_button a {
    font-size: 1.3rem;
    line-height: 11px;
  }

  #post_field {
    padding: 2% 5%;
  }

  #post_field p {
    margin-bottom: 1%;
  }

  #post_field .spec strong,
  #post_field .spec {
    font-size: 1.3rem;
  }

  #mypage_contents .point {
    height: 60px;
    width: 60px;
  }

  #mypage_contents #catch_icon {
    height: 60px;
    width: 60px;
  }

  #mypage_contents .point #tackle_icon {
    height: 60px;
    width: 60px;
  }

  #mypage_contents .point.like #tackle_icon {
    height: 60px;
    width: 60px;
  }

  #mypage_contents .point.like em {
    font-size: 1.3rem;
    margin: 18px;
  }

  #hit_count {
    font-size: 1.8rem;
    margin-right: 3px;
  }

  #user_name_label {
    font-size: 1.3rem;
    margin-top: 1%;
  }

  #dtype_label {
    font-size: 1.3rem;
  }

  #post_field .post_image {
    flex: 1;
    margin-right: 3%;
  }

  #post_field .post_info {
    flex: 2;
  }

  #post_comment {
    font-size: 1.3rem;
    width: 100%;
  }

  .top_post_detail {
    font-size: 1.2rem !important;
  }

  #post_comment .icon {
    height: 10px;
    margin-right: 1%;
  }

  #follow_user_header .hit_count_label {
    display: inline-table;
  }

  #follow_user_header .icon {
    height: 10px;
    margin: 5px 3px auto 3px;
  }

  #follow_user_header img.icon {
    width: 10px;
    height: 10px;
  }

  #post_field .grid_layout {
    grid-template-columns: 110px 35%;
    grid-template-rows: 50px;
  }

  #post_field .grid_layout > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #post_field .grid_layout > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #follow_user_header {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    margin-bottom: 5px;
  }
  #post_field .post_image {
    -ms-grid-column: 4;
    -ms-grid-column-span: -3;
    grid-column: 4/1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
    width: 100px;
    height: 100px;
  }

  #post_field .post_info {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
  }

  p#post_comment {
    font-size: 1.2rem;
  }

  #post_comment.to_detail {
    font-size: 1.1rem;
  }

  p#post_comment span {
    font-size: 1.1rem;
  }

  #post_field .category_field {
    font-size: 1.3rem;
  }

  #post_comment {
    grid-row: 3/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2/5;
    font-size: 1.2rem;
  }

  #mypage_contents input[type="checkbox"]+label::before {
    width: 14px;
    height: 14px;
  }

  #mypage_contents input[type="checkbox"]:checked+label::after {
    width: 8px;
    height: 5px;
  }
}

/* tab design new */
.new_post_tabs {
  z-index: 1;
  position: relative;
}

.text-describe {
  font-size: 13px;
}

.new_post_tabs:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  display: block;
  width: 0;
  height: 0;
  border-right: 13px solid transparent;
  border-top: 13px solid #4a70eb;
  border-left: 13px solid transparent;
  z-index: 1;
  cursor: pointer;
  margin: auto;
}

.flex-block {
  display: flex;
}

/* PC */
@media screen and (min-width: 737px) {
  .tab-text {
    display: contents;
  }

  .text-title {
    display: inline-block;
    padding-bottom: 4px;
  }
}

/* SP */
@media screen and (max-width: 736px) {
  .new_tab_a {
    color: #fff;
    align-items: center;
    text-align: left;
  }

  .text-title {
    display: inline-block;
    font-size: 15px;
  }

  .text-describe {
    font-size: 11px;
    display: inline-block;
    line-height: 15px;
  }

  .flex-block-sp {
    display: flex;
  }
}

/* SEO */
.top_post_detail_no_margin_bottom {
    margin-bottom: 0px !important;
  }

  #top_sub_field #post_field .top_post_image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
    width: 110px;
    height: 120px;
  }
#top_sub_field #post_field #follow_user_header {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    grid-column: 1/4;
    margin-bottom: 5px;
  }
#top_sub_field #post_field .top_post_image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/2;
    width: 110px;
    height: 120px;
}
#top_sub_field #post_field .post_info {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/3;
  }

.disp-hidden{
    display: none;
}

.img-nologin{
    max-width: 100%;
}
.relative{
    position:relative;
}

.nologin_contaner{
  position: absolute;
  bottom: 0;
  right: 0;
  background: transparent;
  width: 100%;
  max-width: 530px;
  height: 35.4vh;
  z-index: 10;
}

/* SP */
@media screen and (max-width: 736px) {
    .nologin_contaner{
      top: 0;
      bottom: inherit;
      width: 58vw;
      height: 100%;
    }

    .nologin_contaner .text{
      width: 80%;
      font-size: 13px;
    }

    .nologin_contaner .text span{
      font-size: 12px;
    }

    .nologin_link{
      width: 76%;
      max-width: inherit;
      font-size: 14px;
    }
}

.nologin_contaner .text{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.7;
  color: #FFF;
  width: 100%;
  height: 20rem;
  margin: auto;
}

.nologin_contaner .text span{
  display: inline-block;
  padding: 1.2em 0 .8em;
  font-size: 14px;
}

.nologin_weather{
    margin-bottom: 30px;
}

.nologin_link{
  display: block;
  margin: auto;
  padding: .7em 0 .8em;
  width: 100%;
  max-width: 240px;
  margin-top: 1em;
  color: #FFF !important;
  border: 1px solid #FFF;
  border-radius: 40px;
  font-size: 17px;
}

.nologin_table td {
  position: relative;
}
.nologin_table td span{
      -ms-filter: blur(2px);
  filter: blur(2px);
}
.nologin_table td::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0, .6);
}
.nologin_table td{
  border-bottom: none !important;
}

.nologin_contents{
  margin: auto;
  float: inherit !important;
}

a.nologin{
  pointer-events: none;
}



.mypage-top-banner{
    margin-bottom: 20px;
}
.mypage-top-banner.pc-only{
    display: block;
}
.mypage-top-banner.sp-only{
    display: none;
}
@media screen and (max-width: 736px) {
    .mypage-top-banner{
        margin-bottom: 5px;
    }
    .mypage-top-banner.pc-only{
        display: none;
    }
    .mypage-top-banner.sp-only{
        display: block;
    }
}


.position-tr{
position: absolute;
right: 20px;
top: 40px;
}

.comment_delete {
  color: #416df3 !important;
  margin-left: 5px;
  font-weight: normal;
}
