@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

		財団概要

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/****************************************************************************************************************************
財団概要
****************************************************************************************************************************/

article.under section.download_page{
  margin-bottom:80px;
}

article.under section.download_page .download_ttl{
  background: #f3f3f3;
  position:relative;
  padding:40px 0;
  margin-bottom: 60px;
}

article.under section.download_page .download_ttl:before{
content:"";
width: 100%;
height:5px;
position:absolute;
top:0px;
    background: #f490c7;
    background: -moz-linear-gradient(-45deg, #f490c7 0%, #eb846c 100%);
    background: -webkit-linear-gradient(-45deg, #f490c7 0%,#eb846c 100%);
    background: linear-gradient(135deg, #f490c7 0%,#eb846c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f490c7', endColorstr='#eb846c',GradientType=1 );
}

article.under section.download_page .download_pdf{

}

article.under section.download_page .download_pdf ul{
  margin-top:50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}

article.under section.download_page .download_pdf ul li{
  width: 47%;
  border-bottom:1px dotted #505050;
  margin:10px auto;
  }

article.under section.download_page .download_pdf ul li a{
  text-decoration: underline;
  color:#e37796;
  display: inline-block;
  padding:10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

article.under section.download_page .download_pdf ul li a:before{
  content:url(../img/info/pdf_icon.png);
  display: inline-block;
  margin-right:10px;
}


 /****************************************************************************************************************************
  レスポンシブ　1000px
****************************************************************************************************************************/

@media screen and (max-width: 1000px) {


p.txt_center{
  text-align: left;
}

article.under section.download_page .download_pdf ul{
  display: block;
}

article.under section.download_page .download_pdf ul li{
  width: 100%;
}


}