@charset "UTF-8";
/*--------------------
    import
--------------------*/
#top-to-button {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 999;
}

/*--------------------
    フォローボタン
--------------------*/
/*--------------------
    フォローボタン
--------------------*/
/*--------------------
    一覧ページ
--------------------*/
/*--------------------
    関数
--------------------*/
/*--------------------
    header
--------------------*/
#detail_title .title {
  font-size: 30px;
  max-width: 765px;
  font-weight: bold;
  margin: 0 auto;
  padding-top: 86px;
  line-height:1.4em;
}
#detail_title .category_inner {
  max-width: 765px;
  margin: 0 auto;
  padding-top: 13px;
  align-items: flex-end;
}
#detail_title .category_inner .category_wrap {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  font-size: 10px;
}
.category_wrap form{
  line-height:1.0;
}

#detail_title .datatime {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
}
#detail_title .datatime .data {
  padding-right: 15px;
  font-size: 12px;
}
#detail_title .detail_img {
  padding-top: 14px;
}
#detail_title .detail_img .detail_img_inner {
  margin: 0 auto;
  max-width: 765px;
  height: 451px;
}
#detail_title .detail_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#contributor .contributor_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 765px;
  margin: 0 auto;
  padding-top: 20px;
}
#contributor .contributor_box .contributor_info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}
#contributor .contributor_box .contributor_info .contributor_img {
  width: 104px;
  height: 104px;
}
#contributor .contributor_box .contributor_info .contributor_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
#contributor .contributor_box .contributor_info .contributor_show {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 10px;
  padding-left: 15px;
}
#contributor .contributor_box .contributor_info .contributor_show .contributor_name {
  font-size: 18px;
}
#contributor .contributor_box .contributor_info .contributor_show .location {
  display: flex;
  justify-content: flex-start;
  font-size: 12px;
}
#contributor .contributor_box .action {
  width: 50%;
}
#contributor .contributor_box .action .action_btn {
  display: flex;
  justify-content: flex-end;
}
#contributor .contributor_box .action .action_btn .vni_flex {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
#contributor .contributor_box .action .action_btn .vni_flex .view {
  display: flex;
  justify-content: flex-start;
  gap: 2px;
  font-size: 12px;
}
#contributor .contributor_box .action .action_btn .vni_flex .nice {
  display: flex;
  justify-content: flex-start;
  gap: 2px;
  font-size: 12px;
}
#contributor .contributor_box .action .icon_category {
  padding-top: 13px;
}
#contributor .contributor_box .action .icon_category .icon_all {
  display: flex;
  justify-content: flex-end;
}
#contributor .contributor_box .action .icon_category .icon_all .if_img {
  margin-left: -10px;
  width: 39px;
  height: 39px;
}
#contributor .contributor_box .action .icon_category .icon_all img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #fff;
  border-radius: 50%;
}

#postsBody {
  max-width: 765px;
  margin: 0 auto;
  padding-top: 43px;
  line-height: 25px;
}
#postsBody h1 {
  padding: 10px 0;
  font-size: 36px;
  font-weight: 900;
}
#postsBody h2 {
  font-size: 30px;
}
#postsBody h3 {
  font-size: 18px;
}
#postsBody h4 {
  font-size: 18px;
}
#postsBody p {
  font-size: 16px;
}
#postsBody .ql-align-center {
  text-align: center;
}
#postsBody .ql-align-right {
  text-align: right;
}
#postsBody a {
  color: blue;
}
#postsBody a:hover {
  cursor: pointer;
  opacity: 0.7;
}
#postsBody img {
  display: block;
  width: initial;
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
}

.contents_body {
  padding-bottom: 50px;
}

