/*!
 * Start Bootstrap - Blog Home (https://startbootstrap.com/template-overviews/blog-home)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-blog-home/blob/master/LICENSE)
 */
:root {
  --main: #0a9bd6;
  --tk-white: #fff;
  --tk-white-1: #eeeeee;
  --tk-white-2: #dee2de;
  --grey: #A0AEC0;
  --blue1: #B9E8F2;
  --blue2: #1483f9;
  --blue3: #336484;
  --cyan-alt: #00B6DE;
  --dark-cyan: #0398b9;
  --light-blue: #cce5ff;
  --dark-blue: #082A8C;
  --green: #33CC00;
}

body {
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-color: #EDF6FD !important;
  max-width: 100% !important;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}

::-webkit-scrollbar-track {
  box-shadow: transparent 0px 0px 10px 10px inset;
  border-radius: 12px;
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
}

::-webkit-scrollbar-thumb {
  box-shadow: rgb(219, 219, 219) 0px 0px 10px 10px inset;
  border-radius: 12px;
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
}

.fullpage {
  width: 100%;
  /*margin: 0 15px;*/;
}

.owner_photo {
  width: 270px;
}

.template-caterogy,
.container {
  background: #FFF;
}

.top-header {
  margin-top: 10px;
}

.content {
  margin: 10px 0;
}

hr.border {
  width: 100%;
  height: 2px;
  background-color: #6c757d7a;
  border: none !important;
  margin: 0 0 10px 0;
}

hr.border:after {
  content: '';
  display: block;
  border-bottom: 2px solid #007bff;
  width: 170px;
}

.top-header p {
  color: #082A8C;
  font-size: 12px;
  clear: both;
}

.content-image {
  width: 80px;
  height: 80px;
}

choka_widget li {
  display: flex;
  align-items: center;
}

.content-image img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.most-recent-article {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

h3.title {
  color: #082A8C;
  font-size: 18px;
  font-weight: 800;
}

p.post-content {
  color: #000;
  font-size: 14px;
  margin: 0;
}

.content h4 {
  border-top: 1px solid #00B6DE;
  border-bottom: 1px solid #00B6DE;
}

.index-list-navigation {
  margin: 10px 0;
  padding: 0;
}

.index-list-navigation h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  padding: 0.2em 0.5em;
  /*文字の上下 左右の余白*/
  border-left: solid 7px #336484;
  /*左線*/
  margin-top: 20px;
}

.index-list-navigation a {
  /* font-weight: bold; */
  font-size: 14px;
  color: #072b8c;
}

.ads {
  margin: 10px 0;
}

.blue-bg {
  background: #00B2DE;
  padding: 5px 10px;
  margin-top: 20px;
  color: #FFF;
  font-weight: bold;
}

.sp-main-contents {
  margin-top: 0;
}

h2#list_area,
h2#list_sea,
h2#list_river {
  padding: 0.2em 0.5em;
  /*文字の上下 左右の余白*/
  border-left: solid 7px #336484;
  /*左線*/
  margin-top: 20px;
}

h2#list_area span {
  font-weight: normal;
  color: #ccc;
  font-size: 15px;
}

.static_recommend h2 {
  padding: 0.2em 0.5em;
  /*文字の上下 左右の余白*/
  border-left: solid 7px #336484;
  /*左線*/
  border-bottom: solid 2px #336484;
  /*下線*/
  margin-top: 20px;
}

.blue_bottom {
  padding: 0.2em 0.5em;
  /*文字の上下 左右の余白*/
  border-left: solid 7px #336484;
  /*左線*/
  border-bottom: solid 2px #336484;
  /*下線*/
  margin-top: 20px;
}

.past-entry .content-image {
  float: left;
  margin-right: 4px;
  margin-bottom: 10px;
}

.past-entry-title {
  display: block;
  width: 100%;
  font-size: large;
  margin: 0 0 5px 0;
}

.past-entry-info {
  text-align: right;
}

.past-entry {
  margin: 10px 0;
  border-bottom: dotted 1px #eee;
}

.past-entry:last-of-type {
  border-bottom: unset;
}

#contents-header_title {
  font-size: 24px;
}

#header_description {
  font-size: 18px;
}

.breadcrumb {
  font-size: 12px;
}

p {
  font-size: 14px;
  line-height: 1.5;
}

#chokouki-title {
  font-weight: bold;
  font-size: 25px;
  color: #0f6fb0;
}

#chokouki-title-50 {
  font-weight: bold;
  font-size: 18px;
  color: #0f6fb0;
  margin-bottom: 20px;
}

#chokouki-contributor {
  font-size: 15px;
  color: #212529;
  float: left;
  width: 100%;
}

.chokouki_textarea h2 {
  border-left: 7px solid #336484;
  padding: 1px 10px;
  margin: 10px 0;
  font-size: 120%;
  /* font-size: 160%; */
  font-weight: bold;
  letter-spacing: 0.1em;
  letter-spacing: 0em¥9;
}

.chokouki_textarea h2 {
  border-left: 7px solid #336484;
  padding: 1px 10px;
  margin: 10px 0;
  font-size: 120%;
  /* font-size: 160%; */
  font-weight: bold;
  letter-spacing: 0.1em;
  letter-spacing: 0em¥9;
}

.article_content h2 strong {
  border-left: 7px solid #336484;
  padding: 1px 10px;
  margin: 10px 0;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.single-choukuki .index-list-navigation h2 {
  border-left: 7px solid #336484;
  padding: 1px 10px;
  margin: 10px 0;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#entry_contributor {
  float: left;
}

.gallery img {
  object-fit: contain;
  max-height: 140px;
}

.gallery .col-md-3 {
  text-align: center;
}

#entry_prefecture {
  float: right;
}

