@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
  color: #323232;
  background-color: #fff; }

a:hover img {
  opacity: .8; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

sup {
  vertical-align: 10px;
  font-size: 50%; }

img {
  vertical-align: bottom; }
  @media only screen and (max-device-width: 767px) {
    img {
      zoom: .5; } }

.pc_item {
  display: block !important; }
  @media only screen and (max-device-width: 767px) {
    .pc_item {
      display: none !important; } }

.sp_item {
  display: none !important; }
  @media only screen and (max-device-width: 767px) {
    .sp_item {
      display: block !important; } }

.wrapper {
  width: 960px;
  margin: 0 auto; }
  @media only screen and (max-device-width: 767px) {
    .wrapper {
      width: 100%; } }

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  width: 960px;
  margin: auto;
  background-color: #fff; }
  @media only screen and (max-device-width: 767px) {
    header {
      width: 100%; } }
  header h1 {
    line-height: 0; }
  header .header_txt {
    display: block; }
    @media only screen and (max-device-width: 767px) {
      header .header_txt {
        display: none; } }
  header .header-menu {
    display: none; }
    @media only screen and (max-device-width: 767px) {
      header .header-menu {
        display: block; } }
  header .header-contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 25px; }
  header .spNav {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 10;
    width: 100%; }
    header .spNav ul {
      background-color: #03246d; }
    header .spNav li {
      width: 100%;
      height: 43px; }
      header .spNav li:not(:first-child) {
        border-top: 1px solid #fff; }
      header .spNav li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%; }

.sp_cotents {
  display: none;
  height: 40px;
  padding: 0 calc((20 / 414)*100%);
  background-color: #05246E; }
  @media only screen and (max-device-width: 767px) {
    .sp_cotents {
      display: flex;
      justify-content: center;
      align-items: center; } }
  .sp_cotents a {
    line-height: 0; }
    .sp_cotents a img {
      vertical-align: middle; }

.sec01 {
  padding: 20px 25px 30px;
  background-color: #e0eaf6; }
  .sec01 .sec-img01,
  .sec01 .sec-img02,
  .sec01 .sec-img03 {
    text-align: center; }
    .sec01 .sec-img01 > img,
    .sec01 .sec-img02 > img,
    .sec01 .sec-img03 > img {
      margin: auto; }
  .sec01 .sec-img02 {
    margin-top: -12px; }
    @media only screen and (max-device-width: 767px) {
      .sec01 .sec-img02 {
        margin-top: 10px; } }
  .sec01 .sec-img03 {
    margin: 30px auto 0; }

.tab-group {
  display: flex;
  justify-content: center;
  margin-top: 38px; }
  .tab-group .tab {
    cursor: pointer;
    flex: 1 1 50%;
    padding: 15px 0 12px;
    list-style: none;
    background-color: rgba(0, 104, 180, 0.3);
    text-align: center;
    letter-spacing: -1px;
    font-weight: bold;
    color: #fff;
    font-size: 16px; }
    @media only screen and (max-device-width: 767px) {
      .tab-group .tab {
        padding: 9px 5px;
        text-align: left;
        font-size: 2.9vw; } }
    .tab-group .tab.is-active {
      position: relative;
      z-index: 2;
      background: #ea5504;
      transition: all 0.2s ease-out; }
      .tab-group .tab.is-active::after {
        content: '';
        display: block;
        position: absolute;
        top: 10px;
        right: -5px;
        z-index: 1;
        width: 5px;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2); }

.panel-group .panel {
  display: none;
  z-index: 10;
  position: relative;
  top: -5px;
  padding: 25px 15px 10px 24px;
  background-color: #fff;
  border: 2px solid #ea5504;
  box-shadow: 5px 5px 0 0 #b3bbc6; }
  @media only screen and (max-device-width: 767px) {
    .panel-group .panel {
      padding: 15px; } }
  .panel-group .panel.is-show {
    display: block; }

.link-btn {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-device-width: 767px) {
    .link-btn {
      flex-direction: column; } }
  .link-btn li {
    width: calc((100% - 20px) / 2);
    margin: 20px 20px 0 0; }
    .link-btn li:nth-child(1) {
      margin-top: 0; }
    .link-btn li:nth-child(2) {
      margin-top: 0; }
    .link-btn li:nth-child(2n) {
      margin-right: 0; }
    @media only screen and (max-device-width: 767px) {
      .link-btn li {
        width: 100%;
        margin: 15px 0 0; }
        .link-btn li:nth-child(1) {
          margin-top: 0; }
        .link-btn li:nth-child(2) {
          margin-top: 20px; } }
  .link-btn a {
    display: block; }
  .link-btn p {
    font-weight: bold; }
    .link-btn p + p {
      margin-top: .5em; }
  .link-btn .detail-txt {
    font-size: 16px; }
    @media only screen and (max-device-width: 767px) {
      .link-btn .detail-txt {
        font-size: 11px; } }
    @media only screen and (max-device-width: 320px) {
      .link-btn .detail-txt {
        font-size: 10px; } }
    .link-btn .detail-txt strong {
      font-size: 24px;
      line-height: 1.2; }
      @media only screen and (max-device-width: 767px) {
        .link-btn .detail-txt strong {
          font-size: 20px; } }
    .link-btn .detail-txt em {
      font-style: normal;
      color: #e63728;
      font-size: 21px; }
      @media only screen and (max-device-width: 767px) {
        .link-btn .detail-txt em {
          font-size: 20px; } }
      @media only screen and (max-device-width: 320px) {
        .link-btn .detail-txt em {
          font-size: 16px; } }
      .link-btn .detail-txt em strong {
        font-size: 34px; }
        @media only screen and (max-device-width: 767px) {
          .link-btn .detail-txt em strong {
            font-size: 24px; } }
  .link-btn .detail-txt02 {
    display: inline-flex;
    align-items: center;
    margin: -10px 0 0;
    font-size: 16px; }
    @media only screen and (max-device-width: 767px) {
      .link-btn .detail-txt02 {
        font-size: 11px; } }
    @media only screen and (max-device-width: 320px) {
      .link-btn .detail-txt02 {
        font-size: 10px; } }
    .link-btn .detail-txt02 strong {
      font-size: 24px;
      line-height: 1.2; }
      @media only screen and (max-device-width: 767px) {
        .link-btn .detail-txt02 strong {
          font-size: 20px; } }
      @media only screen and (max-device-width: 320px) {
        .link-btn .detail-txt02 strong {
          font-size: 16px; } }
    .link-btn .detail-txt02 em {
      font-style: normal;
      color: #e63728;
      font-size: 24px; }
      @media only screen and (max-device-width: 767px) {
        .link-btn .detail-txt02 em {
          font-size: 20px; } }
      @media only screen and (max-device-width: 320px) {
        .link-btn .detail-txt02 em {
          font-size: 16px; } }
      .link-btn .detail-txt02 em strong {
        font-size: 42px; }
        @media only screen and (max-device-width: 767px) {
          .link-btn .detail-txt02 em strong {
            font-size: 24px; } }
    .link-btn .detail-txt02 sup {
      position: relative;
      top: -1em;
      font-size: 11px;
      line-height: 1; }
      @media only screen and (max-device-width: 767px) {
        .link-btn .detail-txt02 sup {
          top: -.1em;
          font-size: 10px; } }
    .link-btn .detail-txt02 .txt-wrap {
      margin-left: .5em; }
  .link-btn .note-txt {
    font-size: 12px; }
    @media only screen and (max-device-width: 767px) {
      .link-btn .note-txt {
        font-size: 10px; } }

.sec02 {
  padding: 0 0 25px;
  background-color: #fff; }
  .sec02 .sec-img01,
  .sec02 .sec-img02 {
    margin-top: 25px; }
    .sec02 .sec-img01 > img,
    .sec02 .sec-img02 > img {
      margin: auto; }
  .sec02 .sec-txt {
    line-height: 1.5;
    font-size: 11px;
    padding: 0 22px; }
    .sec02 .sec-txt:first-of-type {
      margin-top: 20px; }
  .sec02 .cash_cp {
    text-align: center; }
    .sec02 .cash_cp h3 {
      margin-bottom: 70px;
      background: #fff;
      padding: 10px 10px 0 0;
      position: relative; }
      @media only screen and (max-device-width: 767px) {
        .sec02 .cash_cp h3 {
          padding: 0;
          margin: 0;
          background-color: transparent; } }
      .sec02 .cash_cp h3::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -40px;
        border: 40px solid transparent;
        border-top: 40px solid #fff; }
        @media only screen and (max-device-width: 767px) {
          .sec02 .cash_cp h3::before {
            content: normal; } }
    .sec02 .cash_cp img {
      margin: auto; }
    .sec02 .cash_cp .cp01 {
      background: #d9f7ff;
      padding-bottom: 35px; }
      .sec02 .cash_cp .cp01 .cashback {
        padding: 0 0 40px 30px; }
      @media only screen and (max-device-width: 767px) {
        .sec02 .cash_cp .cp01 p {
          margin-top: -37px;
          position: relative;
          z-index: 2; } }
    .sec02 .cash_cp .cp02 {
      background: #fffac3;
      padding-bottom: 35px; }
      .sec02 .cash_cp .cp02 .cashback {
        padding: 0 0 40px 0; }
      @media only screen and (max-device-width: 767px) {
        .sec02 .cash_cp .cp02 p {
          margin-top: -37px;
          position: relative;
          z-index: 2; } }

.sec03 {
  padding: 0 24px 20px;
  border-top: #f6ab00 3px solid;
  background: url("../img/pc/bg_index01.png") repeat;
  background-size: 100%; }
  @media only screen and (max-device-width: 767px) {
    .sec03 {
      background: url("../img/sp/bg_index01.png") repeat;
      background-size: 100%; } }
  .sec03 .sec-dt {
    margin-top: 10px; }
    @media only screen and (max-device-width: 767px) {
      .sec03 .sec-dt {
        margin-top: 20px; } }
    .sec03 .sec-dt dt {
      line-height: 1.2;
      font-weight: bold;
      color: #f08300;
      font-size: 20px; }
    .sec03 .sec-dt dd {
      margin-top: 5px;
      line-height: 1.5;
      font-size: 12px; }
      @media only screen and (max-device-width: 767px) {
        .sec03 .sec-dt dd {
          margin-top: 20px; } }
  @media only screen and (max-device-width: 767px) {
    .sec03 + figure {
      border-top: 3px solid #04788C; } }

.info-link {
  padding: 25px 25px 35px 25px; }
  .info-link a {
    display: block; }
  .info-link .sp_contact_btn {
    margin-top: 10px; }

.lede-box {
  text-align: center;
  padding: 25px 0; }
  @media only screen and (max-device-width: 767px) {
    .lede-box {
      padding: 25px; } }
  .lede-box > img {
    margin: auto; }

.sec04 {
  padding-bottom: 50px; }
  @media only screen and (max-device-width: 767px) {
    .sec04 {
      padding-bottom: 0; } }
  .sec04 h2 {
    border-top: 3px solid #1496dc; }
  .sec04 .description-list {
    display: flex;
    margin-top: -20px;
    padding: 0 25px;
    position: relative; }
    @media only screen and (max-device-width: 767px) {
      .sec04 .description-list {
        flex-direction: column;
        margin-top: 0; } }
    .sec04 .description-list dl {
      width: calc((100% - 50px) / 3); }
      @media only screen and (max-device-width: 767px) {
        .sec04 .description-list dl {
          width: 100%;
          margin-bottom: 15px; } }
      .sec04 .description-list dl:not(:first-child) {
        margin-left: 20px; }
        @media only screen and (max-device-width: 767px) {
          .sec04 .description-list dl:not(:first-child) {
            margin-left: 0; } }
      .sec04 .description-list dl dt {
        padding: 10px 10px;
        background-color: #1496dc;
        border-radius: 5px;
        line-height: 1.3;
        font-weight: bold;
        color: #fff;
        font-size: 17px; }
        @media only screen and (max-device-width: 767px) {
          .sec04 .description-list dl dt {
            letter-spacing: -.3px;
            font-size: 20px; } }
        .sec04 .description-list dl dt span {
          font-size: 15px; }
      .sec04 .description-list dl dd {
        margin-top: 10px;
        line-height: 1.5;
        font-weight: bold;
        font-size: 13.5px; }
        @media only screen and (max-device-width: 767px) {
          .sec04 .description-list dl dd {
            font-size: 15px; } }
        .sec04 .description-list dl dd small {
          display: block;
          font-weight: normal;
          font-size: 12px; }
        .sec04 .description-list dl dd p {
          font-weight: normal;
          margin-top: 5px;
          font-size: 14px; }

.sec05 {
  padding-bottom: 0; }
  .sec05 h2 {
    border-top: 3px solid #e1507d; }
  @media only screen and (max-device-width: 767px) {
    .sec05 {
      width: 100%; } }
  .sec05 .description-list {
    display: flex;
    margin: -20px 0 100px;
    padding: 0 25px;
    position: relative; }
    @media only screen and (max-device-width: 767px) {
      .sec05 .description-list {
        flex-direction: column;
        margin: 0 0 50px; } }
    .sec05 .description-list dl {
      width: calc((100% - 50px) / 3); }
      .sec05 .description-list dl:not(:first-child) {
        margin-left: 20px; }
      @media only screen and (max-device-width: 767px) {
        .sec05 .description-list dl {
          width: 100%;
          margin-bottom: 15px; }
          .sec05 .description-list dl:not(:first-child) {
            margin-left: 0; } }
      .sec05 .description-list dl dt {
        padding: 10px 10px;
        background-color: #e1507d;
        border-radius: 5px;
        line-height: 1.3;
        font-weight: bold;
        color: #fff;
        font-size: 17px; }
        @media only screen and (max-device-width: 767px) {
          .sec05 .description-list dl dt {
            font-size: 20px; } }
        .sec05 .description-list dl dt span {
          font-size: 11px; }
      .sec05 .description-list dl dd {
        margin-top: 10px;
        line-height: 1.5;
        font-weight: bold;
        font-size: 13.5px; }
        @media only screen and (max-device-width: 767px) {
          .sec05 .description-list dl dd {
            font-size: 15px; } }
        .sec05 .description-list dl dd small {
          display: block;
          font-weight: normal;
          margin-top: .5em;
          font-size: 12px; }
        .sec05 .description-list dl dd p {
          font-weight: normal;
          margin-top: 5px;
          font-size: 14px; }
  .sec05 .recomend-area {
    padding: 20px 25px;
    background: url("../img/pc/bg_index02.png");
    background-size: 100%;
    border-radius: 7px; }
    @media only screen and (max-device-width: 767px) {
      .sec05 .recomend-area {
        margin: 0 25px 15px;
        background-size: 300%; } }
    .sec05 .recomend-area h3 > img {
      margin: 0 auto; }
    .sec05 .recomend-area .recomend-title img {
      height: 48px; }
      @media only screen and (max-device-width: 767px) {
        .sec05 .recomend-area .recomend-title img {
          height: auto; } }
  .sec05 .main-contents {
    display: flex;
    margin-top: 20px; }
    @media only screen and (max-device-width: 767px) {
      .sec05 .main-contents {
        flex-direction: column; } }
    .sec05 .main-contents figure {
      flex-basis: 435px;
      margin-right: 30px; }
      @media only screen and (max-device-width: 767px) {
        .sec05 .main-contents figure {
          flex-basis: auto;
          margin-right: 0; } }
      @media only screen and (max-device-width: 767px) {
        .sec05 .main-contents figure img {
          flex-basis: 100%;
          margin-right: 0; }
          .sec05 .main-contents figure img > img {
            width: auto;
            zoom: .5; } }
    .sec05 .main-contents .black {
      color: #000; }
    .sec05 .main-contents .logo {
      width: 100px; }
  .sec05 .txt-area {
    width: calc(100% - 465px); }
    @media only screen and (max-device-width: 767px) {
      .sec05 .txt-area {
        width: 100%;
        margin-top: 20px; } }
    .sec05 .txt-area dl {
      font-family: 'Noto Sans JP', sans-serif; }
      .sec05 .txt-area dl dt {
        line-height: 1.2;
        font-weight: 700;
        font-size: 25px; }
        @media only screen and (max-device-width: 767px) {
          .sec05 .txt-area dl dt {
            font-size: 22px; } }
      .sec05 .txt-area dl dd {
        margin-top: 10px;
        line-height: 1.5;
        font-size: 18px; }
        .sec05 .txt-area dl dd strong {
          font-weight: 500;
          color: #E13769;
          letter-spacing: -0.7px;
          font-size: 17.2px; }
          @media only screen and (max-device-width: 767px) {
            .sec05 .txt-area dl dd strong {
              letter-spacing: 0; } }
        @media only screen and (max-device-width: 767px) {
          .sec05 .txt-area dl dd p {
            font-size: 15px; } }
        .sec05 .txt-area dl dd small {
          display: block;
          margin-top: 5px;
          font-size: 12px; }
        .sec05 .txt-area dl dd figure {
          margin-top: 10px; }
          .sec05 .txt-area dl dd figure img {
            /*width: 146.5px;*/ }
            @media only screen and (max-device-width: 767px) {
              .sec05 .txt-area dl dd figure img {
                width: 105px; } }
  .sec05 .col3-wrap {
    display: flex;
    margin: 25px 0;
    padding-bottom: 25px; }
    @media only screen and (max-device-width: 767px) {
      .sec05 .col3-wrap {
        flex-direction: column; } }
    .sec05 .col3-wrap.bottom_line {
      border-bottom: 1px solid #666; }
    .sec05 .col3-wrap .col {
      width: calc((100% - 50px) / 3);
      font-family: 'Noto Sans JP', sans-serif; }
      @media only screen and (max-device-width: 767px) {
        .sec05 .col3-wrap .col {
          width: 100%; } }
      .sec05 .col3-wrap .col:not(:first-child) {
        margin-left: 25px; }
        @media only screen and (max-device-width: 767px) {
          .sec05 .col3-wrap .col:not(:first-child) {
            margin-top: 20px;
            margin-left: 0; } }
      .sec05 .col3-wrap .col dt > img {
        margin: auto; }
        @media only screen and (max-device-width: 767px) {
          .sec05 .col3-wrap .col dt > img {
            width: 100%; } }
      .sec05 .col3-wrap .col dd {
        position: relative;
        margin-top: 5px;
        line-height: 1.3;
        font-size: 16.5px; }
        @media only screen and (max-device-width: 767px) {
          .sec05 .col3-wrap .col dd > img {
            width: 100%;
            padding: 0; } }
        .sec05 .col3-wrap .col dd > img.dd-icon {
          position: absolute;
          top: 0;
          right: 0;
          width: 80px; }
          @media only screen and (max-device-width: 767px) {
            .sec05 .col3-wrap .col dd > img.dd-icon {
              width: 160px; } }
        .sec05 .col3-wrap .col dd > img.dd-icon02 {
          position: absolute;
          top: 0;
          right: 0;
          width: 80px; }
          @media only screen and (max-device-width: 767px) {
            .sec05 .col3-wrap .col dd > img.dd-icon02 {
              width: 90px; } }
        .sec05 .col3-wrap .col dd strong {
          display: block;
          margin-bottom: .4em;
          font-weight: 700;
          color: #000;
          font-size: 16.5px;
          letter-spacing: -.3px; }
          @media only screen and (max-device-width: 767px) {
            .sec05 .col3-wrap .col dd strong {
              font-size: 18px; } }
        .sec05 .col3-wrap .col dd span {
          display: inline-block;
          transform: scale(0.75, 0.75);
          transform-origin: left top;
          /*white-space: nowrap;*/ }
          @media only screen and (max-device-width: 767px) {
            .sec05 .col3-wrap .col dd span {
              padding: 0;
              transform: scale(1, 1);
              white-space: normal;
              font-size: 12px; } }
          .sec05 .col3-wrap .col dd span.scale01 {
            transform: scale(0.68, 0.68); }
            @media only screen and (max-device-width: 767px) {
              .sec05 .col3-wrap .col dd span.scale01 {
                transform: scale(1, 1); } }
          .sec05 .col3-wrap .col dd span.scale02 {
            transform: scale(0.85, 0.85); }
            @media only screen and (max-device-width: 767px) {
              .sec05 .col3-wrap .col dd span.scale02 {
                transform: scale(1, 1); } }
      .sec05 .col3-wrap .col .program-body:after {
        content: "";
        display: block;
        clear: both; }
      .sec05 .col3-wrap .col .program-text .text {
        font-size: 13px;
        margin-top: .5em; }
      .sec05 .col3-wrap .col .program-icon {
        float: right;
        margin: 0 0 0 7px; }
        .sec05 .col3-wrap .col .program-icon img {
          width: 80px; }
          @media only screen and (max-device-width: 767px) {
            .sec05 .col3-wrap .col .program-icon img {
              width: 160px; } }
        @media only screen and (max-device-width: 767px) {
          .sec05 .col3-wrap .col .program-icon.icon02 img {
            width: 90px; } }
    .sec05 .col3-wrap:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }

.fixd-link {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100vw; }
  .fixd-link a {
    display: block; }
  .fixd-link img {
    width: 100%; }
  @media only screen and (max-device-width: 767px) {
    .fixd-link {
      display: block; } }

@media only screen and (max-device-width: 767px) {
  footer {
    margin-bottom: 70px; } }

.sec06 {
  padding-bottom: 50px; }
  .sec06 h2 {
    border-top: 3px solid #a64a97; }

.sec07 {
  border-top: 3px solid #6fb92c;
  padding-bottom: 30px; }
  .sec07 .description-list {
    display: flex;
    margin-top: -60px;
    padding: 0 25px;
    position: relative; }
    @media only screen and (max-device-width: 767px) {
      .sec07 .description-list {
        flex-direction: column;
        margin-top: -60px; } }
    .sec07 .description-list dl {
      width: calc((100% - 50px) / 3); }
      @media only screen and (max-device-width: 767px) {
        .sec07 .description-list dl {
          width: 100%;
          margin: 0 0 15px; } }
      .sec07 .description-list dl:not(:first-child) {
        margin-left: 20px; }
        @media only screen and (max-device-width: 767px) {
          .sec07 .description-list dl:not(:first-child) {
            margin-left: 0; } }
      .sec07 .description-list dl dt {
        padding: 10px 10px;
        background-color: #6fb92c;
        border-radius: 5px;
        line-height: 1.3;
        font-weight: bold;
        color: #fff;
        font-size: 18px; }
        @media only screen and (max-device-width: 767px) {
          .sec07 .description-list dl dt {
            letter-spacing: -.3px;
            font-size: 20px; } }
        .sec07 .description-list dl dt span {
          font-size: 15px; }
      .sec07 .description-list dl dd {
        margin-top: 10px;
        line-height: 1.5;
        font-weight: bold;
        font-size: 13.5px; }
        @media only screen and (max-device-width: 767px) {
          .sec07 .description-list dl dd {
            font-size: 15px; } }
        .sec07 .description-list dl dd small {
          display: block;
          font-weight: normal;
          font-size: 12px; }
        .sec07 .description-list dl dd p {
          font-weight: normal;
          margin-top: 5px;
          font-size: 14px; }
  .sec07 .recommend-box ul {
    display: flex;
    flex-wrap: wrap; }
    .sec07 .recommend-box ul li {
      width: calc((100% - 20px) / 2);
      margin: 25px 20px 0 0; }
      .sec07 .recommend-box ul li:nth-child(2n) {
        margin: 25px 0 0 0; }
  .sec07 .recommend-box dl {
    margin: 10px 0 0; }
    .sec07 .recommend-box dl dt {
      font-size: 15px;
      font-weight: bold; }
    .sec07 .recommend-box dl dd {
      font-size: 13px; }
  @media only screen and (max-device-width: 767px) {
    .sec07 .recommend-box ul {
      display: block;
      padding: 0 20px; }
      .sec07 .recommend-box ul li {
        width: auto;
        margin: 25px 0 0 0; }
        .sec07 .recommend-box ul li:nth-child(2n) {
          margin: 25px 0 0 0; }
    .sec07 .recommend-box dl {
      margin: 10px 0 0; }
      .sec07 .recommend-box dl dt {
        font-size: 15px;
        font-weight: bold; }
      .sec07 .recommend-box dl dd {
        font-size: 13px; }
        .sec07 .recommend-box dl dd a {
          display: inline-block;
          margin: .5em 0 0;
          word-break: break-all; } }
  .sec07 .cna-box {
    background: #f3f3f3 url("../img/pc/bg_index03.jpg") no-repeat;
    background-size: cover;
    padding: 30px 20px 15px;
    margin: 20px 0 0; }
    .sec07 .cna-box ul {
      display: flex;
      flex-wrap: wrap; }
      .sec07 .cna-box ul li {
        width: calc((100% - 20px) / 2);
        margin: 0 20px 0 0; }
        .sec07 .cna-box ul li:nth-child(2n) {
          margin: 0; }
    .sec07 .cna-box p {
      font-size: 13px;
      margin: 10px 0 0;
      padding: 0 0 0 1em;
      text-indent: -1em; }
    .sec07 .cna-box .imgWrap {
      position: relative; }
      .sec07 .cna-box .imgWrap > img {
        width: 100%; }
    .sec07 .cna-box .link-txt {
      position: absolute;
      bottom: 1em;
      left: 5%;
      margin: 0;
      padding: 0;
      text-indent: inherit; }
      .sec07 .cna-box .link-txt a {
        font-size: 14px; }
      @media only screen and (max-device-width: 767px) {
        .sec07 .cna-box .link-txt a {
          font-size: 12px; } }
    .sec07 .cna-box .link-txt02 {
      position: absolute;
      right: 5%;
      bottom: 3em;
      margin: 0;
      padding: 0;
      text-indent: inherit; }
      .sec07 .cna-box .link-txt02 a {
        font-size: 14px; }
      @media only screen and (max-device-width: 767px) {
        .sec07 .cna-box .link-txt02 {
          bottom: 2.5em; }
          .sec07 .cna-box .link-txt02 a {
            font-size: 12px; } }
    @media only screen and (max-device-width: 767px) {
      .sec07 .cna-box {
        background: #f3f3f3 url("../img/sp/bg_index03.png") no-repeat;
        background-size: cover;
        padding: 20px 20px 5px;
        margin: 20px 0 0; }
        .sec07 .cna-box ul {
          display: block; }
          .sec07 .cna-box ul li {
            width: auto;
            margin: 0; }
        .sec07 .cna-box p {
          font-size: 13px;
          margin: 10px 0 20px; } }
  .sec07 .note-txt {
    margin: 15px 0 0;
    font-size: 14px; }
    @media only screen and (max-device-width: 767px) {
      .sec07 .note-txt {
        margin: 10px 0 20px;
        padding: 0 20px; } }
  .sec07 .info-link {
    padding: 0; }
    @media only screen and (max-device-width: 767px) {
      .sec07 .info-link {
        padding: 10px 20px 0; }
        .sec07 .info-link .sp_contact_btn {
          margin: 10px 0 0; } }

.footer {
  display: flex;
  padding: 0 0 30px; }
  .footer .footer-logo {
    width: 285px;
    margin-right: 25px; }
  .footer .contact-btn {
    display: flex;
    justify-content: space-between;
    width: 650px;
    padding: 6px 0 0; }
    .footer .contact-btn .contact-btn01 {
      width: 405px; }
    .footer .contact-btn .contact-btn02 {
      width: 215px; }
  @media only screen and (max-device-width: 767px) {
    .footer {
      display: block; }
      .footer .footer-logo {
        width: 80%;
        margin: 0 auto 20px; }
      .footer .contact-btn {
        display: block;
        width: auto;
        padding: 20px;
        background: #002f7b;
        text-align: center; }
        .footer .contact-btn .contact-btn01 {
          width: 100%;
          margin: 0 auto 20px; }
          .footer .contact-btn .contact-btn01 img {
            margin: auto; }
        .footer .contact-btn .contact-btn02 {
          width: 100%;
          margin: 0 auto; } }
