@charset "utf-8";

/* ===============================================
# ご支援のお願い　information
=============================================== */
#information .area_second_cmn .area_main {
  padding-bottom: 30px;
  box-shadow: 0px 4px 6px 0px rgba(6 92 80 / 16%);/*IE*/
  box-shadow: 0px 4px 6px 0px rgb(6 92 80 / 16%);
  margin-bottom: 7px;
}
#information .cmn_ttl02{
  margin-top: 50px;
}
#information .cmn_textPhoto {
  margin-top: 47px;
}
#information .cmn_textPhoto.right .photo{
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  order:1;
  margin-bottom: 0;
      margin-top: 40px;
}
#information .cmn_textPhoto figcaption {
  font-size: 17px;
  font-size: 1.7rem;
  margin-top: 10px;
  line-height: 2.0;
  text-align: right;
}
#information .message_neme{
  line-height: 1;
  margin-left: 20px;
  display: inline-block;
}
#information .message_neme img{
  width: auto;
  height: 21px;
}
#information .cmn_textPhoto .text {
    margin-top: -40px;
}
#information .cmn_textPhoto .text p{
  font-size: 17px;
  font-size: 1.7rem;
  margin-top: 30px;
}
#information .cmn_textPhoto .text p.message_ttl{
  color: #00b097;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px){
  #information .area_second_cmn .area_main {
    box-shadow: 0px 1px 7px 0px rgba(6 92 80 / 16%);/*IE*/
    box-shadow: 0px 1px 7px 0px rgb(6 92 80 / 16%);
    margin-bottom: 3px;
    padding-bottom: 15px;
  }
  #information .cmn_ttl02 {
    margin-top: 30px;
    margin-bottom: -5px;
  }
  #information .cmn_textPhoto {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #information .cmn_textPhoto figcaption {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 3px;
  }
  #information .message_neme{
    margin-left: 14px;
  }
  #information .message_neme img{
    height: 18px;  
  }
  #information .cmn_textPhoto.right .photo{
    -webkit-box-ordinal-group:-1;
    -ms-flex-order:-1;
    order:-1;
    margin-bottom: 0;
    margin-top: 0;
  }
  #information .cmn_textPhoto .text p{
    margin-top: 15px;
    line-height: 1.75;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #information .cmn_textPhoto .text p.message_ttl {
    font-size: 19px;
    font-size: 1.9rem;
    margin-top: 58px;
    line-height: 1.7;
  }
}


/*
# 募金の種類　sec_type
------------------------------------------------ */
#information .area_contents{
  background: #f2fbfa;
  padding-top: 11px;
  margin-bottom: 60px;

}
#information .sec_type .inner{
  width: 100%;
  background: #fff;
}
#information .sec_type .list_type{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  justify-content: center;
  padding: 0px;
}
#information .sec_type .list_type li{
  width : 20% ;
  width : -webkit-calc(100% / 5) ;
  width : calc(100% / 5) ;
  border-right: 8px solid #fff;
  overflow:hidden;
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#information .sec_type .list_type li:last-child{
  border-right: none;
}
#information .sec_type .list_type li a{
  width: 100%;
  height: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#information .sec_type .list_type .box_type .txt {
  padding: 35px 24px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#information .sec_type .list_type .box_type .txt .type_num{
  text-align: center;
  color: #00b097;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ 明朝', 'MS Mincho',sans-serif;
  line-height: 1.5;
  margin-bottom: 10px;
}
#information .sec_type .list_type .box_type .txt .ttl{
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ 明朝', 'MS Mincho',sans-serif;
  font-weight: bold;
  position: relative;
  width: 100%;
  margin-bottom: 35px;
}
#information .sec_type .list_type .box_type .txt .ttl:before {
  content: '';
  display: inline-block;
  background: url(../images/ico_arrow_type_pc.svg)no-repeat left top;
  width: 78px;
  height: 7px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#information .sec_type .list_type .box_type .txt p{
  line-height:1.6;
  margin-bottom: 15px;
  letter-spacing: 0;
}
#information .sec_type .list_type .box_type .textPhoto img{
  width: 100%;
}
@media screen and (max-width: 1600px) {
  #information .sec_type .list_type .box_type .txt {
    padding: 35px 4.5% 0;
  }
  #information .sec_type .list_type .box_type .txt .ttl{
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1200px) {
  #information .sec_type .list_type .box_type .txt .ttl{
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #information .area_contents{
    padding-top: 1px;
  }
  #information .sec_type{
    background: rgb(0,176,151,0.05);
  }
  #information .sec_type .inner{
    box-shadow: none;
    margin-top: -5px;
  }
  #information .sec_type .list_type {
    display: block;
    width: 100%;
    margin-top: 12px;
    padding-bottom: 10px;
  }
  #information .sec_type .list_type li {
    display: block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 2px solid rgba(12,117,154,0.05);/*IE*/
    border-bottom: 2px solid rgb(12,117,154,0.05);
    border-right: 0;
  }
  #information .sec_type .list_type li:last-child{
    border-bottom:none;
  }
  #information .sec_type .list_type .box_type .txt{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    float: left;
    left: 41%;
    padding: 0px 15px;
  }
  #information .sec_type .list_type .box_type .txt .type_num{
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 7px;
  }
  #information .sec_type .list_type .box_type .txt .ttl{
    text-align: left;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  #information .sec_type .list_type .box_type .txt .ttl:before {
    background: url(../images/ico_arrow_type_sp.svg)no-repeat left top;
    left: 70px;
    width: 142px;
    height: 7px;
    background-size: 75px;
  }
  #information .sec_type .list_type .box_type .txt p {
    margin-bottom: 0;
    line-height: 1.7;
    font-size: 15px;
    font-size: 1.5rem;
  }
  #information .sec_type .list_type li .textPhoto{
    width: 41%;
  }
}
