@charset "utf-8";
/* CSS Document */
*,
*::before,
*::after {
    box-sizing: border-box;
}
.wrap {
	overflow: hidden;
}
/*ボタン　カーソル当てると動く　もっと見る*/
.button {
	background: #fff;
	border: none;
	padding: 2px;
	cursor: pointer;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 300px;
	text-align: center;
	border-radius: 4px;
}
span.more {
	display: block;
	padding: 13px 0px;
	position: relative;
	color: #fff;
    font-size: 15px;
    font-weight: 500;
}
@media screen and (max-width:767px) {
span.more {
	padding: 10px 0px;
}
}
.button:hover span {
	opacity: .8;
}
.button:hover:after {
	right: 0;
	bottom: 0;
	transition: all ease-in-out .35s;
	opacity: .8;
}
/*ボタン　カーソル当てると動く　続きを読む*/
.button-continued {
	background: #eab364;
	border: none;
	padding: 5px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: all .35s ease-in-out .35s;
	float: right;
	font-size: 13px;
}
@media screen and (max-width:576px) {
.button-continued {
	padding: 0;
}
}
.button-continued a {
	color: #fff !important;
}
span.continued-more {
	display: block;
	padding: 8px 32px;
	position: relative;
	transition: all .35s ease-in-out .35s;
	background-color: #e83817;
	color: white !important;
}
.button-continued:hover span {
	background: #ffff00;
	color: #a9a9a9;
	transition: all .35s ease-in-out .35s;
}
.button-continued:after {
	bottom: -100%;
	right: -100%;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fcfcd2;
	transition: all .35s ease-in-out .5s;
}
.button-continued:hover:after {
	right: 0;
	bottom: 0;
	transition: all ease-in-out .35s;
}
.button-continued:before {
	top: -100%;
	left: -100%;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all .35s ease-in-out .5s;
	background: #ffff00;
	color: #a9a9a9;
}
.button-continued:hover:before {
	left: 0;
	top: 0;
	transition: all ease-in-out .35s;
}
@media screen and (max-width:575px) {
.button-continued {
	text-align: center;
	margin: 0 auto;
	float: right;
	display: block;
	width: 100px;
}
}
 /* 共通装飾 */
