@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, button, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: normal;
  vertical-align: baseline
}
body {
  -webkit-text-size-adjust: 100%;
  line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
ul, ol {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}
div.adsarea {
	margin:15px 0;
	text-align:center;
}
ins.adsbygoogle {
  background: transparent;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700
}
del {
  text-decoration: line-through
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
input, select {
  vertical-align: middle
}
a {
  color: inherit;
  text-decoration: none;
  outline: none
}
img {
  -ms-interpolation-mode: bicubic
}
::-moz-selection {
  background: #000;
  color: #fff
}
::selection {
  background: #000;
  color: #fff
}
::-moz-selection {
  background: #000;
  color: #fff
}
* {
  box-sizing: border-box
}
html {
  position: relative;
  overflow-x: hidden
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", Open Sans, YuGothic, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  line-height: 2;
  letter-spacing: .1em;
  color: #000;
  background-color: #fff;
  overflow: visible;
}
h1 {
  display: none
}
img, svg {
  width: 100%;
  height: auto
}
.lazy {
  background-image: url(https://seniorad-marketing.com/wp-content/themes/seniorad/assets/img/common/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px auto
}
.inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1130px;
  margin: auto;
  padding: 0 8px
}
.inner.max1000 {
  max-width: 1030px
}
.inner.max980 {
  max-width: 1010px
}
.inner.max900 {
  max-width: 930px
}
.inner.max750 {
  max-width: 780px
}
.pc {
  display: none !important
}
.smt {
  display: block !important
}
.blur {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="4" /></filter></svg>#filter');
  -webkit-filter: blur(4px);
  filter: blur(4px)
}
.title-cat {
  color: #666;
  font-size: 24px;
  font-family: Roboto Condensed, sans-serif;
  letter-spacing: .3em
}
.outline {
  display: block;
  color: #fff;
  font-size: 20px;
  font-family: Roboto Condensed, sans-serif;
  letter-spacing: .3em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #696969
}
.desc{
    text-align: left;
    font-size: 15px;
    margin-bottom: 3em;
    font-weight: bold;
}
.desc br{
	display:none;
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
  .outline {
    font-weight: 400;
    text-shadow: 1px 1px 0 #696969, -1px 1px 0 #696969, 1px -1px 0 #696969, -1px -1px 0 #696969
  }
}

ul, ol {
  letter-spacing: -.4em
}
ul li, ol li {
  letter-spacing: normal
}
ul li span, ul li a, ul li .li-in, ol li span, ol li a, ol li .li-in {
  letter-spacing: .1em
}
a.permalink {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%
}
#wrap {
    width: 100%;
    position: relative;
}
/* 横並びレイアウト */
.content-post {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* 広告コンテナ */
.ad-wrapper {
  width: 160px;
  flex-shrink: 0;
}

/* スクロール追従広告 */
.ad-vertical {
  position: sticky;
  top: 100px;
  width: 160px;
  height: 600px;
}

/* メインコンテンツ */
.content-inner {
  width: 1000px;
  max-width: 100%;
}

/* 狭い画面では広告非表示 */
@media screen and (max-width: 1280px) {
  .ad-wrapper {
    display: none;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%;
  height: auto;
  background-color: #fff;
  white-space: nowrap;
  padding: 8px 0
}
header .inner {
  padding: 0 10px
}
header.sticky {
  border-bottom: 1px solid #eee
}
main {
  display: block;
  margin-top: 60px
}

#h-logo a {
  display: block;
  line-height: 0
}
#h-logo a img{
	width:120px;
}
nav#nav-pc {
  display: none
}
#h-left {
    width: calc(100% - 70px);
    display: flex;
    justify-content: space-between;
    align-items: anchor-center;
}

#btn-contact{display:block;}
#btn-contact > a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #b10026;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    padding: 0 10px;
}

#btn-contact > a:hover {
    background-color: #a10016;
}
#btn-search{display:none;}
#h-group ul li#btn-search img {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