.disabled_link {
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.archive_link {
  margin-bottom: 10px;
  text-align: center;
}

.archive_link a {
  display: block;
  width: 100%;
  margin: 0 0 10px 10px;
  padding: 10px 14px;
  text-align: center;
  font-size: 180%;
  background-color: #F3F3F3;
  border: 2px solid #898F9C;
}

.elementor-tab-title a {
  font-size: 12px;
}

ul.choka_widget {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.choka_widget li {
  /* float: left; */
  /* width: 100%; */
  /* border: none; */
  padding: 5px;
}

ul.choka_widget li h3.title {
  color: #777;
  font-size: 14px;
  font-weight: normal;
}

ul.choka_widget li .content-image img {
  width: 100%;
  height: 80px;
}

.choka_table tr:hover {
  opacity: 0.9;
  /*box-shadow: 2px 2px 2px 2px #ddd;*/;
}

.choka_table td {
  background-color: #FFF;
  padding: 20px 5px;
  border: 0;
  text-align: center;
  vertical-align: middle;
}

.choka_table td img {
  object-fit: contain;
  max-width: 120px;
}

.choka_table .linkdetail {
  background: #0A9BD6;
  padding: 10px;
  color: #FFF;
  white-space: nowrap;
}

.choka_table p {
  margin-bottom: 0;
}

li.widget {
  list-style: none;
  overflow: auto;
}

#manufacturers li.widget div {
  width: auto !important;
}

.adsbygoogle {
  width: 150px;
  height: 100px;
}

.sp-list-boat {
  width: 100%;
}

.elementor-default .page-header {
  display: none;
}

.ship-border-sp {
  border: 1px solid #00B2DE;
}

.map-sp-boat {
  border: 1px solid #00B2DE;
}

.sp-main-contents {
  float: none;
  border: 1px solid #00B2DE;
}

.sp-boat-img {
  border: 1px solid #00B2DE;
  padding: 5px;
  margin-top: 5px;
}

#photo {
  border-top: 0;
}

#kenbetu_tohoku {
  float: right;
  width: 200px;
  position: relative;
  right: 0;
  top: -46px;
}

#kenbetu_tohoku li {
  width: 40px;
}

p {
  margin-bottom: 5px;
}

.single-choukuki p {
  line-height: 1.7;
}

.title_area {
  padding: 5px 20px;
  background-color: #b0c4de;
  font-weight: bold;
}

.chan {
  padding: 5px 30px;
  background-color: #f0f8ff;
}

.le {
  padding: 5px 30px;
  background-color: #f5fffa;
}

.name_of_article span {
  position: absolute;
  left: 120px;
}

.heading {
  padding-left: 20px;
  background-color: #b0c4de;
  width: 100%;
}

.page-template-tackle_shops .sp-list-img {
  margin-top: 30px;
  height: 200px;
}

.page-template-tackle_shops .sp-list-img img {
  object-fit: contain;
}

.list-boat-li-2 {
  padding-left: 10px;
}

.sp-list-l .list-boat-ul {
  margin-bottom: 0px;
}

.area_menu {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.area_menu .current-menu-item {
  text-decoration: underline;
}

.choka_table tr {
  border-bottom: 1px solid #eee;
}

.area_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

.area_menu ul li {
  border: 0;
  padding: 0px 5px;
  float: left;
  border-right: 1px solid #00B6DE;
}

.area_menu ul li:last-child {
  border-right: 0;
}

.ship-img-list {
  width: 23%;
  height: 175px;
}

.ship-img-list .caption {
  margin: 5px;
  font-size: 10px;
}

.tax-fishing_spot_area .right {
  float: right;
  width: 100%;
  text-align: right;
  margin-top: 4px;
  padding-right: 10px;
}

fishing_spot_title {
  font-weight: bold;
  font-size: 1.2rem;
  padding-left: 20px;
  background-color: #b0c4de;
}

.choka_archive {
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  left: -10px;
}

.choka_archive a {
  font-size: 12px;
  display: block;
  width: 100%;
  margin: 0 0 10px 10px;
  padding: 10px 0;
  text-align: center;
  font-size: 180%;
  background-color: #F3F3F3;
  border: 2px solid #898F9C;
}

.acf-map {
  width: 100%;
  height: 500px;
  border: #ccc solid 1px;
  margin: 20px 0;
}


/* fixes potential theme css conflict */

.acf-map img {
  max-width: inherit !important;
}

.sp-social-list {
  padding: 0;
  margin-top: 0px;
}

.sp-social-list li.widget {
  margin: 0px 0;
}

.heateor_sss_horizontal_sharing {
  padding: 0;
}

.newproduct-page-box {
  width: 100%;
}

.newproduct-box-left {
  float: none;
  width: 100%;
}

.related h4 {
  border-bottom: 1px solid #00B6DE;
}

.item {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  float: left;
}

#contents-header_description {
  font-size: 100%;
}

