@charset "UTF-8";
/* ----------------------------------------------------------------
    Ajust Styles
----------------------------------------------------------------- */
/* margin ajust
----------------------------------------------- */
.mt0 {
  margin-top: 0px!important;
}
.mt5 {
  margin-top: 5px!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.mt50 {
  margin-top: 50px!important;
}
.mr20{
  margin-right: 20px!important;
}
.mb5 {
  margin-bottom: 5px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb15 {
  margin-bottom: 15px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}

/* align ajust
----------------------------------------------- */
.align-c {
  text-align: center!important;
}
.align-r {
  text-align: right!important;
}
.align-l {
  text-align: left!important;
}

/* .max-image
----------------------------------------------- */
.max-image img{
  max-width: 100%;
}

/* .hdgInner
----------------------------------------------- */
.hdgInner {
	border-top: 1px solid #680717;
	display: table;
    width: 100%;
    background: #680717;
}
.hdgInner .hdgMain {
	display: block;
	padding: 13px 10px;
	border-top: 1px solid #945059;
	background: #680717;
	font-size: 20px;
	color: #FFFFFF;
}
.hdgInner .hdgSub {
    text-align: right;
    font-weight: bold;
    padding: 0 20px 0 10px;
    border-top: 1px solid #945059;
}
.hdgInner .hdgSub img{
    height: 20px;
    width: 20px;
}
.hdgInner > .hdgMain,.hdgInner > .hdgSub {
    display: table-cell;
    vertical-align: middle;
}

/* .icon-label
----------------------------------------------- */
.icon-label {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 3px 15px 1px;
  min-width: 35px;
  background: #e24223;
  color: #fff;
  text-align: center;
  font-size: .7rem;
  line-height: 1;
}

/* .plateRed
----------------------------------------------- */
.infomationList a .date .plateRed {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  margin-top: 2px;
  padding: 2px;
  background-color: #680717;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  text-align: center;
}

/* .list-number
----------------------------------------------- */
.list-number li{
  position: relative;
  padding-left: 50px;
}
.list-number li em{
  font-style: normal;
  font-weight: bold;
}
.list-number .list-number-icon {
  background: #2e170e;
  width: 24px;
  height: 24px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  position: absolute;
  left: 13px;
  top: 13px;
}

/* .tbl
----------------------------------------------- */
.tbl{
  width: 100%;
  border-collapse: collapse;
}
.tbl th{
  padding: 6px;
  vertical-align: middle;
  text-align:center;
  font-weight:normal;
  background-color: #bbad97;
  border: 1px solid #dbceb6;
}
.tbl td{
  padding: 6px;
  background-color: #dbceb6;
  border: 1px solid #bbad97;
}

/* .tblContainer
----------------------------------------------- */
.tblContainer {
  overflow: auto;
}
.tblContainer .right {
  text-align: right !important;
}
.tblContainer .center {
  text-align: center !important;
}
.tblContainer .left {
  text-align: left !important;
}
.tblContainer .middle {
  vertical-align: middle !important;
}
.tblContainer .tbl{
  width: 100%;
}
.tblContainer .tbl th > :first-child,
.tblContainer .tbl td > :first-child{
  margin-top:0;
}
.tblContainer em{
  font-weight:bold;
  font-style:normal;
}
.tblContainer .tbl.over-tbl{
  width: 686px;
  margin: 0 auto;
}
.tblContainer .tbl caption{
  text-align: left !important;
}

.tblContainer .tbl-note {
  position: relative;
  padding: 0 0 0 44px;
  font-size: 12px;
  color: #2d130d;
}
.tblContainer .tbl-note::before {
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 40px;
  height: 20px;
  background: url(/content/dam/daiwasecurities/sp/resource-ren/images/icon/scrollable.png) no-repeat 0 0;
  background-size: 40px auto;
  content: '';
}

/* スクロールバーのカスタマイズ */
.tblContainer::-webkit-scrollbar {
  width: 11px;
  height: 11px;
  background-color: #f2ede7;
}
.tblContainer::-webkit-scrollbar-thumb {
  height: 7px;
  border: 2px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 14px;
  background-color: rgba(187, 173, 151, 1);
  box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
.tblContainer::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.tblContainer::-webkit-scrollbar-corner {
  background-color: #f2ede7;
}

/* .tblContainer Control Width
----------------------------------------------- */
.tblContainer .tbl .w-5 {
  width: 5% !important;
}

.tblContainer .tbl .w-10 {
  width: 10% !important;
}

.tblContainer .tbl .w-15 {
  width: 15% !important;
}

.tblContainer .tbl .w-20 {
  width: 20% !important;
}

.tblContainer .tbl .w-25 {
  width: 25% !important;
}

.tblContainer .tbl .w-30 {
  width: 30% !important;
}

.tblContainer .tbl .w-35 {
  width: 35% !important;
}

.tblContainer .tbl .w-40 {
  width: 40% !important;
}

.tblContainer .tbl .w-45 {
  width: 45% !important;
}

.tblContainer .tbl .w-50 {
  width: 50% !important;
}

.tblContainer .tbl .w-55 {
  width: 55% !important;
}

.tblContainer .tbl .w-60 {
  width: 60% !important;
}

.tblContainer .tbl .w-65 {
  width: 65% !important;
}

.tblContainer .tbl .w-70 {
  width: 70% !important;
}

.tblContainer .tbl .w-75 {
  width: 75% !important;
}

.tblContainer .tbl .w-80 {
  width: 80% !important;
}

.tblContainer .tbl .w-85 {
  width: 85% !important;
}

.tblContainer .tbl .w-90 {
  width: 90% !important;
}

.tblContainer .tbl .w-95 {
  width: 95% !important;
}

.tblContainer .tbl .w-100 {
  width: 100% !important;
}

/* .icon-mark
----------------------------------------------- */
.icon-mark {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 1.4em;
  color: transparent;
}
.icon-mark::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
}
.icon-mark._circle {
  width: 1em;
}
.icon-mark._circle::before {
  content: '\0025cb';
}
.icon-mark._circle-double {
  width: 1em;
}
.icon-mark._circle-double::before {
  content: '\0025ce';
}
.icon-mark._triangle {
  width: 1em;
}
.icon-mark._triangle::before {
  content: '\0025b3';
}
.icon-mark._cross {
  width: 1em;
}
.icon-mark._cross::before {
  content: '\00d7';
}


/* .btn
----------------------------------------------- */
.btnPrimary{
  background: #680718;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  display:inline-block;
  font-weight: bold;
  font-size:15px;
  line-height:1.3;
  margin:0 auto 10px;
  padding:16px 5px 15px;
  position:relative;
  text-align:center;
  text-decoration: none;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
}
.btnPrimary > span {
  position: relative;
  display: table;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 27px 0 21px;
  height: 100%;
}
.btnPrimary > span::before, .btnPrimary > span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btnPrimary > span::before {
  right: 2px;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 10px;
}
.btnPrimary > span::after {
  right: 9px;
  margin: -3px 0 0;
  width: 4px;
  height: 4px;
  border: 2px solid #fff;
  border-bottom: transparent;
  border-left: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btnPrimary > span span {
  display: table-cell;
  vertical-align: middle;
}
.btnPrimary b {
  display: block;
  font-size: 1.8rem;
}
.btnPrimary:hover, .btnPrimary:active, .btnPrimary:focus {
  background: #863945;
}
.btnPrimary > span::before, .btnPrimary > span::after{
  display: block;
  content: '';
}

.lytItem {
  font-size: 12px;
  line-height: 1.5;
  color: #2f1705;
}
.lytItem ._flexBox {
  margin-bottom: 10px;
}
.lytItem ._flexBox .image {
  width: 130px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
}
.lytItem ._flexBox .image img {
  max-width: none;
}
.lytItem .image.min-image img {
  width: 140px;
}

.lytItem.imageAuto ._flexBox .image {
  width:auto;
}


.list-bullet {
    margin-top:20px;
}
.list-bullet > li {
  position:relative;
  padding-left: 16px;
}
.list-bullet > li::before {
  position:absolute;
  background:#680717;
  content:"";
  height: 11px;
  left: 0;
  top: 0.4em;
  width: 12px;
}

/* ----------------------------------------------------------------
    Media
----------------------------------------------------------------- */
/* .media-frame
----------------------------------------------- */
.media-frame {
  margin: 10px 0 0;
  width: 100%;
}

/* ----------------------------------------------------------------
    Grid
----------------------------------------------------------------- */
/* .gridCol[data-col="2"]
----------------------------------------------- */
.grid[data-col='2'] {
  margin-left: -2.08333%;
}
.grid[data-col='2'] > .grid-col {
  margin-left: 2.04082%;
  width: 47.95918%;
}
.grid[data-col='2'] > .grid-col:nth-child(2n+1) {
  clear: both;
}
/* .grid
----------------------------------------------- */
.grid {
  margin-top: -15px;
  margin-bottom: 15px;
}
.grid > .grid-col {
  float: left;
  margin-top: 15px;
}
.grid > .grid-col > :last-child {
  margin-bottom: 0;
}

/* unique
----------------------------------------------- */
.idt2 {
  padding-left: 2em;
  text-indent: -2em;
  color: #807a6c;
  font-size:12px;
}
.campaignItem .image.min-image img {
  width: 140px;
}
.no-linktext{
  display: inline-block;
}
.no-linktext em{
  font-weight: bold;
  font-style: normal;
}

/* /sp/products/fund/ */
#fsearch.fundSearch{
  margin-top:0;
}
#fsearch.fundSearch #contents_searchForm .sitesearchInner{
  padding:0;
}
#fsearch.fundSearch #contents_searchForm .sitesearchInner input[type="text"],
#fsearch.fundSearch #contents_searchForm .sitesearchInner button[type="submit"]{
  margin-top:0;
}

#weeklyRanking .rk_titbg .rk_titbg_inner {
	margin: 10px 10px 0;
}
#weeklyRanking #rk_area nav {
	padding: 0 10px;
    box-sizing: border-box;
}

/* js
----------------------------------------------- */
.js-qa-list p{
    margin-bottom: 10px;
    padding-left: 20px;
    text-indent: -20px;
    vertical-align: middle;
    line-height: 1.2;
}
.js-qa-list p::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    background: url(/content/dam/daiwasecurities/sp/resource/images/icon_link_ocher.png) no-repeat center;
    background-size: 12px 12px;
    line-height: 12px;
    vertical-align: middle;
}
.js-qa-list p a {
    font-size: 14px;
    color: #714f1f;
    vertical-align: middle;
}

/* .fn-frame-receive-idno
----------------------------------------------- */
.pageTitle span .fn-frame-receive-idno {
    display: inline;
    padding: 0;
    border-top: 0;
}

/* .fn-frame-receive-item
----------------------------------------------- */
.fn-frame-receive-item {
  height: 500px;
}