@charset "utf-8";
/* CSS Document */

.cf{
	min-height:1%;
	clear:both;
}
* html .cf{
	height:1%;
}
.cf:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	line-height:0;
	visibility:hidden;
}




/*--------------------
ブランチ松井山手　新春
--------------------*/


.fred{color: #FF777A}
.fweight{font-weight: bolder}

.aniAnnai_title{
	text-align: center;
	color: #2f5597;
    padding: 20x 8px 8px 0;
    font-size: 24px;
    font-family: "ヒラギノ角ゴ Pro W3", "Century Gothic", sans-serif;
    font-weight: bold;
    border-bottom: dotted 1px #60bbd0;
}
.aniAnnai{
	margin:12px 0 16px;
	line-height: 1.8;/*20210122変更*/
}
.aniAnnai_title-sub{
	font-size: 18px;
	padding: 6px 6px 6px 0;
}
.ani_table{
    border-collapse: collapse;
    border-spacing: 0;
}
.ani_table th{
	padding: 10px 30px;
    border: 1px solid #aaa;
    background-color: #eee;
    vertical-align: middle;
	font-weight: bolder;
}
.ani_table td{
	padding: 15px 10px;
    border: 1px solid #aaa;
    vertical-align: middle;
}

.btn_marche a{
    display: inline-block;
    padding:8px 10px;
    background-color: #00a596;
    border-radius:6px;
    color:#fff;
    font-weight: bold;
    text-decoration:none;
	font-size: 120%;
}

.ltxt{
	font-size: 150%;
	font-weight: bold;
	color: #FF777A;
	text-align: center
}
.ani_ibox {
    border: 1px solid #ccc;
    margin: 20px 0;
    padding: 20px;
    line-height: 1.7em;
}

.info-proceed p{
	font-size: 0.9em; 
	padding-left: 1em;
  text-indent: -1em;
	margin-bottom: 0px!important;
}
.info-proceed_title{
	font-size: 1.1em;
	font-weight: bolder;
}

.mark {
    background: linear-gradient(rgba(242,236,90,0) 30%, #f2ec5a 90%);
}

@media print, screen and (min-width:768px){
.br-sp {display: none; }
.ani_table{
	width: 100%;
}
.btn_marche a{
    width: auto;
    padding:8px 20px;
}
.ani_info-table {
    float: left;
    margin: 20px 0 0 0;
    margin-right: 5%;
}
}

@media only screen and (max-width:991px){
	.ani_table {
	}
	.ani_table th,
	.ani_table td{
		display: block;
	}
}