/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .section_block {
    padding-bottom: 80px;
  }
  .section_block:last-of-type {
    padding-bottom: 0;
  }
  .section_block__title {
    margin-bottom: 15px;
  }
  .section_block__note {
    margin-bottom: 15px;
  }
  .att {
    color: #fc0000;
  }
  .content-note {
    margin-left: 1em;
    text-indent: -1em;
  }
  .section-navi {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 80px;
  }
  .section-navi .btn {
    width: 538px;
    font-size: 1.8rem;
  }
  .section-navi .btn:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .howto-list a {
    color: inherit;
  }
  .howto-list__item {
    background-color: #e9f4f7;
  }
  .howto-list__item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .howto-list__head {
    font-weight: bold;
    display: table;
    width: 100%;
  }
  .howto-list__head-num {
    text-align: center;
    font-size: 2.4rem;
    width: 54px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
  }
  .howto-list__head-title {
    font-size: 2rem;
    background-color: #e5e5e5;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 15px;
  }
  .howto-list__body {
    padding: 0 45px 30px;
    line-height: 1.8;
  }
  .howto-list__img {
    text-align: center;
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .howto-list__img-arrow {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 50px;
    background: url("../images/howto_arrow.png") center bottom no-repeat;
    line-height: 1.3;
    margin-right: 35px;
  }
  .howto-list__img img {
    width: 316px;
  }
  .howto-list .content-note:nth-of-type(1) {
    margin-top: 20px;
  }
  .howto-list--b .howto-list__head-num {
    background-color: #000a6e;
  }
  .howto-list--r .howto-list__head-num {
    background-color: #fc0000;
  }
  .howto-list--mt {
    margin-top: 30px;
  }
  .contents .contact {
    text-align: left;
    margin-top: 70px;
  }
  .contents .contact p {
    font-size: 1.6rem;
    padding-top: 30px;
    line-height: 26px;
  }
  .contents .contact p a {
    font-size: 2rem;
    color: #000;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: bold;
  }
  .contents .btn_link_top {
    margin-top: 70px;
  }
  .contents .btn_link_top p {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .section_block {
    padding-bottom: 4.55729vw;
  }
  .section_block:last-of-type {
    padding-bottom: 0;
  }
  .section_block__title {
    margin-bottom: 3.90625vw;
  }
  .section_block__note {
    margin-bottom: 3.90625vw;
  }
  .att {
    color: #fc0000;
  }
  .content-note {
    margin-left: 1em;
    text-indent: -1em;
  }
  .section-navi {
    margin-bottom: 11.71875vw;
  }
  .section-navi .btn {
    width: 100%;
    font-size: 3.64583vw;
  }
  .section-navi .btn:nth-of-type(n + 2) {
    margin-top: 5.20833vw;
  }
  .howto-list a {
    color: inherit;
  }
  .howto-list__item {
    background-color: #e9f4f7;
  }
  .howto-list__item:nth-of-type(n + 2) {
    margin-top: 2.60417vw;
  }
  .howto-list__head {
    font-weight: bold;
    display: table;
    width: 100%;
  }
  .howto-list__head-num {
    text-align: center;
    font-size: 4.16667vw;
    width: 9.11458vw;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
  }
  .howto-list__head-title {
    font-size: 3.64583vw;
    background-color: #e5e5e5;
    display: table-cell;
    vertical-align: middle;
    padding: 2.60417vw 3.25521vw;
  }
  .howto-list__body {
    padding: 0 3.25521vw 3.90625vw;
    line-height: 1.6;
  }
  .howto-list__img {
    margin-top: 2.60417vw;
    margin-left: 10.41667vw;
  }
  .howto-list__img-arrow {
    text-align: center;
    font-size: 3.64583vw;
    font-weight: bold;
    padding: 1.95312vw 0 1.95312vw 23.4375vw;
    background: url("../images/howto_arrow_sp.png") 42% center no-repeat;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
    line-height: 1.3;
    margin: 3.90625vw auto;
  }
  .howto-list__img img {
    width: 70.96354vw;
  }
  .howto-list .content-note:nth-of-type(1) {
    margin-top: 2.60417vw;
  }
  .howto-list--b .howto-list__head-num {
    background-color: #000a6e;
  }
  .howto-list--r .howto-list__head-num {
    background-color: #fc0000;
  }
  .howto-list--mt {
    margin-top: 3.90625vw;
  }
  .contents .contact {
    margin-top: 10.41667vw;
  }
  .contents .contact p {
    font-size: 3.90625vw;
    padding-top: 15px;
  }
  .contents .contact p a {
    color: #000;
    text-decoration: none;
    letter-spacing: 2px;
  }
  .contents .btn_link_top {
    display: none;
  }
}