.list_category {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.event-list {
  float: left;
  border-bottom: 1px solid #eee;
  margin: 10px 15px 0;
  width: 100%;
  padding-bottom: 10px;
}

.event-date-new {
  font-weight: bold;
  font-size: 16px;
  background-color: #B9E8F2;
}

.event-area-new {
  margin-left: 4px;
}

.event-new-new {
  font-weight: bold;
  color: red;
  font-size: 14px;
  padding-left: 3px;
}

.event-category-new {
  margin-left: 10px;
  margin-bottom: 5px;
}

.past-entry-body {
  line-height: 1.6em;
  color: initial;
}

.kouryakuho .items {
  margin-bottom: 20px;
}

.description {
  margin-top: 10px;
}

.recent-most {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #E5E5E5;
}

@media (min-width: 560px) {
  .recent-most>div:first-child {
    text-align: center;
    padding-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .recent-most div:first-child {
    padding-bottom: auto;
  }
}

.price-list table th {
  padding: 6px;
  background: #00B2D6;
  color: #ffffff;
  text-align: center;
  border: 1px solid #00B2D6;
}

.price-list table td {
  padding: 10px 5px;
  border: 1px solid #00B2D6;
  background-color: #FFF !important;
}

.sp-list-boat-left .sp-list-img img {
  width: 240px;
  height: 200px;
  object-fit: contain;
}

.sp-list-boat-name {
  padding-left: 10px;
}

.list-2 {
  width: 70%;
}

.sp-ship-r {
  max-width: 240px;
}

.sp-ship-l {
  width: 65%;
}

.list-1 {
  width: 130px;
  text-align: center;
  white-space: nowrap;
}

.sp-list-button-child {
  background: #0072ff;
  padding-right: 10px;
  padding-left: 10px;
}

.ship-img {
  margin: 0;
}

.sp-list-button-child a {
  color: #FFF;
}

.sp-list-button-child-off {
  margin-left: 0;
}

.thumbnail img {
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 2px;
  margin: 0 1% 15px 0;
  width: 32.6667%;
  display: inline-block;
}

.elementor-social-icon i {
  width: 20px;
  height: 20px;
}

.thumbnail img:nth-of-type(3n+3) {
  margin-right: 0;
}

.nav-tabs .nav-link.active,
.tab-content .tab-pane.active .choka_widget li {
  background: #ebf2fb;
  border-bottom-color: #ebf2fb;
  width: 100%;
  height: 100%;
}

.map-sp-content {
  height: auto;
}

.non-paid .sp-list-boat-name a {
  color: #007bff;
}

.sp-list-button-child-off {
  margin-top: 50%;
}

.sp-list-boat-left {
  border: none;
  border: 1px solid #ddd;
  margin: 10px 0;
}



.choka-post-title h2 {
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}

.choka-details-header-spe h2 {
  font-size: 26px;
  padding-top: 10px;
}

.choka-post-title h2::before {
  content: none;
}

.choka-post-title h2::after {
  /*
content: "";
position: absolute;
width: 100%;
height: 1px;
bottom: 0;
left: 0;
border-bottom: 4px solid #000;
*/
  padding: 0.2em 0.5em;
  /*文字の上下 左右の余白*/
  border-left: solid 7px #336484;
  /*左線*/
  border-bottom: solid 2px #336484;
  /*下線*/
  margin-top: 20px;
}

.choka-post-title {
  background: transparent;
  border-radius: 10px;
  text-align: center;
}

.choka-img-box .col-md-3 {
  text-align: center;
  margin: 10px 0;
}

.choka-img-box .col-md-3 p {
  font-size: 13px;
  padding: 0 15px;
}

.gallery {
  padding: 10px 0;
}

.gallery .col-md-3 {
  margin: 5px 0;
}

.featureimage {
  text-align: center;
}

.datepost li {
  float: left;
  list-style: none;
  padding: 0 5px;
  font-weight: bold;
  color: #072b8c;
}

.datepost li:first-child {
  padding: 0 0px;
}

table.choka_table tbody tr:hover>td,
table.choka_table tbody tr:hover>th {
  background-color: #FFF;
}

table.choka_table tbody>tr:nth-child(odd)>td,
table.choka_table tbody>tr:nth-child(odd)>th {
  background-color: #FFF;
}

.choka_head {
  padding: 10px;
  background-color: #ebf2fb;
}

.choka_head .reporter_name {
  padding-left: 20px;
}

table.choka_table tbody>tr.paid td {
  background-color: #96e5ef;
}

.paid {
  background: #0A9BD6;
}

.paid a {
  font-weight: 700;
}

tr.paid td img {
  height: 100px;
}

.feature-image {
  text-align: center;
  margin-bottom: 10px;
}

.past-entry:hover {
  box-shadow: 2px 2px 2px 2px #ddd;
}

.past-block:hover {
  box-shadow: 2px 2px 2px 2px #ddd;
}

.past-block {
  float: left;
  width: 100%;
}

.chokouki_textarea h2 {
  border-left: 7px solid #336484;
  padding: 1px 10px;
  /* margin: 10px 0; */
  /* font-size: 120%; */
  margin: 40px 0 10px;
  font-size: 16pt;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.cooking_textarea,
.chokouki_textarea p {
  letter-spacing: 0.2em;
  line-height: 1.8em;
  margin-bottom: 1.2em;
}

.cooking_textarea h2 {
  border-left: 7px solid #336484;
  padding: 1px 10px;
  margin: 10px 0;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#Cooking_advice {
  background-color: #DFDFFF;
  border: 1px dashed #000;
  border: 1px dashed #333;
  margin: 5px;
  padding: 5px;
  font-size: 100%;
}

#Cooking_advice_img {
  float: left;
  margin: 5px;
}

#Cooking_advice_title {
  font-weight: bold;
}

.amakuri-default {
  text-align: left;
  line-height: 1.5em;
  margin-bottom: 10px;
  overflow: hidden;
  _zoom: 1;
  border: 1px solid #d2d2d2;
  padding: 20px;
}

#Cooking_profile {
  background-color: #DFDFFF;
  border: 1px dashed #000;
  border: 1px dashed #333;
  margin: 5px;
  padding: 5px;
  font-size: 80%;
  line-height: 1.3em;
}

#Cooking_profile_name {
  font-weight: bold;
}

#Cooking_profile_img {
  float: left;
  margin: 5px;
}

.pagination {
  display: inline-block;
  margin-bottom: 20px;
}

.pagination a {
  padding: 10px;
}

.chokalist {
  list-style: none;
  display: flex;
  margin: 0;
}

.chokalist li {
  float: left;
  padding: 0 10px;
  width: 100px;
  text-align: center;
}

#keiso {
  float: left;
}

.recipe-fish-list,
.recipe-cooking-list,
.title-recipe {
  padding: 5px 0;
  margin-top: 10px;
}

.recipe-fish-list .title,
.recipe-cooking-list .title {
  margin-top: 10px;
  font-size: 20px;
}

.recipe-content-meta {
  margin-top: 5px;
}

.recipe-img-caption {
  margin-bottom: 15px;
}

.sp-list-button-child-off {
  background: #3497ff;
}

.sp-list-boat .paid {
  background-color: #96e5ef;
}
.sp-list-boat-name a {
  color: #3397ff;
}

