@charset "UTF-8";
@media all and (max-width:999px) {
.topic-ani a{
	transition: .5s;
}
.topic-ani a:hover{
	opacity: .5;
}
.topic-header{
	position:static !important;
	top:auto;
	left:auto;
	transform: none;
	height: auto;
	padding:20px 15px;
	width:auto;
	background-color: white;
	display:flex;
	justify-content: space-between;
	align-items: center;
	gap:10px;
}
.logo-topic{
	width:115px;
}
.topic-h-right{
	/* display:flex; */
	gap:12px;
	align-items: center;
}
.topic-h-right a{
	display:block;
	padding:13px 18px;
	background-color: #2c2c2c;
	color:white;
	border-radius: 5px;
	font-size:14px;
	display:none;
}
.topic-h-right .searchform{
	border:1px solid #B4B4B4;
	border-radius: 4px;
}
.topic-h-right .searchform div{
	display:flex;
	height:27px;
}
.topic-h-right .searchform input{
	border:none;
}
.searchform div input{
	border-radius: 4px 0 0 4px;
	width:110px;
	padding-left:10px;
	padding-right:10px;
}
.searchform div #searchsubmit{
	width:45px;
	border-radius: 0 4px 4px 0;
	padding-left:2px;
	padding-right:2px;
	font-size:12px;
}
/* トピックトップ */
.topic-content{
	padding:50px 0 10px;
	background-image: url(image/topic-top-back.jpg);
	background-size: cover;
	background-position: center;
}
.topic-slider .slick-slide{
    margin-right: 7px!important;
    margin-left: 7px!important;
}
.topic-slider .slick-slide img{
	border-radius: 5px;
}
.slide-arrow{
	width:11px;
	bottom:-2px;
}
.prev-arrow{
	position: absolute;
	left: 30%;
  	transform: translateX(-50%);
}
.next-arrow{
	position: absolute;
	right: 30%;
  	transform: translateX(50%);
}
/* dotsを丸くカスタマイズするCSS */
.dots-wrap {
    display: flex;
    justify-content: center;
	gap:9px;
	margin-top:25px;
	padding:0;
}
.dots-wrap li {
    width: 6px;
    height: 6px;
    margin: 0 5px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
	opacity: .2;
	list-style: none;
}
.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background:white;
	opacity: .7;
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
.topic-width{
	width:86%;
	margin:40px auto 0;
	position: relative;
}
.topic-width h2{
	font-size:19px;
	font-weight:500;
}
.topic-top-list{
	display:grid;
	gap:10px;
	grid-template-columns: repeat(2, 1fr);
	margin-top:20px;
}
.topic-top-list a{
	background-color: white;
}
.topic-top-list img{
	width:100%;
	height:auto;
	border-radius: 5px 5px 0 0;
}
.topic-top-list-txt{
	padding:12px 9px 14px;
}
.topic-top-list-txt-time{
	font-size:12px;
	color:black;
}
.topic-top-list-txt-title{
	font-size:13px;
	font-weight:400;
	color:black;
	margin:5px 0 12px;
}
.topic-top-list-txt-category{
	font-size:12px;
	color:#969696;
}
.topic-list-btn{
	position: absolute;
	top:4px;
	right:0;
	color:black;
	font-size:14px;
	font-weight:600;
}
.topic-top-all-category{
	margin:30px auto;
	padding:30px 0;
	max-width:1250px;
	width:86%;
	background-color: #1B1B1B;
	border-radius: 5px;
}
.topic-top-all-category h2{
	text-align: center;
	color:white;
	font-size:17px;
	font-weight:500;
}
.topic-top-all-category-list{
	width:90%;
	margin:20px auto 0;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap:10px;
}
.topic-top-all-category-list li{
	list-style: none;
}
.topic-top-all-category-list li a{
	color:white;
	font-size:13px;
	padding:7px 15px;
	border-radius: 20px;
	border: solid 1px white;
	display:block;
}
.topic-bottom-cta{
	display:grid;
	gap:15px;
	grid-template-columns: repeat(1, 1fr);
	max-width:1250px;
	width:86%;
	margin:40px auto 0;
}
.topic-bottom-cta a{
	display:block;
}
.topic-bottom-cta img{
	border-radius: 5px;
}
/* カテゴリーページ */
.topic-content-kaso{
	padding-top:20px;
	display:flex;
	flex-direction: column;
	gap:30px;
	max-width:1250px;
	width:86%;
	margin:30px auto 0;
}
.kaso-topic-list{
	width:auto;
}
.a-title{
	font-size:17px;
}
.kaso-topic-list-content{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap:10px;
	margin-top:35px;
}
.kaso-topic-list-content a{
	background-color: white;
	border-radius: 5px;
}
.kaso-topic-list-content-detail-img img{
	width:100%;
	height:auto;
	border-radius: 5px 5px 0 0;
}
.kaso-topic-list-content-detail-txt{
	padding:12px 9px 14px;
}
.topic-thm{
	margin:20px 0 0 0;
}
.topic-thm img{
	height:auto !important;
}
.kaso-topic-time{
	font-size:12px;
	color:black;
}
.kaso-topic-title{
	font-size:13px;
	color:black;
	margin:5px 0 12px 0;
}
.kaso-topic-category{
	font-size:12px;
	color:#969696;
}
.kaso-category-list{
	width:auto;
	border-radius: 5px;
}
.kaso-category-list-content{
	padding:19px 18px 15px;
	background-color: white;
}
.kaso-category-list-content h4{
	font-size:17px;
	font-weight:500;
}
.c-name{
	display:flex;
	flex-direction: column;
	gap:18px;
	margin-top:17px;
}
.kaso-category-list-content li{
	list-style: none;
}
.c-name a{
	font-size:15px;
	font-weight:400;
	padding:0 0 8px 0;
	border-bottom: 1px solid #EFEFEF;
	color:black !important;
	width:100%;
	display:block;
}
.kaso-c-other-topic{
	margin-top:20px;
	display:flex;
	flex-direction: column;
	gap:7px;
}
.kaso-c-other-topic img{
	border-radius: 5px;
}
/* 詳細ページ */
.single-left-width{
	width:auto;
	/* background-color: white; */
	/* border-radius: 5px; */
}
.s-c-content-topic{
	/* padding:50px 55px; */
}
.single-title{
	font-size:20px;
	font-weight:500;
	margin-top:30px;
}
.topic-time , .topic-category{
	font-size:13px;
	color:#B0B0B0;
}
.topic-txt #toc_container{
	width:100%;
	padding:0;
	border: none;
	background-color: white;
	margin-bottom:40px;
}
.topic-txt .toc_title{
	text-align: left !important;
	padding:20px 30px 0 !important;
}
.topic-txt .toc_list{
	display:flex;
	flex-direction: column;
	gap:5px;
	padding:0 30px 20px !important;
}
.topic-txt .toc_list li a{
	font-family:'Noto Sans JP', sans-serif;
}
.toc_list a{
	font-size:14px;
	color:black;
}
.topic-txt h2{
	font-size:20px;
	font-weight:600;
	margin:30px 0 15px;
	color:#2c2c2c;
}
.topic-txt h3{
	font-size:17px;
	font-weight:600;
	margin:15px 0;
	color:#2c2c2c;
}
.topic-txt p{
	font-size:14px;
	line-height:2;
	text-align: justify;
	margin:15px 0;
	color:#2c2c2c;
}
.topic-txt iframe{
	width:100%;
	height:260px;
}
.topic-txt .wp-block-image{
	margin:0;
	padding:25px 0;
}
.topic-txt .wp-block-list{
	display:flex;
	flex-direction: column;
	gap:5px;
	padding:0 0 0 20px;
}
.topic-txt .wp-block-list{
	list-style:decimal;
}
.topic-txt .wp-block-list li{
	font-size:14px;
	font-family:'Noto Sans JP', sans-serif;
}
.topic-txt  .wp-block-table td{
	font-family:'Noto Sans JP', sans-serif;
}
.relevance-topic{
	margin:50px auto 0;
}
.yarpp-related{
	margin-top:25px !important;
	margin-bottom:50px !important;
}
.yarpp-thumbnails-horizontal{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
    grid-row-gap: 30px;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail{
	width:100% !important;
	height:auto !important;
	display:block !important;
	margin:0 !important;
	padding:0 0;
	border: none !important;
}
.yarpp-thumbnail img{
	width:100% !important;
	height:auto !important;
	margin:0 !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title{
	width:100% !important;
	font-size:13px !important;
	font-weight:400 !important;
	color:#555555;
	margin:10px 0 0 0 !important;
	padding:0 0;
}
.has-inline-color{
	color:black !important;
	background-color: #ffff76 !important;
}
.topic-top-link-group .wp-block-group__inner-container{
	display:flex;
	flex-direction: column;
	gap:12px;
}
.topic-top-link-group p{
	margin:0;
}
.topic-top-link-group p a{
	line-height: 1.4;
}
/* フッター */
.topic-fotter{
	width:auto;
	border-radius: 0 !important;
	margin-top:70px;
	margin-bottom:0;
	background-color: #1B1B1B;
	padding-top:60px;
}
.topic-fotter small{
	margin:60px auto 0;
}
.topic-fotter-content{
	max-width:1250px;
	width:86%;
	margin:0 auto 0;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	gap:50px;
}
.topic-fotter-content-left{
	width:auto;
}
.topic-fotter-content-left p{
	font-size:17px;
	font-weight:400;
	color:white;
	letter-spacing: -0.02em;
}
.topic-fotter-content-left-list{
	display:flex;
	flex-direction: column;
	gap:20px;
	margin-top:23px;
}
.topic-fotter-content-left-list a{
	display:flex;
	flex-direction: column;
	gap:6px;
	border-bottom:1px solid #C3C3C3;
	padding:0 0 11px 0;
}
.topic-fotter-content-left-list a span:nth-child(1){
	color:white;
	font-size:13px;
}
.topic-fotter-content-left-list a span:nth-child(2){
	color:#555555;
	font-size:12px;
}
.topic-fotter-content-right{
	width:auto;
	display:flex;
	flex-direction: column;
}
.topic-fotter-content-right p{
	font-size:17px;
	font-weight:400;
	color:white;
	letter-spacing: -0.02em;
}
.topic-fotter-content-category{
	display:flex;
	flex-wrap: wrap;
	grid-column-gap: 9px;
    grid-row-gap: 9px;
	margin-top:25px;
}
.topic-fotter-content-category li{
	list-style: none;
}
.topic-fotter-content-category li a{
	color:white;
	font-size:13px;
	letter-spacing: -0.02em;
	padding:9px 15px;
	border-radius: 20px;
	border: solid 1px white;
	display:block;
	font-family:'Noto Sans JP', sans-serif;
}
.topic-fotter-content-right-bottom{
	display:grid;
	grid-template-columns: repeat(1, 1fr);
	gap:10px;
	margin-top:30px;
}
.topic-fotter-content-right-bottom a{
	display:flex;
	justify-content: space-between;
	align-items:center;
	gap:20px;
	background-color: #333333;
	padding:21px 29px;
	border-radius: 5px;
}
.topic-fotter-content-right-bottom a .ft-title{
	font-size:18px;
	font-weight:500;
	letter-spacing: -0.02em;
	color:white;
}
.topic-fotter-content-right-bottom a .ft-arrow{
	width:60px;
}
.topic-common-bottom-cta{
	display:grid;
	grid-template-columns: repeat(1, 1fr);
	gap:7px;
	margin-top:40px;
}
.topic-common-bottom-cta img{
	border-radius: 5px;
}
.topic-side-cta{
	margin-top:20px;
	display:flex;
	flex-direction: column;
	gap:7px;
}
.topic-side-cta a img{
	border-radius: 5px;
}
/* その他 */
.sidebar-topic-group{
	margin-top:30px;
}
.sidebar-topic-group div{
	display:flex;
	flex-direction: column;
	gap:10px;
	margin-top:17px;
}
.sidebar-topic-group div a{
	font-size: 15px;
	font-weight:500;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #EFEFEF;
	color:#0071db;
}
}