#menu-btn {
  cursor: pointer;
  display: inline-block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  width: 60px;
  height: 60px;
  background-color: #000
}
#h-group ul li img {
  height: 30px;
	display:block;
}
#menu-btn > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  height: 18px;
  transform: translate(-50%, -50%)
}
#menu-btn span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all .3s
}
#menu-btn span:nth-of-type(1) {
  top: 0
}
#menu-btn span:nth-of-type(2) {
  top: 8px
}
#menu-btn span:nth-of-type(3) {
  bottom: 0
}
#menu-btn.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-315deg)
}
#menu-btn.active span:nth-of-type(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
#menu-btn.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(315deg)
}
#nav-smt {
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 8;
  width: 100%;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  transition: all .3s
}
#nav-smt .nav-in {
  position: relative;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, .8);
  padding: 50px 25px;
  margin: 0 0 15px
}
#nav-smt .nav-in a#nav-logo {
  display: block;
  margin: 0 0 30px
}
#nav-smt .nav-in a#nav-logo img {
  width: 100px
}
#nav-smt .nav-in ul li a {
  position: relative;
  display: block;
  font-family: Fira Sans, sans-serif;
  line-height: 1.4;
  font-weight: 400;
  padding: 15px 0
}
#nav-smt .nav-in .nav-foot {
  position: relative;
  padding: 30px 0 0;
  margin: 30px 0 0
}
#nav-smt .nav-in .nav-foot a.tel {
  font-size: 20px;
  font-family: Roboto Condensed, sans-serif
}
#nav-smt .nav-in .nav-foot:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, .2);
  transform: translateX(-50%)
}
#nav-smt.show {
  left: 0
}
#searchbox {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 10;
  width: 100%;
  height: auto;
  background-color: #fff;
  transition: left .3s
}
#searchbox .search-in {
  text-align: center;
  padding: 50px 10px 80px
}
#searchbox .search-in form {
  width: 90%;
  max-width: 600px;
  margin: auto;
  padding: 10px 0;
  border-bottom: 1px solid #ccc
}
#searchbox .search-in form input[type=text] {
  width: calc(100% - 40px);
  height: 40px;
  font-size: 18px;
  font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", Open Sans, YuGothic, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  letter-spacing: .1em
}
#searchbox .search-in form input[type=text]::-webkit-input-placeholder {
  color: #bbb;
  font-size: 20px;
  font-family: Roboto Condensed, sans-serif
}
#searchbox .search-in form input[type=text]:-ms-input-placeholder {
  color: #bbb;
  font-size: 20px;
  font-family: Roboto Condensed, sans-serif
}
#searchbox .search-in form input[type=text]::-moz-placeholder {
  color: #bbb;
  font-size: 20px;
  font-family: Roboto Condensed, sans-serif
}
#searchbox .search-in form input[type=submit] {
  cursor: pointer;
  border: 0;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background: url(../svg/common/btn_search.svg) no-repeat center;
  background-size: cover;
	font-size:0;
}
#searchbox.on {
  left: 0
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, .5)
}
.sec {
  position: relative;
  padding: 10% 0 0
}
.sec .sec-head {
  text-align: center;
  padding: 0 0 30px
}
.sec .sec-head h2 {
  line-height: 1.6
}
.sec .sec-head h2 strong {
  margin: 0 0 5px
}
.top-head{    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1156px;
    margin: auto;
    padding: 0 8px 20px;
}
.footer-head{
	text-align: left;
    margin: 30px 0px 0;
    padding: 0 0px;
}

@media screen and (min-width:800px) {
.footer-head{
	text-align: left;
    margin: 30px -22px 0;
    padding: 0 8px;
}
}

.sec .sec-foot {
  margin: 15px 0 0
}
.sec .sec-banner {
  position: relative;
  z-index: 1
}
.sec .sec-banner a {
  display: block;
  line-height: 0
}
.sec .sec-banner a img {
  transition: transform .3s
}
.sec .sec-banner a:hover img {
  transform: scale(1.05)
}
.sec .sec-banners {
  position: relative;
  z-index: 1
}
.sec .sec-banners a {
  display: block;
  line-height: 0;
  margin: 0 0 15px
}
.sec .sec-banners a.bnr01 {
  padding: 10px 10px 0 10px;
  background: #cdcfce;
  margin: 0;
}
.sec .sec-banners a.bnr02 {
  padding: 10px 10px 10px 10px;
  background: #cdcfce;
  margin: 0;
}
.sec .sec-banners a img {
  transition: transform .3s
}
.sec .sec-banners a:hover img {
  transform: scale(1.05)
}
.sec.sec-posts {
  padding: 30px 0 0
}
.sec.below {
  padding: 10% 0
}
.posts {
  letter-spacing: -.4em
}
.posts .post {
  letter-spacing: normal;
  font-size: 12px;
  margin: 0 0 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid #f1f1f1;
}
.posts .post:last-child {
  border-bottom: 0;
}
.posts .post .post-in {
position: relative;
letter-spacing:.1em;
display: flex;
align-items: center;
}
.posts .post .post-in .post-img {
  width: 104px;
}
.posts .post .post-in .post-img a, .posts .post .post-in .post-img span {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 0;
  width: 100%;
  height: 0;
  padding-top: 80%;
  background-color: #eee
}
.posts .post .post-in .post-img span{
    width: 96px;
    height: 96px;
    display: block;
    padding: 0;
    margin-right: 8px;
}