.paid .sp-list-boat-name a {
  color: #0072ff;
}

.list-100 {
  width: 100%;
}

.min-title .min-name {
  font-size: 16px;
}

.point_list {
  text-align: right;
  margin-top: 4px;
  padding-right: 10px;
  float: right;
  width: 100%;
}

.gyosyubetu_textarea h2 {
  border-left: 7px solid #336484;
  padding: 1px 10px;
  margin: 10px 0;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.post-title-prorduct {
  color: #0f6fb0;
}

.cloudTags {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cloudTags li {
  float: left;
  padding: 0 10px;
}

.recommend_base {
  margin: 20px 0;
  font-size: 18px;
  background-color: #ffffcc;
  border-top: dotted 1px black;
  border-bottom: dotted 1px black;
}

.recommend_img {
  float: left;
  margin-right: 4px;
}

.chokalisttable {
  border: 0;
}

.chokalisttable td {
  padding: 5px;
  width: 33%;
}

.chokalisttable td:last-child {
  white-space: nowrap;
}

.choka-icon {
  background-image: url(../images/csg-cyoka_list_icon_sprite.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 80px;
  height: 22px;
}

.choka-icon__kaisui {
  background-position: 0 -145px;
}

.choka-icon__tansui {
  background-position: 0 -432px;
}

.choka-icon__rua {
  background-position: 0 -288px;
}

.choka-icon__shore {
  background-position: 0 -575px;
}

.anchor_choka {
  margin-top: 10px;
}

.anchor_choka ul {
  list-style: none;
  padding: 0;
}

.anchor_choka li {
  float: left;
  padding: 5px;
}

.fullwidth {
  width: 100%;
}

.area_choka_archive li {
  list-style: none;
  width: 100%;
}

.area_choka_archive p {
  padding: 5px 30px;
}

.area_choka_archive li:nth-child(even) {
  background-color: #f0f8ff;
}

.area_choka_archive li:nth-child(odd) {
  background-color: #f5fffa;
}

.link_choka_archive {
  margin-top: 10px;
}

.bloglist .content .listDate {
  color: white;
  background-color: #009900;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
}

.bloglist .CommentBlue {
  color: #00B2DE;
}

.bloglist .blogitem {
  margin: 10px 0;
  border-bottom: #33FFFF solid 2px;
}

.bloglist .bloglink {
  text-align: right;
  margin: 0;
}

.bloglist .bloglink li {
  list-style: none;
  padding: 10px;
  float: right;
}

.bloglist .bloglink li a {
  color: #FFFFFF;
  background-color: #00B2DE;
  padding: 5px 10px;
}

.page-id-5675 .bloglink {
  text-align: right;
  margin: 0;
}

.page-id-5675 .bloglink li {
  list-style: none;
  padding: 10px;
  float: right;
}

.page-id-5675 .bloglink li a {
  color: #FFFFFF;
  background-color: #00B2DE;
  padding: 5px 10px;
}

.bloglist .blogitem a {
  font-size: 16px;
}

table.choka_table td:last-child {
  width: 80px;
}

#sidebar {
  margin: 0;
  padding: 0;
}

#ship-comment p {
  width: 100%;
  float: left;
}

.widgettitle {
  display: block;
  border-left: 7px solid #336484;
  padding: 1px 10px;
  margin: 10px 0 10px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.tptn_posts_widget {
  background: #ebf2fb;
  padding: 10px 0 0 0;
}

.tptn_posts_widget li {
  padding: 15px 10px 10px 5px;
  margin: 20px 0;
  display: block;
  position: relative;
  counter-increment: inst;
  border-bottom: 1px solid #ddd;
}

.tptn_posts_widget li:after {
  border-bottom: none;
}

.tptn_posts_widget li::after {
  content: '位';
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 18px;
  color: #336484;
}

.top-slider {
  margin: 10px auto;
}

.tptn_posts_widget li::before {
  content: counter(inst);
  color: #336484;
  font-size: 18px;
  left: 5px;
  top: -10px;
  position: absolute;
}
.tptn_posts_widget_daily li a {
  color: #777;
}

.tptn_posts_widget li a {
  color: #777;
}

.tptn_posts_widget ol {
  clear: both;
  list-style: none;
  padding: 0;
}

.home-title {
  padding: 10px 0 2px 2px;
}

.carousel-caption {
  background: #000;
  opacity: 0.6;
  right: 0;
  left: 0;
  bottom: 0;
}

.carousel-indicators {
  bottom: -10px;
}

.home-ads li.widget {
  margin: 0 5px;
  height: 90px;
  float: left;
}

.home-ads {
  margin-bottom: 40px;
}

.home-ads li.widget .code-block.code-block-3 {
  margin: 0 !important;
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  max-width: 1140px;
  margin: 0 auto;
}

.elementor-nav-menu--main .elementor-nav-menu a:hover {
  text-decoration: none;
}

.elementor-item:after,
.elementor-item:before {
  top: 25px;
}

.elementor-nav-menu--main .elementor-nav-menu a,
.elementor-nav-menu--main .elementor-nav-menu a.highlighted,
.elementor-nav-menu--main .elementor-nav-menu a:focus,
.elementor-nav-menu--main .elementor-nav-menu a:hover {
  padding: 0px 12px;
  margin: 5px 0;
  /*border-right: 1px solid #FFF; */
}

.menu-item-5341 a,
.sub-menu a {
  border-right: 0 !important;
}

.elementor-widget-text-editor {
  background: none !important;
}

.elementor-element-70c0d2a {
  background: #336cac;
}

.gsc-search-button-v2 {
  border-color: transparent !important;
  background-color: #336cac !important;
  margin-top: 2px;
}

.sp-list-r .sp-list-img {
  height: 200px;
}

.recipe-content-details {
  padding: 0px;
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
  background-color: #FFF;
}

.gsc-search-box .gsib_b {
  display: none;
}

.wgs_wrapper .gsc-input-box .gsib_a input {
  height: 24px !important;
  border: 1px solid #336cac !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0px 0 0 0;
  padding-right: 0 !important;
  margin: 0;
}

.gsc-search-button-v2 svg {
  display: none;
}

.gsc-search-button-v2 {
  padding: 0 !important;
  margin-left: 0 !important;
}

.elementor-element-743adb80 .elementor-widget {
  margin-bottom: 0 !important;
}

.gsc-search-button-v2::before {
  content: '検索';
  display: block;
  position: relative;
  top: 0;
  color: #FFF;
  left: 0;
  font-size: 14px;
  padding: 2px 10px;
}

.post-7504 {
  max-width: 1100px !important;
}

.post-7504 .col-md-9 {
  float: left;
  background: #FFF;
}

.post-7504 .col-md-3 {
  float: right;
  background: #FFF;
}

#text-9 {
  margin-bottom: 0;
}

.ai_widget {
  display: flex;
  justify-content: center;
}


/*
#ai_widget-26 {margin-top: 0}


#ai_widget-24 .code-block > div{
width: auto !important;
height: auto !important;
}

#ai_widget-24 .code-block > div > div{
border: 0pt none;
position: relative;
width: 100%;
overflow: hidden;
padding-top: 100%;
}

#ai_widget-24 iframe{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
border: none;
}

*/

.post-7504 .page-content {
  background: #FFF;
  float: left;
  margin-bottom: 40px;
}

.static_recommend .past-entry {
  margin-bottom: 30px;
}

.single-choukuki .index-list-navigation {
  margin-top: 30px;
}

.button-back-list-new {
  margin-bottom: 10px;
  text-align: center;
  margin-top: 10px;
}

.static_recommend {
  margin-top: 20px;
}

.smartphone {
  display: none;
}

.page-id-7504 .page-content .gsc-search-box.gsc-search-box-tools {
  display: none;
}

.kouryakuho .fontsmall {
  font-size: 10px;
}

.icon-dot:before {
  content: '・';
}

.icon-dot:last-child:before {
  content: none;
}

.pagination .page-numbers {
  display: block;
  float: left;
  margin: 3px;
  padding: 16px 25px;
  background: #fff;
  border: 1px solid #dfdfdf;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  -webkit-border-radius: .2em;
  -moz-border-radius: .2em;
  border-radius: .2em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.pagination .page-numbers.current {
  background: #09c;
  color: #fff;
}

.kouryakuho-related-post {
  width: 100%;
  margin-left: 0;
  box-shadow: none;
  border-radius: 0px;
  margin-bottom: 10px;
}

.choukouki_category {
  padding: 0 15px;
  width: 100%;
}

.my_archives li {
  float: left;
  list-style: none;
  font-weight: bold;
  font-size: 14px;
  color: #072b8c;
  padding: 0 5px;
}

.page-template-fishing-diary .col-md-6.clearfix {
  padding-top: 10px;
  padding-bottom: 10px;
}

#shop-comment-image {
  float: left;
  margin-right: 10px;
}

.contents-text {
  margin-top: 10px;
}

.pc_recipelist_header {
  margin-left: 15px !important;
}

.recipe-box-content {
  padding-left: 15px;
  padding-right: 15px;
}

#text-13 {
  display: none;
}

