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

/* 基本カラー  */

.fcBasic {
	color:#5bafc4;
}

.fcBlack{
	color: #222222;
}

/* 右フローティングバナー  */

ul.fixRightBnr {
	position: fixed;
	z-index: 777;
	top: 48vmin; 
	right: 0;
}

ul.fixRightBnr li {
	display:block;
}

ul.fixRightBnr li a {
	display:block;	
	background-color:#999;
	opacity: .9;
	font-size:4.6vmin;
	box-sizing: border-box;
	width:100%;
	padding:1.8vmin 1.2vmin;
	/*
	padding:1.8vmin 1.8vmin;
	*/
	margin-bottom:0.6vmin;
	color:#fff;
	text-decoration:none;
	text-align:center;
}

ul.fixRightBnr li span {
	display:block;
	box-sizing: border-box;
	margin-top:10px;
	font-size:1.6vmin;
	line-height:1em;
}

ul.fixRightBnr li a:hover {
opacity: .7;
}

ul.fixRightBnr li.insta a {
	/* background-color:#CF2E92; */
	 background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

ul.fixRightBnr li.twitter a {
	background-color:#1da1f2;
}

ul.fixRightBnr li.facebook a {
	background-color:#1877f2;
}

ul.fixRightBnr li.youtube a {
	background-color:#da1725;
}

ul.fixRightBnr li.line a {
	background-color:#00B900;
}

ul.fixRightBnr li.tictok a {
	background-color:#000;
}

ul.fixRightBnr li.ameba a {
	background-color:#298737;
}





@media screen and (max-width: 768px) {
	
ul.fixRightBnr {
	top: 14vmin; 
}
	
}

@media only screen and (max-width: 600px) {
	
ul.fixRightBnr {
	top: 45vmin; 
}

	
}



.tbl-2 {
	width:100%;
	border-top:none !important;
}
.tbl-2 th, .tbl-2 td {
	border-bottom: 1px #cccccc solid;	
}
.tbl-2 th {
	font-weight: normal;
}
@media only screen and (max-width: 768px) {
.tbl-2 th,.tbl-2 td {
	display:block;
	width:100%;
}	
}


@media screen and (max-width:768px) {
.tbl-2 th {
	text-align: left;
}
}
	
@media screen and (max-width:768px) {
.tbl-2 td {
	padding-bottom:5px;
	margin-top:10px;
}
.wd-f {
	width:90%;
	margin:auto;
}
}

/* 1ã‚«ãƒ©ãƒ ã"ã"ã‹ã‚‰ */
/* å…±é€š */
.changeCard ul {
    padding: 0;
    list-style: none;
    border: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
	border-top: solid 1px #EEE;
    /*margin-top: 20px;*/
}
.changeItemTxt {
    width: 62%;
}
.changeItemTxt p.itemTitle {
    font-size: 1.6rem;
    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 {
    position: absolute;
    left: 22px;
    top: 22px;
    background: #01479d;; /* è‰²æ›¿ãˆ */
    color: #FFF;
    border-radius: 9999px;
    font-size: 0.7rem;
    display: inline-block;
    padding: 1px 12px 0px;
    z-index: 2;
}
/* å…±é€šã"ã"ã¾ã§ */
/* List */
li.changeItem.defaultList {
    width: 100%;
    padding: 0;
}
li.changeItem.defaultList a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 2px;
    /*background: #fff;*/
    cursor: pointer;
    transition: 0.2s ease-in-out;
    padding: 15px;
    position: relative;
    align-items: center;
    text-decoration: none;
	/*
    border-top: solid 1px #eee;
	*/
    padding-right: 10px;
    cursor: pointer;
}
li.changeItem.defaultList:last-child a {
    border-bottom: solid 1px #EEE;
}
li.changeItem.defaultList a:hover {
    opacity:0.8;
}
li.changeItem.defaultList a img {
    
    margin-right: 3%;
}
@media screen and (max-width: 767px) {
    /* ï¼ˆã"ã"ã«ãƒ¢ãƒã‚¤ãƒ«ç"¨ã‚¹ã‚¿ã‚¤ãƒ«ã‚'è¨˜è¿°ï¼‰ */
    li.changeItem.defaultList a {
        flex-direction: column;
    }
    li.changeItem.defaultList a img {
        width: 100%;
        margin: 0 0 15px;
    }
    li.changeItem.defaultList a .changeItemTxt {
        width: 100%;
    }
}
/* 1ã‚«ãƒ©ãƒ ã"ã"ã¾ã§ */
