@charset "utf-8";
/*===========================
add
===========================*/

/* 基本カラー  */

.fcBasic {
	color:#f48a8a;
}

.pcNavi li a.gnavi_ico_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.catch2 .fs60p{
	display: block;
	line-height: 1.3;
}
.hov:hover{
	opacity: .8;
}
.cnt3_snsWrap img{
	display: block;
	max-width: 140px;
	width: 80%;
	margin: 0 auto;
}


@media screen and (max-width: 600px) {
	.f-wrap-AC.cnt3_snsWrap .f-item1-2{
		width: 50%;
	}
	.f-wrap-AC.cnt3_snsWrap .f-item1-2 a{
		width: 70%;
		display: block;
		margin: 0 auto;		
	}
}


/* 共通 */
.changeCard ul {
    padding: 0;
    list-style: none;
    border: none;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 20px;
}
.changeItemTxt {
	width: 62%;
	padding-left: 15px;
	padding-right: 15px;
}
.changeItemTxt p.itemTitle {
    font-size: 1.1rem;
    line-height: 1.56;
    margin: 0;
    font-weight: bold;
    color: #313131;
   /* margin-bottom: 10px;*/
}
.changeItemTxt ul.itemTag {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.changeItemTxt ul.itemTag li {
    background: #f1f1f1;
    color: #707070;
    font-size: 0.7rem;
    padding: 2px 10px;
    position: relative;
}
.changeItemTxt ul.itemTag li:before {
    padding-right: 3px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1em;
    content: "\f02b";
    vertical-align: baseline;
    color: #aaa;
}
p.itemCat {
	background: #888888;
	color: #FFF;
	border-radius: 9999px;
	font-size: 0.7rem;
	display: inline-block;
	padding: 1px 12px 0px;
	z-index: 2;
}
/* 共通ここまで */

/* Grid */
li.changeItem.grid {
	width: 30%;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}
li.changeItem.grid a {
    padding-bottom: 20px;
    /*padding-top: 20px;*/
    height: 100%;
    flex-direction: column;
    display: flex;
    text-decoration: none;
    /*border-top: solid 1px #eee;*/
	    color: #000;
}
li.changeItem.grid a p.itemCat {
    /*display: none;*/
}
li.changeItem.grid a img, li.changeItem.grid a .changeItemTxt {
    width: 100%;
     margin: 0;
}
li.changeItem.grid a img {
    margin-bottom: 15px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}
li.changeItem.grid a:hover {
    background: none;
}
li.changeItem.grid a:hover > img {
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 25%);
    transform: translateY(-4px);
}
@media screen and (max-width: 767px) {
/* （ここにモバイル用スタイルを記述） */
li.changeItem.grid {
    width: 100%;
    margin: 0;
    padding: 0;
}
li.changeItem.grid a {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
li.changeItem.grid:last-child a {
    border-bottom: solid 1px #eee;
}
li.changeItem.grid a img {
    width: 145px;
    margin-right: 10px;
    height: max-content;
    margin-bottom: 0;
}
li.changeItem.grid a .changeItemTxt {
    width: calc(100% - 155px);
}
li.changeItem.grid a .changeItemTxt time {
    display: none;
}
li.changeItem.grid a .changeItemTxt .itemTitle {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}
li.changeItem.grid a .changeItemTxt ul.itemTag {
    display: none;
}
}
.changeItemTxt time {
	display: block;
}