.posts .post .post-in .post-img a img, .posts .post .post-in .post-img span img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: transform .5s ease-out
}
.posts .post .post-in .post-img a:before, .posts .post .post-in .post-img span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background-color: rgba(0, 0, 0, .5);
  transition: opacity .5s ease-out
}
.posts .post .post-in .post-img a:hover img {
  transform: translate(-50%, -50%) scale(1.05, 1.05)
}
.posts .post .post-in .post-img a:hover:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.posts .post .post-in .post-dtl .post-date {
  margin: 0
}
.posts .post .post-in .post-dtl h3 {
  font-size: 16px;
  font-family: Noto Sans Japanese;
  line-height: 1.6;
  font-weight: 600
}
.posts .post .post-in .post-dtl p {
  color: #535252;
  margin: 2px 0 0;
  font-size: 14px;
  line-height: 150%;
	display:none;
}
.posts .post .post-in:hover .post-img span img {
  transform: translate(-50%, -50%) scale(1.05, 1.05)
}
.posts .post .post-in:hover .post-img span:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.posts .post .post-tags {
	display:none;
  letter-spacing: .1em;
  margin: 5px 0 0;
  font-size:14px;
}
.posts .post .post-tags a {
  display: inline-block;
  text-decoration: underline
}
.posts .post .post-tags a:hover {
  text-decoration: none
}
.posts p.no-post {
  display: none;
  text-align: center;
  letter-spacing: .1em;
  margin: 0 0 50px
}
.posts p.no-post:first-of-type {
  display: block
}
.posts.post-recommend .post:first-of-type, .posts.post-recommend .post:nth-of-type(2) {}
.posts.post-recommend .post:first-of-type .post-in, .posts.post-recommend .post:nth-of-type(2) .post-in {}

.posts.post-recommend .post:first-of-type .post-in .post-img span:before, .posts.post-recommend .post:nth-of-type(2) .post-in .post-img span:before {	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}
.posts.post-recommend .post:first-of-type .post-in .post-dtl, .posts.post-recommend .post:nth-of-type(2) .post-in .post-dtl {}
.posts.post-recommend .post:first-of-type .post-in .post-dtl .post-date, .posts.post-recommend .post:nth-of-type(2) .post-in .post-dtl .post-date {}
.posts.post-recommend .post:first-of-type .post-in .post-dtl h3, .posts.post-recommend .post:nth-of-type(2) .post-in .post-dtl h3 {}
.posts.post-recommend .post:first-of-type .post-in .post-dtl p, .posts.post-recommend .post:nth-of-type(2) .post-in .post-dtl p {}
.posts.post-recommend .post:first-of-type .post-in:hover .post-img span:before, .posts.post-recommend .post:nth-of-type(2) .post-in:hover .post-img span:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
#ranking .rank-head h4,
#keyword-tag .tag-head h4{
  text-align: center;
  font-size: 15px;
  font-family: Roboto Condensed, sans-serif;
  letter-spacing: .2em;
  padding: 15px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc
}
#keyword-tag .tag-head h4{
	margin: 60px 0 20px 0;
}
#keyword-tag .tag-body .post-tags a {
    display: inline-block;
    vertical-align: top;
    padding: 2px 10px;
    border: 1px solid #ccc;
    margin: 0 10px 10px 0;
    transition: all .3s;
}
#keyword-tag .tag-body .post-tags a:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #000
}

#ranking .rank-head nav.rank-nav ul {
  margin: 15px auto
}
#ranking .rank-head nav.rank-nav ul li {
  cursor: pointer;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 33.33%;
  color: #595959;
  font-size: 14px;
  font-family: Roboto Condensed, sans-serif;
  transition: color .2s
}
#ranking .rank-head nav.rank-nav ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 14px;
  background-color: #ccc;
  transform: translateY(-50%)
}
#ranking .rank-head nav.rank-nav ul li:first-of-type:before {
  display: none
}
#ranking .rank-head nav.rank-nav ul li:hover, #ranking .rank-head nav.rank-nav ul li.current {
  color: #000;
	font-weight:bold;
}
#ranking .rank-body,
#ranking .tag-body{
  position: relative
}
#ranking .rank-body .rank-data {
  display: none
}
#ranking .rank-body .rank-data.current {
  display: block
}
#ranking .rank-body ul.wpp-list li{
	display:flex;
	justify-content: space-between;
    padding: 8px 0;
	position:relative;
counter-increment: wpp-count;
	margin:0;
}
#ranking .rank-body ul.wpp-list li a:first-child{
width:96px;
height: 96px;
margin-right:8px;
}
#ranking .rank-body ul.wpp-list li a:nth-child(2){
	flex:1;
	line-height: 1.7;
