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

fonts

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

※cosmetic内のcssは共通

PC／SP 共有

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

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

sp

******************************************************/
@media screen and (max-width: 740px) {
  #pagelink {
    padding: 20px;
    background: #fff;
    border: #004684 solid 1px;
    margin-top: 40px; }

  #pagelink li a:link {
    display: block;
    position: relative;
    padding: 10px 10px 10px 20px;
    border-bottom: 1px dotted #004684; }

  #pagelink li a:visited {
    display: block;
    border-bottom: 1px dotted #004684; }

  #pagelink li a:hover {
    display: block;
    border-bottom: 1px dotted #004684; }

  #pagelink li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -0.2em;
    left: 0;
    width: 0.3em;
    height: 0.3em;
    border-top: #004684 2px solid;
    border-right: #004684 2px solid;
    transform: rotate(45deg); }

  .meritImg {
    display: flex;
    justify-content: space-between; }

  .meritBox {
    background: #fff;
    border: #004684 solid 1px;
    padding: 15px 15px 5px;
    margin-top: 20px; }
    .meritBox ul li {
      display: block;
      color: #004684;
      position: relative;
      padding-left: 15px;
      line-height: 1.5;
      padding-bottom: 10px; }
      .meritBox ul li:before {
        display: inline-block;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #004684;
        margin-right: 5px;
        position: absolute;
        left: 0;
        top: 4px; }

  .demeritBox {
    border: #004684 solid 1px;
    padding: 15px 15px 5px;
    margin-top: 20px; }
    .demeritBox ul li {
      display: block;
      color: #004684;
      position: relative;
      padding-left: 15px;
      line-height: 1.5;
      padding-bottom: 10px; }
      .demeritBox ul li:before {
        display: inline-block;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #b2b9ca;
        margin-right: 5px;
        position: absolute;
        left: 0;
        top: 4px; }

  .doubleBtn {
    padding: 20px 0;
    margin-top: 20px;
    border-top: #004684 dotted 1px; }
    .doubleBtn a.btn2 + a.btn2 {
      margin-top: 20px; }

  .btn2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 60px;
    border-radius: 3px;
    background: #004684;
    text-align: center;
    color: #fff;
    position: relative; }
    .btn2 span {
      display: block;
      text-align: left;
      padding-left: 15px;
      line-height: 1.3;
      font-size: 1.3rem; }
    .btn2 .icon-arrow_long {
      position: absolute;
      right: 20px;
      top: 0;
      font-size: 1rem;
      line-height: 60px;
      transition: all 0.2s ease;
      backface-visibility: hidden; }
    .btn2:hover {
      background: #005bac; }
      .btn2:hover .icon-arrow_long {
        right: 10px; }

  .caseBox {
    padding-bottom: 20px; }
    .caseBox .item {
      width: 100%;
      text-align: center; }
      .caseBox .item > em {
        display: block;
        color: #004684;
        font-size: 1.5rem;
        padding-bottom: 5px; }
      .caseBox .item figure + p {
        padding: 10px 0;
        text-align: left; }
      .caseBox .item .text-box {
        text-align: left;
        padding-bottom: 10px; }
      .caseBox .item ul {
        padding: 10px;
        border-top: #004684 dotted 1px;
        border-bottom: #004684 dotted 1px; }
        .caseBox .item ul li {
          display: flex;
          justify-content: flex-start; }
          .caseBox .item ul li b {
            color: #004684;
            font-weight: 500; }
    .caseBox .item + .item {
      margin-top: 20px; }

  .largeBox {
    padding: 20px;
    background: #fff;
    border: #004684 solid 1px;
    position: relative; }
    .largeBox:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 40px 40px 0 0;
      border-color: #004684 transparent transparent transparent;
      position: absolute;
      left: 0;
      top: 0; }
    .largeBox em {
      display: block;
      text-align: center;
      color: #004684;
      font-size: 1.5rem;
      padding-bottom: 10px; }

  .metalBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .metalBox .item {
      width: 100%;
      background: #fff;
      margin-top: 20px;
      text-align: center; }
      .metalBox .item figure {
        padding: 10px 10px 0; }
        .metalBox .item figure img {
          width: 100%;
          height: auto; }
      .metalBox .item h4 {
        padding: 10px 0 10px;
        color: #004684;
        font-size: 1.5rem; }
      .metalBox .item p {
        padding: 0 20px 20px;
        text-align: left; }

  .textBox .txt h4 {
    font-weight: bold;
    color: #004684; }
  .textBox .txt p + h4 {
    padding-top: 30px; }

  .material {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .material .item {
      width: calc(100%); }
      .material .item h4 {
        padding: 0 0 10px;
        color: #004684;
        font-size: 1.5rem; }
      .material .item p {
        padding-bottom: 20px; }
    .material .item + .item {
      padding-top: 40px; }

  .meritBox2 {
    width: 100%;
    position: relative;
    margin-top: 20px; }
    .meritBox2 dl {
      width: 100%;
      background: #fff;
      border: rgba(0, 71, 133, 0.5) solid 1px;
      box-sizing: border-box; }
      .meritBox2 dl dt {
        font-size: 1.4rem;
        color: #004684;
        line-height: 1;
        padding: 8px 0;
        border-bottom: #004684 dotted 1px;
        text-align: center; }
      .meritBox2 dl dd {
        padding: 10px; }
        .meritBox2 dl dd li {
          color: #004684;
          padding-left: 15px;
          position: relative; }
          .meritBox2 dl dd li:before {
            display: inline-block;
            content: "";
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #004684;
            position: absolute;
            left: 0;
            top: 7px; }
    .meritBox2 dl + dl {
      margin-top: 20px; }
      .meritBox2 dl + dl dd li:before {
        opacity: 0.5; }

  .wideBox figure img {
    max-width: 100%;
    height: auto; }
  .wideBox .txt {
    padding-top: 20px; }
    .wideBox .txt h4 {
      color: #004684;
      font-size: 1.5rem;
      line-height: 1.5;
      padding-bottom: 10px; }
      .wideBox .txt h4 br {
        display: none; }

  .menuList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .menuList .item {
      width: 46%;
      position: relative;
      margin-bottom: 20px; }
      .menuList .item img {
        width: 100%; }
      .menuList .item p {
        color: #004684;
        padding-top: 5px; } 

  .flowBox {
    position: relative; }
    .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 h4 {
        font-size: 1.5rem;
        color: #004684;
        line-height: 1.5;
        padding-bottom: 0px; }
    .flowBox .item:last-child {
      padding-bottom: 0; }
      .flowBox .item:last-child:before {
        content: none; } }

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

******************************************************/
@media screen and (min-width: 741px) {
  #pagelink {
    padding: 30px;
    background: #fff;
    border: #004684 solid 1px;
    margin-top: 40px; }

  #pagelink li a:link {
    display: block;
    position: relative;
    padding: 15px 15px 15px 20px;
    border-bottom: 1px dotted #004684; }

  #pagelink li a:visited {
    display: block;
    border-bottom: 1px dotted #004684; }

  #pagelink li a:hover {
    display: block;
    border-bottom: 1px dotted #004684; }

  #pagelink li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -0.2em;
    left: 0;
    width: 0.3em;
    height: 0.3em;
    border-top: #004684 2px solid;
    border-right: #004684 2px solid;
    transform: rotate(45deg); }

  .meritImg {
    display: flex;
    justify-content: space-between; }

  .meritBox {
    background: #fff;
    border: #004684 solid 1px;
    padding: 25px;
    margin-top: 30px; }
    .meritBox ul li {
      display: inline-block;
      color: #004684;
      white-space: nowrap;
      margin-right: 30px; }
      .meritBox ul li:before {
        display: inline-block;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #004684;
        margin-right: 5px; }

  .demeritBox {
    border: #004684 solid 1px;
    padding: 25px;
    margin-top: 30px; }
    .demeritBox ul {
      text-align: center; }
      .demeritBox ul li {
        display: inline-block;
        color: #004684;
        white-space: nowrap;
        margin-right: 30px; }
        .demeritBox ul li:before {
          display: inline-block;
          content: "";
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background: #b2b9ca;
          margin-right: 5px; }

  .doubleBtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 0;
    margin-top: 40px;
    border-top: #004684 dotted 1px; }

  .btn2 {
    display: block;
    width: 450px;
    line-height: 56px;
    border-radius: 3px;
    background: #004684;
    text-align: center;
    color: #fff;
    position: relative; }
    .btn2 .icon-arrow_long {
      position: absolute;
      right: 20px;
      top: 0;
      font-size: 1rem;
      line-height: 60px;
      transition: all 0.2s ease;
      backface-visibility: hidden; }
    .btn2:hover {
      background: #005bac;
      color: #fff; }
      .btn2:hover .icon-arrow_long {
        right: 10px; }

  .caseBox {
    display: flex;
    justify-content: space-between;
    width: 850px;
    margin: 0 auto 40px; }
    .caseBox .item {
      width: 375px;
      text-align: center; }
      .caseBox .item > em {
        display: block;
        color: #004684;
        font-size: 1.8rem;
        padding-bottom: 10px; }
      .caseBox .item figure + p {
        font-size: 1.4rem;
        padding: 20px 0;
        text-align: left; }
      .caseBox .item .text-box {
        text-align: left;
        padding-bottom: 10px; }
      .caseBox .item ul {
        padding: 20px 0;
        border-top: #004684 dotted 1px;
        border-bottom: #004684 dotted 1px; }
        .caseBox .item ul li {
          display: flex;
          justify-content: flex-start;
          font-size: 1.4rem;
          width: 260px;
          margin: 0 auto; }
          .caseBox .item ul li b {
            color: #004684;
            font-weight: 500; }

  .metalBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .metalBox .item {
      width: 450px;
      background: #fff;
      margin-top: 50px;
      text-align: center; }
      .metalBox .item figure {
        padding: 10px 10px 0; }
        .metalBox .item figure img {
          width: 100%;
          height: auto; }
      .metalBox .item h4 {
        padding: 10px 0 10px;
        color: #004684;
        font-size: 1.8rem; }
      .metalBox .item p {
        padding: 0 20px 20px;
        text-align: left; }

  .textBox .txt h4 {
    font-weight: bold;
    color: #004684; }
  .textBox .txt p + h4 {
    padding-top: 30px; }

  .material {
    display: flex;
    justify-content: space-between; }
    .material .item {
      width: calc(30%);
      position: relative;
      padding-bottom: 90px; }
      .material .item h4 {
        padding: 10px 0 10px;
        color: #004684;
        font-size: 1.8rem; }
      .material .item .btn2 {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0; }

  .meritBox2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    border: rgba(0, 71, 133, 0.5) solid 1px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    margin-top: 40px; }
    .meritBox2:before {
      content: "";
      width: 1px;
      height: 100%;
      border-left: #004684 dotted 1px;
      position: absolute;
      left: 50%;
      top: 0; }
    .meritBox2 dl {
      width: 50%; }
      .meritBox2 dl dt {
        font-size: 1.6rem;
        color: #004684;
        line-height: 1;
        padding: 12px 0;
        border-bottom: #004684 dotted 1px;
        text-align: center; }
      .meritBox2 dl dd {
        padding: 25px; }
        .meritBox2 dl dd li {
          color: #004684;
          padding-left: 15px;
          position: relative; }
          .meritBox2 dl dd li:before {
            display: inline-block;
            content: "";
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #004684;
            position: absolute;
            left: 0;
            top: 8px; }
    .meritBox2 dl + dl dd li:before {
      opacity: 0.5; }

  .wideBox figure img {
    max-width: 100%;
    height: auto; }
  .wideBox .txt {
    padding: 40px 0px 0px; }
    .wideBox .txt h4 {
      color: #004684;
      font-size: 2rem;
      padding-bottom: 10px; }

  .menuList {
    display: flex;
    justify-content: space-between; }
    .menuList .item {
      position: relative; }
      .menuList .item p {
        color: #004684;
        padding-top: 10px; } 

  .flowBox {
    position: relative; }
    .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 h4 {
        font-size: 1.8rem;
        color: #004684;
        line-height: 1;
        padding: 5px 0 10px; }
      .flowBox .item p {
        line-height: 1; }
    .flowBox .item:last-child {
      padding-bottom: 0; } }

/*# sourceMappingURL=style.css.map */