.page-template-Recipe-page .index-list-navigation a {
  font-weight: bold;
  color: var(--dark-blue);
  font-size: 18px;
}

.recipe-content-text a {
  font-weight: bold;
  color: var(--dark-blue);
  font-size: 18px;
}

.recipe_text {
  margin: 0 15px;
}

.post-genre {
  font-weight: normal;
}

.fish_choka_tab {
  font-size: 12px;
}

.mobile_link {
  position: relative;
  right: 10px;
}

.width70 {
  width: 70%;
}

.breadcrumb .choukouki_category {
  padding: 0;
}

.fixhtml {
  float: left;
  margin: 5px auto;
}


/** load desktop table in boat.php - start**/

.desktop_date {
  background: #0A9BD6;
  color: #FFF;
  padding: 10px !important;
}

.desktop_content {
  display: flex;
  padding-bottom: 20px;
}

.desktop_reporter p {
  width: 100%;
}

.desktop_reporter span {
  float: right;
}

.desktop_link i {
  background: #0A9BD6;
  color: #FFF;
  padding: 5px 8px;
  border-radius: 50%;
}


/** load desktop table in boat.php - end**/

.choka-post-name {
  width: 60px;
}


/**  media 992 for table in fresh-water.php, lure.php,...*/

@media (max-width: 991px) {
  /*
.choka_table td img {
  width: 0px;
}
*/
  .chokalist li:first-child {
    width: 90px;
  }
}


/** end media 992 for table in fresh-water.php, lure.php,...*/

@media (max-width: 980px) {
  .home .content-image {
    width: 30%;
  }

  .home .content-text {
    width: 68%;
    float: right;
  }
}

@media only screen and (max-width: 767px) {
  .chokalist {
    padding: 0px;
  }

  #recommended-articles .recommend_block_img {
    height: auto;
    width: 100%;
  }

  .elementor-132 .elementor-element.elementor-element-70c0d2a {
    padding: 0;
  }

  .elementor-132 .elementor-element.elementor-element-948d77e {
    float: right;
    position: absolute;
    right: 5px;
    top: -45px;
    height: 45px;
    width: 45px;
    background: #336cac;
  }
}

