ol, ul {
  list-style: none; }

#pageHeader {
  text-align: center; }
  #pageHeader h1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background: url("/img/common/bg_05.gif") repeat;
    font-size: 21px;
    height: 60px;
    letter-spacing: .05em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 639px) {
      #pageHeader h1 {
        font-size: 14px;
        height: 40px; } }
  #pageHeader .kv img {
    vertical-align: top;
    width: 100%; }
  #pageHeader .column {
    background-color: #f8f8f8;
    padding-bottom: 105px; }
    @media screen and (max-width: 639px) {
      #pageHeader .column {
        padding-bottom: 37px; } }
    #pageHeader .column .read2 {
      text-align: center;
      padding: 75px 0 0; }
      @media screen and (max-width: 639px) {
        #pageHeader .column .read2 {
          padding: 40px 0 0; } }
      #pageHeader .column .read2 span {
        color: #dc001a;
        display: block; }
        #pageHeader .column .read2 span:nth-child(1) {
          font-size: 25px;
          margin-bottom: 10px; }
          @media screen and (max-width: 639px) {
            #pageHeader .column .read2 span:nth-child(1) {
              font-size: 14px;
              margin-bottom: 10px; } }
        #pageHeader .column .read2 span:nth-child(2) {
          font-size: 40px;
          line-height: 1.6; }
          @media screen and (max-width: 639px) {
            #pageHeader .column .read2 span:nth-child(2) {
              font-size: 25px; } }
    #pageHeader .column .read {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 27px;
      height: 240px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      letter-spacing: 0.125em;
      line-height: 2;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 75px; }
      @media (min-width: 768px) and (max-width: 1024px) {
        #pageHeader .column .read {
          font-size: 23px;
          padding: 20px 75px; }
          #pageHeader .column .read .sp_disp_inline {
            display: block !important; } }
      @media screen and (max-width: 639px) {
        #pageHeader .column .read {
          font-size: 15px;
          letter-spacing: .02em;
          height: auto;
          padding: 35px 25px 30px; } }
    #pageHeader .column .box {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 75px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 639px) {
        #pageHeader .column .box {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding: 0 25px; } }
      #pageHeader .column .box figure {
        margin-right: 45px;
        position: relative;
        width: 48.57142857%; }
        @media screen and (max-width: 639px) {
          #pageHeader .column .box figure {
            margin-bottom: 23px;
            margin-right: 0;
            width: 100%; } }
        #pageHeader .column .box figure img {
          vertical-align: top;
          width: 100%; }
      #pageHeader .column .box .txt01 {
        color: #616161;
        font-size: 15px;
        letter-spacing: .025em;
        line-height: 2.13;
        text-align: left;
        width: calc(100% - (48.57142857% + 45px)); }
        @media screen and (max-width: 639px) {
          #pageHeader .column .box .txt01 {
            font-size: 13px;
            width: 100%; } }
      #pageHeader .column .box .anno_txt {
        color: #616161; }

