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


table.table2_plus{
    display: block;
}


table.table2_plus tbody{
    display: block;
}

table.table2_plus tbody tr{
    width: 100%;
    display: block;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
}

table.table2_plus tbody tr th{
    width: 30%;
    display: inline-block;    
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;    
}

table.table2_plus tbody tr td{
    width: 70%;
    display: inline-block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;    
    text-align: left !important;
}

table.table2_plus {
	width:100%;
	display: block;
}

table.table2_plus.table_addPtn1 tbody tr th,table.table2_plus.table_addPtn1 tbody tr td{
    width: 4.5em;
}

table.table2_plus.table_addPtn1 tbody tr th:first-child,table.table2_plus.table_addPtn1 tbody tr td:first-child{
    width: 30%;
}
table.table2_plus.table_addPtn1 tbody tr td{
    text-align: center !important;
    display: flex;
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
align-items: center;
-ms-flex-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
}

.fntsz_small{
    font-size: 90%;
    line-height: 1.5;
}
@media only screen and (max-width: 600px) {
    table.table2_plus.table_addPtn1 tbody tr{
        font-size: 13px;
    }
    table.table2_plus.table_addPtn1 tbody tr th,table.table2_plus.table_addPtn1 tbody tr td{
        width: 2.75em;
        padding: 0.25em 0.25em;
    }    
    table.table2_plus.table_addPtn1 tbody tr th:first-child,table.table2_plus.table_addPtn1 tbody tr td:first-child{
        width: 22%;
    }
    .table2.table2_plus.table_addPtn1 th.last_txt{
        font-size: 11px;
    }
    .tdRight {
        text-align:left !important;
    }    
}

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

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

ul.fixRightBnr li {
	display:block;
}

ul.fixRightBnr li a {
	display:block;	
	background-color:var(--basic-color);
	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:#0f1419;
}

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; 
}

	
}


.contNews {
	width:80%;
}
  
.contNews ul {
	max-height:460px;
	overflow: auto;
}
 
.contNews ul li {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	/* align-items: center; */
	align-items: start;
	
    margin-bottom: 1em;
    padding-bottom: 1em;
	margin-right:20px;
    border-bottom: 1px dotted #CCCCCC;
}

.contNews ul li:first-child {	
    margin-top: 1em;
}

.contNews .thumbnail {
    display: inline-block;
	margin-right: 20px;

}
.contNews .date {
    margin-right: 20px;
    display: inline-block;
	vertical-align:top;	
    margin-right: 1.5em;

}
.contNews .wp_category {
	display:inline-block;
	color:#FFF;
	text-align:center;
	line-height:normal;
	font-size:0.8em;
	padding:0.2em 0.8em;
	margin-right: 1.5em;
	background-color:#af0e22; /* 色変え */
}
.contNews .title {
	display: inline-block;
}



@media only screen and (max-width: 768px) {
	
.newsLeft {
	width:100%;
}

.newsLeft h2 {
	display:inline-block;
	margin-right:0.5em;
}
	
.contNews {
	width:100%;
}
  


.contNews .thumbnail {
}

.contNews .data {

}
.contNews .title {

}


}

@media only screen and (max-width: 600px) {


.contNews ul li {
	display: block;
}

.contNews .thumbnail {
	display: block;
	margin-right: 0;
	margin-bottom:10px;
}

.contNews .data {
	display:inline-block;
}

.contNews .wp_category {
    margin-right: 0;
	display:inline-block;
	margin-bottom:10px;
}

.contNews .title {
	display: block;

}


}

.footericon{
	display: inline-flex;
}
.footericon p{
	margin: 0 1rem;
}