padding-top: 32px;
}
#ranking .rank-body ul.wpp-list li:before {
    content: "no." counter(wpp-count);
    display: block;
    position: absolute;
    top: 8px;
    left: 104px;
    text-align: center;
    padding: 0;
    line-height: 32px;
    color: #000000;
    z-index: 1;
    font-size: 18px;
    font-family: Roboto Condensed, sans-serif;
}	
#ranking .rank-body ul {
  counter-reset: li
}
#ranking .rank-body ul li {
  border-top: 1px solid #ccc
}
#ranking .rank-body ul li .li-in {
  position: relative;
  overflow: hidden;
  padding: 8px 0
}
#ranking .rank-body ul li .li-in .li-img {
  float: left;
  width: 104px
}
#ranking .rank-body ul li .li-in .li-img span {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 0;
    background-color: #eee;
    width: 96px;
    height: 96px;
    padding: 0;
    margin-right: 8px;
}
#ranking .rank-body ul li .li-in .li-img span img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  transition: transform .5s ease-out
}
#ranking .rank-body ul li .li-in .li-img span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background-color: rgba(0, 0, 0, .5);
  transition: opacity .5s ease-out
}
#ranking .rank-body ul li .li-in .li-dtl {
  margin-left: 104px
}
#ranking .rank-body ul li .li-in .li-dtl strong {
  display: block;
  font-size: 18px;
  font-family: Roboto Condensed, sans-serif;
  line-height: 1.8
}
#ranking .rank-body ul li .li-in .li-dtl strong:after {
  display: inline;
  content: counter(li) "";
  counter-increment: li
}
#ranking .rank-body ul li .li-in .li-dtl h5 {
  line-height: 1.7
}
#ranking .rank-body ul li .li-in:hover .li-img span img {
  transform: translate(-50%, -50%) scale(1.05, 1.05)
}
#ranking .rank-body ul li .li-in:hover .li-img span:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
#ranking .rank-body ul li:first-of-type {
  border: 0
}
.posts.post-item .post .post-in .post-img span {
  padding-top: 100%
}
.posts.post-item .post .post-in .post-dtl h3 {
  margin: 10px 0 0
}
.posts.post-item .post .post-in .post-dtl .price {
  margin: 5px 0 0;
  font-size: 14px;
  font-family: Roboto Condensed, sans-serif
}
footer {
  text-align: center;
  margin: 12% 0 0;
  border-top: 1px solid #ccc
}
footer .inner {
  padding: 10% 0
}
footer nav#nav-foot ul li a {
  position: relative;
  display: inline-block;
  font-family: Fira Sans, sans-serif;
  line-height: 1.4;
  font-weight: 400;
  padding: 12px 0 10px
}
footer nav#nav-foot ul li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #568523;
  transform: translateX(-50%);
  transition: width .2s
}
footer nav#nav-foot ul li a:hover:before {
  width: 100%
}
footer #copyright {
  padding: 0 10px 10px
}
footer #copyright small {
  font-size: 11px
}
#btn_contact {
  position: fixed;
  top: 59px;
  left: 0;
  z-index: 6;
  width: 45px;
  height: auto;
  transform: translateX(-100%);
  transition: transform .3s
}
#btn_contact.on {
  transform: translateX(0)
}
#pagetop {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  right: 10px;
  z-index: 6;
  width: 60px;
  height: 60px
}
#pagetop span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%
}
#pagetop span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: #fff
}
#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  z-index: 9;
  transform: translate(-50%, -50%)
}
#lower #main-view {
  position: relative;
  margin: 0 -15px;
}
#lower #main-view .main-bg span {
  display: block;
  line-height: 0;
  position: relative
}
#lower #main-view .main-bg span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2)
}
#lower #main-view h2 {
  text-align: center;
  position: absolute;
  top: 60%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  color: #fff;
  font-family: Roboto Condensed, sans-serif;
  transform: translateY(-50%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: top 1s .5s, opacity 1s .5s
}
#lower #main-view h2 small {
  line-height: 0;
  display: inline-block;
  width: 40%;
  max-width: 300px
}
#lower #main-view h2 strong {
  display: block;
  font-size: 20px;
  letter-spacing: 1em;
  margin: 0 0 0 .9em
}
#lower #main-view.on h2 {
  top: 50%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
