  #contents h2,
  #contents p,
  #contents dt,
  #contents dd,
  #contents a,
  #contents li,
  #contents sup {
    line-height: 1.6;
  }
  #contents li {
    list-style: none;
    font-size: 14px;
  }
  #contents h2 {
    font-weight: bold;
    border-top: none;
    border-bottom: none;
    background-color: transparent;
    border: none;
  }
  #contents p {
    font-size: 14px;
    margin: 0;
  }
  #contents a {
    margin: 0;
  }
  #contents .join_item_txt {
    margin-top: 14px;
  }
  #contents .guide_icon_cap {
    margin-top: 12px;
  }
  #contents .guide_lead {
    margin-top: 25px;
  }
  #contents .btn_att {
    margin-top: 18px;
    color: #999;
    font-size: 12px;
  }
  #contents .note-txt {
    margin: 12px auto 10px;
    font-size: 12px;
    color: #999;
  }
  #contents .tel_add {
    margin-top: 14px;
  }
  #contents .sec_unit_ttl {
    font-size: 18px;
    margin-bottom: 16px;
    display: inline-block;
    position: relative;
  }
  @media screen and (max-width: 1190px) {
    #contents .guide_icon_cap {
      margin-top: 0;
    }
    #contents .guide_lead {
      margin-top: 22px;
    }
    #contents .btn_att {
      margin-top: 15px;
    }
    #contents .note-txt {
      margin-top: 15px;
    }
    #contents .tel_add {
      margin-top: 22px;
    }
    #contents .join_item_txt {
      text-align: left;
    }
  }
  /* ============== 共通 =================== */
  #contents {
    background-color: #f5fcff;
    padding: 0 0 10px;
    color: #333;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
  }
  #contents * {
    box-sizing: border-box;
  }
  #contents ol,
  #contents ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #contents li {
    margin: 0;
    padding: 0;
  }
  #contents dl,
  #contents dt,
  #contents dd {
    margin: 0;
    padding: 0;
  }
  #contents img {
    max-width: 100%;
    height: auto;
  }
  #contents a {
    color: #0099cc;
    text-decoration: underline;
    transition: opacity 0.3s;
  }
  #contents a:hover {
    opacity: 0.7;
  }
  .display-sp {
    display: none;
  }
  .end_txt {
    margin: 30px auto;
    font-weight: bold;
    color: #ff0004;
    font-size: 200%;
    text-align: center;
  }
  /*コンテンツ幅*/
  .ly-block {
    background-color: #fff;
    margin: auto;
    max-width: 970px;
    width: calc(100% - 60px);
    border: 1px solid #ddd;
    border-radius: 8px;
  }
  /*sec*/
  .sec {
    margin: 50px auto;
    overflow: hidden;
  }
  .sec_inner {
    margin: 45px auto;
    max-width: 830px;
    width: calc(100% - 30px);
  }
  .sec_ttl {
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    margin-top: 42px;
    padding-bottom: 18px;
    position: relative;
  }
  .sec_ttl::after {
    content: "";
    display: block;
    width: 60px;
    height: 5px;
    border-radius: 3px;
    background-color: #0144ac;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec_unit {
    margin-top: 40px;
  }
  .sec_unit_ttl::before,
  .sec_unit_ttl::after {
    display: inline-block;
    position: absolute;
    bottom: 0;
  }
  .sec_unit_ttl::before {
    content: "＼";
    left: -1em;
  }
  .sec_unit_ttl::after {
    content: "／";
    right: -1em;
  }
  .btn-block .sec_unit_ttl {
    margin-bottom: 15px;
  }
  .sec_unit_ttl + .btn_wrap {
    margin-top: 0;
  }
  /*font*/
  .fc-b {
    font-weight: bold;
    color: #0144ac !important;
  }
  .fc-o {
    font-weight: bold;
    color: #ff9123 !important;
  }
  .ft-w {
    font-weight: bold;
  }
  .ft-s {
    font-size: 14px;
  }
  .line-txt {
    display: inline-block;
    background: linear-gradient(transparent 60%, #fefd33 60%);
  }
  /* ============== btn =================== */
  .btn_wrap {
    margin: 45px auto;
  }
  #contents .btn {
    position: relative;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
    height: 50px;
    background-color: #ff9123;
    background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/seikatsuouen_2302/img/btnarrow_right.png);
    background-size: 20px;
    background-position: center right 15px;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
  }
  #contents .btn.btn-wh {
    background-color: #fff;
    border: 1px solid #0144ac;
    background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/seikatsuouen_2302/img/btnarrow_bottom.png);
    color: #0144ac;
  }
    #contents .btn_close {
	  pointer-events: none;
	  position: relative;
  }
  #contents .btn_close::before {
	  content:none;
  }
  #contents .btn_close::after {
	  content:"※本キャンペーンは終了しました";
	  position: absolute;
	  top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 104%;
    height: 120%;
    background-color: rgba(0,0,0,0.7);
    margin: 0 auto;
    z-index: 10;
    color: #fff;
    font-size: 1.5em;
    line-height: 1em;
    font-weight: bold;
  }
  /* ============== top =================== */
  .top {
    background-color: #f9fdff;
  }
  .top_date {
    background-color: #0144ac;
    font-size: 0;
    padding: 10px 0;
  }
  .top_date img {
    height: 23px;
  }
  /* ============== join =================== */
  #contents .join_list {
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .join_item {
    width: calc((100% - 160px) / 2);
    max-width: 330px;
  }
  .join_item:first-of-type {
    position: relative;
  }
  .join_item:first-of-type::after {
    display: block;
    content: "";
    width: 25px;
    height: 47px;
    background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/seikatsuouen_2302/img/arrow_right.png)
      0 0 / contain no-repeat;
    position: absolute;
    right: -100px;
    top: 27%;
  }
  .join_item_txt {
    color: #333;
    margin-top: 14px;
  }
  .guide_icon {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px 44px;
  }
  #contents .guide_icon_item {
    margin-top: 25px;
    padding: 16px 0;
    border-radius: 8px;
    background-color: #edfaff;
  }
  .guide_icon_pic {
    font-size: 0;
  }
  #contents .guide_icon_pic img {
    max-width: 60px;
    height: auto;
    margin-bottom: 0;
  }
  .guide_icon_cap {
    color: #333;
    margin-top: 12px;
  }
  .guide_lead {
    margin-top: 25px;
  }
  /* ============== step =================== */
  .step_item {
    display: flex;
    background-color: #edfaff;
    border-radius: 8px;
    align-items: center;
    text-align: left;
  }
  #contents .step_item:nth-of-type(-n + 2) {
    margin-bottom: 68px;
    position: relative;
  }
  .step_item:nth-of-type(-n + 2)::after {
    display: block;
    content: "";
    width: 46px;
    height: 26px;
    background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/seikatsuouen_2302/img/arrow.png)
      0 0 / contain no-repeat;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .step_pic {
    max-width: 297px;
    flex-shrink: 0;
  }
  .step_pic img {
    width: 100%;
    height: auto;
  }
  #contents .step_txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 30px 30px 0;
    text-align: start;
  }
  #contents .step_txt dt {
    color: #0144ac;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;
  }
  #contents .step_txt .btn {
    margin-top: 12px;
  }
  .step .sec_inner {
    display: grid;
    grid-template-columns: 297px 1fr;
    row-gap: 80px;
    column-gap: 30px;
    align-items: center;
  }
  .step .sec_inner > .step_list {
    grid-column: 1;
  }
  .step .sec_inner > .step_txt {
    grid-column: 2;
    padding: 0;
  }
  .step .sec_inner > .sec_unit {
    grid-column: 1 / -1;
  }
  .step .sec_inner .step_item {
    margin-bottom: 0 !important;
  }
  .step .step_pic {
    max-width: 100%;
  }
  /* ============== tel =================== */
  .tel {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fffde9;
    max-width: 400px;
    width: 100%;
    padding: 22px;
    border-radius: 5px;
    margin: auto;
  }
  #contents .tel_num {
    display: inline-block;
    position: relative;
    margin-right: 25px;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    color: #ff9123;
    padding-left: 25px;
    background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/seikatsuouen_2302/img/icon_tel.png)
      center left / 15px 19px no-repeat;
  }
  .tel_num::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ff9123;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
  }
  .tel_add {
    margin-top: 14px;
  }
  .tel_add span {
    font-weight: bold;
    display: block;
  }
  .note-txt {
    margin: 12px auto 10px;
  }
  /* ============== lifeplan =================== */
  .lifeplan_column {
    display: flex;
    align-items: center;
    margin-top: 24px;
  }
  .lifeplan_txt {
    text-align: left;
  }
  .lifeplan_colum-01 {
    margin-bottom: 45px;
  }
  .lifeplan_colum-01 .lifeplan_txt {
    margin-left: 30px;
  }
  .lifeplan_colum-02 .lifeplan_txt {
    margin-right: 30px;
  }
  .lifeplan_colum-01 .lifeplan_pic {
    flex: 0 0 48%;
  }
  .lifeplan_colum-02 .lifeplan_pic {
    flex: 0 0 37%;
  }
  .lifeplan_colum-01 {
    flex-direction: row-reverse;
  }
  /* ============== tel-large =================== */
  .tel-large_lead {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 25px;
  }
  /* ============== att =================== */
  .att {
    overflow: hidden;
    margin: 50px auto 80px;
    text-align: left;
    line-height: 1.7;
  }
  .att_list {
    width: calc(100% - 60px);
    max-width: 830px;
    margin: 4.8% auto;
  }
  .att_item + .att_item {
    margin-top: 30px;
  }
  #contents .att_item_inner {
      padding: 0 1.5em;
  }
  #contents .att_item_inner + .att_item_inner {
    margin: 15px 0;
  }
  #contents .att_item_ttl {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding-left: 1.5em;
    line-height: 1.3;
  }
  /*「●」タイプのリスト用*/
  .att_item_ttl::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #ff8400;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .att_item_inner p {
    margin-top: 10px;
  }
  .att_item_inner p + p {
    margin-top: 0;
  }
  .att_item_img {
    margin: 20px auto;
    text-align: center;
  }
  #contents .att_list-style {
    margin-top: 10px;
  }
  #contents .att_list-style li > ul,
  #contents .att_list-style li > ol {
    margin-left: 1em;
    margin-bottom: 5px;
  }
  .att_small-unit {
    margin: 5px auto 10px;
  }
  #contents .att_small-unit dt {
    font-weight: bold;
    text-indent: 0;
    margin-left: -0.5em;
  }
  /* コンテンツ（SP：1190px以下）
========================================================*/
  @media screen and (max-width: 1190px) {
    /* ============== 共通 =================== */
    .display-pc {
      display: none;
    }
    .display-sp {
      display: block;
    }
    .ly-block {
      width: calc(100% - 30px);
    }
    .end_txt {
      margin: 20px auto;
      font-size: 150%;
    }
    /*sec*/
    .sec {
      margin: 30px auto;
    }
    .sec + .sec {
      margin-top: 50px;
    }
    .sec_inner {
      margin: 30px auto;
      width: calc(100% - 58px);
    }
    .sec_ttl {
      margin-top: 30px;
      padding-bottom: 16px;
    }
    .sec_unit {
      margin-top: 0;
    }
    .sec_unit + .sec_unit {
      margin-top: 24px;
    }
    .sec_unit_ttl {
      font-size: 14px;
      font-weight: normal;
    }
    .btn-block .sec_unit_ttl {
      margin-bottom: 15px;
    }
    /* ============== btn =================== */
    .btn_wrap {
      margin: 9% auto;
    }
    .btn_att {
      margin-top: 15px;
      text-align: left;
    }
    /* ============== top =================== */
    .top_ttl {
      background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/seikatsuouen_2302/img/mv_sp.png)
        0 0 / contain no-repeat;
      padding-top: 110.8%;
    }
    .top_date img {
      height: auto;
    }
    /* ============== join =================== */
    #contents .join_list {
      margin-top: 0;
      flex-direction: column;
    }
    .join_item {
      width: 100%;
      max-width: 100%;
    }
    #contents .join_item:first-of-type {
      margin-bottom: 18%;
    }
    .join_item:first-of-type::after {
      width: 34px;
      height: 19px;
      background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/seikatsuouen_2302/img/arrow.png)
        0 0 / contain no-repeat;
      right: unset;
      top: unset;
      left: 50%;
      transform: translateX(-50%);
      bottom: -18%;
    }
    .join_item_txt {
      text-align: left;
    }
    .guide_icon {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }
    #contents .guide_icon_item {
      margin-top: 0;
      padding: 0 5px 0 10px;
      display: flex;
      gap: 0.5em;
      align-items: center;
      min-height: 51px;
    }
    #contents .guide_icon_pic {
      flex: 0 0 27%;
    }
    .guide_icon_cap {
      margin-top: 0;
      font-size: 12px;
      margin-left: 10px;
    }
    .guide_lead {
      margin-top: 22px;
      text-align: left;
    }
    /* ============== step =================== */
    .step .sec_inner {
      display: block;
    }
    #contents .step_list {
      margin-bottom: 24px;
      margin-top: 48px;
    }
    .step_item {
      flex-direction: column;
      background-color: #fff;
    }
    #contents .step_item:nth-of-type(-n + 2) {
      margin-bottom: 0;
    }
    .step_item:nth-of-type(-n + 2)::after {
      display: none;
    }
    .step .sec_inner > .step_txt:nth-of-type(-n + 2) {
      position: relative;
      margin-bottom: 55px;
    }
    .step .sec_inner > .step_txt:nth-of-type(-n + 2)::after {
      display: block;
      content: "";
      width: 33px;
      height: 18px;
      background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/seikatsuouen_2302/img/arrow.png)
        0 0 / contain no-repeat;
      position: absolute;
      bottom: -34px;
      left: 50%;
      transform: translateX(-50%);
    }
    .step_pic {
      max-width: 100%;
    }
    #contents .step_txt {
      margin-top: 14px;
      display: block;
      padding: 0;
    }
    #contents .step_txt dt {
      text-align: center;
    }
    #contents .step_txt .btn {
      margin-top: 16px;
      display: flex;
    }
    /* ============== tel =================== */
    .tel {
      width: 100%;
      padding: 15px;
      border-radius: 5px;
      margin: auto;
    }
    #contents .tel_num {
      margin-right: 0;
    }
    .tel_add {
      margin-top: 22px;
    }
    .note-txt {
      margin-top: 15px;
    }
    /* ============== lifeplan =================== */
    .lifeplan_column {
      flex-direction: column;
    }
    .lifeplan_colum-01 {
      margin-bottom: 0;
    }
    .lifeplan_txt + .lifeplan_pic {
      margin-top: 24px;
    }
    .lifeplan_colum-01 .lifeplan_txt {
      margin-left: 0;
    }
    .lifeplan_colum-01 .lifeplan_pic,
    .lifeplan_colum-02 .lifeplan_pic {
      flex: unset;
    }
    .lifeplan_colum-02 {
      margin-top: 0;
    }
    .lifeplan_colum-02 .lifeplan_txt {
      margin-right: 0;
    }
    .lifeplan_colum-02 .lifeplan_txt > p:first-child::after {
      content: "";
      display: block;
      width: 100%;
      background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/seikatsuouen_2302/img/lifeplan_pic02.png)
        0 0 / contain no-repeat;
      padding-top: 52.6%;
      margin: 24px auto;
    }
    /* ============== tel-large =================== */
    .tel-large .sec_inner {
      margin: 20px auto;
    }
    .tel-large_lead {
      font-size: 14px;
      line-height: 2;
      margin-bottom: 25px;
    }
    .tel-large_lead .ft-l {
      font-size: 22px;
      line-height: 1.4;
    }
    /* ============== att =================== */
    .att {
      margin: 38px auto 60px;
    }
    .att_list {
      width: calc(100% - 54px);
      margin: 26px auto 30px;
    }
    .att_item + .att_item {
      margin-top: 8%;
    }
    #contents .att_item_ttl {
      padding-left: 1.5em;
      margin-bottom: 10px;
    }
    #contents .att_item_inner p,
    #contents .att_list-style {
      margin-top: 5px;
    }
  }