@charset "utf-8";
.clearfix:after{
  content: "";
  clear: both;
  display: block
}
img{
  height: auto;
  max-width: 100% !important;
}
a{
  transition: 0.3s;
  color: #006CD8;
}
a img{
  transition: 0.3s;
}
p{
  word-break: break-all;
}
html,body{
	color: #333;
  height: 100%;
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}

/* common parts */
div.cat_free{
	background: url("../img/icon_blog.svg") no-repeat;
	background-color: #FFF;
	background-position: left 10px center;
	background-size: auto 18px;
	padding: 0px 15px 2px 38px;
	border: 1px solid #7cb854;
	color: #7cb854;
}
div.cat_member{
	background: url("../img/icon_lock.svg") no-repeat;
	background-color: #FFF;
	background-position: left 10px center;
	background-size: auto 18px;
	padding: 0px 15px 2px 32px;
	border: 1px solid #e39a2d;
	color: #e39a2d;
}
div.cat_cashless{
	background-color: #297bab;
	padding: 0px 10px 2px;
	border: 1px solid #bebebe;
	color: #FFF;
}
div.cat_finance{
	background-color: #9f70a9;
	padding: 0px 10px 2px;
	border: 1px solid #bebebe;
	color: #FFF;
}
div.cat_safety{
	background-color: #d2556a;
	padding: 0px 10px 2px;
	border: 1px solid #bebebe;
	color: #FFF;
}
div.cat_dx-ai{
	background-color: #7cb854;
	padding: 0px 10px 2px;
	border: 1px solid #bebebe;
	color: #FFF;
}
div.cat_trend{
	background-color: #e39a2d;
	padding: 0px 10px 2px;
	border: 1px solid #bebebe;
	color: #FFF;
}
.tar{
	text-align: right !important;
}
.header_menu ul li a:hover,nav ul li:hover{
	opacity: 0.7;
}
.entrylist .entry a:hover,.side_ad_banners a:hover,.ad_banners a:hover,.ranking_detail a:hover,.side_xaccount .xpost_btn a:hover,.sitelogo a:hover,.side_about a:hover,.footerflex .footer_info .footer_logo a:hover,.share_area a:hover{
	opacity: 0.8;
}