#lower #breadcrumb {
  display: none
}
.wp-block-image {}
ul.sns {
  display: block;
  line-height: 0;
  text-align: right;
}
ul.sns li {
  display: inline-block;
  padding: 0px 0 0px 10px;
}
ul.sns li a {
  display: block;
}
ul.sns li a img {
  width: 112px;
  display: block;
}
ul.support {
  display: block;
  text-align: left;
  margin-bottom: 40px;
}
.support_sample {
  margin: 40px 0 30px;
}
ul.support li {
  display: inline-block;
  padding: 0px 20px 10px 0;
	vertical-align:middle;
}
ul.support li:last-child{display:none;padding-right: 0;}	
ul.support li.bnr {display: inline-block !important;}
ul.support li.txt {display: inline-block !important;width: calc(100% - 124px);}

ul.support li a{
    color: #568523;
    font-weight: bold;
    font-size: 0.9rem;
    text-decoration: underline;
	display:inline;
}
ul.support img{
    max-height: 80px;
    display: block;
    max-width: 80px;
}
ul.support li.bnr img{
    border-radius: 5px;
    box-sizing: border-box;
}
ul.support img.ico_support{
    height: 80px;
    display: block;
    width: 102px;
    max-width: 102px;
}
ul.sup_list {
  display: block;
  text-align: left;
  margin: 5px 0;
}
ul.sup_list li {
  display: inline-block;
  padding: 0px 10px 0px 0;
	vertical-align:middle;
}
ul.sup_list li:last-child{display:none;}	
ul.sup_list li.bnr {display: inline-block !important;}

ul.sup_list li a{
    color: #568523;
    font-weight: bold;
    font-size: 1rem;
    text-decoration: underline;
}
ul.sup_list img{
    max-width: 40px;
    max-height: 40px;
    display: block;
}
ul.sup_list li.bnr img{
    border-radius: 5px;
    box-sizing: border-box;
}
ul.sup_list img.ico_support{
    width: 36px;
    height: 30px;
    display:block;
}
.support-links {
    display: block;
    text-align: left;
    margin: 30px 0 20px 0 !important;
    list-style:none !important;

}
.support-links .support-link{
	display:flex;
	width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dcdcde;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius: 5px;
}
.support-links .support-link > div:nth-child(2) p{
	margin-bottom:0;
}
.support-links .support-link > div:nth-child(1){
    padding: 25px;
    width: 210px;
    box-sizing: border-box;
}
.support-links .support-link > div:nth-child(2){
    padding: 25px;
    flex: 1;
}
.support-links .support-link > div:nth-child(2) p.title{
	font-weight:bold;
	color:#000000;
	font-size:17px;
}
.support-links .support-link > div:nth-child(2) p.comment{
	color:#000000;
	font-size:15px;
	margin-bottom:0;
}
.support-links .support-link > div:nth-child(2) p.link{
	font-size:15px;
}
.support-links .support-link > div:nth-child(2) p.link a{
	color:#568523;
	text-decoration:underline;
	word-break: break-all;
}

@media screen and (min-width:600px) {

  .title-cat {
    font-size: 28px
  }
  .outline {
    font-size: 22px
  }
  .sec {
    padding: 8% 0 0
  }
  .sec .sec-head {
    padding: 0 0 30px
  }
  .sec.sec-posts {
    padding: 30px 0 0
  }
  .sec.below {
    padding: 8% 0
  }
  .posts {
    margin: 0 -15px
  }
  footer {
    margin: 10% 0 0
  }
  footer .inner {
    padding: 8% 0
  }
  #btn_contact {
    width: 50px
  }
  #lower #main-view h2 strong {
    font-size: 30px
  }
}
@media screen and (min-width:800px) {
#h-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

#h-logo {
  width: 200px;
}
nav#nav-pc {
  flex-grow: 1;
	display:block;
}

#nav-pc ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 10px 20px; /* 上下間隔10px, 左右間隔20px */
}

#nav-pc ul li {
  width: calc(25% - 15px); /* 4列表示で間隔考慮 */
  box-sizing: border-box;
  text-align: center;
}

#nav-pc ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

#nav-pc ul li.ouen img.ico_ouen {
  vertical-align: middle;
}
#h-right {
  width: 34px;
  text-align: right;
display:block;
}
#btn-contact{display:none;}
#btn-search{display:block;}

