@charset "utf-8";
/*見出しスタイル*/
/*h1*/
.ev-style .heading_lg h1{
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: bold;
    font-size: 18px;
    border-top: none;
    border-bottom: 3px solid #4ebb81;
    line-height: 1.8;
    color: #4ebb81;
    text-align:center;
    border-radius: 0;
    background: #ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (min-width: 768px) {
.ev-style .heading_lg h1{
    text-align:left;
    font-size: 20px;
}
}

.ev-style .heading_md h2{
    color: #4dbb80;
    border: none;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 0px;
    margin-bottom: 5px;
    padding:0;
}




.ev-style .calendar {
  padding-left: 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.ev-style .calendar ul {
  padding-left: 0;
  padding-right: 8px;
  margin-bottom: 0px;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}

/*年ごとのカレンダ*/
.calendar-year > h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    float: left;
    padding: 2px 8px 3px 8px;
}
/*月ごとのカレンダ*/
.ev-style .calendar-month {
  font-size: 15px;
  font-weight: bold;
  list-style: none;
  border-top: 1px solid #4ebb81;
  border-right: 1px solid #4ebb81;
  border-bottom: 1px solid #4ebb81;
  display: inline-block;
  margin: 0;
  overflow: hidden;
  line-height: 1;
  height: 32px;
}
.ev-style .calendar-month:first-child {
  border-left: 1px solid #4ebb81;
  border-radius: 9999px 0 0 9999px;
}
.ev-style .calendar-month:last-child {
  border-radius: 0 9999px 9999px 0;
}
.ev-style .calendar-month a {
  color: #4ebb81;
  padding: 9px 8px 8px 8px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}
.ev-style .calendar-month a:hover {
  border-bottom: none;
  background:#4ebb81;
  opacity: .3;
  color: #FFF;
}
.ev-style .calendar-month-off a {
  color: #ECECEC;
  border-right: 1px dotted #ECECEC;
  pointer-events: none;
}
.ev-style .calendar-month-off a:hover {
  color: #ECECEC;
  border-bottom: none;
}
.ev-style .calendar-month-active {
  background:#4ebb81;
  border-bottom:none;
}
.ev-style a.calendar-month-active {
  color:#FFFFFF;
}

.calendar_on_right {
  height: 25px;
  width: 10px;
  background: url(../../img/entre/calendar_sprite.png) no-repeat;
  background-position: -115px -5px;
  display: block;
  margin: 5px 0 0 0;
}
.calendar_on_left {
  height: 25px;
  width: 10px;
  background: url(../../img/entre/calendar_sprite.png) no-repeat;
  background-position: 0px -5px;
  display: block;
  margin: 5px 0 0 0;
}
.calendar_off_right {
  height: 25px;
  width: 10px;
  background: url(../../img/entre/calendar_sprite.png) no-repeat;
  background-position: -115px -88px;
  display: block;
  margin: 5px 0 0 0;
}
.calendar_off_left {
  height: 22px;
  width: 10px;
  background: url(../../img/entre/calendar_sprite.png) no-repeat;
  background-position: 0px -88px;
  display: block;
  margin: 5px 0 0 0;
}

/*タブリストカレンダ　新指定*/
.tab-list-calendar {
  display: inline-block;
  vertical-align: middle;
}
.tab-list-calendar > div{
  vertical-align: top;
  border-top:1px solid #44bb88;
  border-right:1px solid #44bb88;
  border-bottom:1px solid #44bb88;
}
.tab-list-calendar > div:first-child{
  border-radius: 9999px 0 0 9999px;
  border-left:1px solid #44bb88;
}
.tab-list-calendar > div:last-child{
  border-radius: 0 9999px 9999px 0;
}

.tab-list-calendar-item{
  display: inline-block;
  padding: 9px 8px 8px 8px;
  font-size: 14px;
  line-height:1em;
  color:#44bb88;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  height: 32px;
}


.tab-list-calendar-item:hover{
  color:#FFF!important;
  background-color:rgba(68, 187, 136,.3);
}
.tab-list-calendar-item.off{
  color:#ddd;
  pointer-events: none;
}
.tab-list-calendar-item.active{
  color:#FFF;
  background-color:#44bb88!important;
}


/*スマホ向け　イベントスケジュール一覧*/


/*.ev-schedule-list li .right-marker:after{
  font-family: FontAwesome;
  content: "\f138";
  position: absolute;
  top: calc(50% - 10px);
  right: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 22px;
  color: #2ecb94;
}
*/

