@charset "UTF-8";

.div_tbl{border-left:1px solid #999;border-right:1px solid #999;border-bottom:1px solid #999;margin:0;display:flex;justify-content:space-between;}
.div_tbl > .th{padding:10px;flex-basis:78%;max-width:78%;border-right:1px solid #999;}
.div_tbl > .th.pnk_2{background:#F7DBC4;font-weight:700;}
.div_tbl > .td{padding:10px;flex-basis:22%;max-width:22%;text-align:right;}

.div_tbl.tbl_header{border-top:1px solid #999;font-size:1.1666;}
.div_tbl.tbl_header.pnk > .th,
.div_tbl.tbl_header.pnk > .td{background:#EF6E72;color:#FFF;font-weight:700;}
.div_tbl.tbl_header.pnk > .th{text-align:center;}

.div_tbl.non_line{border-bottom:0px;}


.flex_col2{display:flex;justify-content:center;}
.flex_col2 > *{flex-basis:40%;max-width:40%!important;margin:0 0.5em;}

.btn-border {
  display: inline-block;
  max-width: 180px;
  text-align: left;
	background-color: #9ec34b;
  border: 2px solid #9ec34b;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 8px;
  border-radius: 4px;
  transition: .4s;
  text-align:center;
  line-height:1.5;
  height:3em;
}
.btn-border.ppl{background-color:#EB86F5;border-color:#EB86F5;}

.btn-border:hover {
	background-color:#FFF;
  border-color: #cbe585;
  color: #9ec34b;
}	
.btn-border.ppl:hover{
  border-color: #EB86F5;
  color: #EB86F5;
}

.h60{height:60px!important;}

.dl_block{}
.dl_block.border{}
.dl_block{display:flex;align-items:baseline;flex-wrap:wrap;justify-content:space-between;box-sizing:border-box;}
.dl_block > dt{flex-grow:1;}
.dl_block > dt small{font-size:1em;display:block;}
.dl_block > dd{text-align:right;flex-shrink:0;}

.mark_lists{}
.mark_lists > li{padding:10px 10px 10px 30px;background:url(../../img/icon_04.gif) 5px 10px no-repeat;border-bottom:1px dashed #999;}

.mark_lists > li .dl_block > dt{font-weight:700;}
.mark_lists > li .dl_block > dt small{font-weight:400;}