.desc{
    text-align: center;
    font-size: 20px;
    margin-bottom: 3em;
    font-weight: bold;
}
.desc br{
	display:inherit;
}
.wp-block-image {
    display: block;
  }
  .pc {
    display: block !important
  }
  .smt {
    display: none !important
  }
  .title-cat {
    font-size: 32px
  }

  main {
margin-top: 86px
  }

  #h-logo a img {
    width: 192px;
    height: 66px;
  }

  nav#nav-pc > ul > li > a {
    position: relative;
    display: block;
    font-family: Fira Sans, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    padding: 10px 0;
    margin: 0 10px
  }
  nav#nav-pc > ul > li > a:before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #568523;
    transform: translateX(-50%);
    transition: width .2s
  }
  nav#nav-pc > ul > li.ouen > a:before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #fec107;
    transform: translateX(-50%);
    transition: width .2s
  }
  nav#nav-pc > ul > li.contact > a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #b10026;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

  nav#nav-pc > ul > li.contact > a:hover {
    background-color: #a10016;
}
  nav#nav-pc > ul > li.contact > a:before {
    display: none;
  }
  nav#nav-pc > ul > li > a.active:before, nav#nav-pc > ul > li > a:hover:before {
    width: 100%
  }
header.senior-attract-customers  nav#nav-pc > ul > li > a.senior-attract-customers,
header.senior-insight  nav#nav-pc > ul > li > a.senior-insight,
header.senior-advertising  nav#nav-pc > ul > li > a.senior-advertising,
header.web-advertising  nav#nav-pc > ul > li > a.web-advertising,
header.seniorad-ouen  nav#nav-pc > ul > li > a.seniorad-ouen,
header.senior-blog  nav#nav-pc > ul > li > a.senior-blog,
header.seniorad-radio  nav#nav-pc > ul > li > a.seniorad-radio{
    border-bottom: 2px solid #568523;
  }
header.seniorad-ouen  nav#nav-pc > ul > li > a.seniorad-ouen{
    border-bottom: 2px solid #fec107;
  }
  nav#nav-pc > ul li.hasChild .child-list {
    display: none;
    position: absolute;
    top: 62px;
    left: 50%;
    width: 100vw;
    height: auto;
    transform: translateX(-50%)
  }
  nav#nav-pc > ul li.hasChild .child-list .child-list-in {
    margin: 21px 0 0;
    padding: 30px 15px;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3)
  }
  nav#nav-pc > ul li.hasChild .child-list .child-list-in ul {
    max-width: 1130px;
    margin: 0 auto
  }
  nav#nav-pc > ul li.hasChild .child-list .child-list-in ul li {
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 15px
  }
  nav#nav-pc > ul li.hasChild .child-list .child-list-in ul li .li-in {
    overflow: hidden;
    position: relative
  }
  nav#nav-pc > ul li.hasChild .child-list .child-list-in ul li .li-in .li-img {
    float: left;
    width: 46%
  }
  nav#nav-pc > ul li.hasChild .child-list .child-list-in ul li .li-in .li-img span {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 0;
    width: 100%;
    height: 0;
    padding-top: 80%;
    background-color: #eee
  }
  nav#nav-pc > ul li.hasChild .child-list .child-list-in ul li .li-in .li-img span img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%);
    transition: transform .5s ease-out
  }
  nav#nav-pc > ul li.hasChild .child-list .child-list-in ul li .li-in .li-img span:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-color: rgba(0, 0, 0, .5);
    transition: opacity .5s ease-out
  }
  nav#nav-pc > ul li.hasChild .child-list .child-list-in ul li .li-in .li-dtl {
    margin-left: calc(46% + 10px)
  }
  nav#nav-pc > ul li.hasChild .child-list .child-list-in ul li .li-in .li-dtl .li-date {
    font-size: 12px
  }
  nav#nav-pc > ul li.hasChild .child-list .child-list-in ul li .li-in:hover .li-img span img {
    transform: translate(-50%, -50%) scale(1.05, 1.05)
  }
  nav#nav-pc > ul li.hasChild .child-list .child-list-in ul li .li-in:hover .li-img span:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
  }
  #h-right {
  }
  .sec {
    padding: 6% 0 0
  }
  .sec .sec-head {
    padding: 0 0 30px
  }
  .sec .sec-foot {
    margin: 45px 0 0
  }
  .sec.sec-posts {
    padding: 30px 0 0
  }
  .sec.below {
    padding: 6% 0
  }
  .sec.sec-side .sec-body .sec-left, .sec.sec-side .sec-body .sec-right {
    display: inline-block;
    vertical-align: top
  }
  .sec.sec-side .sec-body .sec-left {
    width: calc(66.66% - 10px)
  }
  .sec.sec-side .sec-body .sec-right {
    width: calc(33.33% - 20px);
    margin-left: 30px
  }

  .posts.post-recommend .post:first-of-type .post-tags, .posts.post-recommend .post:nth-of-type(2) .post-tags {
    display: none
  }
  footer {
    margin: 8% 0 0
  }
  footer .inner {
    padding: 6% 0
  }
  footer nav#nav-foot {
    display: inline-block;
    vertical-align: middle
  }
  footer nav#nav-foot ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle
  }
  footer nav#nav-foot ul li a {
    display: block;
    margin: 0 20px
  }
  footer nav#nav-foot ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 40%;
    background-color: #568523;
    transform: translateY(-50%)
  }
  footer nav#nav-foot ul li:first-of-type:before {
    display: none
  }
  #btn_contact {
    width: 55px;
    top: 91.5px
  }
  #pagetop {
    width: 80px;
    height: 80px;
    right: 15px
  }
  #menu-btn {
    display: none
  }
  #lower #main-view {
    margin: 0;
    display: block;
  }
  #lower #main-view h2 strong {
    font-size: 40px
  }
  #lower #breadcrumb {
    display: block;
    margin: 0 auto;
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", Open Sans, YuGothic, Hiragino Kaku Gothic Pro, Meiryo, sans-serif
  }
  #lower #breadcrumb .inner {
    padding: 15px 8px 0
  }
  #lower #breadcrumb .inner ol {
    overflow: hidden
  }
  #lower #breadcrumb .inner ol li {
    float: left;
    font-size: 13px;
    margin: 0 10px 0 0
  }
  #lower #breadcrumb .inner ol li a {
    background: transparent url(../img/common/arw_bc.png) no-repeat scroll right 5px;
    padding: 0 14px 0 0
  }
  #lower #breadcrumb .inner ol li a:hover {
    text-decoration: underline
  }
  #lower #breadcrumb .inner ol li.categorize {
    background: transparent url(../img/common/arw_bc.png) no-repeat scroll right 8px;
    padding: 0 14px 0 0
  }

