.full_background{
  background: #add8e636;
}
.column {
  float: left;
  width: 50%;
  padding: 10px;
  /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.pdf_icon_icon :hover{
  border-bottom: solid 1px #8bc34a;
  color:#8bc34a;
}
.sentences_gaiyo{
  font-size: 1.6rem;
    line-height: 2;
		font-weight: 500;
    text-align: left;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }

}
@media screen and (max-width:766px){
.pdf_icon{
  display:flex;
  flex-direction: column;
}
 }
@media screen and (min-width:768px){
  .pdf_icon_head_mbl{
    display:none;
}
.hr_link_btm{
  display:none;
}
}

@media screen and (max-width:766px){
  .pdf_icon_head{
    display:none;
}
}
@media screen and (min-device-width: 280px) and (max-device-width: 820px) {
  .gaiyo_body{
    width: 100% !important;
}
.side_by_side{
  display:contents !important;
}
.sentences_gaiyo{
  padding: 0 0 0 0 !important;
}
.pub_info{
  text-align: center;
  width: 100%;
}
.pdf_icon_head{
  width: 100% !important;
}
/* .top-section-bg-zure :hover{
  border-bottom: 1px solid #00AFCC;
  color: #00000091;
} */
.pdf_icon_head_mbl{
  width: 100% !important;
}

}
.gaiyo_body{
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 3rem;
    margin-right: auto;
    margin-left: auto;
}
.side_by_side{
  flex: 1;
    /* display: flex; */
    min-width: 100%;
    justify-content: center;
    align-items: flex-start;
    /* background-color: #93999929; */
}
.his_link{
  display:flex;
  align-items: center;
  color: #92AB23;
}
.bunpo_start{
  display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    text-align: start;
    background-color: #93999912;
}
.pdf_icon{
  width: 100%;
  height: auto;
  display: flex;
  font-size: 16px;
}
.pdf_icon div{
  -ms-flex:1;
  flex: 1;
  display: flex;
    align-content: space-around;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}
.pdf_icon_icon:hover{
  color:rgba(146, 171, 49, 255);
}
.lft_mrgn{
  /* margin-left: 2rem;
  margin-bottom: 2rem; */
}
.pdf_icon_head_mbl{
  background-color: #79a9c440;
  margin-left: auto;
  margin-right: auto;
  width: 1170px;
  margin-bottom: 5rem;
}
.pdf_icon_head{
  background-color: #79a9c440;
  margin-left: auto;
  margin-right: auto;
  width:90%;
margin-bottom: 5rem;

}
.pub_info{
  text-align: center;
  margin-top: 0;
  width: 100%;
}
.lft_mrgn{
  color: #551A8B;
}
.rht_mrgn{
  color: #551A8B;
}
.link_index{
  font-size: 16px;
  color: #551A8B;
}
.chairman_gretting{
  float: right;
}

@media screen and (max-width: 766px){
  .card-wrapper{
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
  }
  .card{
      margin: 2rem;
      transition: transform .5s;
  }
}