@media (max-width: 560px) {
  .home .col-md-3 #widgetchokatab {
    display: none;
  }

  .widget-recipe {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .page-template-Recipe-page .smartphone .item-mobile {
    padding: 20px 0;
  }

  .mobile_content {
    position: relative;
    left: 15px;
  }

  .name_of_article,
  .googlemap {
    margin-top: 10px;
  }

  .box-grey {
    border-left: 1px solid #00B2D6;
    border-right: 1px solid #00B2D6;
    border-bottom: 1px solid #00B2D6;
  }

  #sidebar {
    display: none;
  }

  #sidebar_mobile {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .sp-list-button-child-off {
    margin-top: 0;
  }

  .link_choka_archive {
    margin: 10px;
  }

  .choka-details-header-spe h2 {
    font-size: 18px;
    line-height: 1.5;
  }

  .smartphone {
    display: block;
  }

  .computer {
    display: none;
  }

  .no-padding {
    padding: 0 !important;
  }

  .mobile_date {
    background: #0A9BD6;
    color: #FFF;
    padding: 10px !important;
  }



  .mobile_reporter {
    margin: 5px 0;
  }

  .mobile_reporter p {
    width: 100%;
  }

  .mobile_reporter span {
    float: right;
    margin-right: 10px;
  }

  .mobile_link i {
    background: #0A9BD6;
    color: #FFF;
    padding: 5px 8px;
    border-radius: 50%;
  }

  .mobile_choka_fish ul {
    padding-top: 10px;
  }

  .mobile_choka_fish li {
    text-align: left;
  }

  .mobile_content {
    margin-bottom: 20px;
    width: 100%;
  }

  .elementor-element-743adb80 {
    width: 85% !important;
  }

  .elementor-element-ccd2654 {
    display: none;
  }

  .elementor-element-ea5a157 {
    display: none;
  }

  /*.template-caterogy {
    padding: 10px;
  }*/

  .ads {
    display: none;
  }

  .elementor-menu-toggle {
    font-size: 26px;
    padding: 0px;
  }

  .choka-info,
  .choka-details-section,
  .choka-comment,
  .choka-reporter-shortcode {
    padding: 0px;
  }

  .anchor,
  .anchor-link {
    display: none;
  }

  .ship-img-list {
    width: 45%;
    height: 160px;
    border: none;
  }

  .sp-ship-l {
    width: 100%;
  }

  .list-1 {
    text-align: left;
    padding: 5px;
    margin-bottom: 5px;
  }

  .list-1,
  .list-2 {
    width: 100%;
  }

  .sp-ship-r {
    max-width: 100%;
  }

  .min-title .min-name {
    width: 100%;
    background: #00B2DE;
  }

  .green_tit {
    display: none;
  }

  .min-name,
  .sp-min-name {
    width: 100%;
    background: #00B2DE;
  }

  .spec {
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
    margin: 0 0px;
  }

  /*
  .boat_spec td.spec_service_li_on {
    background-color: #ebf2fb !important;
    padding: 5px 10px;
    margin: 0;
    text-align: left;
    height: 30px;
  }
*/
  .equipment .row {
    padding: 5px 10px;
    margin: 0;
    text-align: left;
    height: 30px;
  }

  .mobile_image {
    margin: 10px 0;
  }

  .mobile_image img {
    width: 100%;
  }

  #mauxanh td {
    color: #FFF;
    background: #00b2de !important;
    font-weight: bold;
    padding: 5px;
  }

  .smartphone p,
  .sp-min-name {
    margin: 0;
  }

  .area_menu.smartphone li {
    border: 1px solid #1483f9;
    padding: 5px 15px;
    text-decoration: none;
    margin: 5px;
  }

  .area_menu.smartphone li:last-child {
    border-right: 1px solid #1483f9;
  }

  .area_menu.smartphone li a {
    color: #1483f9;
  }

  .smartphone .item-mobile .sp-list-img {
    width: 100px;
    float: left;
    margin-right: 8px;
    padding: 2px;
    height: 110px;
  }
  
  .smartphone .item-mobile {
    position: relative;
    border-bottom: 1px solid #0a9bd6;
    padding: 10px 0;
  }

  .sp-list-boat .paid {
    color: black;
  }
  

  .right {
    float: right;
  }

  .smartphone .item-mobile .mobile_link {
    position: absolute;
    right: 15px;
    bottom: 0px;
  }

  .smartphone .item-mobile:hover {
    cursor: pointer;
  }

  .smartphone a {
    color: #212529;
  }

  .smartphone .item-mobile .tel {
    display: inline-block;
  }

  .page-id-7504 .page-content .gsc-search-box.gsc-search-box-tools {
    display: none;
  }

  .gsc-search-button {
    position: relative;
    top: 1px;
    left: -3px;
  }

  .page-template-fishing-diary .mobile_link {
    bottom: 20px !important;
    position: absolute;
    right: 15px;
  }

  .accordion .mobile_date a {
    color: #FFF !important;
    width: 100%;
  }

  .accordion .choukouki-item {
    margin: 10px 0;
  }

  #choukouki6 ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .accordion .mobile_date .collapsed .fa-caret-down {
    display: none;
  }

  .accordion .mobile_date .collapsed .fa-caret-right {
    display: inline-block;
  }

  .accordion .fa-caret-right {
    display: none;
  }

  .accordion .fa {
    float: right;
    font-size: 20px;
    margin-right: 5px;
  }

  .accordion .mobile_date a:active,
  .accordion .mobile_date a:hover,
  .accordion .mobile_date a:visited {
    text-decoration: none;
    color: #FFF;
  }

  .accordion .card {
    text-decoration: none;
    color: #212529 !important;
  }

  .accordion .collapse-none .collapsed .fa-caret-right {
    display: block;
  }

  .accordion .collapse-none .collapsed .fa-caret-down {
    display: none;
  }

  .accordion .collapse-none .fa-caret-right {
    display: none;
  }

  .accordion .collapse-none .fa-caret-down {
    display: block;
  }

  .page-template-fishing_spot .smartphone .item-mobile .sp-list-img {
    height: 65px;
  }

  .page-template-fishing_spot .smartphone .item-mobile .mobile_link {
    bottom: 15px;
  }

  .item-accordion .mobile_link {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }

  .howto_mobile_link {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }

  .smartphone .pagination .page-numbers {
    display: block;
    float: left;
    margin: 3px;
    padding: 16px 25px;
    background: #fff;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }

  .smartphone .pagination .page-numbers.current {
    background: #09c;
    color: #fff;
  }

  .pagination .page-numbers {
    padding: 4px 16px;
  }

  .page-template-kouryakuho .smartphone .item-mobile .sp-list-img {
    height: 90px;
  }

  .page-template-kouryakuho .smartphone .item-mobile .mobile_link {
    bottom: 15px;
  }

  .page-template-fishing_park .tel {
    width: 90%;
  }

  .page-template-Recipe-page .smartphone .item-mobile .sp-list-img {
    height: 65px;
  }

  .page-template-event .smartphone .item-mobile .mobile_link {
    bottom: 0px;
    right: 0;
  }

  .page-template-event .smartphone .sp-list-img img {
    max-height: 100px;
  }

  .page-template-event .event_category {
    right: 15px !important;
  }

  .tax-event_category .smartphone .item-mobile .sp-list-img {
    height: 90px;
  }

  .tax-recipe_category .smartphone .item-mobile .sp-list-img {
    height: 65px;
  }

  .tax-choukouki_category .smartphone .item-mobile .sp-list-img {
    height: 80px;
  }

  .tax-choukouki_category .smartphone .item-mobile .sp-list-img img {
    max-height: 80px;
  }

  .tax-choukouki_gyoshu .smartphone .item-mobile .sp-list-img {
    height: 80px;
  }

  .tax-choukouki_gyoshu .smartphone .item-mobile .sp-list-img img {
    max-height: 80px;
  }

  .archive .smartphone .item-mobile .sp-list-img {
    height: 80px;
  }

  .archive .smartphone .item-mobile .sp-list-img img {
    max-height: 80px;
  }

  .past-entry-info {
    text-align: left;
  }

  .archive .smartphone .item-mobile .mobile_link {
    right: 15px;
  }

  .page-template-fishing_spot .smartphone .item-mobile .sp-list-img img {
    max-height: 65px;
  }

  .home h3.title {
    font-size: 13px;
    margin-top: 10px;
  }

  .home .past-entry {
    margin: 0;
    padding: 0;
  }

  .home .past-entry-body {
    font-size: 13px;
  }

  #sidebar {
    display: none;
  }

  .page-template-fishing-diary .smartphone .item-mobile .sp-list-img img {
    max-height: 110px;
  }

  .past-entry {
    border-bottom: solid 1px #0a9bd6;
  }

  .past-entry:hover {
    box-shadow: none;
  }

  #shop-comment-image {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .smartphone p {
    font-size: 13px;
  }

  p {
    font-size: 13px;
  }

  .blue-bg {
    margin-bottom: -6px;
  }

  .ads-mobile {
    border-bottom: 1px solid #0a9bd6;
    padding: 10px;
  }

  .boat .ads-mobile {
    border-top: 1px solid #0a9bd6;
  }

  .kouryakuho-related-img {
    width: 100px;
    float: left;
    margin-right: 8px;
    padding: 2px;
    height: 110px;
  }

  .kouryakuho-related-text p {
    color: #212529 !important;
  }

  .card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.ads-unit {
  width: 100%;
  height: 100px;
}