ul.sup_list img.ico_support{
  width: 48px;
  height: 40px;
}
ul.sup_list img {
    max-width: 60px;
    max-height: 60px;
    display: block;
}

}
@media screen and (min-width:1000px) {

.tooltip1:hover .description1{
    display: inline-block;
    top: -90px;
    left: -95px;
}
  .title-cat {
    font-size: 36px
  }

  nav#nav-pc > ul {
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  nav#nav-pc > ul li a {
    padding: 5px 0;
    margin: 0 10px
  }
  #h-group ul li a, #h-group ul li span {
    padding: 5px
  }
  .sec {
    padding: 80px 0 0
  }
  .sec.sec-posts {
    padding: 30px 0 0
  }
  .sec.below {
    padding: 80px 0
  }
  .posts.post-recommend .post:first-of-type .post-in .post-dtl p, .posts.post-recommend .post:nth-of-type(2) .post-in .post-dtl p {
    display: none;
  }
  .posts.post-item .post {
    width: 25%
  }
  .posts.post-item .post .post-in .post-dtl h3 {
    font-size: 16px
  }
  footer {
    margin: 100px 0 0
  }
  footer .inner {
    padding: 80px 0
  }
  footer nav#nav-foot ul li a {
    margin: 0 30px
  }
  #lower #main-view h2 strong {
    font-size: 50px
  }
}
.key-fade {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 1.5s ease
}
.key-fade.on {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.key-fadeUp {
  position: relative;
  top: 50px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: top 1.5s ease, opacity 1.5s ease
}
.key-fadeUp.on {
  top: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.key-slideLeft {
  position: relative;
  left: -50px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: left 1.5s ease, opacity 1.5s ease
}
.key-slideLeft.on {
  left: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.key-slideRight {
  position: relative;
  right: -50px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: right 1.5s ease, opacity 1.5s ease
}
.key-slideRight.on {
  right: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.key-img {
  position: relative
}
.key-img span {
  display: block;
  line-height: 0
}
.key-img span img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.key-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, .5);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translate(-50%, -50%);
  box-sizing: border-box
}
.key-img.on span img {
  animation-name: keyImageInner;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1
}
.key-img.on:before {
  animation-name: keyImageStart, keyImageEnd;
  animation-duration: 1s, 1s;
  animation-timing-function: cubic-bezier(.86, 0, .07, 1), cubic-bezier(.86, 0, .07, 1);
  animation-delay: 0s, 1s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-iteration-count: 1
}
@keyframes keyImageStart {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
  }
}
@keyframes keyImageEnd {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
  }
}
@keyframes keyImageInner {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
  }
}
.pager.list {
  position: relative;
  letter-spacing: 0;
  display: table;
  width: 100%;
  margin-bottom: 5%;
}
.pager.list > a, .pager.list > div {
  display: table-cell;
}
.pager.list > a {
  text-decoration: underline;
}
.pager.list > a:hover {
  text-decoration: none;
}
.pager.list > a.prev {
  position: absolute;
  left: 0;
  top: 0;
}
.pager.list > a.next {
  position: absolute;
  right: 0;
  top: 0;
}
.pager.list > div {
  text-align: center;
}
.pager.list > div a {
  margin: 0 10px;
  text-decoration: underline;
}
.pager.list > div a:hover {
  text-decoration: none;
}
.pager.list > div span {
  margin: 0 10px;
  font-weight: bold;
}
.art-body {
  font-size:1rem;
}
.art-body ul {
  list-style: disc;
  margin-left: 1.5em;
}
.art-body ol {
  list-style: decimal;
  margin-left: 1.5em;
}
.art-body strong {
  font-weight: bold;
}
.art-body table {
  border-collapse: collapse;
  margin-bottom: 15px;
}
.art-body table tr {}
.art-body table tr th {
  border: solid 2px #999;
  padding: 10px;
}
.art-body table tr td {
  border: solid 2px #999;
  padding: 10px;
}
form.wpcf7-form .inq {
  color: red;
}
form.wpcf7-form label {
  font-size: 16px;
}
form.wpcf7-form span {
  font-size: 12px;
}
form.wpcf7-form div {
  margin: 0 0 20px 0;
}
form.wpcf7-form input[type="text"], form.wpcf7-form input[type="tel"], form.wpcf7-form input[type="email"], form.wpcf7-form textarea {
  border: 1px solid #ccc;
  font-size: 16px;
  padding: 5px 10px;
  width: 100%;
  max-width: 600px;
}
form.wpcf7-form .sec-right p {
  margin: 0;
}
.wpcf7-list-item {
  display: block;
}
.wpcf7-list-item label {
  font-size: 16px;
  cursor: pointer;
}
.wpcf7-list-item span.wpcf7-list-item-label {
  font-size: 16px;
}
.wpcf7-form-control.wpcf7-submit {
  padding: 10px 20px;
  width: auto;
  cursor: pointer;
  background: #568523;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
}
.download-button {
  color: #ffffff !important
}
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  background: #fff;
  left: 50%;
  padding: 20px 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  margin: 0;
  max-width: 800px;
  box-sizing: border-box;
}
.thanks_box {
  font-size: 17px;
}
.sns_box ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  line-height: 0
}
.sns_box ul li a, .sns_box ul li span {
  cursor: pointer;
  display: block;
  padding: 5px;
  transition: transform .2s
}
.sns_box ul li#btn-search {
  font-size: 18px;
  margin-left: 10px;
  padding-left: 10px
}
.sns_box ul li#btn-search:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 50%;
  background-color: #ccc;
  transform: translateY(-50%)
}
.sns_box ul li:hover a, .sns_box ul li:hover span {
  transform: scale(1.2)
}
.sns_box ul li a img {
  width: 22px;
}
.download_btn {
  padding: 10px 15px;
  min-width: 120px;
  background-color: #568523;
  display: inline-block;
  color: #ffffff;
  border-radius: 5px;
  font-weight: bold;
  ;
}
.wp-block-button__link {
  color: #ffffff !important;
}
.tooltip1{
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.description1 {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #568523;
    width: 212px;
}

.tooltip1:hover .description1{
    display: inline-block;
    top: -90px;
    left: 0;
}
@media screen and (max-width:799px) {
	.support-links .support-link {
    display: block;
}
	.support-links .support-link > div:nth-child(1) {
    padding: 15px 0 0 0;
    width: 120px;
	margin: 0 auto;
}
	.support-links .support-link > div:nth-child(2) {
    padding: 15px;
}

.tooltip1 .description1{
    display: none !important;
}
}
.post-views.content-post{display:inline-block;}
article .art-head .art-meta span.post-views-label,article .art-head .art-meta span.post-views-count{vertical-align: inherit;}

.grecaptcha-badge {visibility: hidden;}
.contact .grecaptcha-badge,
.contact_data .grecaptcha-badge{ visibility: visible;}
main article .art-body img{
    width: auto;
    max-width: 300px;
    height: auto;
    margin: 10px auto 0;
    display: block;
}

@media screen and (min-width:600px) {
main article .art-body img{
    width: auto;
    max-width: 500px;
    height: auto;
    margin: 10px auto 0;
    display: block;
}
}
@media screen and (min-width:800px) {
main article .art-body img{
    width: auto;
    max-width: 600px;
    height: auto;
    margin: 10px auto 0;
    display: block;
}
}
@media screen and (min-width:1000px) {
main article .art-body img{
    width: auto;
    max-width: 600px;
    height: auto;
    margin: 10px auto 0;
    display: block;
}
}
.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-width: 480px;
    margin: 0 auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.is-provider-youtube .wp-block-embed__wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-width: 480px;
    margin: 0 auto;
}
.is-provider-youtube .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}