.ev-schedule-list li .right-marker{
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 22px;
  color: #2ecb94;
}

.ev-schedule-list li{
  border-top: 1px solid #dddddd;
  padding:8px 3px;
  position: relative;
}
.ev-schedule-list li:last-child{
  border-bottom: 1px solid #ddd;
}

.ev-schedule-icon{
  padding:0 12px;
  flex:0 0 auto;
  font-size:25px;
  color: #2ecb94;
  align-self: start;
}


@media screen and (max-width: 767px){
  .ev-schedule-icon{
    padding:0 8px 0 1px;
  }
}

.ev-schedule-content{
  flex:1 1 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ev-schedule-content table{
  border:none!important;
}

.ev-schedule-control{
  flex:0 0 auto;
}

.ev-schedule-list ul:not(.pagination) li a:not(.btn):not(.right-marker){
  color:#000;
  display: inline-block;
  text-decoration: none;
}


.ev-schedule-list table th,
.ev-schedule-list table td{
  width: 80px;
}

.ev-style table{
                  }

.ev-style .table > thead:first-child > tr:first-child > th, 
.ev-style .table > tbody:first-child > tr:first-child > th{
    border-top: 1px solid #dddddd;
}

@media screen and (max-width: 767px){
  .ev-style table{border-bottom:1px solid #dddddd;}
}


.ev-style .table > thead > tr > th{
                    border-top:none;
                    font-weight:normal;
                    padding:10px;
                  }


                  .ev-style .table .weekly-scores{
                    margin: -5px;
                  }
                  .ev-style .table .weekly-scores ul{
                    margin:0;
                    padding:0;
                    list-style: none;
                    display: flex;
                    text-align: center;
                  }
                  .ev-style .table .weekly-scores li{
                    font-size:11px;
                    flex:1 0 14.285%;
                    display: inline-block;
                    border-left:1px solid #ddd;
                  }
                  .ev-style .table .weekly-scores li:first-child{
                    flex:1 0 14.285%;
                    display: inline-block;
                    border-left:none;
                  }

                  .ev-style .table .weekly-scores.col-8 ul{
                    flex-wrap: wrap;
                  }
                  .ev-style .table .weekly-scores.col-8 li{
                    flex:1 0 12.3%;
                  }
                  .ev-style .table .weekly-scores.col-8 li:first-child{
                    flex:1 0 12.3%;
                  }
                  .ev-style .table .weekly-scores.col-8 li:nth-child(1),
                  .ev-style .table .weekly-scores.col-8 li:nth-child(8n+1){
                    border-left: none;
                  }





.ev-style .table .ev-table-input > thead > tr{
                  }

@media (min-width: 768px) {
.ev-style .table.ev-table-input > thead > tr > th,
.ev-style .table.ev-table-input > tbody > tr > th{
  background: #f5f5f5!important;
                  }
.ev-style .table.ev-table-input > thead > tr > th,
.ev-style .table.ev-table-input > tbody > tr > th{
  width:25%;
    }
}

.ev-style .table.ev-table-input > thead > tr > th,
.ev-style .table.ev-table-input > thead > tr > td,
.ev-style .table.ev-table-input > tbody > tr > th,
.ev-style .table.ev-table-input > tbody > tr > td{
  border-right:0;
  border-left:0;
  box-shadow: 0px 4px 0px 0px #fff inset, 0px -4px 0px 0px #fff inset;
  vertical-align: top;
}




/*黒テーブル*/
.panel-option{
  padding:15px;
  background:#f6f6f6;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px){
  .ev-style table.table.ev-table-detail{border-bottom:0px solid #dddddd;}
}

.ev-style .table.ev-table-detail > thead > tr,
.ev-style .table.ev-table-detail > tbody > tr{
                  }
.ev-style .table.ev-table-detail > thead > tr > th,
.ev-style .table.ev-table-detail > tbody > tr > th{
  background: #f5f5f5!important;
                  }

.ev-style .table.ev-table-detail > thead > tr:first-child > th,
.ev-style .table.ev-table-detail > tbody > tr:first-child > th{
  border-top: 1px solid #dddddd;
}

@media screen and (max-width: 767px){
.ev-style .table.ev-table-detail > thead > tr:first-child > th,
.ev-style .table.ev-table-detail > tbody > tr:first-child > th{
  border-top:0;
}
  
}

.ev-style .table.ev-table-detail > thead > tr:last-child > td,
.ev-style .table.ev-table-detail > tbody > tr:last-child > td{
  border-bottom: 1px solid #ddd!important;
}

.ev-style .table.ev-table-detail > thead > tr > th,
.ev-style .table.ev-table-detail > tbody > tr > th,
.ev-style .table.ev-table-detail > thead > tr > td,
.ev-style .table.ev-table-detail > tbody > tr > td{
  border-right:0;
  border-left:0;
  box-shadow: none;
}

.ev-style .table.ev-table-input-horizontal{
  border-top: 1px solid #dddddd;
}
.ev-style .table.ev-table-input-horizontal > thead > tr{
                  }
.ev-style .table.ev-table-input-horizontal > thead > tr > th{
  background: #f5f5f5!important;
  padding: 27px 15px;
                  }
.ev-style .table.ev-table-input-horizontal > thead > tr > td{
  padding: 10px!important;
}
.ev-style .table.ev-table-input-horizontal > thead > tr > th,
.ev-style .table.ev-table-input-horizontal > thead > tr > td,
.ev-style .table.ev-table-input-horizontal > tbody > tr > th,
.ev-style .table.ev-table-input-horizontal > tbody > tr > td{
  border-right:0;
  border-left:0;
  box-shadow: 0px 4px 0px 0px #fff inset, 0px -4px 0px 0px #fff inset, 2px 0px 0px 0px #fff inset, -2px 0px 0px 0px #fff inset;
  vertical-align: top;
}
.ev-style .table.ev-table-input-horizontal > thead > tr > th:first-child{
  padding: 27px 15px 27px 10px;
}
.ev-style .table.ev-table-input-horizontal > thead > tr > th:last-child{
  padding: 27px 10px 27px 15px;
}
.ev-style .table.ev-table-input-horizontal > thead > tr > th:first-child,
.ev-style .table.ev-table-input-horizontal > thead > tr > td:first-child{
  border-right:0;
  border-left:0;
  box-shadow: 0px 4px 0px 0px #fff inset, 0px -4px 0px 0px #fff inset, -2px 0px 0px 0px #fff inset;
}
.ev-style .table.ev-table-input-horizontal > thead > tr > th:last-child,
.ev-style .table.ev-table-input-horizontal > thead > tr > td:last-child{
  border-right:0;
  border-left:0;
  box-shadow: 0px 4px 0px 0px #fff inset, 0px -4px 0px 0px #fff inset, 2px 0px 0px 0px #fff inset;
}

/*.table-var.ev-table > thead > tr > th, 
.table-var.ev-table > thead > tr > td {
    text-align: left;
}

.table-var.ev-table > thead > tr > th,
.table-var.ev-table > tbody > tr > th  {
    border-top: none!important;
    font-weight: bold;
    padding: 10px;
    background-color: #FFF;
}
@media (min-width: 768px) {
.table-var.ev-table > thead > tr > th,
.table-var.ev-table > tbody > tr > th  {
    border-top: none!important;
    font-weight: bold;
    padding: 10px;
    background-color: #f5f5f5;
}
}
@media screen and (max-width: 767px){
table.table-var.ev-table > thead > tr > th, table.table-var.ev-table > tbody > tr > th, table.table.table-var.ev-table > tr > th {
  border-bottom: none;
  padding:8px 3px 0 3px!important;
}
}
@media screen and (max-width: 767px){
table.table-var.ev-table > thead > tr > td, table.table-var.ev-table > tbody > tr > td, table.table-var.ev-table > tr > td {
    border-bottom: 1px solid #ddd!important;
}
}
@media screen and (max-width: 767px){
  .table-var.ev-table > thead > tr > td{
   padding:8px 3px!important;
  }
}*/
.ev-style table.table.table-var > thead > tr > th, 
.ev-style table.table.table-var > tbody > tr > th,
.ev-style table.table.table-var > tr > th {
  width: 25%;
  position: relative;
  font-weight: normal;
  vertical-align: middle;
  word-break: break-all;
  z-index: auto;
}
.ev-style table.table.table-var > thead > tr > th .th-inner, 
.ev-style table.table.table-var > tbody > tr > th .th-inner,
.ev-style table.table.table-var > tr > th .th-inner{
  display: inline-block;
  vertical-align: middle;
  width:calc(100% - 50px);
}

.ev-style .table > thead > tr > th, 
.ev-style .table > tbody > tr > th, 
.ev-style .table > tfoot > tr > th, 
.ev-style .table > thead > tr > td, 
.ev-style .table > tbody > tr > td, 
.ev-style .table > tfoot > tr > td {
  padding: 10px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}

@media screen and (max-width: 767px){
  .ev-style table.table.table-var > thead > tr > th, 
  .ev-style table.table.table-var > tbody > tr > th,
  .ev-style table.table.table-var > tr > th {
    border-bottom: none;
    padding: 8px 3px 0 3px!important;
    background-color: unset;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px){
  .ev-style table.table.table-var > thead > tr > td, 
  .ev-style table.table.table-var > tbody > tr > td,
  .ev-style table.table.table-var > tr > td {
    padding: 8px 3px!important;
  }
}



.table-pd6 .table > thead > tr > th, 
.table-pd6 .table > tbody > tr > th, 
.table-pd6 .table > tfoot > tr > th, 
.table-pd6 .table > thead > tr > td, 
.table-pd6 .table > tbody > tr > td, 
.table-pd6 .table > tfoot > tr > td {
  padding: 6px;
}



.table.ev-table .radio-style-label,
.table.ev-table .checkbox-style-label {
    width: calc(100% - 29px);
}


table.table.ev-table > thead > tr > th .label, table.table.ev-table > tbody > tr > th .label, table.table.ev-table > tr > th .label {
    position: absolute;
    top: 50%;
    right: 8px;
    margin: -5px 0 0 0;
}
@media (min-width: 768px) {
table.table.ev-table > thead > tr > th .label, table.table.ev-table > tbody > tr > th .label, table.table.ev-table > tr > th .label {
    position: absolute;
    top: 50%;
    right: 8px;
    margin: -9px 0 0 0;
}
}




/*tab-list*/
.ev-style .tab-list{
  overflow-x: auto;
}
.ev-style .tab-list ul{
  margin:0;
  padding:0 0 20px;
  display: flex;
  list-style: none;
}
@media (min-width: 768px) {
  .ev-style .tab-list ul{
    padding:0 100px 20px;
    max-width:816px;
  }
}
@media (min-width: 768px) {
.ev-style .tab-list.col-2 ul{
  padding:0 25% 20px;
}
}



.ev-style .tab-list li{
  border-top: 1px solid #4dbb80;
  border-right: 1px solid #4dbb80;
  border-bottom: 1px solid #4dbb80;
  flex:1 0 auto;
}
.ev-style .tab-list.col-2 li{
  flex:1 0 50%;
}
.ev-style .tab-list.col-3 li{
  flex:1 0 33.33%;
}

.ev-style .tab-list.col-7 li{
  flex:1 0 30%;
}


.ev-style .tab-list.col-4 li,
.ev-style .tab-list.col-6 li{
  flex:1 0 25%;
}

  .ev-style .tab-list.col-5 li{
    flex:1 0 20%;
  }
@media (min-width: 768px) {
  

  .ev-style .tab-list.col-6 li{
    flex:1 0 16.66%;
  }
  
  .ev-style .tab-list.col-7 li{
    flex:1 0 14.285%;
  }
  
  
}
.ev-style .tab-list li:first-child{
  border-left: 1px solid #4dbb80;
  border-radius: 9999px 0 0 9999px;
}.ev-style .tab-list li:last-child{
  border-radius: 0 9999px 9999px 0;
}
.ev-style .tab-list li a{
  display: block;
  padding: 8px 5px 7px 5px;
  text-decoration: none;
  color:#4dbb80;
  font-weight:bold;
  text-align: center;
  line-height:2;
}
.ev-style .tab-list li a:hover,
.ev-style .tab-list li a.active{
  position: relative;
  background:#4dbb80;
  color:#FFF!important;
}

.ev-style .tab-list li:first-child a:hover,
.ev-style .tab-list li:first-child a.active{
  border-radius: 9999px 0 0 9999px;
}

.ev-style .tab-list li:last-child a:hover,
.ev-style .tab-list li:last-child a.active{
  border-radius: 0 9999px 9999px 0;
}



.ev-style .tab-list li.active a:before,
.ev-style .tab-list li a.active:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -5px;
	border: 10px solid transparent;
	border-top: 10px solid #4dbb80;
  height:0;
  width:0;
}


                  /*.ev-style .tab{
                    margin:0;
                    padding:0;
                    display:  flex;
                    list-style:  none;
                  }
                  @media (min-width: 768px) {
                      .ev-style .tab{
                      padding:0 100px;
                    }
                  }


                  .ev-style .tab li{
                    border-top: 1px solid #4dbb80;
                    border-right: 1px solid #4dbb80;
                    border-bottom: 1px solid #4dbb80;
                    flex:1 0 50%;
                  }


                  .ev-style .tab li:first-child{
                    border-left: 1px solid #4dbb80;
                    border-radius: 6px 0 0 6px;
                    
                  }.ev-style .tab li:last-child{
                    border-radius: 0 6px 6px 0;
                  } 
                  .ev-style .tab a{
                    display: block;
                    padding: 4px 10px 3px 10px;
                    text-decoration: none;
                    color:#4dbb80;
                    font-weight:bold;
                    text-align: center;
                    line-height:2;
                  }
                  .ev-style .tab a:hover,
                  .ev-style .tab a.active{
                    background:#4dbb80;
                    color:#FFF!important;
                  }*/
                  
                  .pd4{
                    padding:4px!important;
                  }
                  .pt4{
                    padding-top:4px!important;
                  }
                  .pb4{
                    padding-bottom:4px!important;
                  }
                  .radius-arc {
                      border-radius: 9999px!important;
                  }
@media (min-width: 992px) {
  .md-pd0{
    padding:0!important;
  }
}



/*tab-list var2*/

/*.ev-style .tab-list.var2 ul{
  margin: 0px 2px;
  padding:0 0 20px ;
  display: flex;
  list-style: none;
  
}
@media (min-width: 768px) {
  .ev-style .tab-list.var2 ul{
    padding:0 100px 20px;
    max-width:816px;
    
  }
}



.ev-style .tab-list.var2 li{
  border: none;
  flex:1 0 auto;
  margin: 0 1px;
}

.ev-style .tab-list.var2 li:first-child{
  border-left: none;
  border-radius: 0;
}
.ev-style .tab-list.var2 li:last-child{
  border-radius: 0;
}
.ev-style .tab-list.var2 li a{
  display: block;
  padding: 0;
  text-decoration: none;
  color: #cccccc;
  font-weight:bold;
  text-align: center;
  line-height:2;
  border-bottom: 3px solid #cccccc;
}
.ev-style .tab-list.var2 li.active a:before{
display: none!important;
}
@media (min-width: 768px) {
  .ev-style .tab-list.var2 li a{
  font-size:  18px;
  }
}
.ev-style .tab-list.var2 li.active a,
.ev-style .tab-list.var2 li a:hover,
.ev-style .tab-list.var2 li a.active{
  position: relative;
  background: transparent;
  color: #4dbb80!important;
  border-bottom: 3px solid #4dbb80;
}


    

.ev-style .tab-list.var2 li a.active:before{
	content: none;
	border:none;
}
*/
.ev-style .tab-list.var2 li a{
  line-height:1;
}
.ev-style .tab-list.var2 li.active a:before,
.ev-style .tab-list.var2 li a.active:before{border: none!important;}



/* line-stepbar
   ==========================================================================  */



.ev-style .line-stepbar {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: left;
  width: 100%;
  overflow: hidden;
  zoom: 1;
  border: 1px solid #FFF;
  background: #e5e5e5;
  border-radius: 6px;
}
.ev-style .line-stepbar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 20px;
  padding: 0 14px 0 6px;
  background-color: #e5e5e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
}
.ev-style .line-stepbar .step:before,
.ev-style .line-stepbar .step:after {
  position: absolute;
  left: -5px;
  display: block;
  content: '';
  background-color: #e5e5e5;
  border-left: 1px solid #FFF;
  width: 10px;
  height: 10px;
}
.ev-style .line-stepbar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.ev-style .line-stepbar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.ev-style .line-stepbar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ev-style .line-stepbar .step:first-child:before,
.ev-style .line-stepbar .step:first-child:after {
  content: none;
}
.ev-style .line-stepbar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ev-style .line-stepbar .step.current {
  color: #FFF;
  background-color: #4dbb80;
}
.ev-style .line-stepbar .step.current:before,
.ev-style .line-stepbar .step.current:after {
  background-color: #4dbb80;
}
.ev-style .line-stepbar.step2 .step {
  width: 50%;
}
.ev-style .line-stepbar.step3 .step {
  width: 33.333%;
}
.ev-style .line-stepbar.step4 .step {
  width: 25%;
}
.ev-style .line-stepbar.step5 .step {
  width: 20%;
}
@media (min-width: 768px) {
.ev-style .line-stepbar .step {
  padding: 0 16px 0 10px;
  line-height: 36px;    
}
.ev-style .line-stepbar .step:before,
.ev-style .line-stepbar .step:after {
  height: 18px;
}
}
@media (max-width: 767px) {
  .ev-style .line-stepbar .step span{
    display: none;
  }
  .ev-style .line-stepbar .step.current span{
    display: inline;
  }
}

/* calendar-flexbox
   ==========================================================================  */
.calendar-table{
    display: flex;
    flex-flow: row wrap;
  }
  .calendar-table-cell{
    flex:0 0 14.28%;
    height:50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .calendar-table-cell.disabled {
    opacity: .3;
    pointer-events: none;
  }
  .calendar-table-cell-inner{
    flex:0 1 50px ;
    height:100%;
    width:auto;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color:#000000;
    font-weight: bold;
  }
  .calendar-table-cell:nth-child(7n-6) .calendar-table-cell-inner{
    color: #ff0000;
  }

  .calendar-table-cell:nth-child(7n) .calendar-table-cell-inner{
    color: #007efe;
  }
  a.calendar-table-cell-inner{
    flex: 0 0 42.55px;
    height: 42.55px;
    width: auto;
    border-radius: 50%;
    line-height: 42.55px;
    text-align: center;
    color: #717171;
    font-weight: bold;
  }
@media (min-width: 768px) {
    a.calendar-table-cell-inner{
    flex:0 1 50px ;
    height:100%;
    width:auto;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color:#717171;
    font-weight: bold;
  }
}

  a.calendar-table-cell-inner.active,
  a.calendar-table-cell-inner:hover{
    background:#45a588;
    color:#FFF!important;
    text-decoration: none;
  }

/*=========================コンボボタンのスタイル==================================*/
.btn-section{background:unset;max-width:320px; padding:20px 0; margin:0 auto;}
@media (min-width: 768px) {
.btn-section{background: #f6f6f6;max-width:none;}
}
.btn-section .btn{
  font-size: 16px;
  border-radius: 9999px;
  line-height: 36px;
}



/*customer_ev用のスタイル*/
.item-container-btn{
  display: flex;
  align-items: center;
  height: 130px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 40px;
  color:#333333;
}
.item-container-btn:hover{
  opacity: .3;
  text-decoration: none;
}
.item-container-btn i{
  margin-right:20px;
}
@media (max-width: 767px) {
  .item-container-btn{
    height: 75px!important;
    padding-left: 15px;
  }
  .item-container-btn i{
  margin-right:10px;
  }
}

/*item-container_v2*/
.item-container_v2{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #f2f2f2;
  border-radius: 8px;
  color:#555555!important;
  text-align: center;
}
.item-container_v2:hover{
  text-decoration: none;
}


/*=========================SNS受信設定のスタイル==================================*/
.panel-form{max-width:300px;margin:auto;}



/*サポートシステム用のスタイル*/
.heading_md-btn h2{
  background-color: #FFF;
  padding: 12px 10px 10px;
  color: #4DBB80;
  font-weight: 700;
  border: 1px solid #4DBB80;
  border-radius: 6px;
  font-size: 16px;
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .heading_md-btn h2{
    font-size: 14px;
  }
}

.heading_md-btn h2:hover,.heading_md-btn.active h2{
  background-color: #4DBB80;
  color: #FFF;
  cursor: pointer;
}
.heading_md-btn.active h2{
  margin-bottom:0;
}
.item-category-btn{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color:#FFF;
  color:#4DBB80;
  font-weight:700;
  border:1px solid #4DBB80;
  border-radius: 6px;
  position: relative;
  padding:10px 0;
  width: 100%;
  font-size:18px;
}
@media (max-width: 767px) {
.item-category-btn{
  font-size:14px;
}
}

.item-category-btn:hover,
.item-category-btn.active{
  background-color:#4DBB80;
  color:#FFF;
}
.item-category-btn-icon{
  font-size:32px;
  padding:10px 0 0;
}
.item-category-btn-text{

  padding:0 0 10px 0;
  
}


/*=========================ふきだし用の指定==================================*/
.balloon {
  display: flex;
  align-items: flex-end;
  word-break: break-all;
  margin-bottom: 8px;
}

.balloon-right {
  flex-direction: row-reverse;
}

.balloon-left {
  flex-direction: row;
}

.balloon-inner {
  border-radius: 8px;
  padding: 8px;
  position: relative;
  flex: 0 1 auto;
}

.balloon-inner:before {
  content: "";
  position: absolute;
  bottom: 8px;
}

.balloon-right .balloon-inner {
  margin-right: 8px;
  margin-left: 4px;
}

.balloon-right .balloon-inner:before {
  right: -20px;
  border: 8px solid transparent;
  border-left: 18px solid #f2f2f2 ;
}

.balloon-right .balloon-inner.bgc-p-green:before {
  border-left-color: #ecf8f3 !important;
}

.balloon-right .balloon-inner.bgc-p-gray:before {
  border-left-color: #f2f2f2 !important;
}

.balloon-left .balloon-inner {
  margin-left: 8px;
  margin-right: 4px;
}

.balloon-left .balloon-inner:before {
  left: -20px;
  border: 8px solid transparent;
  border-right: 18px solid #ecf8f3 ;
}

.balloon-left .balloon-inner.bgc-p-green:before {
  border-right-color: #ecf8f3 !important;
}

.balloon-left .balloon-inner.bgc-p-gray:before {
  border-right-color: #f2f2f2 !important;
}

/*=========================ボードのスタイル==================================*/
.board{
  color: #333;
  border-radius: 6px;
  padding: 10px;
  word-break: break-all;
  vertical-align: top;
  margin-bottom:5px;
}
.board-bordered{
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
}
/*=========================ラベルのスタイル==================================*/
.label{ 
  padding: .25em .6em;
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
}

.label-default {
  background-color: #F2F2F2; 
  color:#555555;
}
.label-success {
  background-color: #44bb88;
}
.label-success-hanten {
  color: #44bb88;
  background-color: #FFFFFF;
}
/*=========================サイドバーのスタイル==================================*/
.ev-style .panel.panel-small{
  border-color:#bbbbbb;
}
.ev-style .panel-small .panel-heading{
  background-color:#bbbbbb;
}
.ev-style .panel-small .panel-body{
  border-color:#bbbbbb;
}
.ev-style .panel-small .panel-body .list-group-item.static:hover{
  background-color:transparent;
}
.ev-style .panel-small .panel-body .list-group-item a{
  padding-left:20px;
}
.ev-style .panel-small .panel-body .list-group-item.static .list-group-item-headline{
  padding: 10px 10px 5px 10px;
}


/*=========================トリプル配信用カレンダーのスタイル==================================*/
.date-calendar{
  display: flex;
  flex-wrap: wrap;
}
.date-calendar [class*="date-calendar-item"]:nth-child(1) .date-calendar-youbi,
.date-calendar [class*="date-calendar-item"]:nth-child(7n+1) .date-calendar-youbi{
  color:#f00;
}
.date-calendar [class*="date-calendar-item"]:nth-child(7n) .date-calendar-youbi{
  color:#00f;
}

.date-calendar.col-7 [class*="date-calendar-item"]{
  flex-basis: 14.285%;
}
.date-calendar.col-6 [class*="date-calendar-item"]{
  flex-basis: 16.666%; 
}

.date-calendar-item{
  flex: 1 0 auto;
  display: flex;
  flex-wrap: wrap;
  border:solid 1px #ddd;
  margin-right:-1px;
  margin-bottom:-1px
}
.date-calendar-item-spacer{
  flex: 1 0 auto;
  margin-right:-1px;
  margin-bottom:-1px
}
.date-calendar-cell.w100per{
  border-bottom:solid 1px #ddd;
  border-right:none;
}
.date-calendar-cell.w100per:last-child{
  margin-bottom:-1px
}
.date-calendar-cell.w50per{
  border-right:solid 1px #ddd;
}
.date-calendar-cell.w50per:nth-child(2n+1){
  border-right:none;
}
.date-calendar-cell.w50per:nth-child(3n+1),
.date-calendar-cell.w50per:nth-child(4n+1){
  border-top:solid 1px #ddd;
}
/*=========================その他のスタイル==================================*/

/*logo-placeholder*/
.logo-ps{width: 300px;height:120px;text-align: center;margin:40px auto;}


.text-return{
  text-overflow: unset;
  overflow: unset;
  white-space: unset;
  word-wrap: break-word;
}

.td-none{
  text-decoration: none!important;
}

@media (max-width: 767px) {
  .xs-f25 {
  font-size: 25px !important;
  }
  .xs-f35 {
    font-size: 35px !important;
  }
}

.h46 {
  height: 46px !important;
}
.h50{
height:50px;
}
.w30{
  width:30px;
}


.mr4{margin-right:4px !important;}
.ml4{margin-left:4px !important;}
.pt8{
  padding-top:8px!important;
}
.pr4{
  padding-right:4px !important;
}
.pl4{
  padding-left:4px!important;
}

@media (max-width: 767px) {
.xs-pr40 {
    padding-right: 40px!important;
  }
.xs-pr80 {
    padding-right: 80px!important;
  }
.xs-pl80 {
    padding-left: 80px!important;
  }
}

@media (max-width: 767px) {
  .xs-w50per {
    width: 50% !important;
  }
}


/*btn*/
.btn-flat{
  border: 1px solid #4dbb80; 
  font-size: 14px; 
  font-weight: bold; 
  border-radius: 6px; 
  padding: 5px 10px 4px;
  margin:unset;
  color: #4dbb80; 
  text-decoration: none;
  line-height:1.5;
  display: inline-block;
  text-decoration: none!important;
  box-shadow: none;
}
.btn-flat:hover,.btn-flat:focus,.btn-flat:active,.btn-flat.active{
  box-shadow: inset 0 99999px 0 rgba(255, 255, 255, .50)!important;
  margin:unset;
  padding:5px 10px 4px;
  background:#4dbb80!important;
  
  color: #FFF!important;
}
.btn-flat.active{
  box-shadow: none!important;
}

@media (min-width: 768px) {
  .btn-group-edit{
    border: 1px solid #4dbb80; 
    font-size: 14px; 
    font-weight: bold; 
    border-radius: 6px; 
    padding: 4px 10px 3px 10px; 
    color: #4dbb80; 
    text-decoration: none;
    line-height:2;
    display: inline-block;
    text-decoration: none!important;
  }
}

.arrow-up{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #f5f5f5 transparent;
}



/*無地のボタン*/
.btn-plain{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.btn-plain:hover{
  opacity: .7;
}

.btn-plus{
  background: url("../img/ev-plus.svg") no-repeat center center;
  width:26px;
  height:30px;
}
.btn-plain.disabled{
  touch-action: none!important;
  cursor: not-allowed!important;
}

.btn-minus {
  background: url("../img/ev-minus.svg") no-repeat center center;
  width:26px;
  height:30px;
}

.btn-plus.disabled{
  background: url("../img/ev-plus-gray.svg") no-repeat center center;
}

.btn-minus.disabled {
  background: url("../img/ev-minus-gray.svg") no-repeat center center;
}

/*枠付きボタン*/
.btn.btn-bordered{
      padding: 10px;
      box-shadow: none;
      border-width: 1px;
      border-style: solid;
      border-color: #bbb;
      display: inline-block;
    }
    
    .btn.btn-bordered:hover{
      margin: 0;
      opacity: 0.5;
    }

/*アイコンボタン（操作パネル用ボタン）*/
.btn-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width:100%;
  height:100%;
  min-height:123px;
  border:solid 1px #ddd;
  border-radius: 8px;
  color:#888888;
  position: relative;
}
.btn-icon:hover:after{
  content: "";
  display: inline-block;
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  cursor:pointer;
  background-color: rgba(255,255,255,.3);
}
.btn-icon-inner{
  flex:0 0 auto;
  text-align: center;
}



/*汎用クラス*/

.bgc-d-pink {
  background: #ff9aa1 !important;
}

ul.h-li-green li:hover{
 background: #dff0d8;
}

.bd-d-1{
  border-style: dashed;
  border-width: 1px;
}




.bgc-ex-red{background-color:#ff3a49!important;}
.bgc-ex-yellow{background-color:#ffa400!important;}
.bgc-ex-green{background-color:#38ba00!important;}
.bgc-ex-blue{background-color:#00a9ce!important;}
.bgc-ex-gray{background-color:#969797!important;}

.c-ex-red{color:#ff3a49!important;}
.c-ex-yellow{color:#ffa400!important;}
.c-ex-green{color:#38ba00!important;}
.c-ex-blue{color:#00a9ce!important;}
.c-ex-gray{color:#969797!important;}

.tl-f{table-layout:fixed;}

.flex-item-static {
  flex-shrink: 0;
  flex-grow: 0;
}

.disp-f-wrap{display: flex; flex-wrap: wrap;}