@media(min-width: 500px) {
  .ads-unit {
    width: 468px;
    height: 60px;
  }
}

@media(min-width: 800px) {
  .ads-unit {
    width: 728px;
    height: 90px;
  }
}

.blogger_widget {
  background: #ebf2fb;
}

.blogger_widget .listDate {
  float: left;
  margin-right: 10px;
  color: #777;
}

.blogger_widget .blogger_footer {
  text-align: right;
  padding: 10px;
  background: #FFF;
}

.blogger_widget .blogger_item {
  padding: 15px 10px 10px 5px;
  display: block;
  position: relative;
  counter-increment: inst;
  border-bottom: 1px solid #ddd;
}

.blogger_widget a {
  color: #777;
}

.choka_footer {
  text-align: right;
  padding: 10px;
  background: #FFF;
}

.choka_footer a {
  color: #777;
}

.SNS_share_social {
  margin-top: 20px;
}

/* override Bootstrap class */

.bg-success {
  background-color: var(--green) !important;
}


/* -- Override end -- */


/* Helper css */

.r-0 {
  right: 0;
}

.r-1 {
  right: .25rem;
}

.r-2 {
  right: .5rem;
}

.b-0 {
  bottom: 0;
}

.b-1 {
  bottom: .25rem;
}

.bg-main {
  background: var(--main);
}

.bg-blue-1 {
  background: var(--blue1);
}

.text-title {
  color: var(--dark-blue);
}

.text-20px {
  font-size: 20px;
}

.text-decoration-none--hover:hover {
  text-decoration: none;
}

.text--ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.hover:hover {
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

@media (max-width: 768px) {
  /*
  .mobile_date {
    background: #F3F3F3;
    color: black;
  }
  */

  .paid {
    background: #0A9BD6;
    color: white;
  }

  .sp-list-boat .paid {
    background-color: #96e5ef;
    color: #000;
  }
  .sp-list-boat .paid .sp-list-boat-name {
    color: #0072ff;
  }

  .hover-sm:hover {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .hover-sm--none:hover {
    border: 1px solid transparent;
    box-shadow: none;
  }

  /* avoid bottom border on event lost on hover mobile */
  #events .hover {
    border-bottom: 1px solid var(--main);
  }
}

.border-transparent {
  border: 1px solid transparent;
}

.border-light {
  border-color: var(--tk-white);
}

@media (min-width: 576px) {
  .border-bottom-sm-up {
    border-bottom: 1px solid var(--tk-white-2);
  }
}

@media (max-width: 768px) {
  #recommended-articles .article--highlight {
    border-bottom: 1px solid var(--tk-white-2);
    flex-direction: row;
  }

  #recommended-articles .article--highlight h3 {
    white-space: normal;
    margin-top: 0;
  }

  .home h3.title {
    margin-top: 0;
  }
}


/* Section styles */

.homepage-articles .articles__image {
  min-width: 180px;
  max-width: 180px;
  max-height: 120px;
  height: auto;
  width: auto;
  object-fit: contain;
}

