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

fonts

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

PC／SP 共有

******************************************************/
#pageImage {
  background-image: url(../img/title.jpg); }

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

sp

******************************************************/
@media screen and (max-width: 740px) {
  .textBox .txt h4 {
    font-weight: bold;
    color: #004684; }
  .textBox .txt p + h4 {
    padding-top: 30px; }
  .flexBox {
    padding: 0 20px;
    background: #fff;
    margin-top: 20px; }
    .flexBox .item {
      padding: 20px 0;
      border-bottom: #004684 dotted 1px; }
      .flexBox .item figure {
        width: 100%; }
        .flexBox .item figure img {
          width: 100%; }
      .flexBox .item h4 {
        color: #004684;
        font-size: 1.5rem;
        padding: 10px 0;
        text-align: center; }
    .flexBox .item:last-child {
      border-bottom: 0; }
  .flowBox {
    position: relative;
    padding-top: 20px; }
    .flowBox .item {
      position: relative;
      padding-left: 55px;
      padding-bottom: 40px; }
      .flowBox .item:before {
        content: "";
        width: 4px;
        height: 100%;
        background: #004684;
        position: absolute;
        left: 18px;
        top: 0; }
      .flowBox .item span {
        display: inline-block;
        width: 40px;
        height: 40px;
        background: #004684;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        color: #fff;
        font-size: 1.8rem;
        position: absolute;
        left: 0;
        top: 0; }
      .flowBox .item p {
        color: #004684; }
    .flowBox .item:last-child {
      padding-bottom: 0; }
      .flowBox .item:last-child:before {
        content: none; }
  .point {
    margin: 20px 0 20px;
    border-bottom: #005bac dotted 1px; }
    .point li {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 10px;
      border-top: #005bac dotted 1px; }
      .point li em {
        color: #004684;
        font-weight: bold;
        width: 120px; }
      .point li p {
        color: #004684; } }

/******************************************************
    
PC / common

******************************************************/
@media screen and (min-width: 741px) {
  .textBox .txt h4 {
    font-weight: bold;
    color: #004684; }
  .textBox .txt p + h4 {
    padding-top: 30px; }
  .flexBox {
    display: flex;
    justify-content: space-between;
    padding-top: 40px; }
    .flexBox .item {
      width: 300px; }
      .flexBox .item h4 {
        padding: 10px 0 10px;
        color: #004684;
        font-size: 1.8rem;
        text-align: center; }
  .flowBox {
    position: relative;
    margin-top: 40px; }
    .flowBox:before {
      content: "";
      width: 4px;
      height: 100%;
      background: #004684;
      position: absolute;
      left: 26px;
      top: 0; }
    .flowBox .item {
      position: relative;
      padding-left: 85px;
      padding-bottom: 60px; }
      .flowBox .item span {
        display: inline-block;
        width: 55px;
        height: 55px;
        background: #004684;
        text-align: center;
        line-height: 55px;
        border-radius: 50%;
        color: #fff;
        font-size: 2rem;
        position: absolute;
        left: 0;
        top: 0; }
      .flowBox .item p {
        padding-top: 2px;
        color: #004684;
        line-height: 1.5; }
    .flowBox .item:last-child {
      padding-bottom: 0; }
  .point {
    margin: 50px 0 20px;
    border-bottom: #005bac dotted 1px; }
    .point li {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 10px;
      border-top: #005bac dotted 1px; }
      .point li em {
        color: #004684;
        font-weight: bold;
        width: 120px; }
      .point li p {
        color: #004684; } }

/*# sourceMappingURL=style.map */