.tag_frame {
  max-width: 765px;
  margin: 0 auto;
  padding-top: 40px;
}
.tag_frame .tag_title {
  color: #ffffff;
  background-color: black;
  padding: 7px;
  width: 45px;
  font-size: 11px;
  text-align:center;
}
.tag_frame .tag_category {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.tag_frame .tag_category .categories {
  font-size: 13px;
  padding-top: 12px;
  padding-right: 17px;
  font-weight: bold;
}

.sns_btn {
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}
.sns_btn img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.follow_btn_common {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 31px;
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
}
.follow_btn_common:hover {
  cursor: pointer;
  opacity: 0.7;
}

.follow_btn_on {
  position: relative;
  background: #58DBB3;
}
.follow_btn_on:after {
  position: absolute;
  content: "✔︎";
  top: 4px;
  right: 15px;
  bottom: 0;
  margin: auto;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}

.follow_btn_off {
  position: relative;
  background: #5694FF;
}
.follow_btn_off:before {
  position: absolute;
  content: "+";
  top: 2px;
  left: 20px;
  bottom: 0;
  margin: auto;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}

#article {
  background-color: #FBFBFB;
  border-radius: 20px;
  max-width: 785px;
  margin: 0 auto;
  box-shadow: 5px 0 15px 0 rgba(0, 0, 0, 0.3);
  padding: 30px;
}
#article .author_member {
  display: flex;
  justify-content: space-between;
}
#article .author_member .members_frame {
  display: flex;
  justify-content: flex-end;
}
#article .author_member .members_frame .member {
  margin-left: -10px;
}
#article .author_member .members_frame .member_img {
  width: 40px;
}
#article .author_member .members_frame .member_img img {
  width: 100%;
}
#article .contributor {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 25px;
}
#article #icon {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
#article #icon .icon_frame {
  width: 17%;
}
#article #icon .icon_frame .icon {
  width: 103px;
  height: 103px;
}
#article #icon .icon_frame .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
#article #icon .test {
  width: 83%;
}
#article #icon .test #place {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#article #icon .test .text p{
  line-height:24px;
    font-size: 14px;
}
#article .article_name {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  row-gap: 10px;
  font-size: 17px;
}
.article_name .name p{
  font-weight:600;
  font-size:18px;
}
#article .article_name .company {
  color: #757575;
  font-size:12px;
}
#article .article_name .comment_date {
  padding-top: 50px;
}
#article .text {
  padding-top: 10px;
  line-height: 2em;
}

#comment {
  padding-top: 40px;
  background-color: #FBFBFB;
}
#comment .comment_title {
  padding-bottom: 33px;
}
#comment .comment_title h2 {
  font-size: 35px;
  display: flex;
  justify-content: center;
  font-family: dunbar-low,'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: italic;
}
#comment .comment_title h3 {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  font-size: 15px;
}
#comment .comment_box {
  display: flex;
  justify-content: flex-start;
  gap: 45px;
  width: 756px;
  margin: 0 auto;
  padding: 7px;
  border-radius: 52px;
  background-color: #FBFBFB;
  box-shadow: 5px 0 15px 0 rgba(0, 0, 0, 0.3);
}
#comment .comment_box .comment_icon {
  width: 64px;
  height: 64px;
}
#comment .comment_box .comment_icon .comment_img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
#comment .comment_box .comment_form {
  margin-top: 20px;
}
#comment .comment_btn {
  display: flex;
  justify-content: flex-end;
  max-width: 765px;
  margin: 0 auto;
  padding-top: 14px;
}
#comment .comment_btn .comment_submit {
  background-color: #FF9c50;
  padding: 7px 18px;
  border-radius: 20px;
  border: 2px solid #FF9c50;
  color: #ffffff;
  transition: 0.3s;
}
#comment .comment_btn .comment_submit:hover {
  background-color: #fff;
  border-color: #FF9c50;
  color: #FF9c50;
  transition: 0.3s;
}

#send {
  width: 785px;
  margin: 0 auto;
  border-bottom: 2px solid #707070;
}
#send #icon {
  max-width: 780px;
  display: flex;
  justify-content: space-between;
}
#send #icon .icon_frame {
  padding: 20px 25px 0 20px;
}
#send #icon .icon_frame .icon {
  width: 70px;
  height: 70px;
}
#send #icon .icon_frame .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
#send #icon .test {
  width: 90%;
}
#send #icon .test #place {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#send #icon .test #place .article_name .name_plus {
  display: flex;
  justify-content: space-between;
  padding-top: 35px;
}
#send #icon .test #place .article_name .name_plus .plusbtn {
  background-color: #5694FF;
  height: 20px;
  width: 20px;
  color: #ffffff;
  border-radius: 50%;
  padding: 3px 0px 0px 6px;
  font-size: 11px;
}
#send #icon .test #place .article_name .location {
  padding: 15px 0px;
}
#send #icon .test #place .comment_date {
  padding-top: 55px;
}
#send #icon .test #place .follow .followbtn img {
  padding: 10px;
  width: 50px;
  height: 50px;
}
#send .text {
  line-height: 2em;
  padding-bottom: 15px;
}
#send .comment_nice {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 22px;
}
#send .comment_nice .nice {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
#send .comment_nice .nice input.btn.btn-success.post_del_btn {
  width: 20px;
  height: 20px;
}
#send .comment_nice .nice p {
  font-size: 13px;
  padding-left: 10px;
}
#send .comment_nice .icon_all {
  display: flex;
  justify-content: flex-end;
  padding-left: 22px;
}
#send .comment_nice .icon_all .icon_img {
  margin-left: -7px;
}
#send .comment_nice .icon_all .icon_img .icon_imges {
  width: 37px;
}

