@charset "UTF-8";
@media all and (max-width:999px) {
.breadcrumbs{
	margin:0 0 20px 0;
}
.breadcrumbs span{
	font-size:13px;
	font-weight:500;
	color:black;
}
.breadcrumbs a span{
	color:#B0B0B0 !important;
}
.slash-bread{
	color:#B0B0B0 !important;
}
.topic-ani{
	padding-top:0 !important;
}
.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.webp);
	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:0 auto 0;
	padding-top:120px;
	position: relative;
}
.topic-width h2{
	font-size:19px;
	font-weight:500;
}
.topic-top-list{
	display:grid;
	gap:15px;
	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;
}
.topic-top-list-txt{
	padding:12px 0 0 0;
}
.topic-top-list-txt-time{
	font-size:12px;
	color:black;
}
.topic-top-list-txt-title{
	font-size:13px;
	font-weight:500;
	color:black;
	margin:5px 0 3px;
}
.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:0 auto 0;
	padding-top:110px;
}
.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:0;
	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:500;
	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; */
}
.single-left-width .topic-txt a{
	text-decoration: underline;
	color:#0071db;
}
.s-c-content-topic{
	/* padding:50px 55px; */
}
.table-link{
	margin-top:20px;
	margin-bottom:20px;
}
.table-link h3{
	font-size:17px;
	font-weight:400;
	margin:0 0 15px 0;
}
.table-link div{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	gap:4px;
}
.table-link a{
	text-align: center;
	color:#FF4800;
	background-color: #FFF5F0;
	border:1px solid #FF4800;
	font-size:12px;
	font-weight:500;
	padding:8px 0;
	border-radius:4px;
}
.single-title{
	font-size:20px;
	font-weight:600;
	/* margin-top:30px; */
	margin-bottom:15px;
}
.topic-time , .topic-category{
	font-size:13px;
	color:#B0B0B0;
}
.topic-txt #toc_container{
	width:100%;
	padding:0;
	border: none;
	background-color: white;
	margin-bottom:20px;
}
.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:19px;
	font-weight:600;
	margin:30px 0 15px;
	color:#2c2c2c;
	padding:5px 8px 5px 15px;
	background-color: #f7f7f7;
	border-left: 7px solid #FF4800;
}
.topic-txt h3::before{
	content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ddd;
}
.topic-txt h3{
	font-size:17px;
	font-weight:600;
	margin:15px 0;
	padding:0 0 5px 0;
	color:#2c2c2c;
	position: relative;
}
.topic-txt h3::after{
	content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 6.25rem;
    height: 2px;
    background-color: #FF4800;
}
.topic-txt h4::before{
	content: "・";
	font-size:40px;
	color:#FF4800;
	line-height: 0.4;
}
.topic-txt h4{
	font-size:17px;
	font-weight:600;
	margin:20px 0;
	color:#2c2c2c;
	display:flex;
	align-items: center;
	gap:5px;
}
.topic-txt p{
	font-size:14px;
	font-weight:500;
	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:15px;
	font-weight:500;
	font-family:'Noto Sans JP', sans-serif;
}
.topic-txt  .wp-block-table thead{
	background-color: #FF4800;
	color:white;
}
.topic-txt  .wp-block-table th{
	border:none !important;
	font-size:14px;
}
.topic-txt  .wp-block-table td{
	font-family:'Noto Sans JP', sans-serif;
	font-size:14px;
}
.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;
}
.yarpp ol{
	padding:0;
}
.yarpp li{
	list-style:none;
}
.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;
}
.wp-block-post-author{
	border: 1px solid #EFEFEF;
	border-radius:5px;
	padding:20px 25px;
	margin-bottom:25px;
	flex-direction: column;
	gap:15px;
}
.wp-block-post-author__avatar{
	margin-right:30px;
	width:75px !important;
	height:75px !important;
}
.wp-block-post-author__avatar img{
	border-radius: 60px;
	object-fit: cover !important;
	height:100%;
}
.wp-block-post-author__byline{
	margin:0 0 10px 0 !important;
	font-size:13px !important;
	font-weight:500 !important;
	line-height: 1.2 !important;
}
.wp-block-post-author__name{
	margin:0 0 0 0 !important;
	font-size:16px !important;
	font-weight:500 !important;
	line-height: 1.2 !important;
}
.wp-block-post-author__bio{
	margin:10px 0 0 0 !important;
	font-size:14px !important;
	line-height: 1.75 !important;
}
/* ポップアップ */
.pum-theme-761, .pum-theme-default-theme{
	background-color: rgba(0, 0, 0, 0.5) !important;
}
.pum-container.pum-responsive{
	width:85%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.pum-close{
	padding:10px !important;
	line-height: 10px !important;
	background-color: #2c2c2c !important;
	font-size: 16px !important;
}
.pum-container, .pum-theme-default-theme .pum-container{
	padding:9px;
}
.topick-b-main img{
	border-radius:5px;
}
.back-btn{
	margin-top:30px;
}
.back-btn a {
    color: #2E2E2E;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
    transition: .5s;
    display: flex;
    align-items: center;
}
.back-btn a::before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #FF4800;
    background-size: contain;
    vertical-align: middle;
    margin: 0 12px 0 0;
    transition: .5s;
}
.topic-width .common-title{
	width:auto !important;
}
.schema-faq-section{
	margin:20px 0;
	padding:0 0 20px 0;
	border-bottom: 1px solid #E2E2E2;
}
.wp-block-yoast-faq-block .schema-faq-question{
    font-size: 16px;
    font-weight: 600;
    margin:0;
    color: #2c2c2c;
    display: flex;
    align-items: center;
    gap: 4px;
}
.wp-block-yoast-faq-block .schema-faq-question::before {
    content: "Q.";
    font-size: 19px;
    color: #FF4800;
    line-height: 0.4;
}
.wp-block-yoast-faq-block .schema-faq-answer{
	margin-top:8px;
	margin-bottom:0;
	font-weight:500;
	font-size:14px;
	padding:0 0 0 25px;
}
#ez-toc-container{
	width:calc(100% - 40px) !important;
	padding:12px 20px;
	margin-top:25px;
	background-color: transparent;
	border: 1px solid #dcdcdc !important;
	border-top:4px solid #FF4800 !important;
	border-radius: 0px !important;
}
.ez-toc-title{
	font-size:14px !important;
	font-weight:600 !important;
	color:#969696 !important;
}
.ez-toc-list{
	margin-top:6px !important;
	display:flex;
	flex-direction: column;
	gap:4px;
}
.ez-toc-heading-level-2{
	font-size:14px !important;
	font-weight:500 !important;
}
#ez-toc-container a{
	text-decoration: none !important;
}
.topic-cta{
	padding:15px 15px 20px;
	margin:30px 0;
	border: 1px solid #c4c4c4;
}
.topic-cta p{
	text-align: center;
	font-weight:600 !important;
	margin:0 !important;
	letter-spacing: -0.01em;
}
.topic-cta a{
	background-color: #FF4800;
	color:white !important;
	text-decoration: none !important;
	display:block;
	width:100%;
	border-radius:5px;
	padding:7px 0;
	margin-top:5px;
}
.cvec-offer{
	background-color:#fef5f2;
	padding:30px 30px;
	border-radius: 7px;
}
.cvec-offer h5{
	font-size:15px;
	text-align: center;
	border-bottom:2px solid #FF4800;
	padding-bottom:5px;
}
.cvec-offer ul{
	padding:0 0 0 18px;
	display:flex;
	flex-direction: column;
	gap:7px;
}
.cvec-offer ul li{
	font-weight:500;
	font-size:15px;
}
.cvec-offer p{
	font-weight:500;
	font-size:15px;
	line-height: 1.75;
}
.cvec-offer a{
	background-color: #FF4800;
	color:white !important;
	text-decoration: none !important;
	text-align: center;
	display:block;
	width:100%;
	border-radius:5px;
	padding:12px 0;
	margin-top:15px;
	font-weight:600;
	font-size:18px;
}
.document-offer{
	background-color:#fef5f2;
	padding:30px 30px;
	border-radius: 7px;
	margin-top:30px;
}
.document-offer h5{
	font-size:15px;
	text-align: center;
	border-bottom:2px solid #FF4800;
	padding-bottom:5px;
}
.document-offer .wpcf7{
	margin-top:25px;
}
.document-offer .form-flex{
	display:grid;
	grid-template-columns: repeat(1, 1fr);
}
.prefectures-list ul{
	display:grid !important;
	grid-template-columns: repeat(2, 1fr);
	gap:15px !important;
	padding:0 !important;
}
.prefectures-list ul li{
	list-style: none !important;
	text-align: center;
}
.prefectures-list ul li a{
	color:white !important;
	text-decoration: none !important;
	padding:15px 10px !important;
	background-color: #3F3F3F;
	border-radius: 4px;
	display:block;
}
}