.sec_inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 75px; }
  @media screen and (max-width: 639px) {
    .sec_inner {
      padding: 0 25px; } }
  .sec_inner section, .sec_inner div, .sec_inner ol, .sec_inner li, .sec_inner table {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.sec_title {
  font-size: 28px;
  letter-spacing: .05em;
  margin-bottom: 60px;
  text-align: center; }
  @media screen and (max-width: 639px) {
    .sec_title {
      font-size: 18px;
      margin-bottom: 20px; } }

.sec01 {
  padding: 120px 0 0; }
  @media screen and (max-width: 639px) {
    .sec01 {
      padding: 45px 0 0; } }
  .sec01 .flow {
    position: relative; }
    @media screen and (min-width: 640px) {
      .sec01 .flow {
        border-left: 2px solid #DCDCDC;
        padding-left: 40px; } }
    @media screen and (min-width: 640px) {
      .sec01 .flow:after {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 4px solid #DCDCDC;
        background-color: #fff;
        position: absolute;
        left: -7px;
        top: -6px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    .sec01 .flow .item {
      border-bottom: 1px solid #DCDCDC;
      position: relative;
      padding-bottom: 30px; }
      @media screen and (min-width: 640px) {
        .sec01 .flow .item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          padding: 0 20px 30px;
          min-height: 165px; } }
      @media screen and (min-width: 640px) {
        .sec01 .flow .item:not(:first-child):after {
          content: "";
          display: block;
          width: 12px;
          height: 12px;
          border-radius: 50%;
          border: 4px solid #DCDCDC;
          background-color: #fff;
          position: absolute;
          left: -47px;
          top: 0;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; } }
      .sec01 .flow .item:not(:last-child) {
        margin-bottom: 30px; }
      .sec01 .flow .item .icon {
        width: 115px; }
        @media screen and (max-width: 639px) {
          .sec01 .flow .item .icon {
            width: 55%;
            margin-bottom: 30px; } }
        .sec01 .flow .item .icon img {
          width: 100%; }
      @media screen and (min-width: 640px) {
        .sec01 .flow .item .txtBox {
          width: calc(100% - 175px); } }
      .sec01 .flow .item .txtBox .ttl {
        font-size: 17px;
        margin-bottom: 25px; }
        @media screen and (max-width: 639px) {
          .sec01 .flow .item .txtBox .ttl {
            font-size: 13px;
            margin-bottom: 20px; } }
      .sec01 .flow .item .txtBox .txt {
        color: rgba(30, 30, 30, 0.7);
        font-size: 14px;
        line-height: 2; }
        @media screen and (max-width: 639px) {
          .sec01 .flow .item .txtBox .txt {
            font-size: 12px;
            line-height: 1.75; } }
        .sec01 .flow .item .txtBox .txt .note {
          color: #DC001A; }

.sec02 {
  text-align: center;
  padding: 120px 0 0;
  /*------------------------------------------------------------
  .notes_required
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
  .btnArea
  ------------------------------------------------------------*/ }
  @media screen and (max-width: 639px) {
    .sec02 {
      padding: 30px 0 0; } }
  .sec02 .txt01 {
    font-size: 14px;
    margin-bottom: 60px;
    color: rgba(30, 30, 30, 0.7); }
    @media screen and (max-width: 639px) {
      .sec02 .txt01 {
        font-size: 13px;
        margin-bottom: 30px;
        line-height: 1.6; } }
    .sec02 .txt01 span {
      color: #dc001a;
      display: block;
      margin-bottom: 1em; }
  .sec02 .tt {
    border-collapse: collapse;
    border-top: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    width: 100%;
    letter-spacing: .05em;
    margin-bottom: 60px; }
    @media screen and (min-width: 640px) {
      .sec02 .tt {
        width: 75%;
        margin: 0 auto 120px;
        max-width: 900px; } }
    .sec02 .tt th {
      background-color: rgba(190, 190, 190, 0.2);
      border-right: 1px solid #DCDCDC;
      font-weight: normal;
      font-size: 15px;
      padding: 1em 0; }
      @media screen and (max-width: 639px) {
        .sec02 .tt th {
          font-size: 14px; } }
    .sec02 .tt td {
      border-right: 1px solid #DCDCDC;
      border-bottom: 1px solid #DCDCDC;
      font-size: 23px;
      padding: .5em 0;
      line-height: 1.5; }
      @media screen and (max-width: 639px) {
        .sec02 .tt td {
          font-size: 16px; } }
  .sec02 .terms {
    border: 1px solid #DCDCDC;
    overflow-y: scroll;
    text-align: left;
    padding: 20px;
    height: 240px;
    font-size: 13px;
    margin-bottom: 28px; }
    @media screen and (max-width: 639px) {
      .sec02 .terms {
        height: 160px;
        padding: 15px;
        margin-bottom: 15px; } }
    .sec02 .terms .ttl {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 15px; }
      @media screen and (max-width: 639px) {
        .sec02 .terms .ttl {
          font-size: 14px;
          margin-bottom: 10px; } }
    .sec02 .terms .subTtl {
      font-weight: bold;
      margin-bottom: 0.5em; }
      @media screen and (max-width: 639px) {
        .sec02 .terms .subTtl {
          font-size: 13px; } }
    .sec02 .terms .txt02 {
      line-height: 1.5;
      font-size: 13px;
      margin-bottom: 20px;
      color: rgba(30, 30, 30, 0.7); }
      @media screen and (max-width: 639px) {
        .sec02 .terms .txt02 {
          font-size: 12px; } }
    .sec02 .terms .txt03 {
      line-height: 1.5;
      font-size: 13px;
      color: rgba(30, 30, 30, 0.7); }
      @media screen and (max-width: 639px) {
        .sec02 .terms .txt03 {
          font-size: 12px; } }
    .sec02 .terms .items {
      margin-bottom: 20px; }
      .sec02 .terms .items li {
        text-indent: -1em;
        margin-left: 1em;
        line-height: 1.5;
        font-size: 13px;
        color: rgba(30, 30, 30, 0.7); }
        @media screen and (max-width: 639px) {
          .sec02 .terms .items li {
            font-size: 12px; } }
    .sec02 .terms a {
      color: #dc001a;
      text-decoration: underline; }
  .sec02 .notes_required label {
    font-size: 12px;
    cursor: pointer;
    position: relative; }
    .sec02 .notes_required label .label_inner {
      padding-left: 1.5em;
      display: inline-block;
      vertical-align: middle;
      position: relative; }
    .sec02 .notes_required label input {
      position: absolute;
      margin: 0;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .sec02 .btnArea {
    max-width: 750px;
    margin: 75px auto;
    position: relative; }
    @media screen and (max-width: 639px) {
      .sec02 .btnArea {
        margin: 30px 0 40px; } }
    .sec02 .btnArea input[type="submit"] {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 100%;
      height: 100%;
      border: none;
      border-radius: 0;
      background: rgba(255, 255, 255, 0);
      padding: 0;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-appearance: none;
      cursor: default;
      z-index: +1;
      outline: none; }
    .sec02 .btnArea._check input[type="submit"] {
      z-index: -1; }
    .sec02 .btnArea.double {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 950px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 639px) {
        .sec02 .btnArea.double {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .sec02 .btnArea.double a.btn_one {
        height: auto;
        min-height: 75px;
        padding: 5px 20px;
        width: calc(50% - 20px); }
        @media screen and (max-width: 639px) {
          .sec02 .btnArea.double a.btn_one {
            padding: 15px 10px;
            width: 100%; }
            .sec02 .btnArea.double a.btn_one + a {
              margin-top: 10px; } }
        .sec02 .btnArea.double a.btn_one i {
          display: inline-block;
          padding: 3px 8px;
          color: #969696;
          margin-right: 15px;
          background-color: #fff;
          position: relative;
          -webkit-transition-duration: 0.2s;
          -o-transition-duration: 0.2s;
          transition-duration: 0.2s; }
          .sec02 .btnArea.double a.btn_one i:after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px 0 4px 7px;
            border-color: transparent transparent transparent #fff;
            position: absolute;
            top: calc(50% - 4px);
            right: -7px; }
        .sec02 .btnArea.double a.btn_one:nth-of-type(1) span {
          margin-bottom: 5px; }
        .sec02 .btnArea.double a.btn_one:nth-of-type(2) span {
          margin-top: 5px; }
      .sec02 .btnArea.double._check a.btn_one i {
        color: #dc001a; }
  .sec02 a.btn_one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #969696;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 0px 0px #00407b;
    box-shadow: 0px 0px 0px 0px #00407b;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 75px;
    padding: 0 10% 0 6%;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    position: relative;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    letter-spacing: .05em; }
    @media screen and (max-width: 639px) {
      .sec02 a.btn_one {
        font-size: 16px;
        height: 60px; } }
    .sec02 a.btn_one:hover {
      opacity: 0.85; }
    .sec02 a.btn_one span {
      color: #fff;
      font-size: 12px; }
  .sec02 ._check a.btn_one._a {
    background: #DC001A; }

.pc_disp_inline {
  display: inline !important; }

.pc_disp_inline_b {
  display: inline-block !important; }

.pc_disp_block {
  display: block !important; }

.pc_disp_table_c {
  display: table-cell !important; }

.pc_disp_table {
  display: table !important; }

.sp_disp_inline {
  display: none !important; }

.sp_disp_inline_b {
  display: none !important; }

.sp_disp_block {
  display: none !important; }

.sp_disp_table_c {
  display: none !important; }

.sp_disp_table {
  display: none !important; }

@media screen and (max-width: 639px) {
  .pc_disp_inline {
    display: none !important; }
  .pc_disp_inline_b {
    display: none !important; }
  .pc_disp_block {
    display: none !important; }
  .pc_disp_table {
    display: none !important; }
  .pc_disp_table_c {
    display: none !important; }
  .sp_disp_inline {
    display: inline !important; }
  .sp_disp_inline_b {
    display: inline-block !important; }
  .sp_disp_block {
    display: block !important; }
  .sp_disp_table_c {
    display: table-cell !important; }
  .sp_disp_table {
    display: table !important; } }