#index_text {
  max-width: 786px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
}
#index_text .it-frame:hover {
  cursor: pointer;
  opacity: 0.6;
}
#index_text p {
  position: relative;
  text-align: center;
  font-size: 14px;
  margin-bottom: -10px;
  padding-bottom: 10px;
}
#index_text p::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #000;
  transition: 0.3s;
}
#index_text p::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: 0.3s;
}

#authornews {
  padding-top: 70px;
}
#authornews .author_title h2 {
  display: flex;
  justify-content: center;
  font-size: 35px;
  font-family: dunbar-low,'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: italic;
}
#authornews .author_title h3 {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  font-size: 15px;
}
#authornews .tns_frame {
  position: relative;
  max-width: 825px;
  margin: 0 auto;
  padding-top: 30px;
}
#authornews .tns_frame .tns-outer {
  margin: 0 auto;
}
#authornews .tns_frame .tns-inner {
  position: relative;
  z-index: 98;
}
#authornews .tns_frame .tns-nav {
  text-align: center;
}
#authornews .tns_frame .tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  margin: 0 5px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #dddddd;
}
#authornews .tns_frame .tns-nav > [aria-selected=true] {
  background: #999999;
}
#authornews .tns_frame [data-controls=prev],
#authornews .tns_frame [data-controls=next] {
  position: absolute;
  z-index: 10;
  top: 55%;
  width: 34px;
  height: 34px;
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
  opacity: 0.9;
  background: #333333;
  color: #ffffff;
  line-height: 34px;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
}
#authornews .tns_frame [data-controls=prev]:hover,
#authornews .tns_frame [data-controls=next]:hover {
  opacity: 0.6;
}
#authornews .tns_frame [data-controls=prev] {
  left: 0px;
}
#authornews .tns_frame [data-controls=next] {
  right: 0px;
}
#authornews .tns_frame #customizeControls {
  max-width: 825px;
}
#authornews .tns_frame #customizeControls2 {
  max-width: 825px;
}
#authornews .tns_frame .controls {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  background: #333;
  width: 100%;
  top: 55%;
  transform: translatey(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#authornews .tns_frame .controls:focus {
  outline: none;
}
#authornews .tns_frame .controls li:hover {
  cursor: pointer;
}
#authornews .tns_frame .slider_frame {
  width: 730px;
  margin: 0 auto;
}
#authornews .slider .s_one .s_one_frame {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
}
#authornews .slider .s_one .s_one_inner {
  display: flex;
  justify-content: space-between;
  width: 708px;
  height: 182px;
  margin: 0 auto;
  padding: 30px;
  background-color: #FBFBFB;
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.1);
}
#authornews .slider .s_one .s_one_inner .s_img {
  width: 120px;
  height: 120px;
}
#authornews .slider .s_one .s_one_inner .s_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#authornews .slider .s_one .s_one_inner .s_tag {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 77%;
}
#authornews .slider .s_one .s_one_inner .s_tag .s_category {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#authornews .slider .s_one .s_one_inner .s_tag .s_category .s_news {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  font-size: 10px;
  background-color: #FF9c50;
  padding: 0 7px;
  border-radius: 20px;
  border: 2px solid #FF9c50;
  color: #ffffff;
  transition: 0.3s;
}
#authornews .slider .s_one .s_one_inner .s_tag .s_category .s_news:hover {
  background-color: #fff;
  border-color: #FF9c50;
  color: #FF9c50;
  transition: 0.3s;
}
#authornews .slider .s_one .s_one_inner .s_tag .s_category .s_date {
  font-size: 11px;
}
#authornews .slider .s_one .s_one_inner .s_tag .s_body {
  font-size: 14px;
  font-weight: bold;
}
#authornews .slider .s_one .s_one_inner .s_tag .s_username {
  font-size: 14px;
}
#authornews .slider .s_one .s_one_inner .s_tag .s_vni_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 12px;
  width: 520px;
  padding-right: 25px;
}
#authornews .slider .s_one .s_one_inner .s_tag .s_vni_flex .s_user_info {
  display: flex;
  justify-content: flex-start;
}
#authornews .slider .s_one .s_one_inner .s_tag .s_vni_flex .s_user_info > div{
  gap:3px;
}
#authornews .slider .s_one .s_one_inner .s_tag .s_vni_flex .s_user_info .s_location {
  display: flex;
  justify-content: flex-start;
  padding-right: 10px;
}
#authornews .slider .s_one .s_one_inner .s_tag .s_vni_flex .s_user_info .s_location img {
  width: 12px;
  height: 12px;
}
#authornews .slider .s_one .s_one_inner .s_tag .s_vni_flex .s_user_info .s_view {
  display: flex;
  justify-content: flex-start;
  padding-right: 10px;
}
#authornews .slider .s_one .s_one_inner .s_tag .s_vni_flex .s_user_info .s_view img {
  width: 12px;
  height: 12px;
}
#authornews .slider .s_one .s_one_inner .s_tag .s_vni_flex .s_user_info .s_nice {
  display: flex;
  justify-content: flex-start;
}
#authornews .slider .s_one .s_one_inner .s_tag .s_vni_flex .s_icon_all {
  display: flex;
  justify-content: flex-end;
}
#authornews .slider .s_one .s_one_inner .s_tag .s_vni_flex .s_icon_all .if_img {
  margin-left: -7px;
  width: 25px;
  height: 25px;
}
#authornews .slider .s_one .s_one_inner .s_tag .s_vni_flex .s_icon_all .if_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #fff;
  border-radius: 50%;
}

