.jumbotron_sub{
	background-image: url("../img/mv_bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-color:rgba(255,255,255,0.3);
	background-blend-mode:color;	
	padding: 0;
	height:15vh;
	position: relative;
	background-size:cover;

	&:after{
		content:"";
		display: block;
		width: 100%;
		height:45%;
		position: absolute;
		left: 0;
		bottom:0;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#031104+0,060c0c+100&0+0,1+100 */
		background: -moz-linear-gradient(top, rgba(3,17,4,0) 0%, rgba(6,12,12,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(3,17,4,0) 0%,rgba(6,12,12,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(3,17,4,0) 0%,rgba(6,12,12,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00031104', endColorstr='#060c0c',GradientType=0 ); /* IE6-9 */
		z-index: 0;
		opacity:.3;

	}
	
}

.jumbotron-sub-txt{
	color:#fff;
	padding-top:auto;
	padding-bottom:auto;
}

.hr-bottom{
	border-bottom: 1px solid rgba(197, 0, 0, 0.1);
}

@media screen and (max-width: 767.98px) {
.jumbotron-txt img { padding:10px; }
.jumbotron-logo img { width: 55%; }

.jumbotron-tag { right:-60px; }
.jumbotron-tag img { width: 50%; }

}

.topics dl {padding: 15px 0;border-bottom: 1px solid #ccc;}
.topics dt {padding-bottom: 5px;}
@media screen and (min-width: 990px) {
	.topics dt {clear: left;float: left;width: 30%;}
	.topics dd {margin-left: 18%;font-size:1.1rem}
}
@media screen and (max-width: 990px) {
	.topics dd {padding-top: 15px;font-size:1.1rem}
}


/* 生活介護 ひまわり：一日の流れ */
.himawari-flow {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.himawari-flow h3 {
  margin-bottom: 18px;
  color: #65b82f;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 0.2em;
}

.himawari-flow-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #ffffff;
}

.himawari-flow-table th,
.himawari-flow-table td {
  border: 1px solid #e5e5e5;
  padding: 11px 14px;
  font-size: 15px;
  line-height: 1.5;
}

.himawari-flow-table .flow-head,
.himawari-flow-table .flow-foot {
  background: #3f8420;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.himawari-flow-table .flow-timezone {
  background: #22b832;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
}

.himawari-flow-table td {
  color: #555555;
}

/* 生活介護 ひまわり：一日の流れ 左列幅調整 */
.himawari-flow-table .flow-col-timezone {
  width: 120px;
}

.himawari-flow-table .flow-col-content {
  width: auto;
}

/* ひまわり「一日の流れ」PC/SP表示切り替え */
.himawari-flow-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .himawari-flow-table {
    display: none;
  }

  .himawari-flow-sp {
    display: block;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #2f7f1d;
    background: #ffffff;
  }

  .himawari-flow-sp__label {
    background: #2f7f1d;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    font-size: 15px;
  }

  .himawari-flow-sp__group {
    display: flex;
    border-top: 1px solid #ffffff;
  }

  .himawari-flow-sp__period {
    width: 82px;
    background: #20b937;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 15px;
  }

  .himawari-flow-sp__items {
    flex: 1;
    background: #ffffff;
  }

  .himawari-flow-sp__items p {
    margin: 0;
    padding: 9px 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
    line-height: 1.5;
  }

  .himawari-flow-sp__items p:last-child {
    border-bottom: none;
  }

  .himawari-flow-sp__items span {
    display: inline-block;
    width: 48px;
    color: #555555;
  }
}