body {
	line-height: 1.5rem;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*Chrome,Safari*/
	-ms-text-size-adjust: 100%; /*EgdeMobile*/
	-moz-text-size-adjust: 100%; /*firefox*/
	font-size: 15px;
	overflow-x: hidden;
	min-width: 320px;
    font-family: 'Zen Kaku Gothic Antique', 'Zen Kaku Gothic New', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif!important;
}
p {
	line-height: 2;
}
li {
	margin: 0;
}
a {
	color: #000 !important;
}
a:hover {
	text-decoration: none !important;
	color: #a9a9a9 !important;
}
a .icon-facebook:hover, a .icon-twitter:hover, a .icon-instagram:hover {
	text-decoration: none !important;
	color: #a9a9a9 !important;
}
span.continued-more a {
	color: white !important;
}
span.continued-more a:hover {
	color: #a9a9a9 !important;
}
ul {
	list-style: none;
}
@media (max-width: 767px) {
figure {
	text-align: center;
}
figure img {
	width: 100%;
	height: auto;
}
}
a:hover figure {
	opacity: .8;
}
.breadcrumb {
	margin-top: 10px;
}
/*修正版スライダー*/
.main_visual-slider {
    max-width: 100%; /* デバイス幅に対応 */
    margin: 91px auto 35px;
    padding: 0; /* Bootstrapの余白をリセット */
    overflow: hidden;
}
@media (max-width: 440px) {
.main_visual-slider {
	margin: 80px auto 0px;
}
}
.slider {
	display: flex;
	align-items: center;
	padding: 0; /* 余白をリセット */
	width: 100%; /* スライダー全体の幅をデバイスに合わせる */
}
.slick-slide {
    padding: 0 !important; /* 不要な余白をリセット */
    margin: 0 !important; /* 不要な余白をリセット */
}
.slick-track {
    display: flex !important;
}
.slide-content {
	border-radius: 4px;
	border: 1px solid #C3C3C3;
    width: 736px; /* スライドコンテンツの幅を固定 */
    height: 550px; /* スライドコンテンツの高さを固定 */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
 	box-sizing: border-box;
    padding: 25px;
	font-weight: 500;
}
@media screen and (max-width:1199px) {
.slide-content {
    width: 680px;
    height: 515px;
}
}
@media screen and (max-width:1024px) {
.slide-content {
    width: 550px;
    height: 480px;
}
}
@media screen and (max-width:767px) {
.slide-content {
	width: calc(100vw - 30px) !important;
	margin: 0px 15px 0px !important;
	height: auto;
	padding: 10px 25px;
}
}
/*スライダー内のコンテンツ*/
.slide-image-wrapper {
    width: 100%; /* ラッパーにフィットさせる */
    height: 100% ;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
@media screen and (max-width:1199px) {
.slide-image-wrapper {
    width: 630px;
    height: 354px;
}
}
@media screen and (max-width:1024px) {
.slide-image-wrapper {
    height: 275px;
	width: 500px;
}
}
@media screen and (max-width:767px) {
.slide-image-wrapper {
    height: auto;
    width: 100%;
}
}
.slide-image {
    width: 684px;
    height: 385px;
    object-fit: cover;
}
@media screen and (max-width:1024px) {
.slide-image {
    width: 500px;
    height: 281px;
}
}
@media screen and (max-width:767px) {
img.slide-image {
    display: block;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}
}
.slide-details {
    margin-top: 10px;
}
.slide-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1.7em;
    height: 60px;
}
@media screen and (max-width:393px) {
.slide-title {
    font-size: 17px;
}
}
@media screen and (max-width:360px) {
.slide-title {
    font-size: 15px;
}
}
@media screen and (max-width:320px) {
.slide-title {
    font-size: 13px;
}
}
.slide-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #666;
	flex-wrap: wrap;
}
span.post-avatar {
    display: inline-block;
    vertical-align: middle;
}
.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.post-date,
.post-views,
.post-dateviews
{
    color: #B6B6B6;
}
span.post-date.post-date-slide a,
span.post-dateviews.post-dateviews-slide a,
span.post-views.post-views-slide a
{
	color: #B6B6B6!important;
}
span.post-date.post-date-slide a
{
	margin-left: 9px;
}
.post-tags .tag a{
    margin-left: 5px;
    color: #1789CA!important;
    font-size: 13px;
}
.slick-slide {
    margin-right: 1vw !important;
    margin-left: 1vw !important;
}
/*横スリック*/
.horizontal_scroll {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	padding: 0 0 12px 8px;
	display: -ms-flexbox;
	display: flex;
	margin-top: 60px;
	text-align: center;
}
/* 画面幅が768px以上の場合、横スクロールを解除 */
@media screen and (min-width: 768px) {
.horizontal_scroll {
	padding: 0 8px 0;
}
}
.horizontal_scroll > li {
	width: 100%;
	position: relative;
}
/* スマホ用 */
@media screen and (max-width: 991px) {
.sm-menu-hidden {
	display: none;
}
}
@media screen and (max-width: 767px) {
.post-tags {
    display: none;
}
}
/*メイン画像前のｇナビ*/
.horizontal_scroll > li.item-nav:not(:last-child) {
	margin-right: 5px;
}
@media screen and (max-width: 425px) {
.horizontal_scroll > li.item-nav:not(:last-child) {
	margin-left: -31px;
}
}
@media screen and (min-width:992px) {
.horizontal_scroll {
	overflow: hidden !important;
}
}
/*ランキングのトップ５*/
img.wpp-thumbnail.wpp_featured.wpp_cached_thumb {
    object-fit: cover;
    height: 95.625px;
    padding-right: 10px;
}
@media screen and (max-width: 1199px) {
img.wpp-thumbnail.wpp_featured.wpp_cached_thumb {
    height: 110px;
}
}
@media screen and (max-width: 991px) {
img.wpp-thumbnail.wpp_featured.wpp_cached_thumb {
width: 173px !important;
}
}
@media(max-width: 767px) {
img.wpp-thumbnail.wpp_featured.wpp_cached_thumb {
	padding: 0;
	padding-right: 0px;
	width: 183px !important;
    object-fit: cover;
    height: 108px;
}
.sp-ranking-waku {
	padding: 0;
}
li.ranking-nav.font-weight-bold.anim {
	padding: 0 30px;
	margin-right: -15px;
	margin-left: -15px;
}
.sp-ranking-text {
	overflow: hidden;
	width: 90%;
}
.col-lg-4.col-md-4.col-sm-6.col-12.top-news-contents.featured-box {
	padding: 0 30px;
	margin-right: -15px;
	margin-left: -15px;
}
}
@media(max-width: 360px) {
img.wpp-thumbnail.wpp_featured.wpp_cached_thumb {
	width: 151px !important;
}
}
.horizontal_scroll img {
	vertical-align: bottom;
}
ul.runking-top {
	counter-reset: number 0;
}
.runking-top li::before {
	counter-increment: number 1;
	content: counter(number);
	padding: 6px 15px;
	font-size: 15px;
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 10px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width:767px) {
.runking-top li::before {
	left: 20px;
}
}
@media screen and (max-width:576px) {
.runking-top li::before {
	left: 0;
	top: 0;
}
}
.runking-top li a {
	display: block;
}
img.wpp-thumbnail.wpp_featured.wpp_cached_thumb.wpp-lazyloaded {
	width: 100%;
	height: auto;
}
img.wpp-thumbnail.wpp_featured.wpp_def_no_src.wpp-lazyloaded {
	width: 100%;
	height: auto;
}
@media (max-width: 767px) {
ul.runking-top {
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	padding-left: 0;
}
li.ranking-nav {
	display: inline-block !important;
	width: 90% !important;
	padding: 0 10px;
	overflow: hidden;
}
.runking-top {
	display: inline-block !important;
}
}
@media (max-width: 576px) {
li.ranking-nav {
	padding: 0;
}
}
/*ランキングのタブ切り替え*/
/* tab switcher */
.tab-wrap {
	background: White;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 0 0 20px;
}
.tab-label {
	color: Gray;
	cursor: pointer;
	font-weight: bold;
	order: -1;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
	width: 33.33333333%;
}
.tab-switch:checked + .tab-label {
	color: #545454;
}
.tab-label::after {
	background: #eec757;
	bottom: -3px;
	content: '';
	height: 3px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
    width: 92%;
	z-index: 1;
	display: block;
	margin:0 auto;
}
@media (max-width: 375px) {
.tab-label::after {
	margin:0
}
}
@media (min-width: 992px) {
.tab-label::after {
	width: 33/33333333%
}
}
@media screen and (max-width:767px) {
.tab-label::after {
	width: 100%;
}
}
@media screen and (max-width:374px) {
.tab-label::after {
	width: 96%;
}
}
.tab-switch:checked ~ .tab-label::after {
	transform: translateX(-100%);
}
.tab-switch:checked + .tab-label::after {
	opacity: 1;
	transform: translateX(0);
}
.tab-content {
	height: 0;
	opacity: 0;
	pointer-events: none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
}
.tab-content ul {
	padding-left: 0;
	counter-reset: number 0;
    margin-top: -25px;
}
.tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}
.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events: auto;
	transform: translateX(0);
}
.tab-wrap::after {
	content: '';
	height: 20px;
	order: -1;
	width: 100%;
}
.tab-switch {
	display: none;
}
.ranking-contents {
	display: flex;
	position: relative;
    padding: 15px 0px;
}
@media (max-width: 1199px) {
.ranking-contents {
    padding: 10px 0px;
}
}
@media (max-width: 575px) {
.ranking-contents {
	padding-bottom: 20px;
}
}
.tab-label img {
	max-width: 95%;
	padding:0;
}
@media screen and (min-width:767px) and (max-width:991px) {
.tab-label img {
	max-width: 100%;
	padding: 0;
}
.tab-wrap .tab-label:last-child {
	padding-right: 0;
}
.tab-wrap .tab-label:first-child {
	padding-left: 0;
}
.tab-label {
	width: auto;
}
.tab-wrap {
	justify-content: space-between;
}
.tab-label::after {
	width: auto;
}
}
@media (max-width: 575px) {
.tab-label img {
    padding-right: 3px;
}
}
@media screen and (min-width:368px) and (max-width:767px) {
.tab-label img {
	width: auto;
	padding: 0;
}
.tab-wrap {
	justify-content: space-between;
	padding: 0;
}
.tab-label {
	width: auto;
}
}
.ranking-contents .ranking-contents-div {
    min-width: 170px;
}
@media (max-width: 1199px) {
.ranking-contents .ranking-contents-div {
    min-width: 130px;
}
}
@media (max-width: 767px) {
.ranking-contents .ranking-contents-div {
    min-width: 96px;
}
}
.rankink__title{
	display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 1.3rem!important;
    font-weight: 600;
}
@media (max-width: 767px) {
.rankink__title{
    margin-left: 4%;
    width: 52%;
    position: revert;
}
}
@media (max-width: 393px) {
.rankink__title{
    width: 48%;
}
}
.ranking-contents::before {
	counter-increment: number 1;
	content: counter(number);
    padding: 3px 12px;
	font-size: 15px;
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 0;
	color: #fff;
	background-color: rgba(62, 62, 62, 1);
	font-weight: 700;
}
@media (max-width: 1199px) {
.ranking-contents::before {
	top: 10px;
}
}
@media (max-width: 767px) {
.ranking-contents::before {
    padding: 3px 10px;
}
}
.ranking-contents img {
	width: 170px !important;
	height: auto;
	padding-right: 20px;
}
@media (max-width: 1199px) {
.ranking-contents img {
    width: 130px !important;
    padding-right: 11px;
}
}
@media (max-width: 991px) {
.ranking-contents img {
    width: 173px !important;
}
}
span.wpp-views {
	font-size: 13px;
	color: #6A6A6A;
}
p.pr-text {
    text-align: right;
    margin-bottom: 0rem;
}
/*固定ページのランキング*/
.tab-wrap-k {
	background: White;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 0 0 20px;
}
.tab-label-k {
	color: Gray;
	cursor: pointer;
	font-weight: bold;
	order: -1;
	position: relative;
	text-align: left;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
}
.tab-switch-k:checked + .tab-label-k {
	color: #545454;
}
.tab-label-k::after {
	background: #eec757;
	bottom: -3px;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
	width: 92%;
	z-index: 1;
}
@media screen and (min-width:575px) and (max-width: 767px) {
.tab-label-k::after {
	width: auto;
}
}
@media screen and (min-width:374px) and (max-width: 575px) {
.tab-label-k::after {
	width: 100%;
}
}
.tab-switch-k:checked ~ .tab-label-k::after {
	transform: translateX(-100%);
}
.tab-switch-k:checked + .tab-label-k::after {
	opacity: 1;
	transform: translateX(0);
}
.tab-content-k {
	height: 0;
	opacity: 0;
	pointer-events: none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
}
.tab-content-k ul {
	padding-left: 0;
	counter-reset: number 0;
}
.tab-switch-k:checked ~ .tab-content-k {
	transform: translateX(30%);
}
.tab-switch-k:checked + .tab-label-k + .tab-content-k {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events: auto;
	transform: translateX(0);
}
.tab-wrap-k::after {
	content: '';
	height: 20px;
	order: -1;
	width: 100%;
}
.tab-switch-k {
	display: none;
}
.ranking-contents-k {
	display: flex;
	position: relative;
}
@media (max-width: 575px) {
.ranking-contents-k {
	padding-bottom: 20px;
}
}
.tab-label-k img {
	max-width: 100%;
	padding-right: 10px;
}
@media (max-width: 575px) {
.tab-label-k img {
	padding: 0;
}
}
@media screen and (min-width:368px) and (max-width:767px) {
.tab-label-k img {
	width: 100%;
	padding: 0;
}
}
@media screen and (min-width:368px) and (max-width:767px) {
.tab-wrap-k {
	justify-content: space-between;
	padding: 0;
}
.tab-label-k {
	width: auto;
}
}
@media screen and (min-width:575px) and (max-width:767px) {
.tab-label-k img {
	width: auto;
	padding: 0;
}
}
@media screen and (max-width: 374px) {
label.tab-label-k {
	width: 33.3333333%;
}
.tab-label-k::after {
	width: 90%;
	margin-right: 10px;
}
.tab-label-k img {
	padding-right: 10px;
}
}
.ranking-contents-k::before {
	counter-increment: number 1;
	content: counter(number);
	padding: 6px 15px;
	font-size: 15px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	background-color: rgba(205, 69, 35, 0.6);
}
.ranking-contents-k img {
	width: 186px !important;
	height: auto;
	padding: 0;
}
span.wpp-views {
	font-size: 13px;
	color: #919191;
}
/*-----------------------------ヘッダー-----------------------------*/
.header-bg {
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 999;
	background-color: #fff;
}
@media screen and (max-width: 575px) {
.col-1.navbar_toggle {
	padding-top: 9px;
}
}
ol, ul, li {
	list-style: none;
}
ul .sns-icon li {
	color: #ffffff;
}
#nav-pc {
	text-align: center;
	padding: 35px;
}
#nav-pc ul li a {
	width: 100%;
	height: auto;
	font-size: 16px;
	padding-right: 50px;
	padding-left: 50px;
}
@media screen and (max-width: 1272px) {
#nav-pc ul li a {
	padding-right: 42px;
	padding-left: 42px;
}
}
@media screen and (max-width: 1199px) {
#nav-pc ul li a {
	padding-right: 25px;
	padding-left: 25px;
}
}
#sub_navi ul li a.icon {
	background: url(../images/navi_icon_02.png) no-repeat center 23px;
}
li.item-nav-left {
	display: inline-block;
	border-left: 1px solid #bebebe;
}
/*-----------------------------スクロールナビ-----------------------------*/
header {
	position: relative;
	width: 100%;
}
.g-nav {
	width: 100%;
	z-index: 1000000;
}
.sc-menu {
	text-align: center;
}
.sc-menu li {
	color: #fff;
	list-style-type: none;
	display: inline-block;
	line-height: 80px;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.fixed .sc-menu li {
	line-height: 40px;
}
.nav-cover {
	background: rgba(255, 255, 255, 0.8);
	padding: 5px 0 0 0;
}
/*-----------------------------ハンバーガーメニュー-----------------------------*/
/*ハンバーガーメニュー内容が固定される*/
.nav-top {
	position: fixed;
	z-index: 80;
	top: 80px;
	left: 0;
	width: 100%;
	height: 100vh;
}
@media (max-width: 767px) {
.nav-top {
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}
}
.nav-top ul {
	padding-left: 0;
	margin-bottom: 0px;
}
.nav-menu-text {
	position: absolute;
    bottom: -11px;
    font-size: 14px;
	color: rgb(35, 23, 20);
	line-height: 1.308;
    letter-spacing: 3px;
    font-weight: 700;
    transition: all .3s;
	font-family: 'Montserrat', 'Zen Kaku Gothic Antique', sans-serif;
}
@media (max-width: 991px) {
.nav-menu-text {
    bottom: -11px;
}
}
.nav-menu-text--close{
	letter-spacing: 1px;
	opacity: 0;
}
/*動き*/
.nav-sp {
	width: 100%;
	height: 70px;
	background: #F6F6F6;
	margin-top: -200px;
	position: fixed;
	z-index: 1000;
}
@media screen and (max-width:767px){
.nav-sp {
    height: 70px!important;
}
}
.drawer {
	flex-direction: row;
	align-items: center;
	position: fixed;
	z-index: 99;
}
@media screen and (max-width:767px){
.drawer {
    height: 70px;
}
}
.openbtn1 {
    display: flex;
    position: absolute;
    top: 30px;
	height: 60px;
    right: 1.2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999999999;
}
@media screen and (max-width:767px){
.openbtn1 {
	top: 49%;
	right: 0%;
	height: 70px;
}
}
.navbar_toggle {
	z-index: 9999;
    padding-top: 60px;
	position: relative;
	margin-left: 16px;
	width: 50px;
	cursor: pointer;
}
.navbar_toggle_icon{
	width: 50px;
	height: 5px;
	display: block;
	background: #1789CA;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	right: 0px;
	transition: all .3s;
}
@media screen and (max-width:767px){
.navbar_toggle_icon{
	width: 37px;
	height: 3px;
	right: 10px;
}
}
.navbar_toggle_icon:first-child{
	top: calc(50% - 5px);
}
@media screen and (max-width:767px){
.navbar_toggle_icon:first-child{
   top: calc(37% - 5px);
}
}
.navbar_toggle_icon--2{
	top: calc(50% + 10px);
}
@media screen and (max-width:767px){
.navbar_toggle_icon--2{
	top: calc(78% - 19px);
}
}
/*OPEN時*/
.open .nav-menu-text--close{
	opacity: 1;
}
.open .nav-menu-text--open{
	opacity: 0;
}
@media screen and (max-width:767px) {
.nav-menu-text {
	font-size: 11px;
	right: 8px;
	bottom: 9px;
}
}
@media screen and (max-width:576px) {
span.nav-menu-text.nav-menu-text--close {
	right: 7px;
}
}
.nav-menu-text i{
	font-style: normal;
}
@media screen and (max-width:767px) {
.nav-menu-tex i{
    letter-spacing: 0.28em;
}
}
@media screen and (max-width:767px) {
span.nav-menu-text.nav-menu-text--open i{
	letter-spacing: 0.20em;
}
}
@media screen and (max-width:767px) {
span.nav-menu-text.nav-menu-text--close i{
    letter-spacing: 0.1em;
}
}
.header-bar {
	display: -webkit-flex;
	display: flex;
	background-color: #fff;
	position:relative;
    height: 90px;
}
@media screen and (max-width:991px) {
.header-bar {
    justify-content: flex-start;
    margin: 0;
}
}
@media(max-width:767px){
img.h-logo {
	padding-left: 0px;
}
.header-bar{
	padding:0 1.2em;	
}
}
@media(max-width:767px) {
.header-bar {
    height: 68px;
	justify-content: left;
    padding: 0;
	border-bottom: 1px solid #1789CA;
}
}
.humb-serch{
	margin-left: 15px;
}
.humb-serch form {
	float: right;
	display: inline-block;
	margin-top: -27px;
}
.side-icon {
	position: fixed;
	right: 0;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	top: 24%;
}
@media(max-width:1435px) {
.side-icon {
	display: none !important;
}
}
.side-icon .side-mm-01 img {
	height: 240px;
}
.side-icon .side-wr-02 img {
	float: right;
	height: 240px;
}
.left-tool {
    position: absolute;
    left: 15px;
    top: 37px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}
/*ヘッダーの左側の囲み*/
img.workworkportal_banner {
    width: 340px;
    height: 60px;
}
.left-tool_list a{
	display: flex !important;
	flex-direction: column;
}
.left-tool_list img{
	width: auto;
	display: block;
	height: auto;
	margin: auto;
}
/*左側のアイコン*/
.left-tool a {
	display: inline-block;
    font-weight: 500;
}
.left-tool a span{
    font-size: 15px;
}
.left-tool a span img{
    padding-right: 5px;
}
span.left-tool-item {
    margin: 12px 25px 0px 0px;
}
@media (max-width: 1295px) {
span.left-tool-item {
	display: none;
}
}
br.left-tool-br {
    display: block;
    content: "";
    margin: -8px 0;
}
.head-right-waku {
	display: flex;
	position: absolute;
    top: 50%;
	height: 60px;;
    right: 6.2rem ;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width:991px) {
.head-right-waku {
	display: none;
}
}
span.first-serch {
	padding-left: 14px;
}
span.first-serch-sm {
	padding-left: 9px;
}
.sm-serch-form form {
	padding: 0 10px;
}
.js-first-serch{
	opacity: 1;
	transition: all .3s;
}
.js-first-serch.is-fadeOut{
	opacity: 0;
	transition: all .3s;
}
@media screen and (max-width:767px) {
.first-serch{
	display: none;
}
}
.gnav{
    position: fixed;
    width: 100%;
    height: 100vw;
	display: none;
    z-index: 999!important;
}
@media screen and (max-width:1199px) {
.gnav{
    height: 100%;
}
}
.panelactive-bg {
    background: #ffff;
	z-index: 999!important;
    width: 100%;
    height: 100vh;
}
@media screen and (max-width:991px) {
.gnav.panelactive{
    height: 100%;
    overflow-y: scroll !important;
    background: #ffff;
}
}
@media screen and (max-width:767px) {
.gnav.panelactive{
    margin-top: 70px;
    padding-top: 25px;
    background: #fff;
    width: 90%;
    left: 10%;
}
}
@media screen and (max-width:767px) {
.popular.keywords-sp {
    margin-top: -15px;
}
}
/*OPEN時のアイコン*/
.open .navbar_toggle_icon:first-child{
	transform:rotate(27deg) translate(5px,7px) !important;
}
@media screen and (max-width:767px) {
.open .navbar_toggle_icon:first-child{
	transform:rotate(32deg) translate(4px,5px) !important;
}
}
.open .navbar_toggle_icon--2{
	transform:rotate(-27deg) translate(4px,-5px) !important;
}
@media screen and (max-width:767px) {
.open .navbar_toggle_icon--2{
	transform: rotate(-30deg) translate(4px, -6px) !important;
}
}
@media screen and (max-width:575px) {
.navbar_toggle {
	padding-top: 16px;
}
}
@media screen and (max-width: 425px) {
.navbar_toggle {
	padding-right: 10px;	
}
}
@media screen and (max-width: 576px) {
.navbar_toggle {
	text-align: center;
	padding-right: 10px;
}
}
@media screen and (max-width:767px) {
.navbar_toggle {
    position: relative;
    margin-left: 0px;
    width: 50px;
    cursor: pointer;
    padding: 0px;
}
}
@media screen and (max-width:767px) {
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.nav-open::before {
	z-index: 3;
	background: rgba(0, 0, 0, 0.5); /* ここでグレーに */
	transition: background 0.3s ease 0.1s; /* ← 0.1秒遅れて0.3秒で表示 */
}
}
.responsive-flex {
    display: flex;
}
img.header-banner {
    width: 100%;
}
@media screen and (max-width: 767px) {
img.header-banner {
	width: 80px;
	height: 80px;
	margin: auto;
}
}
@media screen and (max-width: 767px) {
p.header-banner-sp-t.d-block.d-md-none {
    font-weight: 500;
}
}
@media screen and (max-width: 767px) {
.col-6.header-banner-sp {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
}
i.fa-solid.fa-chevron-right-.fa-chevron-rightblack {
    color: #000;
    font-size: 10px;
    width: 8px;
    height: 14px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
/*----------------------検索窓----------------------*/
input#s-box {
	border-radius: 0;
}
input#s-box {
    border-radius: 20px;
    font-size: 14px;
     background-color: #fff;
}
/*検索窓の背景カラー変更*/
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color:#fff !important;
    color: fieldtext !important;
}
/* オートフィルのスタイルをリセット */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important; /* 背景色を白に設定 */
    box-shadow: 0 0 0 1000px white inset !important; /* 背景色を白に設定 */
    -webkit-text-fill-color: black !important; /* テキスト色を黒に設定 */
}
/* オートフィル選択時のスタイル */
input:-internal-autofill-selected {
    background-color: #fff !important; /* 背景色を白に設定 */
    color: black !important; /* テキスト色を黒に設定 */
}
/*検索フォーム*/
button#s-btn-area {
	border: none;
}
.search_container {
	position: relative;
	display: block;
	border-radius: 20px;
	height: 2.3em;
	width: 260px;
	left: 43%;
	top: -39px;
}
@media screen and (max-width:1199px) {
.search_container {
	left: 23%;
}
}
.search_container input[type="text"] {
	border: none;
	border-radius: 10px;
	padding-left: 5px;
}
@media screen and (max-width:575px) {
.search_container input[type="text"] {
	display: none;
}
}
.search_container input[type="text"]:focus {
	outline: 0;
}
.search_container input[type="submit"] {
	cursor: pointer;
	font-family: FontAwesome;
	font-size: 1.3em;
	border: none;
	background: none;
	position: absolute;
	width: 2.5em;
	height: 2.5em;
	right: 17%;
	top: -10px;
	outline: none;
}
@media screen and (max-width:1199px) {
.search_container input[type="submit"] {
	right: 18%;
}
}
@media screen and (max-width:575px) {
.search_container input[type="submit"] {
	display: none;
}
}
.ow-b #form {
	padding: 20px;
}
#form-sp {
	padding: 20px;
}
@media screen and (max-width:991px) {
input#s-box-sp {
    border-radius: 20px;
    font-size: 14px;
}
}
@media screen and (max-width:991px) {
.serchText-sp {
	display: block;
	box-sizing: border-box; /* 枠線,余白を含んだ長さ */
	height: 40px;
	width: 100%;
	margin: 0;
    padding: 0 45px 0 27px;
    border: 2px solid #d2b293;
	border-radius: 6px;
	color: #B6B6B6;
	font-size: 13px;
	outline: 0; /* 入力の薄い枠を非表示  */
	font-weight: lighter;
}
}
.serchArea-wrapper .serchArea-sp {
    width: 255px;
    position: absolute;
	left: 0px;
    margin-top: 0px;
}
@media screen and (max-width: 768px) {
.serchArea-wrapper .serchArea-sp {
	width: 100% !important;
	position: absolute;
	left: 0px;
	height: 40px !important;
}
}
/*以下で固定*/
@media screen and (max-width: 991px) {
.md-header {
	position: fixed;
	top: 0px;
	box-sizing: content-box;
	z-index: 90;
	width: 100%;
}
}
/*検索虫眼鏡*/
/* === 検索全体のBOX ============================ */
.serchArea {
	position: relative;
	width: 200px;
	height: 40px;
	margin: auto;
	letter-spacing: 0.1em;
	font-weight: bold;
	line-height: 0;
    margin-top: 10px;
    background-color: #fff!important;
}
.serchArea input::placeholder {
  color: #B6B6B6; /* ← ここを好きな色に変更 */
	font-size: 14px;
	font-weight: 400;
}
/* === 検索内のBOX ============================ */
.serchArea-wrapper{
	position: relative;
    height: 80px;
}
@media screen and (max-width: 1440px) {
.serchArea-wrapper{
	height: 67px;
}
}
@media screen and (max-width: 768px) {
.serchArea-wrapper{
	height: 60px ;
}
}
.serchArea-wrapper .serchArea {
    width: 255px;
    position: absolute;
	left: 0px;
    margin-top: 0px;
}
@media screen and (max-width: 991px) {
.serchArea-wrapper .serchArea {
	position:static;
	height: 40px;
	width: 40%;
}
}
@media screen and (max-width: 767px) {
.serchArea-wrapper .serchArea {
    width: 90%;
}
}
/* === テキスト入力欄のSTYLE設定 ============================= */
.serchText {
	position: absolute;
	display: block;
	box-sizing: border-box; /* 枠線,余白を含んだ長さ */
	height: 40px;
	width: 100%;
	margin: 0;
    padding: 0 45px 0 27px;
    border: 1px solid #1789CA;
	border-radius: 6px;
	color: #B6B6B6;
	font-size: 13px; 
	outline: 0; /* 入力の薄い枠を非表示  */
	font-weight: lighter;
}
@media screen and (max-width: 991px) {
.serchText {
    position: relative;
}
}
/* === 検索ボタン欄のSTYLE設定 =============================== */
.serchButton {
	position: absolute;
	box-sizing: border-box; /* 枠線,余白を含んだ長さ */
	height: 28px; 
	margin: 0; 
	padding: 6px 10px; 
	top: 6px;
	right: 6px;
	border: none;
	border-radius: 6px;
	background: #FFFFFF!important;
	color: #fff; 
	cursor: pointer;
}
@media screen and (max-width: 991px) {
.serchButton {
    right: 32%;
}
}
@media screen and (max-width: 767px) {
.serchButton {
    right: 10%;
}
}
/* ボタンのフォーカス時のスタイルを調整 */
.serchButton:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
/* === テキスト入力欄にフォーカスか来たとき ================== */
.serchText:focus {
	background: #fff!important;
}
/* === 検索ボタン欄にフォーカスか来たとき ==================== */
.serchButton:hover {
	background: #fff!important;
}
/* === 検索アイコンのSTYLE設定 =============================== */
.serchImg {
	display: inline-block;
	width: auto;
	height: 16px;
	margin: 0; 
	vertical-align: middle;
}
/* === IEの入力エリア右側×消し ============================== */
.serchText::-ms-clear {
 	display: none;
}
/*SP検索サーチフォーム*/
.search-form {
	display: block;
	position: relative;
}
.search-form:before, .search-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 3em;
	height: 3em;
	margin: 0;
	border-radius: 1.5em;
	font-size: 1em;
}
.search-form:before {
	z-index: 100;
	line-height: 3em;
	background: #65b1e4;
	color: #FFF;
	text-align: center;
}
.search-text {
	opacity: 0;
	z-index: 200;
	cursor: pointer;
	transition: .5s;
	outline: 0;
	border: solid 1px #ccc;
	border-radius: 1.5em;
	padding-left: 1em;
}
.search-text:focus {
	opacity: 1;
	width: 100%;
	cursor: text;
}
.search-form input[type="submit"] {
	display: none;
}
/*SP検索*/
#sm-serch-wrap {
	display: inline-block !important;
	position: relative;
	text-align: center;
	padding-left: 10%;
}
@media screen and (max-width:767px) {
 #sm-serch-wrap {
 padding-top: 15px;
}
}
 @media screen and (max-width:425px) {
 #sm-serch-wrap {
 padding-left: 0;
}
}
input#sm-search[type="text"] {
	height: 60px;
	font-size: 14px;
	display: inline-block;
	font-family: "Lato";
	font-weight: 100;
	border: none;
	outline: none;
	padding: 3px;
	padding-right: 60px;
	width: 0px;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	z-index: 3;
	transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	cursor: pointer;
}
input#sm-search[type="text"]:focus:hover {
	border-bottom: 1px solid #BBB;
}
input#sm-search[type="text"]:focus {
	width: 200px;
	z-index: 1;
	border-bottom: 1px solid #BBB;
	cursor: text;
	background-color: #fff;
}
input#sm-search_submit[type="submit"] {
	height: 60px;
	width: 60px;
	display: inline-block;
	float: right;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFU1NT9fX1lJSUXl5e1dXVfn5+c3Nz6urqv7+/tLS0iYmJqampn5+fysrK39/faWlp/////////////////////////wAlrZliAAABLklEQVR42rVi4ZywAAABF0Uk5TSWWRbDIAhFHeOUtN3/ags1zaA4cHrKZ8JFRHwoXkwTvwGP1Qo0bYObAPwiLmbNAHBWFBZlD9j0JxflDViIObNHG/Do8PRHTJk0TezAhv7qloK0JJEBh+F8+U/hopIELOWfiZUCDOZD1RADOQKA75oq4cvVkcT+OdHnqqpQCITWAjnWVgGQUWz12lJuGwGoaWgBKzRVBcCypgUkOAoWgBX/L0CmxN40u6xwcIJ1cOzWYDffp3axsQOyvdkXiH9FKRFwPRHYZUaXMgPLeiW7QhbDRciyLXJaKheCuLbiVoqx1DVRyH26yb0hsuoOFEPsoz+BVE0MRlZNjGZcRQyHYkmMp2hBTIzdkzCTc/pLqOnBrk7/yZdAOq/q5NPBH1f7x7fGP4C3AAMAQrhzX9zhcGsAAAAASUVORK5CYII=) center center no-repeat;
	text-indent: -10000px;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
	opacity: 0.4;
	transition: opacity .4s ease;
	background-color: white;
}
input#sm-search_submit[type="submit"]:hover {
	opacity: 0.8;
}
span.sm-serch-under-text {
	display: block;
	font-size: 9px;
	font-family: "Ten Mincho Text";
	color: rgb(35, 23, 20);
	line-height: 1.308;
	letter-spacing: 3px;
}
@media (max-width: 374px) {
 span.sm-serch-under-text {
 letter-spacing: 1.5px;
}
}
/* === アイコンメニュー左側 ============================== */
.nav-top_wrapper_col_member-nav_title{
	margin-top: 30px;
	font-size: 14px;
	color: #BEBEBE;
	position: relative;
	padding-left: 60px;
}
@media screen and (max-width: 768px) {
.nav-top_wrapper_col_member-nav_title{
	position: relative;
	left: -15px;
	margin-top: 40px;
}
}
@media screen and (max-width: 767px) {
.nav-top_wrapper_col_member-nav_title{
    margin: 30px 0px 24px 15px;
}
}
ul.nav-top_wrapper_col_member-nav_category.row {
    padding: 25px 0px 0px 46px;
}
@media screen and (max-width: 1440px) {
ul.nav-top_wrapper_col_member-nav_category.row {
	position: relative;
	left: -15px;
}
}
@media screen and (max-width: 1550px) {
ul.nav-top_wrapper_col_member-nav_category.row {
	left: -40px;
}
}
@media screen and (max-width: 1046px) {
ul.nav-top_wrapper_col_member-nav_category.row {
	position: relative;
	left: -50px;
    width: 117%;
}
}
@media screen and (max-width: 991px) {
ul.nav-top_wrapper_col_member-nav_category.row {
    position: static;
    left: 0px;
    padding: 25px 50px;
    width: 100%;
}
}
@media screen and (max-width: 767px) {
ul.nav-top_wrapper_col_member-nav_category.row {
	padding: 0px 0px 0px 15px;
	width: auto;
	flex-direction: row;
}
}
.nav-top_wrapper_col_member-nav_title:before{
	content: "";
	display: inline-block;
	width: 55px;
	height: 1px;
	background: #BEBEBE;
	position: absolute;
	left: 0px;
	top: 50%;
}
.nav-top_wrapper_col{
	margin: 0px;
}
.nav-top_wrapper_col:first-child{
	border-right: 1px solid #D9D9D9;
	padding-right: 7%;
}
@media screen and (max-width: 1600px) {
.nav-top_wrapper_col:first-child{
	padding-right: 5%;
}
}
@media screen and (max-width: 1550px) {
.nav-top_wrapper_col:first-child{
	padding-right: 2%;
}
}
@media screen and (max-width: 991px) {
.nav-top_wrapper_col:first-child{
	padding-right: 0px;
	border-right: none;
}
}
@media screen and (max-width: 768px) {
.nav-top_wrapper_col:first-child{
	padding: 0;
}
}
.nav-top_wrapper_col:last-child{
    padding-left: 7%;
}
@media screen and (max-width: 1600px) {
.nav-top_wrapper_col:last-child{
	padding-left: 5%;
    padding-top: 0px;
}
}
@media screen and (max-width: 1440px) {
.nav-top_wrapper_col:last-child{
	padding-left: 3%;
}
}
@media screen and (max-width: 991px) {
.nav-top_wrapper_col:last-child{
	border-left: none;
    padding: 50px 0px 100px 0px;
}
}
@media screen and (max-width: 767px) {
.nav-top_wrapper_col:last-child{
	padding: 0px 30px 100px 30px;
}
}
.nav-top_wrapper_col_member-nav{
	border: 1px solid #D9D9D9;
	margin: 0px !important;
    padding: 0px;
}
@media screen and (max-width:780px) {
.nav-top_wrapper_col_member-nav{
	border: none !important;
}
}
.nav-top_wrapper_col_member-nav li{
	border-right: solid #D9D9D9 1px;
	font-weight: 500;
	font-size: 14px;
}
@media screen and (max-width:1366px) {
.nav-top_wrapper_col_member-nav li{
	font-size: 13px;
}
}
@media screen and (max-width:780px) {
.nav-top_wrapper_col_member-nav li{
	border: none !important;
}
}
.nav-top_wrapper_col_member-nav li:last-child{
	border-right: none;
}
.nav-top_wrapper_col_member-nav_item a{
	display: flex;
	flex-direction: column;
	align-items: center;
    padding: 2.1vw 0px 2.1vw;
	gap: 5px;
}
@media screen and (max-width:1440px) {
.nav-top_wrapper_col_member-nav_item a{
    padding: 10px 0px 15px;
	gap: 0px;
}
}
@media screen and (max-width:991px) {
.nav-top_wrapper_col_member-nav_item a{
    font-size: 14px;
}
}
@media screen and (max-width:360px) {
.nav-top_wrapper_col_member-nav_item a{
    font-size: 12px;
}
}
@media screen and (max-width:320px) {
.nav-top_wrapper_col_member-nav_item a{
    font-size: 11px;
}
}
@media screen and (max-width:768px) {
.nav-top_wrapper_col_member-nav_item a{
	padding:0px;
}
}
@media screen and (max-width:767px) {
.nav-top_wrapper_col_member-nav_item a img{
	width: 60px;
}
}
li.col-4.nav-top_wrapper_col_member-nav_item {
    padding-top: 0px;
}
i.nav-top_wrapper_col_member-nav_category_item{
    padding: 0px 0px 7px!important;
}
/*==人気エリアからさがす ============================== */
.popularity{
	display: none;
}
@media screen and (max-width:768px) {
.popularity{
	display: block;
}
}
@media screen and (max-width:767px) {
.popularity ul.row{
    padding: 0px;
}
}
.popularity li{
	padding: 15px 0px;
	text-align: center;
    font-size: 18px;
}
@media screen and (max-width:767px) {
.popularity li{
    padding: 0px 0px 34px 0px;
    font-size: 16px;
}
}
/*==タグ一覧 ============================== */
.nav-top_wrapper_col_tag{
    margin-bottom: 85px;
}
@media screen and (max-width:991px) {
.nav-top_wrapper_col_tag{
    margin: 50px 0px 40px
}
}
@media screen and (max-width:767px) {
.nav-top_wrapper_col_tag{
	margin: 0px 0px 40px;
}
}
.nav-top_wrapper_col_tag_keyword{
	font-size: 16px;
	text-align: center;
}
@media screen and (max-width:991px) {
.nav-top_wrapper_col_tag_keyword{
	font-size: 13px !important;
}
}
@media screen and (max-width:768px) {
.nav-top_wrapper_col_tag_keyword{
	padding-top: 15px !important;
	font-size: 16px !important;
}
}
ul.tag-list-grop {
    display: flex;
    justify-content: space-around;
    margin: 24px 0px 10px;
	padding: 0;
}
@media screen and (max-width:991px) {
ul.tag-list-grop {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
}
@media screen and (max-width:767px) {
ul.tag-list-grop {
	display: none;
}
}
ul.tag-list-grop.tag-list-grop-2 {
    margin: 0px;
    justify-content: space-evenly;
}
@media screen and (max-width:767px) {
ul.tag-list-grop.tag-list-grop-2 {
    display: none;
}
}
@media screen and (max-width:767px) {
ul.tag-list-grop li{
	display: none;
}
}
.nav-top_wakopo_banner a img{
    width: 100%;
}
@media screen and (max-width:1199px) {
.nav-top_wakopo_banner a img{
	display: none;
}
}
ul.tag-list-grop li a{
	color: #919191!important;
	font-size: 14px;
	font-weight: 500;
}
@media screen and (max-width:1366px) {
ul.tag-list-grop li a{
	font-size: 11px;
}
}
@media screen and (max-width:1024px) {
ul.tag-list-grop li a{
	font-size: 9px;
}
}
@media screen and (max-width:767px) {
ul.tag-list-grop li a{
	font-size: 16px;
}
}
ul.nav-logo-bm-menu {
    display: flex;
    justify-content: space-around;
    margin-top: 45px;
	padding: 0px;
}
@media screen and (max-width:1440px) {
ul.nav-logo-bm-menu {
    justify-content: space-around;
}
}
@media screen and (max-width:1199px) {
ul.nav-logo-bm-menu {
	flex-wrap: wrap; 
}
}
ul.nav-logo-bm-menu  li a{
	color: #868484!important;
	font-size: 12px;
	font-weight: 500;
}
@media screen and (max-width:767px) {
ul.nav-logo-bm-menu  li a{
    font-size: 14px;
}
}
@media screen and (max-width:393px) {
ul.nav-logo-bm-menu  li a{
    font-size: 13px;
}
}
@media screen and (max-width:375px) {
ul.nav-logo-bm-menu  li a{
    font-size: 12px;
}
}
@media screen and (max-width:1024px) {
ul.nav-logo-bm-menu {
    font-size: 11px;
}
}
@media screen and (max-width:767px) {
ul.nav-logo-bm-menu {
	justify-content: flex-start;
    margin-top: 0px;
	margin-bottom: 0rem;
}
}
.tag-link-btn{
    color: #FF96AD;
    font-weight: 500;
    font-size: 15px;
	display: inline-flex; /* 親要素をインラインフレックスに */
    align-items: center;  /* 子要素を垂直中央揃え */
    margin-top: 20px;
}
.tag-link-btn span{
   border-bottom: 1px solid #FF96AD;;
	padding-bottom: 2px;
	display: inline-flex;
    align-items: center; /* テキストとアイコンを中央に揃える */
}
i.fa-solid.fa-chevron-right {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FF96AD;
    color: #fff;
	font-size: 10px; /* 矢印自体のサイズを調整 */
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
i.fa-solid.fa-chevron-right.fa-chevron-rightblack {
    border-radius: 50%;
    background: transparent;
    color: #000;
    font-size: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 8px;
    height: 14px;
}
.tag-link-btn:hover{
    opacity: .8;
}
.tag-link-btn-side{
    padding: 10px 0;
}
.tag-list-t{
    padding: 0;
}
/*==ピックアップ右側 ============================== */
.nav-top_wrapper_col_pickup{
	margin-left: 0px;
	margin-right: 0px;
    margin-bottom: 65px;
}
@media screen and (max-width:1440px) {
.nav-top_wrapper_col_pickup{
    margin-bottom: 20px;
}
}
@media screen and (max-width:767px) {
.nav-top_wrapper_col_pickup{
	display: none;
}
}
@media screen and (max-width:1200px) {
.nav-top_wrapper_col_pickup_item a{
	display: flex;
	flex-direction: column;
}
}
.nav-top_wrapper_col_title{
	text-align: center;
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 43px;
	font-size: 16px;
}
@media screen and (max-width:1024px) {
.nav-top_wrapper_col_title{
	font-size: 14px;
}
}
@media screen and (max-width:991px) {
.nav-top_wrapper_col_title{
    margin-left: 17px;
    justify-content: unset;
	margin-bottom: 39px;
}
}
@media screen and (max-width:767px) {
.nav-top_wrapper_col_title{
	justify-content: left !important;
	font-size: 20px;
    margin-left: 0px;
    margin-bottom: 40px;
}
}
@media screen and (max-width:767px) {
.nav-top_wrapper_col_title:nth-of-type(2) {
    margin-bottom: 0px;
}
}
span.header-authors-blue {
    color: #1789CA;
}
.nav-top_wrapper_col_title--tag-list{
	margin-bottom: 0px;
}
@media screen and (max-width:767px) {
.nav-top_wrapper_col_title--tag-list{
    font-size: 20px;
    margin-left: 0px;
}
}
.nav-top_wrapper_col_title img{
	margin-left: 15px;
}
.nav-top_wrapper_col_title a{
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width:768px) {
.nav-top_wrapper_col_title a{
	justify-content: left;
}
}
.nav-top_wrapper_col_title a:hover{
	opacity: .7;
	color: #000 !important;
}
.nav-top_wrapper_col_title a:hover img{
	opacity: .7;
}
.header-pickup{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.header-pickup img{
	width: 100%;
	height: 176px;
	object-fit: cover;
}
@media screen and (max-width:1200px) {
.header-pickup img{
	height: 86px;
}
}
.header-pickup_title{
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	font-size: 13px;
	font-weight: 500;
	/* ブラウザがサポートしていない場合のフェールセーフ */
	max-height: 86px;
}
/*ハンバーガーメニュー内のスクロール*/
.nav-top_wrapper{
    padding: 40px 115px;
    height: 100vh;
    overflow-y: scroll !important;
}
@media screen and (max-width:1440px) {
.nav-top_wrapper{
    padding: 30px 65px;
}
}
@media screen and (max-width:1199px) {
.nav-top_wrapper{
	padding: 30px 35px;
}
}
@media screen and (max-width:991px) {
.nav-top_wrapper{
    height: 100vh;
    padding: 30px 0px;
}
}
@media screen and (max-width:991px) {
.nav-top_wrapper.row {
    margin-right: 0px;
    margin-left: 0px;
    background: #fff;
}
}
@media screen and (max-width:767px) {
.nav-top_wrapper{
    padding: 0px;
}
}
.nav-top_wrapper_col_pickup_category{
	position: absolute;
	top: 2px;
	left: 14px;
	z-index: 1;
	line-height: 1;
}
.nav-top_wrapper_col_pickup_category a{
	font-size: 12px;
	font-weight: 700;
    padding: 3px 6px;
	color: #fff !important;
	transition: opacity .3s;
}
.nav-top_wrapper_col_pickup_category a:hover{
	opacity: .9;
}
/*==サブメニュー==*/
@media screen and (max-width: 1440px) {
.responsive-flex {
    display: flex;
}
}
@media screen and (max-width: 991px) {
.responsive-flex {
    flex-direction: column;
}
}
.nav-top_wrapper_col_logo{
    text-align: center;
	margin: 60px auto 25px;
}
@media screen and (max-width: 1440px) {
.nav-top_wrapper_col_logo{
    margin: 30px auto 15px;
}
}
@media screen and (max-width: 991px) {
.nav-top_wrapper_col_logo{
    margin: 0px auto 15px;
}
}
@media screen and (max-width: 767px) {
.nav-top_wrapper_col_logo{
    width: 100%;
    margin: 15px auto 0px;
}
}
.nav-top_wrapper_col_menu-sub{
	text-align: center;
	width: 83%;
	margin: auto;
}
@media screen and (max-width: 1700px) {
.nav-top_wrapper_col_menu-sub{
	width: 92%;
}
}
@media screen and (max-width: 1400px) {
.nav-top_wrapper_col_menu-sub{
	width: 100%;
}
}
@media screen and (max-width: 1110px) {
.nav-top_wrapper_col_menu-sub{
	width: 100%;
}
}
@media screen and (max-width: 768px) {
.nav-top_wrapper_col_menu-sub{
	padding: 0px 15px;
}
}
@media screen and (max-width: 767px) {
.nav-top_wrapper_col_menu-sub{
	padding: 0px 0px 20px;
}
}
@media screen and (max-width: 768px) {
.nav-top_wrapper_col_menu-sub li{
	display: block;
}
}
@media screen and (max-width: 767px) {
.nav-top_wrapper_col_menu-sub li{
        margin: 22px 20px 0px 0px;
}
}
.nav-top_wrapper_col_logo a img{
	width: 358px;
}
@media screen and (max-width: 767px) {
.nav-top_wrapper_col_logo a img{
	width: 100%;
}
}
.nav-top_wrapper_col_menu-sub li a{
	display: flex;
	width: 100%;
	justify-content: center;
	color: #868484 !important;
}
@media screen and (max-width: 1110px) {
.nav-top_wrapper_col_menu-sub li a{
	font-size: 13px;
}
}
@media screen and (max-width: 768px) {
.nav-top_wrapper_col_menu-sub li a{
	display: block;
}
}
.nav-top_wrapper_col_menu-sub li a:hover{
	opacity: .7;
}
.nav-top_wrapper_col_menu-sub li img{
	margin-left: 10px;
}
/*==SNS FLOW ME! ============================== */
.nav-top_wrapper_col_member-nav_sns{
	align-items: center;
}
@media screen and (max-width: 768px) {
.nav-top_wrapper_col_member-nav_sns{
	padding-bottom: 30px;
}
}
@media screen and (max-width: 768px) {
.nav-top_wrapper_col_member-nav_sns_item{
	padding-top: 30px;
}
}
.nav-top_wrapper_col_member-nav_sns_item a{
	display: flex;
	align-items: center;
	width: 100%;
    color: #575757!important;
    font-size: 13px;
    gap: 12px;
}
@media screen and (max-width: 1241px) {
.nav-top_wrapper_col_member-nav_sns_item a{
	flex-direction: column;
}
}
.nav-top_wrapper_col_member-nav_sns_item a img{
	width: 50px;
	height: auto;
}
@media screen and (max-width: 1246px) {
.nav-top_wrapper_col_member-nav_sns_item a{
	width: 40px;
    gap: 5px;
}
}
ul.nav-top_wrapper_col_member-nav_sns {
    display: flex;
    justify-content: flex-start;
    margin-left: -7%;
	padding: 25px 0px 0px 70px;
}
@media screen and (max-width: 1634px) {
ul.nav-top_wrapper_col_member-nav_sns {
	padding: 22px 0px 0px 39px;
}
}
@media screen and (max-width: 1450px) {
ul.nav-top_wrapper_col_member-nav_sns {
    margin-left: -1%;
	padding: 25px 0px 0px 0px;
}
}
@media screen and (max-width: 1245px) {
ul.nav-top_wrapper_col_member-nav_sns {
    margin-left: 14%;
    padding: 4px 0px 0px 0px;
}
}
@media screen and (max-width: 1199px) {
ul.nav-top_wrapper_col_member-nav_sns {
    margin-left: 0%;
}
}
@media screen and (max-width: 991px) {
ul.nav-top_wrapper_col_member-nav_sns {
    margin-left: 0%;
    justify-content: center;
}
}
@media screen and (max-width: 767px) {
ul.nav-top_wrapper_col_member-nav_sns {
    margin-left: 0%;
    padding: 0px;
}
}
.nav-top_wrapper_col_member-nav_nns_title{
	font-size: 16px;
    font-weight: 600;
	padding: 0px 6px;
}
@media screen and (max-width: 1755px) {
.nav-top_wrapper_col_member-nav_nns_title{
    padding: 0px 2px;
}
}
@media screen and (max-width: 1647px) {
.nav-top_wrapper_col_member-nav_nns_title{
    padding: 0px 9px;
}
}
@media screen and (max-width: 1366px) {
.nav-top_wrapper_col_member-nav_nns_title{
    font-size: 13px;
}
}
@media screen and (max-width: 1246px) {
.nav-top_wrapper_col_member-nav_nns_title{
    font-size: 14px;
    margin-left: -65px;
}
}
.nav-top_wrapper_col_member-nav_nns_text {
	font-size: 20px;
	text-align: center;
	color: #1789CA;
    letter-spacing: 0.05em;
	font-weight: 500;
}
li.nav-top_wrapper_col_member-nav_sns_item {
    display: flex;
    align-items: center;
    padding: 0px 23px;
}
@media screen and (max-width:1730px) {
li.nav-top_wrapper_col_member-nav_sns_item {
    padding: 0px 16px;
}
}
@media screen and (max-width:767px) {
li.nav-top_wrapper_col_member-nav_sns_item {
    padding: 0px 10px;
}
}
@media screen and (max-width:1619px) {
li.nav-top_wrapper_col_member-nav_sns_item img{
	width: 55px;
}
}
@media screen and (max-width:1366px) {
li.nav-top_wrapper_col_member-nav_sns_item img{
    width: 40px;
}
}
@media screen and (max-width:767px) {
li.nav-top_wrapper_col_member-nav_sns_item img{
    width: 58px;
}
}
li.nav-top_wrapper_col_member-nav_sns_item span{
    margin-left: 10px;
}
/*==カテゴリー ============================== */
.nav-top_wrapper_col_member-nav_category{
	padding:25px 50px;
}
@media screen and (max-width:991px) {
.nav-top_wrapper_col_member-nav_category{
	padding: 0px;
}
}
@media screen and (max-width:767px) {
.nav-top_wrapper_col_member-nav_category{
    padding: 0px 0px 10px;
}
}
@media screen and (max-width:991px) {
.nav-top_wrapper_col_member-nav_category_item{
	padding-top: 0px;
    padding-bottom: 10px;
}
}
@media screen and (max-width:767px) {
.nav-top_wrapper_col_member-nav_category_item{
    padding: 0px;
}
}
.nav-top_wrapper_col_member-nav_category_item a{
	display: flex;
	width: 100%;
	align-items: center;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 15px;
}
@media screen and (max-width:1440px) {
.nav-top_wrapper_col_member-nav_category_item a{
    padding-bottom: 0px;
    font-size: 13px;
}
}
@media screen and (max-width:1237px) {
.nav-top_wrapper_col_member-nav_category_item a{
	font-size: 11px;
	gap: 7px;
}
}
@media screen and (max-width:1024px) {
.nav-top_wrapper_col_member-nav_category_item a{
    font-size: 13px;
	gap: 4px;
}
}
@media screen and (max-width:991px) {
.nav-top_wrapper_col_member-nav_category_item a{
    font-size: 15px;
}
}
@media screen and (max-width:767px) {
.nav-top_wrapper_col_member-nav_category_item a{
    font-size: 13px;
	gap: 6px;
}
}
@media screen and (max-width:780px) {
.nav-top_wrapper_col_member-nav_category_item a img{
	width: 30%;
	height: auto;
}
}
@media screen and (max-width:991px) {
.header-keyword-pc {
    left: -15px;
    margin-left: 34px;
}
}
.nav-top_wrapper_col_member-nav_category_item a span{
	font-weight: 500;
}
@media screen and (max-width:767px) {
.nav-top_wrapper_col_member-nav_category_item a span{
	width: 70%;
}
}
.nav-top_wrapper_col_member-nav_category_item a img{
	align-items: center;
    gap: 10px;
    font-size: 14px;
}
@media screen and (max-width:1440px) {
.nav-top_wrapper_col_member-nav_category_item a img{
    width: 45px;
    padding-bottom: 0px;
}
}
@media screen and (max-width:991px) {
.nav-top_wrapper_col_member-nav_category_item a img{
    width: 50px;
}
}
@media screen and (max-width:767px) {
.nav-top_wrapper_col_member-nav_category_item a img{
    width: 60px;
}
}
/*アイコン部分*/
.sns-icon ul {
	margin-top: 20px;
}
.sns-icon li {
	list-style: none;
	display: inline-block;
	padding-left: 20px;
	font-size: 20px;
	position: relative; /*sabu-titleの親要素*/
	top: 9px;
	color: #fff;
}
@media screen and (max-width:991px) {
ul.sns-icon {
	display: none;
}
}
a.icon-a {
	border-left: 1px solid #bebebe;
}
/*ロゴとタイトル（左側）*/
@media screen and (max-width: 991px){
.header-center-logo {
	padding-right: 0;
	text-align: left;
}
}
@media screen and (max-width: 767px) {
.header-center-logo {
    margin: 0;
}
}
/*ヘッダーロゴ*/
img.h-logo {
	padding: 0 97px 0px 27px;;
}
@media screen and (max-width: 1440px) {
img.h-logo {
	padding: 0 25px 0px 27px;
}
}
@media screen and (max-width: 991px) {
img.h-logo {
	padding: 0px;
}
}
@media screen and (max-width: 991px) {
.rogo-top {
	margin-top: 4px;
}
}
@media screen and (max-width: 575px) {
.rogo-top {
	padding: 0;
}
}
@media screen and (max-width: 575px) {
.rogo-top {
	height: auto;
}
}
/*新着情報*/
.row.top-news-waku.top-news-waku_line{
	border-bottom: 1px solid #9c9c9c;
	width: 80%;
	margin: 20px auto;
	margin-top: 2px;
}
@media screen and (max-width: 425px){
.row.top-news-waku.top-news-waku_line{
	margin-top: 0;
}	
}
.top-news-waku.top-news-wak-contents {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 767px){
.top-news-waku.top-news-wak-contents {
	flex-direction: column;
	margin-top: 15px;
	margin-right: -15px;
	margin-left: -15px;
}	
}
.top-news-contents.featured-box.featured-box-big {
    width: 46%;
	display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    height: auto;
}
@media screen and (max-width: 1199px){
.top-news-contents.featured-box.featured-box-big {
    width: 47%;
}	
}
@media screen and (max-width: 767px){
.top-news-contents.featured-box.featured-box-big {
    flex-direction: row;
    width: 95%;
    margin: auto;
}	
}
figure.anim.border-margin.border-margin-big.pl-lg-sp,figure.anim.border-margin.border-margin-big.pl-lg-sp img {
    margin: 0 0 0rem;
    width: 336px;
    height: 189px;
    object-fit: cover;
}
@media screen and (max-width: 1199px){
figure.anim.border-margin.border-margin-big.pl-lg-sp,figure.anim.border-margin.border-margin-big.pl-lg-sp img {
    width: 100%;
    height: 161.4375px;
}	
}
@media screen and (max-width: 991px){
figure.anim.border-margin.border-margin-big.pl-lg-sp,figure.anim.border-margin.border-margin-big.pl-lg-sp img {
    width: 100%;
    height: 182.25px;
}	
}
@media screen and (max-width: 767px){
figure.anim.border-margin.border-margin-big.pl-lg-sp,figure.anim.border-margin.border-margin-big.pl-lg-sp img {
	 height: 132px;
}	
}
@media screen and (max-width: 430px){
figure.anim.border-margin.border-margin-big.pl-lg-sp,figure.anim.border-margin.border-margin-big.pl-lg-sp img {
	height: 120px;
}	
}
figure.anim.border-margin.border-margin-small{
    width: 288px;
    height: 162px;
    object-fit: cover;
    margin: 0 0 0rem;
}
figure.anim.border-margin.border-margin-small img{
    width: 288px;
    height: 162px;
    object-fit: cover;
}
@media (max-width: 767px) {
figure.anim.border-margin.border-margin-small img{
    height: 132px;
    width: 100%;
}
}
@media (max-width: 430px) {
figure.anim.border-margin.border-margin-small img{
    height: 120px;
}
}
@media (max-width: 375px) {
figure.anim.border-margin.border-margin-small img{
    height: 100px;
}
}
@media (max-width: 360px) {
figure.anim.border-margin.border-margin-small img{
    height: 90px;
}
}
@media (max-width: 991px) {
figure.anim.border-margin.border-margin-small {
    width: 288px;
    height: 162px;
}
}
@media (max-width: 767px) {
figure.anim.border-margin.border-margin-small {
    width: 234.6667px;
    height: 132px;
}
}
@media (max-width: 430px) {
figure.anim.border-margin.border-margin-small {
    height: 120px;
    width: 178px;
}
}
@media (max-width: 393px) {
figure.anim.border-margin.border-margin-small {
    width: 165px;
}
}
@media (max-width: 375px) {
figure.anim.border-margin.border-margin-small {
    width: 148px;
}
}
@media (max-width: 360px) {
figure.anim.border-margin.border-margin-small {
    width: 130px;
}
}
@media (max-width: 320px) {
figure.anim.border-margin.border-margin-small {
    width: 96px;
}
}
.pl-lg.top-new-kiji-item_1 {
    margin-left: 5%;
    height: 162px;
    position: relative;
}
@media screen and (max-width: 767px){
.pl-lg.top-new-kiji-item_1 {
    margin-left: 4%;
	height: 126px;
}
}
@media screen and (max-width: 767px){
.sp-new-thumb {
    width: 90%;
}
}
@media screen and (max-width: 430px){
.sp-new-thumb {
    width: 100%;
}
}
@media screen and (max-width: 360px){
.sp-new-thumb {
    width: 87%;
}
}
@media screen and (max-width: 320px){
.sp-new-thumb {
    width: 70%;
}
}
@media screen and (max-width: 767px){
.sp-new-thumb.sp-new-thumb_pick{
	width: 100%;
}
}
figure.anim.border-margin.border-margin-big {
    margin: 0 0 0.5rem;
}
/*１列ずつの新着投稿*/
.top-news-waku.top-news-wak-contents_row {
    margin-top: 35px;
    display: flex;
}
@media screen and (max-width: 767px){
.top-news-waku.top-news-wak-contents_row {
    width: 100%;
    border-bottom: 1px solid #9c9c9c;
    padding-bottom: 20px;
    margin: 2px auto 15px;
}
}
@media screen and (max-width: 767px){
.sp-new-thumb.sp-new-thumb_pick{
	width: 90%;
	margin: 15px auto 0px;
}
}
/*下のコンテンツ*/
@media screen and (max-width: 767px){
.pick-up-btm-contents {
	margin: 5px auto 5px;
	width: 90%;
}
}
.light-button.button-wrapper.shintyaku-more {
    margin: 50px 0 25px;
}
.pl-lg.top-new-kiji-item {
    margin-top: 10px;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px){
.pl-lg.top-new-kiji-item {
    margin-top: -5px;
    position: relative;
    margin-left: 3%;
    height: 126px;
}	
}
@media screen and (max-width: 575px){
.pl-lg.top-new-kiji-item {
    height: 126px;
}	
}
@media screen and (max-width: 430px){
.pl-lg.top-new-kiji-item {
	margin-left: 3%;
	height: 111px;
}
}
@media screen and (max-width: 393px){
.pl-lg.top-new-kiji-item {
    margin-left: 3%;
}
}
@media screen and (max-width: 375px){
.pl-lg.top-new-kiji-item {
    margin-left: 4%;
}
}
@media screen and (max-width: 767px){
.new-kiji-grop-day {
    position: absolute;
    bottom: -11px;
}
}
@media screen and (max-width: 767px){
.new-kiji-grop-day.new-kiji-grop-day-pick {
    position: unset;
}
}
.top-tag-key-list-grop{
    margin-bottom: 100px;
}
@media screen and (max-width: 767px){
.top-tag-key-list-grop{
    margin-bottom: 70px;
}
}
ul.tag-key-list.top-tag-key-list {
    padding: 0;
}
@media screen and (max-width: 767px){
figure.anim.border-margin.border-margin-big.pl-lg-sp {
    height: 132px;
    object-fit: cover;
}
}
@media screen and (max-width: 575px){
figure.anim.border-margin.border-margin-big.pl-lg-sp {
    height: 132px!important;
    width: 234.6667px;
}
}
@media screen and (max-width: 430px){
figure.anim.border-margin.border-margin-big.pl-lg-sp,figure.anim.border-margin.border-margin-big.pl-lg-sp img{
    height: 120px!important;
    width: 178px;
}
}
@media screen and (max-width: 393px){
figure.anim.border-margin.border-margin-big.pl-lg-sp,figure.anim.border-margin.border-margin-big.pl-lg-sp img{
    width: 165px;
}
}
@media screen and (max-width: 375px){
figure.anim.border-margin.border-margin-big.pl-lg-sp,figure.anim.border-margin.border-margin-big.pl-lg-sp img{
    width: 148px;
    height: 100px!important;
}
}
@media screen and (max-width: 360px){
figure.anim.border-margin.border-margin-big.pl-lg-sp,figure.anim.border-margin.border-margin-big.pl-lg-sp img{
    width: 130px;
    height: 90px!important;
}
}
@media screen and (max-width: 320px){
figure.anim.border-margin.border-margin-big.pl-lg-sp,figure.anim.border-margin.border-margin-big.pl-lg-sp img{
    width: 96px;
}
}
/*記事 １列ずつのライター、日時*/
.top-date-day-grop.top-date-day-grop-2-2 {
    position: absolute;
    bottom: 0;
}
@media screen and (max-width: 767px){
.top-date-day-grop.top-date-day-grop-2-2 {
	display: flex;
    align-items: center;
}
}
/*PICK UP記事*/
figure.anim.pick-up-img,figure.anim.pick-up-img img.attachment-thumbnail.size-thumbnail.wp-post-image{
    width: 320px;
    height: 180px;
    object-fit: cover;
    margin: 0 0 0.5rem;
}
@media screen and (max-width: 1199px){
figure.anim.pick-up-img,figure.anim.pick-up-img img.attachment-thumbnail.size-thumbnail.wp-post-image{
	width: 100%;
    height: 160px;
}
}
@media screen and (max-width: 991px){
figure.anim.pick-up-img,figure.anim.pick-up-img img.attachment-thumbnail.size-thumbnail.wp-post-image{
    height: 185.625px;
}
}
@media screen and (max-width: 767px){
figure.anim.pick-up-img,figure.anim.pick-up-img img.attachment-thumbnail.size-thumbnail.wp-post-image{
    height: 158.625px;
}
}
@media screen and (max-width: 375px){
figure.anim.pick-up-img,figure.anim.pick-up-img img.attachment-thumbnail.size-thumbnail.wp-post-image{
    height: 126px;
}
}
@media screen and (max-width:767px) {
.pick-row {
	padding: 0 !important;
}
}
p.name.profiletxt-m,p.katagaki.profiletxt-m{
    margin-left: 10px;
}
time.time.time-kaso {
    margin-left: 0px;
}
.banner-grop {
    display: flex;
    justify-content: space-between;
    gap: 35px;
    margin: 108px 0px 56px;
}
@media screen and (max-width:767px) {
.banner-grop {
    gap: 5px;
    margin: 50px 0px 50px;
}
}
p.pr-text {
    text-align: right;
    margin-bottom: 0rem;
}
@media screen and (max-width:767px) {
p.pr-text {
    font-size: 12px;
}
}
.sidebarbanner-grop img{
    margin-bottom: 25px;
    width: 320px;
}
@media screen and (max-width:1199px) {
.sidebarbanner-grop img{
    width: 266px;
}
}
@media screen and (max-width:991px) {
.sidebarbanner-grop img{
    width: 100%;
}
}
@media screen and (max-width:767px) {
.sidebarbanner-grop img{
    margin-bottom: 20px;
}
}
/*新着情報　横スライドへ*/
@media screen and (min-width:768px) {
.top-new-content {
	margin-bottom: 22px !important;
}
}
.post-content {
	font-size: 15px;
	margin-bottom: 5px;
	line-height: 1.6;
}
@media screen and (max-width:767px) {
.post-content {
	font-size: 11px;
	line-height: 1.6;
}
}
.top-date {
	color: #6a6a6a;
}
@media screen and (max-width:767px) {
.top-date {
	font-size: 8px;
}
}
/*content-2 特集*/
@media screen and (max-width: 425px) {
.content-2 {
	margin-top: 5px;
}
}
.om-title {
	border-bottom: 2px solid #231714;
	color: #000;
	font-size: 20px !important;
	font-weight: 700;
	line-height: 1.4;
    padding: 30px 0 11px;
	text-align: left;
	margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
.om-title {
	margin-bottom: 15px;
}
}
.om-title-h2 {
	font-size: 20px !important;
	margin-bottom: 0;
	display: inline-block;
}
.om-title-h2 img {
	vertical-align: bottom;
	width: 30px;
	height: auto;
}
p.random-kategori {
	margin-bottom: 3px;
}
@media screen and (max-width:767px) {
p.random-kategori {
	margin-bottom: 0;
}
}
.featured-1 figure {
	width: 100%;
}
@media screen and (max-width:576px) {
.featured-1 figure {
	height: auto;
}
}
@media screen and (max-width:767px) {
.con-2-img {
	height: 150px;
	object-fit: cover;
}
}
@media screen and (max-width:575px) {
.con-2-img {
	height: 108px;
}
}
@media screen and (min-width:767px) {
.con-2-img {
	width: 250px;
	height: 180px;
	object-fit: cover;
	margin-bottom: 18px;
}
}
@media screen and (max-width:575px) {
.row.featured-box {
	padding: 0 30px;
}
.col-lg-8.col-md-8.col-12.special-title {
	padding-left: 0;
}
.col-lg-4.col-md-4.col-12.featured-1 {
	padding: 0;
}
}
.col-lg-8.col-md-8.col-12.special-title {
	overflow: hidden;
	color: #999;
}
/* カテゴリー・タグ共通 */
.random-kategori a[rel*="category"], .random-kategori a[rel*="tag"] {
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
	padding: 4px;
	font-size: 13px;
}
/* 「カテゴリーAからG」の背景色 */
.random-kategori a[href*="/kaisen"],.random-kategori a[href*="/tv"],.random-kategori a[href*="/reputation"] ,.random-kategori a[href*="/denki"],.random-kategori a[href*="/gas"],.random-kategori a[href*="/trouble"] ,.random-kategori a[href*="/other"]{
	border-radius: 10px;
	padding: 4px;
	font-size: 13px;
}
/*ランダム　カテゴリー　テキスト内*/
p.random-kategori-t {
    font-weight: 500;
    line-height: 1.4;
    margin: 5px 0px 5px;
	text-align: justify;
}
@media screen and (max-width: 425px) {
p.random-kategori-t {
	font-size: 13px;
}
}
span.mein-a {
	padding: 0px 5px 2px;
	font-size: 13px;
    border: 1px solid;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
span.mein-a {
	font-size: 10px;
}
}
.time {
	color: #919191;
	font-size: 13px;
    margin-left: 10px;
    letter-spacing: 0.05em;
}
.contents-parts {
	border-bottom: 1px solid #9c9c9c;
	width: 80%;
	margin: 20px auto;
	margin-top: 2px;
}
@media screen and (max-width: 425px){
.contents-parts{
	margin-top: 0;
}	
}
.border-margin {
	margin-bottom: 0;
}
/*新着情報の間のグレー線*/
.contents-parts {
	border-bottom: 1px solid #9c9c9c;
	width: 80%;
    margin: 30px auto;
}
@media screen and (max-width: 767px){
.contents-parts{
    margin: 15px auto;
    width: 95%;
}	
}
/*もっと見る　ボタン*/
.see-more {
	background-color: #1789CA;
}
@media screen and (max-width: 425px) {
.see-more {
	margin-top: 0px;
}
}
.see-more:hover {
	opacity: .8;
}
.ad-01 {
	padding-bottom: 20px;
	max-width: 100%;
}
.light-button.button-wrapper {
	margin: 50px 0 65px;
}
@media screen and (min-width: 768px) {
.pickup-list-title {
	margin-top: 44px !important;
}
.shintyaku-more {
	margin-top: 53px !important;
}
}
.special-waku img {
	padding: 20px 0;
}
/*content-3 特集*/
.content-3-bg {
	background-color: #fff9ee;
	margin-top: 115px;
}
@media screen and (max-width: 767px) {
.content-3-bg {
	margin-top: 70px;
}
}
@media screen and (max-width: 425px) {
.content-3-bg {
	margin-top: 45px;
}
}
.content-3-width {
	padding: 60px 0px 90px;
}
@media screen and (max-width: 767px) {
.content-3-width {
	padding: 60px 0px 60px;
}
}
@media screen and (max-width: 576px) {
.content-3-width {
	width: 100% !important;
}
}
/*特集*/
.featured-1 {
	text-align: right;
}
@media screen and (max-width: 767px) {
.featured-1 {
	text-align: center;
}
}
@media screen and (max-width: 575px) {
.featured-1 h2 {
	margin-right: 15px !important;
	margin-left: 15px !important;
}
}
p .featured-1 {
	font-weight: bold;
}
.featured-1 h2 {
	border: 1px solid #ddd;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: -1px;
	padding: 14px 18px;
	text-align: center;
}
@media screen and (min-width:768px) and (max-width:991px) {
.kategori-title1 {
	font-size: 14px;
}
}
.img-3-1 {
	width: 385px !important;
	height: 180px !important;
	object-fit: cover;
}
.special-list {
	border: 1px solod #231714;
	margin-top: 20px;
}
@media(max-width:767px) {
.special-list {
	text-align: center;
	margin-top: 20px;
}
}
.special-list img {
	max-width: 100%;
}
p.coupon-title {
	font-size: 14px;
	line-height: 1.4;
	color: #797776;
	padding: 20px 0;
}
/*特集一覧*/
.featured-2 {
	text-align: right;
	margin-top: 10px;
	margin-left: -15px;
}
@media screen and (max-width: 576px) {
.featured-2 {
	text-align: center;
}
}
/*続きを読む　ボタン*/
.read-more {
	text-align: right;
}
@media screen and (max-width:767px) {
.read-more {
	text-align: center;
}
}
.read-more span {
	background-color: #cccccc;
	padding: 6px 50px;
}
@media screen and (max-width: 767px) {
.read-more span {
	padding: 6px 30px;
}
}
@media screen and (max-width: 375px) {
.read-more span {
	padding: 6px 18px;
}
}
.top-date-text {
	font-size: 12px;
	color: grey;
}
.special-row {
	margin-bottom: 30px;
    border-radius: 15px;
    border: 1.5px solid #EAEAEA;
	padding: 17px;
}
@media screen and (max-width: 575px) {
.special-row {
	padding: 0 10px;
}
}
.col-12.featured-1 {
	margin-bottom: 60px;
}
/*ピックアップ*/
.top-pickup-waku.iroha-slide {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 22px;
}
/*SP時、横スクロール*/
@media screen and (max-width: 767px) {
.top-pickup-waku.iroha-slide {
	display: block;
	margin: auto;
	overflow-x: auto !important;
	white-space: nowrap !important;
}
}
.iroha-slide-item {
    width: 48%;
}
@media screen and (max-width: 767px) {
.iroha-slide-item {
    display: inline-block !important;
    width: 65% !important;
    overflow: hidden !important;
    margin-right: 10px;
}
}
.pick-row {
    border-radius: 15px;
    border: 1.5px solid #EAEAEA;
    padding: 17px 17px 0px;
    height: 367px;
}
@media screen and (max-width: 1199px) {
.pick-row {
    height: 345px;
}
}
@media screen and (max-width: 991px) {
.pick-row {
    height: 372px;
}
}
@media screen and (max-width: 767px) {
.pick-row {
	height: 320px;
}
}
figure.slide-eyecatch img{
    width: 38px;
    height: 38px;
    border-radius: 50px;
    margin: 8px 15px 0px 0px;
}
@media screen and (max-width: 767px) {
figure.slide-eyecatch img{
	width: 30px;
	height: 30px;
    margin: 0px 10px 0px 0px;
}
}
.pick-row figure {
	width: 100%;
}
@media screen and (max-width: 440px) {
figure.slide-eyecatch img{
    margin-top: 17px;
}
}
p.random-kategori-t.new-kiji-grop-pick {
    font-size: 15px;
	height: 63px;
}
@media screen and (max-width: 767px) {
p.random-kategori-t.new-kiji-grop-pick {
    overflow: auto;
    white-space: pre-line;
    height: 80px;
    margin: -13px 0px 0px;
    font-size: 13px;
}
}
@media screen and (max-width: 360px) {
p.random-kategori-t.new-kiji-grop-pick {
    height: 100px;
}
}
span.pick-line {
    color: #868484;
}
span.slide-author-name {
    margin-right: 13px;
	color: #000;
}
@media screen and (min-width:440px)  {
span.slide-author-name {
    margin-right: 5px;
	font-weight: 500;
	font-size: 14px;
}
}
span.view-count.slide-view-count {
    margin-left: 13px;
	color: #000;
}
@media screen and (min-width:440px)  {
span.view-count.slide-view-count {
    margin-left: 5px;
	font-weight: 500;
	font-size: 14px;
}
}
.pick-title {
	width: 92%;
	padding: 13px 23px;
	position: absolute;
	left: 0;
	bottom: 16px;
	margin: 0 auto;
	right: 0;
	height: 44%;
	background-color: rgb(13, 103, 158, 0.6);
	line-height: 1.3;
	color: #fff !important;
}
@media screen and (min-width:768px) and (max-width:1190px) {
.pick-title {
	height: 50%;
}
}
@media screen and (max-width:575px) {
.pick-title {
	width: 100%;
	padding: 10px;
}
}
.pick-title a {
	color: #fff !important;
}
.pick-cat-ul {
	display: flex;
	justify-content: flex-start;
	padding-left: 0;
	margin-bottom: 7px;
}
.pick-cat {
	border: 1px solid #fff;
	margin: 0 3px;
	padding: 0 3px;
	display: inline;
	font-size: 80%;
}
@media screen and (max-width:767px) {
.pick-cat {
	font-size: 9px;
}
}
@media screen and (max-width:767px) {
.iroha-slide {
	overflow-x: auto !important;
	white-space: nowrap !important;
	-webkit-overflow-scrolling: touch !important;
}
}
.title-before {
	margin-top: 10px;
	line-height: 1.5;
}
@media screen and (max-width:767px) {
.title-before {
	font-size: 12px;
	overflow: auto;
	white-space: pre-line;
	margin-bottom: 0;
	margin-top: -14px;
}
}
@media screen and (max-width:767px) {
.sm-top-date-text {
	color: #fff;
	font-size: 10px;
}
}
/*コンテンツ４*/
.con-4-ranking {
	padding: 60px 0px 90px;
}
.con-4-ranking h2 {
	border: 1px solid #ddd;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: -1px;
	padding: 14px 18px;
	text-align: center;
}
@media screen and (max-width: 767px) {
.con-4-ranking {
	padding: 60px 0px 60px;
}
}
.con-ranking-mt {
	margin-top: 70px;
	max-width: 1400px;
}
.ranking-box {
	margin-right: 45px;
}
.ranking-text {
	font-size: 16px;
	margin-top: 20px;
}
/*content-5 おすすめ記事*/
.content-5-bg {
	background-color: #fff9ee;
}
.con5-osusuke {
	padding: 60px 0px 90px;
}
.con5-osusuke h2 {
	border: 1px solid #ddd;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: -1px;
	padding: 14px 18px;
	text-align: center;
}
@media screen and (max-width: 767px) {
.con5-osusuke {
	padding: 60px 0px 60px;
}
}
.con5-kategori {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
.con5-kategori {
	margin-top: 0;
}
p.text-center.sm-osusume-title {
	margin-bottom: 0;
}
}
.con5-list {
	text-align: center;
	margin-top: 10px;
	padding-right: 15px;
}
img.img-3.wp-post-image {
	width: 100%;
	height: 220px;
	object-fit: cover;
}
.push-time-text {
	font-size: 13px;
	font-weight: normal;
	color: gray;
}
/*content-6 タグ*/
.con6-tagu {
	padding: 60px 0px 90px;
}
.con6-tagu h2 {
	border: 1px solid #ddd;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: -1px;
	padding: 14px 18px;
	text-align: center;
}
@media screen and (max-width: 767px) {
.con6-tagu {
	padding: 60px 0px 60px;
}
}
@media screen and (max-width: 425px) {
.con6-tagu {
	padding: 45px 0px 45px;
}
}
span.keyword a {
	font-size: 14px;
	color: #626262 !important;
	padding: 4px 10px;
	display: inline-block;
	margin: 5px;
	border: 1px solid #626262;
	font-weight: 500;
}
span.keyword a::before {
	content: "\0023";
}
/*最新記事内の日時*/
@media screen and (max-width: 1024px) {
.time-text {
	margin-bottom: 15px;
}
}
@media screen and (max-width: 768px) {
.time-text {
	margin-top: -10px;
}
}
.views {
	color: #999;
	font-size: 13px;
}
.single-tagu-title {
	color: #383838;
	font-size: 15px;
}
.single-post-img img {
	max-width: 100%;
	width: 200px;
	height: 144px;
	object-fit: cover;
	margin-bottom: 5px;
}
@media screen and (max-width:1199px) {
.single-post-img img {
	width: 100%;
}
}
.user-title {
	font-size: 12px;
	width: 200px;
}
@media screen and (max-width:1199px) {
.user-title {
	width: 100%;
}
}
.writer-post-list.row {
	display: flex;
	justify-content: start;
}
.post-col4 {
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
ul.related_post li {
	width: 46% !important;
}
}
@media only screen and (max-width: 767px) {
.post-col4:nth-child(2n) {
	margin-left: -15px;
}
}
/*フッター*/
.footer-bg {
	background-color:#F1F1F1;
	width: 100%;
	padding: 40px 0px 40px 0px;
}
@media screen and (max-width: 991px) {
.footer-bg {
	padding: 15px 0px 20px 0px;
}
}
@media screen and (max-width: 575px) {
.footer-bg {
	margin-top: 30px;
}
}
.footer-bm-bg {
	background-color: #323232;
	width: 100%;
	clear: both;
}
.footer--top {
    display: flex;
    justify-content: space-between;
}
.footer-left {
	float: left;
	overflow: hidden;
}
@media screen and (max-width: 991px) {
.footer-left {
	float: none;
	text-align: center;
}
}
.footer-right {
    width: 77%;
}
.footer-nav li.menu-item.menu-item-type-taxonomy {
    padding-bottom: 10px;
}
.footer-nav li {
	font-size: 13px;
}
@media (min-width: 768px) {
.footer-nav li {
 font-size: calc(13px + ((1vw - 7.68px)*0.231));
}
}
@media (min-width: 1200px) {
.footer-nav li {
	font-size: 12px;
	font-weight: 600;
}
}
.footer-nav li a {
	color: #000 !important;
}
p.footer-home {
	margin-left: 55px;
}
.footer_logo {
	padding-top: 24px;
}
@media screen and (max-width: 991px) {
.footer_logo {
	padding-bottom: 0px;
}
.footer_logo p {
	width: 100%;
	display: block;
	margin: auto;
	margin-top: 10px;
}
}
/*右側*/
@media screen and (max-width: 991px) {
.footer-right {
	padding-top: 0px;
}
}
@media screen and (max-width: 1199px) {
ul.footer-nav.d-none.d-lg-block {
	margin-left: -40px;
}
}
.footer-right-waku {
	display: flex;
}
ul.footer-nav1 {
	padding: 0;
	list-style-type: none;
	overflow: hidden;
    margin-bottom: 0rem;
    display: flex;
    flex-wrap: wrap;
}
ul.footer-nav1 li {
	width: 33.33%;
    box-sizing: border-box;
}
ul.footer-nav1 li:nth-child(even) {
	float: left;
}
ul.footer-nav1 li:nth-child(odd) {
	float: left;
	clear: left;
}
ul.footer-nav.footer-nav-3 li {
	padding-bottom: 20px;
	font-size: 14px!important;
}
.f-menu-title {
    font-size: 15px;
    color: #868484;
    font-weight: 500;
}
.f-menu-title1 {
	padding-left: 40px;
	font-weight: bold;
}
.footer-cat-menu {
    padding-left: 8%;
    width: 49%;
}
@media screen and (max-width:1199px) {
.footer-cat-menu {
    padding-left: 0%;
    width: 40%;
}
}
@media screen and (max-width:1199px) {
.f-menu-title1 {
	padding-left: 0;
}
.f-menu-title {
	font-size: 14px;
}
}
/*新着記事とピックアップのメニューを非表示*/
.menu-item-10158,.menu-item-9019{
    display: none !important;
}
/* フッターベーススタイル */
.footer-left {
    flex: 1;
}
.footer_logo img {
    width: 198px;
}
.footer-cat-menu {
    margin-right: 20px;
}
@media screen and (max-width:1024px) {
.footer-cat-menu {
    margin-right: 0px;
}
}
.footer-cat-menu .f-menu-title {
    margin-bottom: 23px;
}
.footer-nav {
    list-style-type: none;
    padding: 0;
}
.footer-nav-3-grop {
	flex: none;
	margin-left: 9%;
	margin-top: 50px;
}
@media screen and (max-width:1199px) {
.footer-nav-3-grop {
    margin-left: 11%;
}
}
.footer-nav a {
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
	transition: color 0.3s;
}
.footer-nav a:hover {
    color: #CC4522;
}
.footer--bm {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin-bottom: 0rem;
    gap: 44px;
}
.footer--bm a {
    text-decoration: none;
    color: #868484!important;
    font-size: 12px;
    transition: color 0.3s;
}
.footer--bm a:hover {
    color: #CC4522;
}
i.fa-solid.fa-chevron-right.footer-menu-arrow {
    background: transparent;
    color: #868484 !important;
}
.copyright {
	text-align: center;
	color: #ffffff;
	margin-block-end: 0em;
	font-size: 12px;
	font-weight: 500;
	line-height: initial;
    padding: 12px 0px;
 }
@media screen and (max-width: 767px) {
.footer_menu ul .footer_menu_category {
	padding-left: 0px !important;
	text-align: center;
}
}
@media screen and (max-width: 767px) {
.footer_menu ul .footer_menu_category {
	padding-left: 0px !important;
	text-align: center;
}
}
/*横スライド*/
.row.top-news-waku.slide-ul {
	margin-top: 60px;
}
@media screen and (max-width:576px) {
.slide-ul {
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
}
img.rogo-bm {
    max-width: 100%;
}
@media screen and (max-width:576px) {
p.random-kategori-t {
	overflow: hidden;
	text-align: unset;
	font-size: 13px;
	line-height: 1.4em;
	margin: 5px 0px 0px;
}
}
@media screen and (max-width:576px) {
.slide-ul-1 {
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch !important;
	display: block !important;
}
}
@media screen and (max-width:576px) {
.featured-box-1 {
	display: inline-block !important;
	width: 90% !important;
	padding: 0 10px;
	padding: 0 30px;
}
}
@media screen and (max-width:576px) {
.sm-osusume-title {
	overflow: hidden;
}
}
@media screen and (max-width:576px) {
.row.slide-ul-1 {
	padding: 0 15px;
}
}
.row.slide-ul-1 {
	margin-top: 60px;
}
.col-md-4.col-12.featured-box-1 {
	padding: 0 30px;
}
@media screen and (max-width:576px) {
.col-md-4.col-12.featured-box-1 {
	padding: 0 15px;
	padding-left: 0;
	margin-right: 15px;
}
}
.con5-kategori .col-12 {
	padding: 0;
}
.sp-slide-img-3 {
	padding: 0;
}
.con5-kategori.col-12 {
	padding: 0;
}
.col-12.sp-slide-img-3 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
@media screen and (max-width:767px) {
.col-12.sp-slide-waku-oya {
	padding-left: 15px;
	padding-right: 15px;
}
}
div#metaslider_container_470 {
	margin-top: 95px;
}
@media screen and (max-width:767px) {
	div#metaslider_container_470 {
	margin-top: 75px;
}
}
@media screen and (max-width:767px) {
.col-12.featured-1 {
	padding-right: 0;
	padding-left: 0;
}
}
.last-slash:last-child {
	display: none;
}
@media screen and (max-width:1199px) {
.rank-side-waku img {
	width: 100% !important;
}
}
/*広告設定*/
.b-add {
	width: 100%;
	height: auto;
}
img.image.wp-image-9282.attachment-full.size-full {
    width: 100%;
}
/*メルマガ*/
.content3 {
	background-image: url("../imgs/back-color.png");
	background-repeat: repeat-x;
	padding: 50px 0;
}
@media (max-width: 767px){
.content3 {
	padding: 0;
}
}
.line-koushiki-title{
	margin:0 auto;
	padding: 30px 0;
}
.line-sp-friend{
	text-align:center;
	padding-top: 20px;
}
.line-svg-pc{
	max-width:100% !important;
}
@media (max-width: 767px) {
.content3 {
	background-size: cover;
	padding-bottom: 20px;
}
.line-koushiki-title{
	padding: 10px 0;
	padding-bottom: 0;
}
.member-left-svg{
	padding-top:0px !important;
}
}
.member-left-svg{
	padding-top:5px !important;
}
.mm-ul li {
	padding: 10px 0;
	color: #fff;
	font-size: 17px;
}
.sp-line-title{
	width:100%;
	padding:15px;
}
@media (max-width: 767px) {
.mm-ul li {
	font-size: 14px;
}
}
@media (max-width: 767px) {
ul.mm-ul {
	padding-left: 0;
}
}
.mm-ul li.first::before {
	content: '';
	display: inline-block; /*忘れずに！*/
	width: 35px;
	height: 34px;
	background-image: url(../imgs/flower-01.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}
@media (max-width: 767px) {
.mm-ul li.first::before {
	width: 24px;
	height: 23px;
}
}
.mm-ul li.second::before {
	content: '';
	display: inline-block; /*忘れずに！*/
	width: 35px;
	height: 34px;
	background-image: url(../imgs/flower-02.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}
@media (max-width: 767px) {
.mm-ul li.second::before {
	width: 24px; /*画像の幅*/
	height: 23px; /*画像の高さ*/
}
}
.mm-ul li.thrd::before {
	content: ''; /*何も入れない*/
	display: inline-block; /*忘れずに！*/
	width: 35px; /*画像の幅*/
	height: 34px; /*画像の高さ*/
	background-image: url(../imgs/flower-03.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}
@media (max-width: 767px) {
.mm-ul li.thrd::before {
	width: 24px; /*画像の幅*/
	height: 23px; /*画像の高さ*/
}
}
.mm-text {
	color: #5e4d3d;
	font-size: 25px;
	font-weight: bold;
	padding: 60px 0px 0px 40px;
}
@media (max-width: 1199px) {
.mm-text {
	font-size: 19px;
	font-weight: bold;
	padding: 10px;
	line-height: 1.5;
}
}
span.now {
	display: block;
	padding: 10px 30px;
	position: relative;
	color: #5e4d3d;
}
.see-now {
	background-color: #FFF;
}
.mm-member {
	padding: 30px;
}
@media (max-width: 767px) {
.mm-member {
	padding-bottom: 10px;
	padding:0;
}
}
img.mm-member {
	max-width: 100%;
}
/*ライター一覧*/
.writer-first {
	font-size: 39px;
	font-family: "Mamelon";
}
span.writer {
	font-size: 17px;
	color: #5e4d3d;
}
.waku-up {
	display: flex;
}
.wr-img {
	padding-right: 10px;
}
.katagaki {
	font-size: 13px;
}
@media screen and (max-width:575px) {
.katagaki {
	font-size: 11px;
	height: 40px;
}
}
.wr-name {
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width:575px) {
.wr-name {
	font-size: 17px;
}
}
.wr-info {
	font-size: 15px;
	line-height: 1;
}
@media screen and (max-width:575px) {
.wr-info {
	white-space: pre-line;
	font-size: 13px;
}
}
.writer-title {
	padding: 20px;
}
.wr-kiji-list {
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	clear: both;
	margin-top: 15px;
}
.wr-kiji-list-1 {
	width: 100%;
}
.wr-kiji-list-single {
	display: flow-root;
	clear: none;
	margin-top: 30px;
}
.writer-profile-single {
	padding-left: 0 !important;
}
.writer-profile-single img {
	margin-right: 6px;
	vertical-align: middle;
}
.profiletxt-single {
	display: inline-block;
	vertical-align: middle;
}
.col-12.col-md-4.writer-profile {
	padding-top: 30px;
}
figure.eyecatch.eyecatch-single {
	width: 35%;
}
.writer-profile:nth-of-type(1) .wr-kiji-list {
	background: #fa0;
}
.writer-profile:nth-of-type(2) .wr-kiji-list {
	background: #c193ae;
}
.writer-profile:nth-of-type(3) .wr-kiji-list {
	background: #aec7bf;
}
.writer-profile:nth-of-type(4) .wr-kiji-list {
	background: #919ed8;
}
.writer-profile:nth-of-type(5) .wr-kiji-list {
	background: #6bbea0;
}
.writer-profile:nth-of-type(6) .wr-kiji-list {
	background: #cd4523;
}
.writer-profile:nth-of-type(7) .wr-kiji-list {
	background: #fa0;
}
.writer-profile:nth-of-type(8) .wr-kiji-list {
	background: #c193ae;
}
.writer-profile:nth-of-type(9) .wr-kiji-list {
	background: #aec7bf;
}
.writer-profile:nth-of-type(10) .wr-kiji-list {
	background: #919ed8;
}
.writer-profile:nth-of-type(11) .wr-kiji-list {
	background: #6bbea0;
}
.writer-profile:nth-of-type(12) .wr-kiji-list {
	background: #cd4523;
}
.writer-profile:nth-of-type(13) .wr-kiji-list {
	background: #fa0;
}
.writer-profile:nth-of-type(14) .wr-kiji-list {
	background: #c193ae;
}
.writer-profile:nth-of-type(15) .wr-kiji-list {
	background: #aec7bf;
}
.writer-profile:nth-of-type(16) .wr-kiji-list {
	background: #919ed8;
}
.writer-profile:nth-of-type(17) .wr-kiji-list {
	background: #6bbea0;
}
.writer-profile:nth-of-type(18) .wr-kiji-list {
	background: #cd4523;
}
.writer-profile:nth-of-type(19) .wr-kiji-list {
	background: #fa0;
}
.writer-profile:nth-of-type(20) .wr-kiji-list {
	background: #c193ae;
}
.writer-profile:nth-of-type(21) .wr-kiji-list {
	background: #aec7bf;
}
.writer-profile:nth-of-type(22) .wr-kiji-list {
	background: #919ed8;
}
.writer-profile:nth-of-type(23) .wr-kiji-list {
	background: #fa0;
}
.writer-profile:nth-of-type(24) .wr-kiji-list {
	background: #c193ae;
}
.writer-profile:nth-of-type(25) .wr-kiji-list {
	background: #aec7bf;
}
.writer-profile:nth-of-type(26) .wr-kiji-list {
	background: #919ed8;
}
.writer-profile:nth-of-type(27) .wr-kiji-list {
	background: #6bbea0;
}
.writer-profile:nth-of-type(28) .wr-kiji-list {
	background: #cd4523;
}
.writer-profile:nth-of-type(29) .wr-kiji-list {
	background: #fa0;
}
.writer-profile:nth-of-type(30) .wr-kiji-list {
	background: #c193ae;
}
.writer-profile:nth-of-type(31) .wr-kiji-list {
	background: #aec7bf;
}
.writer-profile:nth-of-type(32) .wr-kiji-list {
	background: #919ed8;
}
.writer-profile:nth-of-type(33) .wr-kiji-list {
	background: #6bbea0;
}
.writer-profile:nth-of-type(34) .wr-kiji-list {
	background: #cd4523;
}
.wr-kiji-list a {
	color: #fff !important;
}
@media screen and (max-width:991px) {
.wr-kiji-list {
	margin-top: 15px;
}
}
.wr-kiji-list2 {
	background-color: #c193ae;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
}
.wr-kiji-list3 {
	background-color: #aec7bf;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
}
.writers {
	overflow: hidden;
}
@media screen and (max-width:767px) {
.row.writers {
	flex-wrap: nowrap;
	overflow-x: scroll;
}
.col-12.col-md-4.writer-profile {
	flex: 0 0 80%;
}
}
.writer-profile-1 {
	margin: 30px 0;
}
.writer-profile .name {
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0;
	text-align: left;
}
.single-katagaki-field {
	font-size: 14px;
	padding: 0;
}
.writer-profile .description {
	font-size: 0.8em;
}
.writer-profile .button a {
	font-size: 0.8em;
}
.writer-profile .button a:after {
	content: ' >';
}
figure.eyecatch {
	float: left;
    margin: 0rem;
}
.eyecatch-single img {
	padding-right: 36px;
	width: 100%;
	height: auto;
}
@media screen and (max-width:767px) {
.eyecatch-single img {
	padding-right: 0;
}
}
/*記事ライターの画像*/
.eyecatch img {
    width: 45px;
    height: 45px;
    border-radius: 50px;
}
@media screen and (max-width:767px) {
.eyecatch img {
    width: 30px;
    height: 30px;
}
}
.top-date-day-grop {
    display: flex;
    align-items: center;
}
@media screen and (max-width:767px) {
.top-date-day-grop {
    width: 90%;
    margin: auto;
	height: 30px;
}
}
.slide-author-grop {
    margin-top: -8px;
}
@media screen and (max-width:767px) {
.slide-author-grop {
    width: 90%;
    margin: auto;
	align-items: baseline;
    font-size: 13px;
}
}
@media screen and (max-width:767px) {
time.time.time2-2{
	align-items: baseline;
}
}
/* auther.php */
.auther-list-header {
	vertical-align: middle;
	border: 8px solid #d2b293;
	padding: 10px;
}
.auther-list-header-inner {
	display: inline;
	vertical-align: middle;
}
p.auther-list-header-user-img {
	margin-right: 10px;
	float: left;
}
.user-description {
	clear: both;
	border-top: 1px dotted #d2b293;
	padding-top: 15px;
}
.dispyai-name {
	font-weight: bold;
}
.content4 {
	margin-bottom: 90px;
	margin-top: 14px;
}
@media screen and (max-width:767px) {
.content4 {
	margin-top: 35px;
}
}
@media screen and (max-width: 575px) {
.scroll_list {
	margin: 0 auto;
	padding: 0;
	width: 90%; /* コンテンツが見切れて見えるようにする */
	overflow-x: auto; /* 横スクロールの指定 */
	white-space: nowrap !important; /* 横スクロールの指定 */
	overflow-scrolling: touch; /* スクロールを滑らかにする */
	-webkit-overflow-scrolling: touch; /* スクロールを滑らかにする */
	flex-wrap: nowrap !important;
}
.scroll_list .sp-writer-li {
	display: inline-block !important; /* 横並びにする指定 */
	list-style: none;
}
}
/*サイドバー*/
.categories-list {
	padding: 0 10px 40px;
	text-align: center;
}
@media(max-width:767px) {
.categories-list {
    padding: 0 10px 20px;
}
}
.side-kat-margin {
	margin-bottom: 20px !important;
}
li#media_image-2 {
	margin-bottom: 20px;
}
.side-cat-name {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
@media(max-width:1199px) {
.side-cat-name {
	font-size: 11px;
}
}
@media(max-width:767px) {
.side-cat-name {
	padding-top: 0;
	line-height: 1.2;
	letter-spacing: 1;
}
}
.cat-list-col4 {
	padding: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
@media(min-width:768px) {
.cat-list-col4 {
	padding-left: 5px;
	padding-right: 5px;
}
}
@media(max-width:768px) {
.cat-list-col4 {
	padding-left: 15px;
	padding-right: 15px;
}
}
@media(max-width:767px) {
.cat-list-col4 {
	padding-top: 15px;
	padding-bottom: 15px;
}
}
@media screen and (min-width:769px) and ( max-width:783px) {
.cat-list-col4 {
	 padding: 5px;
        padding-left: 5px;
}
}
@media screen and (min-width:768px) and ( max-width:782px) {
.dd-menu-mt {
	 margin-top: 20px;
}
}
@media(max-width:320px) {
.cat-list-col4 {
	padding-left: 5px;
}
}
.cat-list-col4:hover {
	opacity: 0.6;
}
.side-tag-grop {
    width: 92%;
    margin: auto;
}
/*下から出てくるメニュー*/
@media only screen and (min-width: 768px) {
 #nav8 {
	 display: none;
}
}
#nav8 {
	z-index: 999;
	position: fixed;
	bottom: -60px; /*下から出てくる高さ*/
	left: 0;
	width: 100%;
	height: 60px !important; /*高さ*/
	color: #fff;
}
#nav8 .inner {
	width: 100%;
	margin: 0;
	padding: 0;
	min-width: 320px;
	overflow: hidden;
}
#nav8 .inner a {
	display: block;
}
.footer_var {
	padding: 15px;
	float: left;
	width: 33.3333333333%;
	height: 60px;
}
.footer_var_box {
	position: relative;
}
.footer_var_box i {
	position: absolute;
	font-size: 40px;
	left: 0;
	top: 0;
}
.footer_var a {
	color: #fff;
}
.footer_var p {
	font-size: 20px;
	margin-top: 0;
	font-family: 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', sans-serif !important;
	font-weight: 500;
	letter-spacing: 1px;
}
.monitor_xs {
	background: #CD4523;
}
.monitor_xs p {
	padding-left: 60px;
}
.monitor_xs_box {
	max-width: 140px;
	width: 95%;
	margin: 0 auto;
}
.file_xs {
	background: #C193AE;
}
.file_xs p {
	padding-left: 40px;
	padding-top: 12px;
}
.file_xs_box {
	max-width: 140px;
	width: 95%;
	margin: 0 auto;
}
.inst_xs {
	background: #AFC8C0;
}
.inst_xs p {
	padding-left: 40px;
	padding-top: 12px
}
.inst_xs_box {
	max-width: 140px;
	width: 95%;
	margin: 0 auto;
}
.footer_var_box {
	width: 100%;
	text-align: center;
}
.footer_var_box img {
	max-width: 100%;
}
.inst_xs_box img {
	max-width: 100%;
}
/*下から出てくるメニューここまで*/

/*会員ログイン*/
.member-login-text {
	display: flex;
	align-items: center;
}
.member-login-text-1 {
	font-size: 12px;
}
.member-login-text-2 {
	margin-left: 15px;
	font-size: 12px;
}
/* RSS */
#text-2 h2.widgettitle {
	font-size: 20px !important;
	text-align: left;
}
/* ウィジェットSNS */
.textwidget{
	justify-content: space-between;
}
.textwidget img{
	margin-right: 10px;
	width: 50px;
	height: 50px;
}
li#text-2 {
	margin-bottom: 50px;
}
@media (max-width: 767px) {
li#text-2 {
    margin-bottom: 50px;
}
}
.grecaptcha-badge { visibility: hidden; }
.google-rc{
	font-size:10px;
	text-align:center;
    margin-top: -15px;
}
div.footer_explanation {
    font-size:10px;
	text-align:center;
}
/*追加バナー*/
img.bnr-01 {
    width: 100%;
    height: auto;
}
img.bnr-sns_tag_link {
    margin-top: 20px;
    width: 100%;
    height: auto;
}
/*人気のキーワード*/
.om-title_keyword_box_ul {
    padding-left: 0px;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
.om-title_keyword_box_ul {
    margin-bottom: 0px;
}
}
.om-title.top-new-content.om-title_keyword_box {
    border-bottom: 2px solid transparent;
    text-align: center;
    padding: 50px 0 0px;
}
@media (max-width: 767px) {
.om-title.top-new-content.om-title_keyword_box {
    padding: 30px 0 0px;
}
}
@media screen and (max-width: 767px) {
.aside-right {
	margin-top: -30px!important;
}
}
/*サイドバーのタグ*/
.sidebar-kagu-box{
	padding-left: 0px;
	margin-bottom: 0rem;
}
@media (max-width: 991px) {
.sidebar-kagu-box{
	display: none;
}
}
.om-title_keyword{
	font-size: 20px !important;
    margin-bottom: 0;
    display: inline-block;
    height: 34px;
    font-weight: 500;
	color: #1186c9;
}
@media (max-width: 767px) {
.om-title_keyword{
    margin-bottom: 15px;
}
}
.om-title_keyword img {
    vertical-align: middle;
    width: 20px;
    height: auto;
}
/*タグ*/
.om-title_keyword_box_box {
    width: 100%;
    margin: auto;
}
@media (max-width: 1199px) {
.om-title_keyword_box_box {
    width: 100%;
}
}
@media (max-width: 991px) {
.om-title_keyword_box_box {
    width: 97%;
}
}
span.keyword_left {
    display: inline-block;
}
span.keyword_left a{
	font-size: 16px;
    color: #fff !important;
    padding: 4px 20px;
	display: inline-block;
    margin: 5px;
    border-radius: 30px;
    border: 1px solid #1789CA;
	background-color: #1789CA;
	font-weight: 500;
}
@media (max-width: 1199px) {
span.keyword_left a{
    padding: 3px 10px;
    font-size: 13px;
}
}
@media (max-width: 767px) {
span.keyword_left a{
	font-size: 13px;
}
}
img.image.wp-image-11835.attachment-full.size-full {
    margin-bottom: 20px;
}
img.image.wp-image-11837.attachment-full.size-full {
    width: 100%;
}
li#media_image-10 {
    margin-bottom: 20px;
}
/*インターネット・光回線総合比較メディア：厳選　コラボ企画ページ*/
img.gensen_banner_img {
    display: block;
    margin: auto;
    max-width: 100%;
}
p.gensen_banner_text {
    text-align: center;
    margin-top: 70px;
    font-size: 18px;
    line-height: 2;
}
@media (max-width: 1199px) {
p.gensen_banner_text {
    font-size: 15px;
}
}
@media (max-width: 767px) {
p.gensen_banner_text {
    font-size: 15px;
    text-align: left;
    margin-top: 30px;
}
}
span.gensen_banner_text_blue {
    font-family: 'myfont-Bold';
    color: #1E73BE;
    font-size: 23px;
}
@media (max-width: 1199px) {
span.gensen_banner_text_blue {
    font-size: 20px;
}
}
@media (max-width: 767px) {
span.gensen_banner_text_blue {
    font-size: 16px;
}
}
.gensen_top_con2_bg {
    background-color: #E6F1FA;
	margin-top: 100px;
    padding: 0px 20px 50px;
}
@media (max-width: 991px) {
.gensen_top_con2_bg {
    margin-top: 50px;
    padding: 0px 20px 20px;
}
}
p.gensen_subtitle {
    color: #58C3E0;
    text-align: center;
    font-size: 15px;
    padding-top: 50px;
    margin-bottom: 0rem;
}
.gensen_title {
	font-size: 30px;
	text-align: center;
    font-family: 'myfont-Bold';
}
@media (max-width: 991px){
.gensen_title {
    font-size: 25px;
}
}
@media (max-width: 767px){
.gensen_title {
    font-size: 20px;
}
}
p.gensen_answer_text {
    font-size: 14px;
	text-align: center;
    font-family: 'myfont-Bold';
    margin-top: 20px;
}
@media (max-width: 1199px){
p.gensen_answer_text {
    font-size: 12px;
}
}
p.gensen_answer_text_a {
    text-align: center;
    font-size: 18px;
    margin-top: 50px;
}
@media (max-width: 480px){
p.gensen_answer_text_a {
    font-size: 15px;
}
}
/*ネット回線　料金表*/
section.gensen_con3 {
    margin-top: 70px;
}
@media (max-width: 991px){
section.gensen_con3 {
    margin-top: 30px;
}
}
table.gensen_hutu_area {
    width: 100%;
}
@media (max-width: 991px){
.gensen_scroll-table {
    overflow: auto;
    white-space: nowrap;
}
}
@media (max-width: 767px){
img.gensen_service_logo {
    width: 55%;
    height: auto;
}
}
@media (max-width: 425px){
img.gensen_service_logo {
    width: 100%;
}
}
.gensen_scroll-table {
    background-color: #fff;
    border: solid 1px #0d6fb8;
    font-family: 'myfont-Medium';
	text-align: center;
}
tr.gensen_table_title td,tr.gensen_table_title th{
    font-size: 20px;
}
@media (max-width: 767px){
tr.gensen_table_title td,tr.gensen_table_title th{
    font-size: 13px;
    padding: 5px;
}
}
@media (max-width: 425px){
tr.gensen_table_title td,tr.gensen_table_title th{
    font-size: 12px;
}
}
.gensen_scroll-table td,.gensen_scroll-table th{
    border: solid 1px #C3DAEE;
    font-size: 20px;
    padding: 0px;
}
@media (max-width: 767px){
.gensen_scroll-table td,.gensen_scroll-table th{
    font-size: 13px;
    padding: 5px;
}
}
td.gensen_table_blue {
    background-color: #E8F1F9;
    padding: 10px 5px;
	font-size: 20px;
}
.gensen_table_blue{
    background-color: #E8F1F9;
}
.gensen_table_beige{
    background-color: #FEFBED;
    padding: 10px 5px;
    font-size: 20px;
}
@media (max-width: 767px){
td.gensen_table_blue,.gensen_table_beige{
    font-size: 13px;
}
}
img.gensen_net_img {
    display: block;
    margin: 100px auto 0;
    max-width: 100%;
}
@media (max-width: 767px){
img.gensen_net_img {
    display: block;
    margin: 30px auto 0;
    width: 50%;
    height: auto;
}
}
p.gensennet_text {
    font-size: 18px;
    text-align: center;
    line-height: 2;
}
p.gensennet_text2 {
    font-size: 22px;
    text-align: center;
    margin-top: 70px;
}
@media (max-width: 767px){
p.gensennet_text2 {
    font-size: 15px;
	margin-top: 30px;
}
}
p.gensennet_text2 span{
	border-bottom: dotted 5px #005BA4;
}
/*お申込み・相談フォーム*/
dl.contact7_gensen {
    max-width: 100%;
    box-sizing: border-box;
    padding: 0px;
}
@media (max-width: 767px){
.contact7_gensen dt{
    margin-bottom: 5px;
}
}
.top_con4_bg{
    background-color: #E6F1FA;
    padding: 0px 20px 50px;
    margin: 50px 0 50px;
}
@media (max-width: 767px){
.top_con4_bg{
    margin: 50px 0 50px;
    padding: 0px;
}
}
@media screen and (min-width: 768px) {
.contact7_gensen dt {
	float: left;
	clear: left;
	padding: 5px 10px 5px 0;
}
	.shopping-form dt {
	float: left;
	clear: left;
	padding: 5px 10px 5px 0;
	width:43%;
}
	dd.shop-contact {
    margin-left: 0;
    display:flex;
}
}
span.gensen-must {
    color: #FFF;
    border-radius: 3px;
    font-size: 10px;
    margin-left: 10px;
    padding: 5px 10px;
    letter-spacing: 2px;
    background-color: #1E73BE;
}
p.gensen_from_text {
    text-align: center;
    margin-top: 30px;
    line-height: 2;
    font-size: 14px;
}
@media (max-width: 767px){
p.gensen_from_text {
    text-align: left;
    font-size: 13px;
    line-height: 1.5;
}
}
p.gensen_maintitle {
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    margin-top: 50px;
}
@media screen and (max-width: 767px){
p.gensen_maintitle {
    font-size: 16px;
}
}
img.gensen_answer_img {
    display: block;
    margin: auto;
    margin-top: 30px;
    max-width: 100%;
}
p.gensennet_text1 {
    text-align: center;
    margin-top: 20px;
}
@media screen and (max-width: 1199px){
p.gensennet_text1 {
	font-size: 13px;
}
}
@media screen and (max-width: 767px){
p.gensennet_text1 {
    text-align: left;
}
}
.contact7_gensen dd {
	margin: 0 0 30px 0;
}
@media screen and (min-width: 768px){
.contact7_gensen dd {
    margin-left: 45%;
}
}
@media screen and (min-width: 1199px){
.contact7_gensen dd {
    margin-left: 40%;
}
}
.gensen-btn_contact7 input {
    width: 40%;
	background-color: #1E73BE;
    color: #FFF;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.2em;
    border: 1px solid #1E73BE;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    border-radius: 30px;
}
@media screen and (max-width: 767px){
.gensen-btn_contact7 input {
    width: 100%;
}
}
p.gensen-btn_contact7 {
    display: block;
    margin: auto;
    text-align: center;
}
@media screen and (max-width: 767px){
dl.contact7_gensen input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,dl.contact7_gensen textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}
}
/*サイドバナー追加の画像指定*/
.b-add {
    width: 100%;
    height: auto;
}
/*PR広告用のテキスト*/
.textwidget p.pr-text {
    line-height: 0em;
    text-align: right;
    padding-top: 40px;
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: flex-end;
}
li#custom_html-2 {
    display: none;
}