@charset "utf-8";
/* CSS Document */

body {
    background: url(../img/pc_seisaku_img.jpg?v2)no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: right;
  }

.sp{
   display: none;
}

h2{
    text-align: center;
    margin-bottom: 80px;
}

h4{
    font-size: 19px;
        vertical-align: middle;
}
.block,.main{
    background-color: transparent;
}

/* ------------
seisaku
------------*/

.sankajyo{
    text-align: center;
    margin-bottom: 70px;
}
.seisakulist section{
    display: inline-block;
    width: 35%;
    flex: 0 1 calc(100% / 3);  
    padding: 20px 2% 50px 2%;
    text-align: center;
}
.seisakulist section:nth-child(even){
      background-color: #ffffff;      
}
.seisakulist section:nth-child(odd){
     background-color: #ebebeb;   
}

.seisakulist section h4{
    margin: 100px 0 0 0;
    height: 60px;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.seisakulist section h4 img{
position: absolute;
    width: 75px;
    top: -100px;
    left: 0;
    right: 0;
    margin: auto;
}
.seisakulist section .row{
    line-height: 60px;
}


.seisakulist section p{
    font-size: 1rem;
    line-height: 1.7;
    text-align: left;
}

.pdf-area {
    display: flex;
    max-width: 960px;
    margin: auto;
}
a.pdf {
    display: flex;
    border: 2px solid #f08000;
    height: 60px;
    margin: 20px 0;
    margin-right: 15px;
}
.pdf-icon {
    background: #f08000;
    width: 50px;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pdf-icon img {
    width: 100%;
}
.pdf-data {
    background: #ebebeb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px;
}
.pdf-data>p {
    line-height: 1.3;
}

p.pdf-title {
    font-weight: bold;
    font-size: 14px;
}
p.pdf-txt {
    color: #6e6e6e;
    font-size: 12px;
    font-weight: bold;
}


/* ------------------------------

sp

------------------------------*/

@media screen and (max-width:768px){
    
.sp{
   display: block;
}
.pc{
    display: none;
}
h2{
    text-align: center;
    margin-bottom:40px;
}
    
h2 img{
    width:20%; 
}
h2 .sp{
    display: inline;
} 
body {
    background:none;
  }
h4{
    font-size: 16px;
        vertical-align: middle;
}

/* ------------
seisaku
------------*/
.seisakulist{
    display: block;
}
.seisakulist section{
    width: 100%;
    flex: none;  
    padding: 20px 25px 50px 25px;
}
.spimage{
    width: 90%;
    margin: 0 auto;
}
.sankajyo{
    width: 90%;
    margin: 70px auto;
}
.seisakulist section h4{
    margin: 0 0 0 0;
    height: 55px;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    margin-left: 50px;
}
.seisakulist section .row{
    line-height: 55px;
}

.seisakulist section h4 img{
/*    position: static;*/
    width: 53px;
    top: -6px;
    left: -61px;
    right: auto;
    margin: auto;
}
.pdf-area {
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 25px 50px 25px;
}
a.pdf {
    height: 70px;
    width: 100%;
}
.pdf-data {
    width: 100%;
}



}