#prefecturenews {
  margin: 0 auto;
  padding-top: 70px;
}
#prefecturenews .prefecture_title h2 {
  display: flex;
  justify-content: center;
  font-size: 35px;
  font-family: dunbar-low,'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: italic;
}
#prefecturenews .prefecture_title h3 {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  font-size: 15px;
}
#prefecturenews .tns_frame {
  position: relative;
  max-width: 825px;
  margin: 0 auto;
  padding-top: 30px;
}
#prefecturenews .tns_frame .tns-outer {
  margin: 0 auto;
}
#prefecturenews .tns_frame .tns-inner {
  position: relative;
  z-index: 98;
}
#prefecturenews .tns_frame .tns-nav {
  text-align: center;
}
#prefecturenews .tns_frame .tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  margin: 0 5px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #dddddd;
}
#prefecturenews .tns_frame .tns-nav > [aria-selected=true] {
  background: #999999;
}
#prefecturenews .tns_frame [data-controls=prev],
#prefecturenews .tns_frame [data-controls=next] {
  position: absolute;
  z-index: 10;
  top: 55%;
  width: 34px;
  height: 34px;
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
  opacity: 0.9;
  background: #333333;
  color: #ffffff;
  line-height: 34px;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
}
#prefecturenews .tns_frame [data-controls=prev]:hover,
#prefecturenews .tns_frame [data-controls=next]:hover {
  opacity: 0.6;
}
#prefecturenews .tns_frame [data-controls=prev] {
  left: 0px;
}
#prefecturenews .tns_frame [data-controls=next] {
  right: 0px;
}
#prefecturenews .tns_frame #customizeControls {
  max-width: 825px;
}
#prefecturenews .tns_frame #customizeControls2 {
  max-width: 825px;
}
#prefecturenews .tns_frame .controls {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  background: #333;
  width: 100%;
  top: 55%;
  transform: translatey(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#prefecturenews .tns_frame .controls:focus {
  outline: none;
}
#prefecturenews .tns_frame .controls li:hover {
  cursor: pointer;
}
#prefecturenews .tns_frame .slider_frame {
  width: 730px;
  margin: 0 auto;
}
#prefecturenews .ls_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#prefecturenews .ls_ul .ls_li {
  margin-bottom: 10px;
  height: 258px;
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.1);
}
@media(min-width:680px){
  #prefecturenews .ls_ul .ls_li {
    width: 214px !important;
  }
}
#prefecturenews .ls_ul .ls_li .ls_img {
  position: relative;
  width: 215px;
  height: 139px;
}
#prefecturenews .ls_ul .ls_li .ls_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#prefecturenews .ls_ul .ls_li .ls_img .category {
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: center;
  font-size: 10px;
  background-color: #FF9c50;
  border-radius: 20px;
  border: 2px solid #FF9c50;
  padding: 3px;
  color: #ffffff;
  transition: 0.3s;
}
#prefecturenews .ls_ul .ls_li .ls_img .category:hover {
  background-color: #fff;
  border-color: #FF9c50;
  color: #FF9c50;
  transition: 0.3s;
}
#prefecturenews .ls_ul .ls_li .ls_img .au_icon {
  position: absolute;
  max-width: 54px;
  left: 0;
  right: 0;
  bottom: -27px;
  margin: auto;
  border: 3px solid #fff;
  border-radius: 50%;
}
#prefecturenews .ls_ul .ls_li .ls_inner {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 119px;
  padding: 5px 5px 15px;
}
#prefecturenews .ls_ul .ls_li .uptime {
  font-size: 10px;
  text-align: right;
  width: 207px;
  padding-right:5px;
}
#prefecturenews .ls_ul .ls_li .user_n {
  font-size: 11px;
  text-align: center;
  padding-top: 6px;
}
#prefecturenews .ls_ul .ls_li .title {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 17px;
}
#prefecturenews .ls_ul .ls_li .loca_frame {
  display: flex;
  justify-content: center;
}
#prefecturenews .ls_ul .ls_li .location {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 20px;
  font-size: 11px;
}

