@charset "UTF-8";
/* --------------------------------------------

	FileName	:	style.css

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

.pg-lead {
    display: flex;
    justify-content: space-between;
    margin: 0 0 70px;
    padding: 30px 0 0;
}
.pg-lead section {
    width: 60%;
}
.pg-lead section h2 {
    font-size: 1.7em;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.pg-lead section p {
    line-height: 200%;
    margin: 20px 0;
}
.pg-lead figure {
    width: 35%;
}
.pg-lead figure img {
    width: 100%;
}
.pg-lead figure figcaption {
    font-size: 0.95em;
    margin: 10px 0 0;
}

@media screen and (max-width: 768px) {
.pg-lead {
    display: block;
}
.pg-lead section {
    width: 100%;
}
.pg-lead section h2 {
    font-size: 1.3em;
    letter-spacing: 0;
}
.pg-lead section p {
    line-height: 150%;
    margin: 20px 0 20px;
}
.pg-lead figure {
    width: 100%;
}
}


.pg-point section {
    display: flex;
    background: url(../img/arrow.png) center bottom no-repeat;
    padding: 0 0 100px;
    margin: 0 0 40px;
}
.pg-point section:last-child {
    background: none;
}
.pg-point section h2 {
    width: 11%;
}
.pg-point section h2 img {
    width: 100%;
}
.pg-point section > div {
    width: 86%;
    margin: 0 0 0 3%;
}
.pg-point section > div div {
    float: left;
    width: 70%;
}
.pg-point section > div h3 {
    font-size: 1.7em;
    font-weight: bold;
    display: table-cell;
    height: 74px;
    vertical-align: middle;
}
.pg-point section > div p {
    font-size: 1.1em;
    line-height: 180%;
    margin: 15px 0 0;
}
.pg-point section > div figure {
    float: right;
    width: 25%;
}
.pg-point section > div figure img {
    width: 100%;
}

@media screen and (max-width: 768px) {
.pg-point section {
    display: block;
    padding: 0 0 60px;
}
.pg-point section h2 {
    width: 25%;
}
.pg-point section > div {
    width: 100%;
    margin: 10px 0;
}
.pg-point section > div div {
    width: 100%;
    float: none;
}
.pg-point section > div h3 {
    display: block;
    font-size: 1.2em;
    height: auto;
    margin: 20px 0 0;
}
.pg-point section > div p {
    font-size: 1em;
    line-height: 160%;
}
.pg-point section > div figure {
    width: 70%;
    margin: 10px auto 0;
    float: none;
}
}





















