@charset "UTF-8";

/**********************************************************************************************
ボックスリンク
**********************************************************************************************/

.bl_corpBusinessDeveDetailBtmWrapper {
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.bl_corpBusinessDeveDetailBtmList {
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
}

.bl_corpBusinessDeveDetailBtmListItem {
  width: 100%;
  margin-bottom: 20px;
}

.bl_corpBusinessDeveDetailBtmListItem:last-of-type {
  margin-bottom: 0;
}

.bl_corpBusinessDeveDetailBtmListItemLink {
  display: block;
  width: 100%;
  height: 100%;
  color: #005094;
  font-size: 0.9375rem;
  padding: 36px 40px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  transition-duration: 0.3s;
  transition-property: background-color;
}

.bl_corpBusinessDeveDetailBtmListItemLink::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 40px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-left: 2px solid #dadada;
  border-bottom: 2px solid #dadada;
  transform: rotate(-135deg);
  transition-duration: 0.3s;
}

.bl_corpBusinessDeveDetailBtmListItemLink:hover, .bl_corpBusinessDeveDetailBtmListItemLink:focus {
  background-color: rgba(255, 255, 255, 0.8);
}

.bl_corpBusinessDeveDetailBtmListItemLink:hover::before, .bl_corpBusinessDeveDetailBtmListItemLink:focus::before {
  right: 35px;
  border-color: #bbbbbb;
}

.bl_corpBusinessDeveDetailBtmListItemLink[target="_blank"] {
  position: relative;
  padding-right: 64px;
}

.bl_corpBusinessDeveDetailBtmListItemLink[target="_blank"]::before {
  box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23333%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2211%2C11%201%2C11%201%2C1%202%2C1%202%2C0%200%2C0%200%2C12%2012%2C12%2012%2C10%2011%2C10%20%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%225%2C0%205%2C1%2010.293%2C1%205%2C6.293%205.707%2C7%2011%2C1.707%2011%2C7%2012%2C7%2012%2C0%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: 12px 12px;
  background-repeat: no-repeat;
}

.bl_corpBusinessDeveDetailBtmListItemLink[target="_blank"]::before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 40px;
  margin-top: auto;
  margin-bottom: auto;
  border: none;
  transform: none;
}

.bl_corpBusinessDeveDetailBtmListItemLink[href$=".pdf"] {
  position: relative;
}

.bl_corpBusinessDeveDetailBtmListItemLink[href$=".pdf"]::after {
  box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23666666%3B%7D%20.st1%7Bfill%3A%23D13D3D%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10.581%2C1.005l2.414%2C2.44v10.55h-9.99V1.005H10.581%20M11%2C0H2v15h12V3.032L11%2C0L11%2C0z%22%2F%3E%3Crect%20y%3D%227%22%20class%3D%22st1%22%20width%3D%2210%22%20height%3D%225%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2214%2C5%209%2C5%209%2C0%2010%2C0%2010%2C4%2014%2C4%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: 14px 15px;
  background-repeat: no-repeat;
}

.bl_corpBusinessDeveDetailBtmListItemLink[href$=".pdf"]::after {
  position: relative;
  display: inline-block;
  margin-left: 2px;
  border: none;
  transform: none;
}

.bl_corpBusinessDeveDetailBtmListItemLink:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000;
  outline-offset: -2px;
}
