@charset "utf-8";
/* CSS Document */

/*ページカラー
=======================================*/
.main-top-title,.main-bottom-title {
  background-color: #5F2C3A;
}

.main-top-subtitle,.main-bottom-subtitle,.main-title,.top-lead-text {
  color: #5F2C3A;
}
/*=======================================*/

.bequest-textblock-title {
    color: #5F2C3A;
    font-weight: bold;
    font-size: 1.8rem;
	text-align: left;
	padding-bottom: 10px;
}

.bequest-text {
    line-height: 1.8;
    margin-bottom: 60px;
}

.bequest-flex-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bequest-flow-box {
  width: 48%;
  margin-bottom: 60px;
}

.bequest-flow-txt-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #ccc;
}

.bequest-flow-txt-box:nth-child(1)::after,.bequest-flow-txt-box:nth-child(2)::after,.bequest-flow-txt-box:nth-child(3)::after,.bequest-flow-txt-box:nth-child(4)::after {
 position: absolute;
 content: url("/funds/bequest/img/bequest_arrow.png");
 bottom: -16px;
 right: 0;
 left:0;
 margin: auto;
 text-align: center;
 z-index: 999;
}

.bequest-flow-txt-box:last-child {
  border-bottom: 1px solid #ccc;
}

.bequest-number-box{
  margin-right: 10px;
  background-color: #F1F1EF;
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  color: #5F2C3A;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}

.bequest-attention {
	text-indent: -1em;
	padding-left: 12px;
	margin-bottom: 50px;
}

.bequest-attention li {
	margin-bottom: 5px;
}

@media screen and ( max-width: 767px ){

.bequest-flow-box {
  width: 100%;
}
	
.break-all {
	word-break: break-all;
}
	
}