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

fonts

******************************************************/
/******************************************************
    
PC / SP 共有

******************************************************/
.pageTitle {
  background-image: url(../img/title.jpg);
  background-size: cover; }
  .pageTitle span em {
    color: #016bb6; }
  .pageTitle span small {
    color: #e34b21; }

/******************************************************
    
PC

******************************************************/
@media screen and (min-width: 741px) {
  .inner {
    padding: 50px 0 !important;
    margin-right: 50px; }
    .inner > p {
      font-size: 1.4rem;
      padding-bottom: 50px; }
    .inner figure {
      text-align: center;
      padding-bottom: 50px; }
      .inner figure img {
        height: auto;
        max-width: 100%; }
    .inner .flex {
      display: flex;
      justify-content: space-between; }
      .inner .flex p {
        width: calc(100% - 350px); }
      .inner .flex figure {
        width: 300px; }
    .inner .dataTable {
      padding: 0;
      width: 100%; }
      .inner .dataTable em {
        width: 30%;
        color: #0072bf; }
      .inner .dataTable p {
        width: 70%; }
  section + section {
    border-top: #e3e3e3 solid 1px; } }

/******************************************************

SP

******************************************************/
@media screen and (max-width: 740px) {
  .inner {
    padding: 20px; }
    .inner > p {
      padding-bottom: 20px;
      text-align: left; }
    .inner figure {
      text-align: center;
      padding-bottom: 20px; }
      .inner figure img {
        height: auto;
        max-width: 375px; }
    .inner .dataTable {
      padding: 0;
      width: 100%; }
      .inner .dataTable em {
        color: #0072bf; }
    .inner .flex > p {
      text-align: left;
      padding-bottom: 10px; }
      .inner .flex > p img {
        width: 200px;
        display: block;
        margin: 0 auto 10px; }
    .inner .flex > figure {
      width: 100%;
      box-sizing: border-box;
      text-align: center; } }

/*# sourceMappingURL=style.map */