#recommendationnews {
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 80px;
}
#recommendationnews .recommendation_title h2 {
  display: flex;
  justify-content: center;
  font-size: 35px;
  font-family: dunbar-low,'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: italic;
}
#recommendationnews .recommendation_title h3 {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  font-size: 15px;
}
#recommendationnews .tns_frame {
  position: relative;
  max-width: 825px;
  margin: 0 auto;
  padding-top: 30px;
}
#recommendationnews .tns_frame .tns-outer {
  margin: 0 auto;
}
#recommendationnews .tns_frame .tns-inner {
  position: relative;
  z-index: 98;
}
#recommendationnews .tns_frame .tns-nav {
  text-align: center;
}
#recommendationnews .tns_frame .tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  margin: 0 5px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #dddddd;
}
#recommendationnews .tns_frame .tns-nav > [aria-selected=true] {
  background: #999999;
}
#recommendationnews .tns_frame [data-controls=prev],
#recommendationnews .tns_frame [data-controls=next] {
  position: absolute;
  z-index: 10;
  top: 55%;
  width: 34px;
  height: 34px;
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
  opacity: 0.9;
  background: #333333;
  color: #ffffff;
  line-height: 34px;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
}
#recommendationnews .tns_frame [data-controls=prev]:hover,
#recommendationnews .tns_frame [data-controls=next]:hover {
  opacity: 0.6;
}
#recommendationnews .tns_frame [data-controls=prev] {
  left: 0px;
}
#recommendationnews .tns_frame [data-controls=next] {
  right: 0px;
}
#recommendationnews .tns_frame #customizeControls {
  max-width: 825px;
}
#recommendationnews .tns_frame #customizeControls2 {
  max-width: 825px;
}
#recommendationnews .tns_frame .controls {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  background: #333;
  width: 100%;
  top: 55%;
  transform: translatey(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#recommendationnews .tns_frame .controls:focus {
  outline: none;
}
#recommendationnews .tns_frame .controls li:hover {
  cursor: pointer;
}
#recommendationnews .tns_frame .slider_frame {
  width: 730px;
  margin: 0 auto;
}
#recommendationnews .ls_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#recommendationnews .ls_ul .ls_li {
  margin-bottom: 10px;
  height: 258px;
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.1);
}
@media(min-width:680px){
  #recommendationnews .ls_ul .ls_li{
  width: 214px !important;
  }
}
#recommendationnews .ls_ul .ls_li .ls_img {
  position: relative;
  width: 100%;
  height: 139px;
}
#recommendationnews .ls_ul .ls_li .ls_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#recommendationnews .ls_ul .ls_li .ls_img .category {
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: center;
  font-size: 10px;
  background-color: #FF9c50;
  border-radius: 20px;
  border: 2px solid #FF9c50;
  padding: 3px;
  color: #ffffff;
  transition: 0.3s;
}
#recommendationnews .ls_ul .ls_li .ls_img .category:hover {
  background-color: #fff;
  border-color: #FF9c50;
  color: #FF9c50;
  transition: 0.3s;
}
#recommendationnews .ls_ul .ls_li .ls_img .au_icon {
  position: absolute;
  max-width: 54px;
  left: 0;
  right: 0;
  bottom: -27px;
  margin: auto;
  border: 3px solid #fff;
  border-radius: 50%;
}
#recommendationnews .ls_ul .ls_li .ls_inner {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 119px;
  padding: 5px 5px 15px;
}
#recommendationnews .ls_ul .ls_li .uptime {
  font-size: 10px;
  text-align: right;
  width: 207px;
  padding-right:5px;
}
#recommendationnews .ls_ul .ls_li .user_n {
  font-size: 11px;
  text-align: center;
  padding-top: 6px;
}
#recommendationnews .ls_ul .ls_li .title {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 17px;
}
#recommendationnews .ls_ul .ls_li .loca_frame {
  display: flex;
  justify-content: center;
}
#recommendationnews .ls_ul .ls_li .location {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 20px;
  font-size: 11px;
}