.homepage-articles .articles__image--highlight {
  max-height: 250px;
  max-width: 100%;
  min-width: unset;
}

@media (max-width: 768px) {
  .homepage-articles .articles__image {
    max-width: 100%;
  }

  .homepage-articles .articles__image--highlight {
    min-width: 180px;
    max-height: 120px;
  }
}

@media (max-width: 575px) {
  .homepage-articles .articles__image {
    min-width: 120px;
  }

  .homepage-articles .articles__image--highlight {
    min-width: 120px;
    max-height: 120px;
  }
}

.image-100 {
  height: auto;
  width: auto;
  min-width: 100px;
  max-width: 100px;
  max-height: 120px;
  object-fit: contain;
}

.icon-round {
  background: var(--main);
  color: var(--tk-white);
  padding: 4px 8px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-content: center;
}

.collapsed--show {
  display: none;
}

.collapsed .collapsed--show {
  display: inline-block;
}

.collapsed .collapsed--hide {
  display: none;
}


/* Avoid embed google map overflow on mobile */

.chokouki_textarea iframe {
  max-width: 100%;
}

.top-menu {
  display: flex;
  justify-content: flex-end;
}

.top-menu .current-menu-item {
  font-weight: bolder;
  text-decoration: underline;
  text-decoration-color: var(--main);
  text-decoration-thickness: .1rem;
}

.top-menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.top-menu ul li {
  border: 0;
  padding: 0 .25rem;
  border-right: 1px solid var(--main);
  /* old: #00B6DE */;
}

.top-menu ul li:last-child {
  border-right: 0;
}

@media (max-width: 576px) {
  .homepage_ads_sidebar .widgetchokatab {
    display: none !important;
  }

  .media__item {
    border-bottom: 1px solid var(--main);
  }

  .top-menu ul li {
    border: 1px solid var(--blue2) !important;
    padding: 5px 15px;
    margin: 5px;
  }

  .top-menu .current-menu-item {
    text-decoration: none;
    background-color: var(--light-blue);
  }

  .h6-xs {
    font-size: 1rem !important;
  }
}

@media (max-width: 768px) {
  .homepage_ads_sidebar .widgetchokatab {
    display: none !important;
  }
}

.mobile_picture img {
  margin-top: 10px;
}


/* Breadcrumb */


/* Increase space between breadcrumb separator */

.breadcrumb span[property=itemListElement],
.breadcrumb .current-item {
  margin-right: .25rem;
  margin-left: .25rem;
}


/* Disable click on fishing-result in the breadcrumb because that page does not exists
 It's not possible with Breadcrumbs Navxt hooks so we have to hack it
*/

#fishing-results span[property=itemListElement]:nth-child(2) {
  cursor: text;
}

#fishing-results span[property=itemListElement]:nth-child(2) a {
  pointer-events: none;
}

.google_ads_footer {
  text-align: center;
  padding: 0px;
  margin: 0px;
}

@media (max-width: 980px) {
  .google_ads_footer {
      -webkit-columns: 2 255px !important;
      -moz-columns: 2 255px !important;
      columns: 2 255px !important;
  }
  /*
.google_ads_footer>li>div {
  width: 150px;
  height: 80px;
}
*/
}

@media (min-width: 980px) {
  .google_ads_footer {
      -webkit-columns: 3 255px !important;
      -moz-columns: 3 255px !important;
      columns: 3 255px !important;
  }
}


/* Choukouki list style
*/

.choukouki-list .media {
  position: relative;
  padding: 1rem .25rem;
  border: 1px solid transparent;
}

.choukouki-list .media:not(:last-child) {
  border-bottom: 1px solid var(--main);
}

.choukouki-list .media.media--force-border {
  border-bottom: 1px solid var(--main);
}

.choukouki-list .media-body .choukouki-list-item__title {
  color: black;
  font-size: .9rem;
  font-weight: 800;
}

.choukouki-list .media-body>div {
  text-align: left;
  color: black;
}

.choukouki-list .media-body>div a {
  color: var(--dark-blue);
}

.choukouki-list .media-body>div a:hover {
  text-decoration: none;
}

.choukouki-list .media-body>div span {
  white-space: nowrap;
}

.choukouki-list .media-body .choukouki-arrow {
  position: absolute;
  right: .25rem;
  bottom: .5rem;
}

@media (min-width: 576px) {
  .choukouki-list .media:not(:last-child) {
      border-bottom: 1px dotted var(--tk-white-1);
  }
  .choukouki-list .media-body .choukouki-list-item__title {
      color: var(--dark-blue);
      font-size: 1.15rem;
  }
  .choukouki-list .media-body>div {
      text-align: right;
  }
}

.wp-archives-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wp-archives-list li {
  margin-right: .5rem;
}

.wp-archives-list a {
  text-decoration: none;
  color: var(--dark-blue);
}
.wp-archives-list a:hover {
  text-decoration: underline;
}

.header-section {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  padding: 0.2em 0.5em;
  border-left: solid 7px var(--blue3);
}

.header-section--underline {
  border-bottom: solid 2px var(--blue3);
}

@media (min-width: 576px) {
  .header-section {
      font-size: 1.15rem;
  }
}

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.flex-container.wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-container .flex-item {
  width: 150px;
}

.choka_head {
  padding: 10px;
}

.choka_head .reporter_name {
  padding-left: 20px;
  width: 80%;
}
.reporter_name--long {
  flex-direction: column;
  text-align: right;
}
.reporter_name--header {
  font-size: 16px;
}

.fishing-club {
  background : none;
}

.boat_spec table {
  margin: 0;
  text-align: center;
}

.boat_spec table td {
  padding: 5px;
}

.boat_spec table tbody>tr td {
  background-color: #eee;
}
/*
.tptn_posts_daily {
  background-color: #ebf2fb ;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tptn_posts_daily ol {
  padding-left: 25px;
  padding-right: 5px;
}
*/

#chokouki_profile_img {
  width: 133px;
}

.clearfix {
  clear: both;
}