/* entry parts */
.entrycontents{
	margin-bottom: 30px;
}
.new{
	background: #961e23;
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	padding: 6px 12px;
	transition: 0.3s;
}
.entry_date{
	font-size: 13px;
	margin-bottom: 15px;
	text-align: right;
	margin-right: 1em;
}
.categorys div{
	border-radius: 20px;
	display: inline-flex;
	align-items: center;
	height: 26px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin-right: 2px;
	margin-bottom: 5px;
}
.entrytitle,.sidetitle{
	margin-bottom: 14px;
	position: relative;
}
.entrytitle strong,.sidetitle strong{
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}
.entrytitle a{
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
}
.entrytitle a:hover{
	text-decoration: underline;
}
.entrytitle.title_news{
	background: url("../img/icon_speaker.svg") no-repeat #104f74;
	background-position: left 10px center;
	background-size: 32px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	padding: 0 10px 0 50px;
}
.entrytitle.title_news::after{
	background: #104f74;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
	position: absolute;
  bottom: -4px;
  left: 0;
}
.entrytitle.title_result{
	background: url("../img/icon_result.svg") no-repeat #104f74;
	background-position: left 10px center;
	background-size: 32px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	padding: 0 10px 0 50px;
}
.entrytitle.title_news::after{
	background: #104f74;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
	position: absolute;
  bottom: -4px;
  left: 0;
}
.entrytitle.title_pickup{
	background: url("../img/icon_pickup.svg") no-repeat #103174;
	background-position: left 10px center;
	background-size: 25px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	padding: 0 10px 0 50px;
}
.entrytitle.title_pickup::after{
	background: #103174;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
	position: absolute;
  bottom: -4px;
  left: 0;
}
.entrytitle.title_cashless{
	background: url("../img/icon_card.svg") no-repeat #297bab;
	background-position: left 15px center;
	background-size: 25px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	padding: 0 10px 0 50px;
}
.entrytitle.title_cashless::after{
	background: #297bab;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
	position: absolute;
  bottom: -4px;
  left: 0;
}
.entrytitle.title_finance{
	background: url("../img/icon_company.svg") no-repeat #9f70a9;
	background-position: left 15px center;
	background-size: 25px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	padding: 0 10px 0 50px;
}
.entrytitle.title_finance::after{
	background: #9f70a9;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
	position: absolute;
  bottom: -4px;
  left: 0;
}
.entrytitle.title_dx-ai{
	background: url("../img/icon_cloud.svg") no-repeat #7cb854;
	background-position: left 15px center;
	background-size: 25px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	padding: 0 10px 0 50px;
}
.entrytitle.title_dx-ai::after{
	background: #7cb854;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
	position: absolute;
  bottom: -4px;
  left: 0;
}
.entrytitle.title_safety{
	background: url("../img/icon_safety.svg") no-repeat #d2556a;
	background-position: left 15px center;
	background-size: 25px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	padding: 0 10px 0 50px;
}
.entrytitle.title_safety::after{
	background: #d2556a;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
	position: absolute;
  bottom: -4px;
  left: 0;
}
.entrytitle.title_trend{
	background: url("../img/icon_article.svg") no-repeat #e39a2d;
	background-position: left 12px center;
	background-size: 30px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	padding: 0 10px 0 50px;
}
.entrytitle.title_trend::after{
	background: #e39a2d;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
	position: absolute;
  bottom: -4px;
  left: 0;
}
.sidetitle.title_about{
	background: url("../img/icon_guide.svg") no-repeat #961e23;
	background-position: left 12px center;
	background-size: 26px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	padding: 0 10px 0 50px;
}
.sidetitle.title_about::after{
  background: #961e23;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.sidetitle.title_attention{
	background: url("../img/icon_guide.svg") no-repeat #ff0000;
	background-position: left 12px center;
	background-size: 26px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	padding: 0 10px 0 50px;
}
.sidetitle.title_attention.red{
	background: url("../img/icon_guide.svg") no-repeat #961e23;
	background-position: left 12px center;
	background-size: 26px auto;
}
.sidetitle.title_about::after{
  background: #961e23;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.sidetitle.title_ranking{
	background: url("../img/icon_crown.svg") no-repeat #ba9c21;
	background-position: left 12px center;
	background-size: 24px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	padding: 0 10px 0 50px;
}
.sidetitle.title_ranking::after{
	background: #ba9c21;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
	position: absolute;
  bottom: -4px;
  left: 0;
}
.entrylist{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.entrylist .entry{
	width: 32.33256351039261%;
	margin-bottom: 20px;
}
.entrylist::after{
	content: "";
	display: block;
	width: 32.33256351039261%;
	margin-bottom: 20px;
}
#pickup_entry .entrylist .entry{
	width: 48.49884526558891%;
	margin-bottom: 20px;
}
.entrylist .entry a{
	color: #333;
	text-decoration: none;
}
.entrylist .entry a:hover{
  text-decoration: none;
}
.entrylist .entry h3{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.entrylist .entry h3.txt-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.entrylist .entry p{
	font-size: 15px;
	margin-bottom: 5px;
}
.entrylist .entry .entry_img{
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
}
.entrylist .entry .entry_img img{
	width: 100%;
	object-fit: cover;
}
.ad_banners{
	display: flex;
	justify-content: space-between;
	margin: 30px 0 50px;
}
.ad_banners.ad_center{
	justify-content: center;
	gap:10px;
}
.ad_banners a{
	display: block;
	width: 32.33256351039261%;
	position: relative;
}
.ad_banners a::after{
	background: #bebebe;
	content: "PR";
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 8px;
	position: absolute;
	bottom: 1px;
	right: 1px;
}
.ranking_detail{
	border-top: 1px solid #333;
	padding-top: 15px;
	margin-top: 15px;
}
.ranking_detail .ranking_img img{
	width: 100%;
}
.ranking_detail a{
	font-size: 15px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.ranking_detail a h4{
	font-size: 15px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ranking_detail a:hover{
	text-decoration: underline;
}
.ranking_detail .ranking_titleflex{
	display: flex;
	justify-content: space-between;
	margin: 15px 0;
}
.ranking_detail a div.ranking_number{
	margin-right: 15px;
	padding-top: 2px;
}
.ranking_detail a div.ranking_number div{
	background: #ba9c21;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding: 6px 10px;
	text-decoration: none !important;
}
.ranking_detail .ranking_titleflex h4{
	flex: 1;
}
.ranking_detail.ranking_top{
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.ranking_detail.ranking_top .ranking_info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.ranking_detail.ranking_top .ranking_info .entry_date{
	margin-bottom: 0;
}
.ranking_detail .ranking_flex{
	display: flex;
	justify-content: space-between;
}
.ranking_detail .ranking_flex .ranking_img{
	width: 33.33333333333333%;
	margin-right: 6.666666666666667%;
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}
.ranking_detail .ranking_flex .ranking_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ranking_detail .ranking_flex .ranking_img div.ranking_number{
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	opacity: 0.9;
}
.ranking_detail .ranking_flex .ranking_info{
	flex: 1;
}
.side_xaccount{
	background: #f7f7f7;
	padding: 30px;
	text-align: center;
	margin-top: 50px;
}
body.entry .side_xaccount{
	background: #FFF;
}
.side_xaccount h4{
	font-size: 22px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.side_xaccount h4 img{
	height: 22px;
	margin-right: 10px;
	margin-bottom: -4px;
	width: auto;
}
.side_xaccount .xpost_btn{
	margin-top: 20px;
}
.side_xaccount .xpost_btn a{
	background: #000;
	border-radius: 20px;
	color: #FFF;
	width: 100%;
	max-width: 120px;
	height: 28px;
	padding: 5px;
	display: inline-flex;
	justify-content: center;
	align-items: flex-end;
	line-height: 1;
	text-decoration: none;
}
.side_xaccount .xpost_btn a::before{
	background: url("../img/icon_xlogo_white.svg") no-repeat;
	background-size: cover;
	content: "";
	width: 18px;
	height: 18px;
	margin-right: 5px;
}

/* body */
body{
	padding-top: 160px;
}
/* header */
header{
	background: #FFF;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.headerinner{
	width: 96%;
	max-width: 1200px;
	height: 120px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_search{
	min-width: 22.5%;
}
.header_search .searchlabel{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
}
.header_search .searchinput{
	border: 1px solid #bdbdbd;
	border-radius: 3px;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	width: 200px;
	max-width: 100%;
}
.header_search .searchinput input{
	border: none;
}
.header_search .searchinput input[type="text"]{
	padding: 10px;
	width: calc(100% - 34px);
}
.header_search .searchinput input[type="text"]::placeholder{
	color: #aaa;
}
.header_search .searchinput input[type="submit"]{
	background: url("../img/icon_search.svg") no-repeat center center;
	background-size: 26px auto;
	width: 26px;
	height: 26px;
	margin:0 4px;
}
.sitelogo{
	flex: 1;
	max-width: 385px;
}
.sitelogo img{
	width: 100%;
}
.header_menu{
	min-width: 22.5%;
}
.header_menu ul{
	display: flex;
	justify-content: flex-end;
}
.header_menu ul li a{
	color: #333;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-left: 20px;
}
.header_menu ul li:nth-child(1) a{
	margin-left: 0;
}
.header_menu ul li a.logout{
	text-align: center;
	margin-right: -6px;
}
.header_menu ul li .menuicon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	border-radius: 24px;
	margin: 0 auto;
}
.header_menu ul li.login .menuicon,.header_menu ul li.logout .menuicon{
	background: #104f74;
}
.header_menu ul li.member .menuicon{
	background: #95142a;
}
.header_menu ul li.contact .menuicon{
	background: #d2a926;
}
.header_menu ul li.x .menuicon{
	background: #000000;
}
.header_menu ul li .menuicon img{
	width: 22px;
	height: auto;
}
/* nav */
nav{
	background: #cfcfcf;
	height: 40px;
	position: fixed;
	top: 120px;
	width: 100%;
	z-index: 10000;
}
nav ul{
	width: 100%;
	max-width: 1200px;
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
nav ul li{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20%;
	height: 100%;
	transition: 0.5s;
}
nav ul li a{
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: center;
	text-decoration: none;
}
nav ul li:nth-child(2){
	background: #297bab;
}
nav ul li:nth-child(3){
	background: #9f70a9;
}
nav ul li:nth-child(4){
	background: #7cb854;
}
nav ul li:nth-child(5){
	background: #d2556a;
}
nav ul li:nth-child(6){
	background: #e39a2d;
}
/* main */
main{
	padding-bottom: 50px;
}
body.entry main{
	background: #f7f7f7;
}
body.about main{
	padding-bottom: 0;
}

/* main_container */
.main_container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
}
/* breadcrumb */
.breadcrumb{
	width: 100%;
	margin: 0 0 50px;
}
.breadcrumb ul li{
	font-size: 13px;
	display: inline-block;
	margin-right: 5px;
	letter-spacing: 0.1em;
}
.breadcrumb ul li span{
	margin-left: 5px;
}
.breadcrumb ul li a{
	color: #333;
	text-decoration: none;
}
.breadcrumb ul li a:hover{
	text-decoration: underline;
}
/* main_contents */
#main_contents{
	width: 72.16666666666667%;
}

/* side_contents */
#side_contents{
	width: 25%;
}
.side_ad_banners a{
	position: relative;
}
.side_ad_banners a::after {
  background: #bebebe;
  content: "PR";
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;

  position: absolute;
  bottom: 1px;
  right: 1px;
}
.side_section{
	margin-bottom: 20px;
}
.side_inner{
	font-size: 14px;
	padding: 10px;
}
.side_about{
	background: #f7f7f7;
	padding-bottom: 10px;
}
body.entry .side_about{
	background: #FFF;
} 
.side_about p{
	margin-bottom: 15px;
}
.side_about a{
	color: #333;
	text-decoration: none;
}
.side_about a:hover{
	text-decoration: underline;
}
.side_about .abouthead{
	border-bottom: 1px solid #333;
	padding-bottom: 20px;
}
.side_about .abouthead span{
	font-weight:600;
	color:#961e23;
}
/* .side_about .abouthead a{
    background: #961e23;
    border-radius: 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 15px 15px 15px 15px;
    text-align: center;
    text-decoration: none;
} */
.logged_in.side_about .abouthead{
	border: none;
	padding: 0;
}
.side_about .about_howto{
	margin-top: 20px;
}
.side_about .about_howto .categorys{
	margin-bottom: 10px;
}
.side_about .about_linkmember a{
  background: url("../img/icon_member.svg") no-repeat #961e23;
  background-position: left 30px center;
  background-size: 34px auto;
  border-radius: 10px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 15px 15px 15px 55px;
  text-align: center;
  text-decoration: none;
}
.side_about .about_howto{
	margin-top: 20px;
}
.side_about .about_howto .categorys{
	margin-bottom: 10px;
}
.side_about .about_linkpay a{
  background: url("../img/icon_member.svg") no-repeat #ff0000;
  background-position: left 30px center;
  background-size: 34px auto;
  border-radius: 10px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  display: inline-flex;
  width: 100%;
  padding: 15px 15px 15px 55px;
  text-align: center;
  text-decoration: none;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.5s;
  overflow: hidden;
}
.side_about .about_linkpay.red a{
  background: url("../img/icon_member.svg") no-repeat #961e23;
  background-position: left 30px center;
  background-size: 34px auto;
  border-radius: 10px;
  }

.side_about .about_linkpay a:hover {
  text-decoration: none;
  color: #fbfbfb;
}
.side_about .about_linkpay a::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  animation: btn_animation 2.5s ease-in-out infinite;
}

@-webkit-keyframes btn_animation {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.side_about .about_linkmember.red a{
  background: url("../img/icon_member.svg") no-repeat #95142a;
  background-position: left 30px center;
  background-size: 34px auto;
  border-radius: 10px;
}
.side_about .about_linkmember a strong {
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.side_about .about_linkpay a strong {
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.side_about .about_linkfree a{
  background: url(../img/icon_searchicon.svg) no-repeat #0a405f;
  background-position: left 30px center;
  background-size: 30px auto;
  border-radius: 10px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 90%;
  padding: 15px 15px 15px 55px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
}

/* footer */
body.entry footer{
	background: #FFF;
}
footer{
	background: #f7f7f7;
	border-top: 1px solid #333;
	padding: 50px 0;
}
.footerflex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footerflex .footer_info{
	width: 48%;
	max-width: 320px;
	text-align: center;
}
.footerflex .footer_info a{
    color: #333;
	text-decoration: none;
}
.footerflex .footer_info a:hover{
    text-decoration: underline;
}
.footerflex .footer_info .footer_logo{
	margin-bottom: 10px;
}
.footerflex .footer_info p{
	font-size: 14px;
	line-height: 180%;
}
.footerflex .footer_sitemap{
	width: 48%;
	max-width: 440px;
}
.footerflex .footer_sitemap .footer_sitemapflex{
	display: flex;
	justify-content: space-between;
}
.footerflex .footer_sitemap .footer_sitemapflex ul li{
	margin-bottom: 10px;
}
.footerflex .footer_sitemap .footer_sitemapflex ul li a{
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
.footerflex .footer_sitemap .footer_sitemapflex ul li a:hover{
	text-decoration: underline;
}
.footerflex .footer_sitemap .copy{
	font-size: 13px;
	text-align: right;
	margin-top: 30px;
}
/* anime */
.sc_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.sc_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/* page */
.page_container{
	width: 100%;
}
.page_contents{
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
.page_centertitle{
	color: #a0833f;
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1;
}
.page_centertitle small{
	font-size: 16px;
}

/* error */
.mmp-errors{
  font-size:13px;
  color:#b20000;
  margin-top:10px;
  text-align:left;
}

@media screen and (min-width: 769px){
  .sp{
    display: none !important;
  }
}
@media screen and (max-width: 1201px){
	.sitelogo {
		flex: unset;
		width: 32%;
		margin: 0 15px;
	}
}
@media screen and (max-width: 1001px){
	.sitelogo {
		margin: 0 15px;
	}
	.slick-slide img {
		display: block;
		height: 100%;
		object-fit: cover;
	}
	.entrytitle strong, .sidetitle strong {
		font-size: 14px;
	}
	/* footer */
	.footerflex .footer_info {
		width: 35%;
	}
	.footerflex .footer_sitemap {
		width: 55%;
	}
}
@media screen and (max-width: 768px){
  .pc{
    display: none !important;
  }
	body{
		padding-top: 70px;
	}
	
	/* entry parts */
	.categorys div {
		height: 24px;
		margin-right: 5px;
	}
	.entrytitle a {
		font-size: 12px;
	}
	.entrytitle.title_news{
		background: url("../img/icon_speaker.svg") no-repeat #104f74;
		background-position: left 8px center;
		background-size: 28px auto;
		padding: 0 10px 0 40px;
	}
	.entrytitle.title_pickup{
		background: url("../img/icon_pickup.svg") no-repeat #103174;
		background-position: left 8px center;
		background-size: 22px auto;
		padding: 0 10px 0 40px;
	}
	.entrytitle.title_cashless{
		background: url("../img/icon_card.svg") no-repeat #297bab;
		background-position: left 10px center;
		background-size: 25px auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 40px;
		padding: 0 10px 0 40px;
	}
	.entrytitle.title_finance{
		background: url("../img/icon_company.svg") no-repeat #9f70a9;
		background-position: left 10px center;
		background-size: 25px auto;
		padding: 0 10px 0 40px;
	}
	.entrytitle.title_dx-ai{
		background: url("../img/icon_cloud.svg") no-repeat #7cb854;
		background-position: left 10px center;
		background-size: 25px auto;
		padding: 0 10px 0 40px;
	}
	.entrytitle.title_safety{
		background: url("../img/icon_safety.svg") no-repeat #d2556a;
		background-position: left 10px center;
		background-size: 25px auto;
		padding: 0 10px 0 40px;
	}
	.entrytitle.title_trend{
		background: url("../img/icon_article.svg") no-repeat #e39a2d;
		background-position: left 10px center;
		background-size: 28px auto;
		padding: 0 10px 0 40px;
	}
	.sidetitle.title_about{
		background: url("../img/icon_guide.svg") no-repeat #961e23;
		background-position: left 10px center;
		background-size: 24px auto;
		padding: 0 10px 0 40px;
	}
	.sidetitle.title_ranking{
		background: url("../img/icon_crown.svg") no-repeat #ba9c21;
		background-position: left 10px center;
		background-size: 24px auto;
		padding: 0 10px 0 40px;
	}
	.entrylist .entry h3.txt-limit {
	  -webkit-line-clamp: 3;
	}
	.side_xaccount {
		padding: 20px;
		margin-top: 30px;
	}
	.side_xaccount h4 {
		font-size: 18px;
	}
	.side_about .about_link {
		text-align: center;
	}
	.side_about .about_linkmember a{
		display: block;
		align-items: center;
        padding-left: 3em;
	}
	.side_about .about_linkfree a{
		display: inline-flex;
		align-items: center;
        padding-left: 7em;
	}
	.side_about .about_linkmember a strong{
        font-size: 16px;
	}
	.side_about .categorys div{
        height: 30px;
        font-size: 13px;
	}
	.ad_banners {
		display: block;
		text-align: center;
	}
	.ad_banners a {
		display: inline-block;
		width: auto;
		margin-bottom: 30px;
	}
	
	/* header spmenu */
	.spmenu {
		position: relative;
		width: 30px;
		height: 20px;
		cursor: pointer;
		margin-right: 5px;
	}
	.spmenu span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #333;
		border-radius: 2px;
	}
	.spmenu, .spmenu span {
		display: inline-block;
		transition: all .5s;
		box-sizing: border-box;
	}
	.spmenu span:nth-of-type(1) {
		top: 0;
	}
	.spmenu span:nth-of-type(2) {
		top: 9px;
	}
	.spmenu span:nth-of-type(3) {
		bottom: 0;
	}
	.spmenu.active span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(45deg);
		transform: translateY(9px) rotate(45deg);
	}
	.spmenu.active span:nth-of-type(2) {
		opacity: 0;
	}
	.spmenu.active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(-45deg);
		transform: translateY(-9px) rotate(-45deg);
	}
	header{
		background: #FFF;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1000;
	}
	.headerinner{
		height: 70px;
		justify-content: space-between;
		position: relative;
	}
	.header_menu {
		position: absolute;
		right: 45px;
	}
	.header_menu ul li .menuicon {
		width: 40px;
		height: 40px;
	}
	.header_menu ul li a{
		font-size: 10px;
		margin: 0 5px;
	}
	.sitelogo {
    width: 45%;
		max-width: 170px;
		margin-left: 15px;
  }
	.logout{
		margin-right: 6px;
	}
	/* nav */
	nav.active {
		display: block;
		visibility: visible;
		opacity: 1;
	}
	nav {
		display: none;
		position: fixed;
		top: 70px;
		right: 0;
		background: #fff;
		box-sizing: border-box;
		z-index: 98;
		width: 85%;
		min-width: 300px;
		max-height: calc(100% - 70px);
		height: 100%;
		overflow-y: auto;
		font-size: 15px;
		line-height: 2.2;
		padding: 0;
		visibility: hidden;
		opacity: 0;
		transition: opacity 0.3s ease, visibility 0.5s ease;
	}
	nav ul {
		height: auto;
		display: block;
	}
	nav ul li {
		background: #FFF !important;
		display: block;
		width: 100%;
		height: auto;
	}
	nav ul li a{
		color: #333;
		border-bottom: 1px solid #bdbdbd;
		padding: 10px 15px;
		text-align: left;
	}
	.nav_contact{
		padding: 15px;
	}
	.navover {
		visibility: hidden;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0;
		margin-top: 70px;
		z-index: 90;
	}
	.navover.active {
		visibility: visible;
		opacity: 0.5;
		transition: all 0.2s ease;
	}
	.header_search{
		background: #f7f7f7;
		padding: 15px;
	}
	.header_search .searchinput{
		width: 100%;
	}
	/* breadcrumb */
	.breadcrumb {
		width: 100%;
		margin: 0 0 25px;
	}
	/* footer */
	footer {
		padding: 25px 0;
	}
	.footerflex {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.footerflex .footer_info{
    width: 100%;
		max-width: 250px;
		margin: 15px auto 15px;
  }
	.footerflex .footer_sitemap {
    width: 100%;
  }
	.footerflex .footer_sitemap .footer_sitemapflex {
		display: block;
		margin-bottom: 15px;
	}
	.footerflex .footer_sitemap .footer_sitemapflex ul li {
		margin-bottom: 0px;
		font-size: 12px;
	}
	.footerflex .footer_sitemap .footer_sitemapflex ul li a{
		display: block;
		padding: 5px 10px;
	}
	footer .copy{
		font-size: 12px;
		text-align: center;
	}
	
	/* page */
	.page_centertitle{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.page_centertitle small{
		font-size: 14px;
	}
}
