/* CSS Document */
@keyframes check {
  0% {
  height: 0;
  width: 0;
    opacity: 0;
}
50% {
  height: 0;
  width: 0.35rem;
  opacity: 1;
}
100% {
   height: 1rem;
  width: 0.35rem;
  opacity: 1;
  }
}
.reveals_block .r_box.wcvisible .check::after{
  animation: check 0.8s ease;
}
/*ページタイトル*/
.page_title.uwaki h2::after{
	content: "INFIDELITY INNESTIGATION";
}
.page_title.sokou h2::after{
	content: "BACKGROUND";
}
.page_title.stoker h2::after{
	content: "STOKER";
}
.page_title.kekkon h2::after{
	content: "BEFORE MARRIAGE";
}
.page_title.dokushin h2::after{
	content: "PRETENDING TO BE SINGLE";
}
.page_title.dokushin h2::after{
	content: "CORPORATE RESEARCH";
}
.page_title.iede h2::after{
	content: "LEAVING HOME";
}
.page_title.iede h2::after{
	content: "LEAVING HOME";
}
.page_title.searching h2::after{
	content: "SEARCHING FOR";
}
.page_title.harassment h2::after{
	content: "HARASSMENT";
}
.page_title.listening_device h2::after{
	content: "LISTENING DEVICE";
}
/*コンテンツ*/
.service_top{
	box-sizing: border-box;
}
body[wc-view-code="sp"] .service_top{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-code="tb"] .service_top{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .service_top{
	padding: var(--headerHeight) calc((100vw - 750px) / 2);
}
.contents_title::before{
  content: "ABOUT";
}
.service_top .sub_title{
	margin: 1.5rem 0;
	white-space: inherit !important;
}
body[wc-view-type="sp-s"] .service_top .sub_title{
	font-size: 1.3rem !important;
}
.service_top .sub_title .change_navy{
	font-weight: 700;
	transition: color 600ms 400ms ease;
	font-size: 1.35rem;
}
.service_top .sub_title.wcvisible .change_navy{
	color: var(--accentColor);
	white-space: break-spaces;
}
.service_top .s_top_text{
}
.service_top .s_top_text > p{
	line-height: 2rem;
	transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
.service_top .s_top_text > p.wcvisible{
	opacity: 1;
	transform: translateY(0);
}
body:not([wc-view-code="sp"]) .service_top .s_top_text > p{
  text-align: center;
}
.service_top .s_top_text > p:not(:first-of-type){
	margin-top: 1rem;
}
/*悩み*/
.s_nayami{
	background-color: #efefef;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	padding: var(--headerHeight) 0 1.75rem 0;
	overflow: hidden;
}
body[wc-view-type="tb"] .s_nayami{
  padding: var(--headerHeight) 5vw 1.75rem;
}
body[wc-view-type="tb-l"] .s_nayami{
  padding: var(--headerHeight) 15vw 1.75rem;
}
body[wc-view-code="pc"] .s_nayami{
  padding: var(--headerHeight) calc((100vw - 750px) / 2);
}
.s_nayami::before{
	content: "";
	width: 2.5rem;
  height: 2.5rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
  transition: bottom linear 600ms,opacity linear 600ms;
	position: absolute;
  background-color: #fff;
	top: -1.25rem;
}
.s_nayami .sub_title{
	margin: 0 0 1.5rem 0;
}
.s_nayami .s_n_block{
	margin: 0 70px;
	position: relative;
	z-index: 1;
}
body[wc-view-code="tb"] .s_nayami .s_n_block{
	margin: 0 150px;
}
.s_nayami .s_n_block::before,
.s_nayami .s_n_block::after{
	content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 100px;
  height: 111px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  bottom: -1.75rem;
}
body[wc-view-code="tb"] .s_nayami .s_n_block::before,
body[wc-view-code="pc"] .s_nayami .s_n_block::before,
body[wc-view-code="tb"] .s_nayami .s_n_block::after,
body[wc-view-code="pc"] .s_nayami .s_n_block::after{
	width: 125px;
  height: 138px;
}
.s_nayami .s_n_block::before{
	background-image: url("/img/service/sample_nayami_left02.webp?202507140951");
	left: -95px;
}
.s_nayami .s_n_block::after{
	background-image: url("/img/service/sample_nayami_right02.webp?202507140951");
	right: -95px;
}
body:not([wc-view-code="sp"]) .s_nayami .s_n_block::before{
	left: -128px;
}
body:not([wc-view-code="sp"]) .s_nayami .s_n_block::after{
	right: -128px;
}
.s_nayami .s_n_block ul{
	list-style: none;
	list-style-position: outside;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.s_nayami .s_n_block ul li{
	background-color: #fff;
	padding: 0.75rem;
	border-radius: 1rem;
	transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
.s_nayami .s_n_block ul li.wcvisible{
	opacity: 1;
	transform: translateY(0);
}
/*つなぎ*/
.crossroads{
  box-sizing: border-box;
  position: relative;
  z-index: 1;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}
body[wc-view-code="sp"] .crossroads{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-code="tb"] .crossroads{
  padding: var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .crossroads{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.crossroads::before{
  content: "";
	width: 2.5rem;
  height: 2.5rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: 2;
  transition: bottom linear 600ms,opacity linear 600ms;
	position: absolute;
  background-color: #efefef;
	top: -1.25rem;
}
.crossroads > .c_title{
  font-weight: 700;
  font-size: 1.35rem;
  text-align: center;
}
.crossroads > .c_title .change_navy{
	transition: color 600ms 400ms ease;
	font-size: 1.35rem;
	font-weight: 700;
}
.crossroads > .c_title.wcvisible .change_navy{
	color: var(--accentColor);
}
.cross_flex{
  display: flex;
  margin-top: 1.5rem;
  flex-wrap: wrap;
	justify-content: center;
}
body[wc-view-code="sp"] .cross_flex,
body[wc-view-code="tb"] .cross_flex{
	gap:1rem;
}
body[wc-view-code="sp"] .cross_flex{
  flex-direction: column;
}
body[wc-view-type="tb"] .cross_flex{
	gap: 1rem;
}
body[wc-view-code="pc"] .cross_flex{
  gap:1.5rem; 
}
.cross_flex > article{
  background-color: #f0f8ff;
  border-radius: 0.25rem;
  padding: 0.75rem;
  box-sizing: border-box;
	transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
.cross_flex > article.wcvisible{
	opacity: 1;
	transform: translateY(0);
}
body[wc-view-type="tb"] .cross_flex > article{
	width: calc(50% - 0.5rem);
}
body[wc-view-type="tb-l"] .cross_flex > article{
	width: calc((100% / 3) - 0.67rem);
}
body[wc-view-code="pc"] .cross_flex > article{
  width: calc((100% / 3) - 1rem);
	padding: 1rem;
}
.cross_flex > article h2{
  font-weight: 700;
  color: var(--accentColor);
  font-size: 1.1rem;
  text-align: center;
}
.cross_flex > article > p{
  line-height: 1.8rem;
  padding: 0.75rem;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 0.5rem;
	height: calc(100% - 2.5rem);
}
body[wc-view-type="tb-l"] .cross_flex > article > p{
	min-height: 167px;
}
body[wc-view-code="pc"] .cross_flex > article > p{
	margin-top: 0.75rem;
}
.crossroads .c_last{
  line-height: 1.8rem;
	font-weight: 700;
	transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
body[wc-view-code="sp"] .crossroads .c_last br.none{
	display: none;
}
.crossroads .c_last.wcvisible{
	opacity: 1;
	transform: translateY(0);
}
body[wc-view-code="pc"] .crossroads .c_last{
  width: 750px;
  margin: 0 auto 0 auto;
}
body:not([wc-view-code="sp"]) .crossroads .c_last{
  text-align: center;
}
/*調査項目・内容*/
.investigation{
  box-sizing: border-box;
  background-color: #f0f8ff;
}
body[wc-view-code="sp"] .investigation{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-code="tb"] .investigation{
  padding: var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .investigation{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.investigation .contents_title::before{
  content: "INVESTIGATION";
}
.investigation > p{
  margin: 1.5rem 0;
  line-height: 1.8rem;
	transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
.investigation > p.wcvisible{
	opacity: 1;
	transform: translateY(0);
}
body:not([wc-view-code="sp"]) .investigation > p{
  text-align: center;
}
.investigation > .investigation_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body[wc-view-code="sp"] .investigation > .investigation_flex{
  flex-direction: column;
  gap:1rem;
}
body[wc-view-code="tb"] .investigation > .investigation_flex{
	gap:1rem;
}
body[wc-view-code="pc"] .investigation > .investigation_flex{
  gap:1.5rem;
}
.investigation > .investigation_flex:not(:first-of-type){
	margin-top: calc(var(--headerHeight) / 2);
}
.investigation > .investigation_flex > h3{
	position: relative;
	z-index: 1;
	width: 100%;
}
.investigation > .investigation_flex > h3::after{
	content: "";
	width: 100%;
	height: 1px;
	background-color: var(--accentColor);
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: -1;
}
.investigation > .investigation_flex > h3 > span{
	font-weight: 700;
  color: var(--accentColor);
  background-color: #f0f8ff;
  padding: 0 1rem;
  margin: 0 auto;
  display: table;
  font-size: 1.1rem;
}
.investigation > .investigation_flex > article{
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0px 0px 5px rgba(30,76,124,0.2);
  padding: 0.75rem;
  box-sizing: border-box;
	transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
.investigation > .investigation_flex > article{
	opacity: 1;
	transform: translateY(0);
}
body[wc-view-code="tb"] .investigation > .investigation_flex > article,
body[wc-view-code="pc"] .investigation > .investigation_flex > article{
  width: calc(50% - 0.75rem);
	padding: 1rem;
}
.investigation > .investigation_flex > article > h2{
  font-weight: 700;
  color: var(--accentColor);
  font-size: 1.1rem;
  text-align: center;
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.5rem;
}
.investigation > .investigation_flex > article > .if_text{
  padding: 0.5rem 0.5rem 0 0.5rem;
  box-sizing:border-box; 
}
body[wc-view-code="pc"] .investigation > .investigation_flex > article > .if_text{
  padding: 0.5rem 1rem 0 1rem;
}
.investigation > .investigation_flex > article > .if_text p{
  line-height: 1.8rem;
}
/*調査でわかること*/
.reveals{
	background-color: #fbfdff;
	box-sizing: border-box;
}
body[wc-view-code="sp"] .reveals{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-code="tb"] .reveals{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .reveals{
	padding: var(--headerHeight) calc((100vw - 750px) / 2);
}
.reveals .contents_title::before{
	content: "REVEALS";
}
.reveals > p{
	margin: 1.5rem 0;
}
body:not([wc-view-code="sp"]) .reveals > p{
	text-align: center;
}
.reveals_block{
	border: solid 2px #bbb;
	box-sizing: border-box;
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	gap:1rem;
	background-color: #fff;
}
body[wc-view-code="sp"] .reveals_block{
	padding: 0.75rem;
	gap: 0.5rem;
}
.reveals_block .r_box{
	display: flex;
}
.reveals_block .r_box .check{
  width: 2rem;
  height: 2rem;
  flex: none;
  margin-right: 0.75rem;
  position: relative;
  z-index: 1;
  border: solid 6px #efefef;
  box-sizing: border-box;
  background-color: #fff;
}
.reveals_block .r_box .check::before{
  content: "";
  inset: -3px;
  border: solid 2px #dcdcdc;
  box-sizing: border-box;
  position: absolute;
}
.reveals_block .r_box .check::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  height: 1rem;
  width: 0.35rem;
  border-right: 4px solid var(--accentColor);
  border-top: 4px solid var(--accentColor);
  display: block;
  transform-origin: left top;
  transform: scaleX(-1) rotate(135deg);
}
.reveals_block .r_box > p,
.reveals_block .r_box dl{
  font-weight: 700;
  transition: opacity 600ms ease;
}
.reveals_block .r_box > p,
.reveals_block .r_box dl > dt{
	font-weight: 700;
}
.reveals_block .r_box dl > dd{
}
.reveals_block .r_box.wcvisible dl{
  opacity: 1;
}
/*浮気調査のスケジュール*/
.schedule{
  box-sizing: border-box;
}
body[wc-view-code="sp"] .schedule{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-code="tb"] .schedule{
  padding: var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .schedule{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.schedule .contents_title::before{
  content: "SCHEDULE";
}
.schedule .contents_title.case::before{
	content: "CASE";
}
.schedule > p{
  line-height: 1.8rem;
  margin: 1.5rem 0;
	transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
.schedule > p.wcvisible{
	opacity: 1;
	transform: translateY(0);
}
body:not([wc-view-code="sp"]) .schedule > p{
  text-align: center;
}
.schedule .s_flex{
  display: flex;
	flex-direction:column;
}
body[wc-view-code="sp"] .schedule .s_flex,
body[wc-view-type="tb"] .schedule .s_flex{
  gap: 1rem;
}
body[wc-view-type="tb-l"] .schedule .s_flex,
body[wc-view-code="pc"] .schedule .s_flex{
  gap:1.5rem;
}
.schedule .s_flex article{
  box-sizing: border-box;
  background-color: #f0f8ff;
  padding: 0.75rem;
  display: flex;
  flex-wrap: wrap;
	transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
.schedule .s_flex article.wcvisible{
	opacity: 1;
	transform: translateY(0);
}
body[wc-view-code="sp"] .schedule .s_flex article{
  flex-direction: column;
	gap:0.75rem;
}
body:not([wc-view-code="sp"]) .schedule .s_flex article{
	gap:1rem;
	padding: 1rem;
}
.schedule .s_flex article .s_title{
  display: flex;
  flex-direction: column-reverse;
	width: 100%;
}
.schedule .s_flex article .s_title > h2{
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0.5rem 0 0;
}
.schedule .s_flex article .s_title > .c_num{
  font-size: 0.85rem;
  line-height: calc(1rem + (1em - 1lh) / 2);
  background-color: var(--accentColor);
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat";
  width: fit-content;
  height: 1.25rem;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
}
.schedule .s_flex article .s_common{
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.75rem;
}
body[wc-view-type="tb"] .schedule .s_flex article .s_common{
	width: 100% !important;
}
body[wc-view-type="tb-l"] .schedule .s_flex article .s_common,
body[wc-view-code="pc"] .schedule .s_flex article .s_common{
  width: calc(50% - 0.5rem);
}
body:not([wc-view-code="sp"]) .schedule .s_flex article .s_common{
	padding: 1rem;
}
.schedule .s_flex article .s_common.result_contents{
	width: 100% !important;
}
.schedule .s_flex article .s_common .c_in_contents:not(:first-of-type){
	margin-top: 1rem;
}
body[wc-view-code="sp"] .schedule .s_flex article .s_common .c_in_contents:not(:first-of-type){
	margin-top: 0.75rem;
}
.schedule .s_flex article .s_common .s_in_title{
  color: var(--accentColor);
  font-weight: 700;
  align-items: center;
  display: flex;
  gap: 0.15rem;
}
.s_in_title.orange{
	color: #f26d00 !important;
}
.schedule .s_flex article .s_common .s_in_title::before{
  content: "";
  -webkit-mask-image: url("/img/svg/title_deco.svg");
  mask-image: url("/img/svg/title_deco.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--accentColor);
  width: 0.7rem;
  height: 0.8rem;
}

.schedule .s_flex article .s_common .s_in_title.orange::before{
	background-color: #f26d00 !important;
}
.schedule .s_flex article .s_common .c_text{
	margin-top: 0.25rem;
}
.schedule .s_flex article .s_common .c_text > .name{
  display: flex;
  margin-top:0.25rem;
}
.schedule .s_flex article .s_common .c_text > .name *{
  font-size: 0.95rem;
  font-weight: 700;
  gap:0.25rem;
}
.schedule .s_flex article .s_common .c_text > .name > dt{
}
.schedule .s_flex article .s_common .c_text > .name > dd{
}
.schedule .s_flex article .s_common .c_text > p{
  line-height: 1.5rem;
  font-size: 0.95rem;
}
.schedule .s_flex article .s_common .c_text > p:not(:first-of-type){
  margin-top: 0.25rem;
}
.schedule .s_flex article .s_common .c_text > .case_list{
	padding-left: 1rem;
	box-sizing: border-box;
	margin-top: 0.5rem;
}
.schedule .s_flex article .s_common .c_text > .case_list li:not(:first-of-type){
	margin-top: 0.25rem;
}
.schedule .s_flex article .s_common .c_text > .survey_content{
	margin-top: 0.5rem;
}
.schedule .s_flex article .s_common .c_text > .survey_content > dt{
}
.schedule .s_flex article .s_common .c_text > .survey_content > dd{
}
.schedule .s_flex article .s_common .c_text > .survey_content > dd .sur_list{
	padding-left: 1.5rem;
	list-style-position: outside;
}
.schedule .s_flex article .s_common .c_text > .survey_content > dd .sur_list li:not(:first-of-type){
	margin-top: 0.25rem;
}
.schedule .s_flex article .s_common .s_inner{
  margin-top: 0.5rem;
}
.schedule .s_flex article .s_common .s_inner .s_box{
  display: flex;
  flex-direction: column;
  padding-left: 1.5rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding-bottom: 1rem;
}
.schedule .s_flex article .s_common .s_inner .s_box::before{
  content: "";
  width: 0.95rem;
  height: 0.95rem;
  background-color: #f0f8ff;
  border: solid 2px var(--accentColor);
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.schedule .s_flex article .s_common .s_inner .s_box::after{
  content: "";
  width: 2px;
  height: 100%;
  background-color: #bbb;
  top: 0;
  left: calc(0.475rem - 1px);
  position: absolute;
  z-index: -1;
  bottom: 0;
}
.schedule .s_flex article .s_common .s_inner .s_box > dt{
  font-family: "Montserrat";
}

.schedule .s_flex article .s_common .s_inner .s_box > dt .t_small{
	font-family: "NotoSansJP";
  font-weight: 700;
  font-size: 0.85rem;
  display: inline-block;
  margin-left: 0.15rem;
}
.schedule .s_flex article > dl{
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.75rem;
	width: 100%;
}
.schedule .s_flex article > dl > dt{
  font-weight: 700;
  color: var(--accentColor);
  text-align: center;
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.5rem;
}
.schedule .s_flex article > dl > dd p{
  line-height: 1.8rem;
  padding: 0.5rem 0.5rem 0 0.5rem;
  box-sizing: border-box;
}
body:not([wc-view-code="sp"]) .schedule .s_flex article > dl > dd p{
	text-align: center;
}
/*アフターサービス*/
.after_service{
  background-color: #f0f8ff;
  box-sizing: border-box;
}
body[wc-view-code="sp"] .after_service{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-code="tb"] .after_service{
  padding: var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .after_service{
  padding: var(--headerHeight) 7vw;
}
.after_service .contents_title::before{
  content:"AFTER SERVICE";
}
.after_service .after_inner{
  display: flex;
  margin-top: 1.5rem;	
	transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
.after_service .after_inner.wcvisible{
	opacity: 1;
	transform: translateY(0);
}
body[wc-view-code="sp"] .after_service .after_inner{
  flex-direction: column;
}
.after_service .after_inner .af_text{
  box-sizing: border-box;
}
body[wc-view-code="sp"] .after_service .after_inner .af_text{
	padding: 0 0.75rem 0.75rem 0.75rem;
}
body[wc-view-type="tb"] .after_service .after_inner .af_text{
	padding-right: 1rem;
}
body[wc-view-type="tb"] .after_service .after_inner .af_text,
body[wc-view-code="pc"] .after_service .after_inner .af_text{
	padding-right: 1.5rem;
	padding-top: 1.5rem;
}
body:not([wc-view-code="sp"]) .after_service .after_inner .af_text{
	width: 50%;
}
.after_service .after_inner .af_text p{
  line-height: 1.8rem;
}
.after_service .after_inner .af_text p:not(:first-of-type){
	margin-top: 1rem;
}
.after_service .after_inner .af_text .btn{
	margin: 1rem auto 0 auto;
}
.after_service .after_inner figure{
}
body:not([wc-view-code="sp"]) .after_service .after_inner figure{
	width: 50%;
}
.after_service .after_inner figure img{
  aspect-ratio:1.414/1;
}
/*コラム*/
.column{
	box-sizing: border-box;
}
body[wc-view-code="sp"]  .column{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-code="tb"]  .column{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-code="pc"]  .column{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.column .contents_title::before{
	content: "COLUMN";
}
.column .column_block{
	display: flex;
	flex-wrap: wrap;
	column-gap: 1rem;
	margin-top: 1.5rem;
}
body[wc-view-code="sp"] .column .column_block{
	flex-direction: column;
}
body[wc-view-code="pc"] .column .column_block{
}
.column .column_block > a{
  display: block;
  text-decoration: none;
  margin-top: 0.75rem;
  transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
body[wc-view-code="sp"] .column .column_block > a,
body[wc-view-type="tb"] .column .column_block > a{
	width: 100%;
}
body[wc-view-type="tb-l"] .column .column_block > a,
body[wc-view-code="pc"] .column .column_block > a{
	width: calc(50% - 0.5rem);
}
.column .column_block > a.wcvisible{
  opacity: 1;
  transform: translateY(0);
}
.column .column_block > a *{
  color: #333;
}
.column .column_block > a article{
  display: flex;
  flex-direction: row-reverse;
  box-sizing: border-box;
  border: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 0.75rem;
}
.column .column_block > a article .info_text{
  display: flex;
  flex-direction: column;
  width: calc(100% - 80px);
  padding: 0 0 0 0.5rem;
  background-color: #fff;
  box-sizing: border-box;
}
body[wc-view-code="pc"] .column .column_block > a article .info_text{
  width: calc(100% - 100px);
}
.column .column_block > a article .info_text time,
.column .column_block > a article .info_text .colum_item{
  order:1;
  height: 1.4rem;
}
.column .column_block > a article .info_text .colum_item{
  display: flex;
  line-height: calc(1rem + ((1em + 1lh) / 2));
}
.column .column_block > a article .info_text .colum_item h3{
  color: var(--accentColor);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0 0.25rem;
  border: solid 1px var(--accentColor);
  box-sizing: border-box;
  line-height: calc(1rem + (1em - 1lh) / 2);
  height: 1.4rem;
  display: flex;
  align-items: center;
}
.column .column_block > a article .info_text .colum_item time,
.column .column_block > a article .info_text time{
  font-family: "Montserrat";
  line-height: 1.12rem;
}
body[wc-view-type="tb-l"] .column .column_block > a article .info_text .colum_item time,
body[wc-view-type="tb-l"] .column .column_block > a article .info_text time,
body[wc-view-code="pc"] .column .column_block > a article .info_text .colum_item time,
body[wc-view-code="pc"] .column .column_block > a article .info_text time{
  height: 1.4rem;
}
.column .column_block > a article .info_text time{
  margin-left: auto;
}
.column .column_block > a article .info_text > h2{
  order:2;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.column .column_block > a article .info_text > p{
  order: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.column .column_block > a article .info_text > .arrow{
  order: 4;
  font-size: 0.85rem;
  font-weight: 700;
  margin-left: auto;
  display: flex;
  width: fit-content;
  align-items: center;
}
.column .column_block > a article .info_text > .arrow::after{
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #333;
}
.column .column_block > a article figure{
  width: 80px;
}
body[wc-view-code="pc"] .column .column_block > a article figure{
  width: 100px;
}
.column .column_block > a article figure img{
  aspect-ratio:1/1;
}
.column .btn{
	margin: 1.5rem auto 0;
}