#members {
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 80px;
  max-width:1000px;
}
#members .members_title h2 {
  display: flex;
  justify-content: center;
  font-size: 35px;
  font-family: dunbar-low,'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: italic;
}
#members .members_title h3 {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  font-size: 15px;
}
#members .members_frame {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 33px;
}
#members .members_frame .member{
  width:16%;
  padding:20px;
  text-align:center;
  display:flex;
  flex-direction: column;
  gap:15px;
}

#members .members_frame .member_img img {
  width: 100%;
  height: auto;
  border-radius:50%;
}
#members .members_frame .member_name {
  font-size: 14px;
}
#members .members_frame .member_work {
  font-size: 12px;
  color: #757575;
}


/* 2111　佐藤追記 */
/* sato S */

@media(max-width:680px){

  #detail_title .title{
    padding-top:20px;
    font-size:18px;
  }
  #contributor .contributor_box{
    display:block;
  }
  #contributor .contributor_box .contributor_info,
  #contributor .contributor_box .action,
  #article #icon .test,
  #article #icon .icon_frame,
  #prefecturenews .ls_ul .ls_li .ls_img{
    width:100%!important;
  }
  
  #article #icon,
  #article #icon .test #place{
    display:block;
  }
  #article #icon .test #place{
    text-align:center;
  }
  .follow_btn_off{
    margin:0 auto;
  }
  #article #icon .icon_frame .icon{
    margin:0 auto 10px auto;
  }
  .follow_btn_on {
    margin: 20px auto 0 auto;
  }
  #authornews .slider .s_one .s_one_inner{
    padding:15px;
  }

  .tns-nav{
    margin-top:15px;
  }
  #authornews .slider .s_one .s_one_inner .s_tag{
    width:60%;
    margin-left:15px;
  }
  #authornews .slider .s_one .s_one_inner .s_tag .s_vni_flex{
    padding-right:0;
  }
  
  #prefecturenews,
  #recommendationnews  {
    padding-top:0px;
  }
  #postsBody{
    padding-top:15px;
  }
  #contributor .contributor_box .contributor_info .contributor_show{
    padding-left:0;
  }
  #contributor .contributor_box .contributor_info .contributor_img{
    margin-right:15px;
    width:30%;
    height:auto;
  }
  #contributor .contributor_box .contributor_info .contributor_img img{
    width:100%;
    height:auto;
  }
  #authornews .slider .s_one .s_one_inner{
    height:auto!important;
  }
  #authornews .slider .s_one .s_one_inner .s_tag{
    gap:10px;
  }
 #authornews .slider .s_one .s_one_inner .s_tag .s_vni_flex{
   display:block;
 }
.ls_ul .ls_li .uptime{
   width:100%!important;
     padding-right:5px;

 }
 #detail_title .detail_img .detail_img_inner{
   height:200px;
 }
 #members{
   padding-top:0;
 }
 #members .members_frame .member{
   width:33%;
 }
 section#article{
  padding:15px!important;
  margin-bottom:60px!important;
 }
 section#article section{
   padding-bottom:10px;
 }
 .company_follow_frame{
   margin-top:10px;
 }
 .sns_btn{
   flex-direction: column;
   gap:15px;
   align-items:center;
 }
}