@charset "UTF-8";
.layout {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 1000px) {
    .layout {
      padding: 0 20px; } }
  @media screen and (max-width: 768px) {
    .layout {
      padding: 0 10px; } }

.br_sp-s {
  display: none; }
  @media screen and (max-width: 480px) {
    .br_sp-s {
      display: block; } }

.pc-only {
  display: block; }
  @media screen and (max-width: 480px) {
    .pc-only {
      display: none; } }

.sp-only {
  display: none; }
  @media screen and (max-width: 480px) {
    .sp-only {
      display: block; } }

#contents .section-about {
  padding: 20px 0; }
  #contents .section-about .about-box {
    padding: 15px; }
    #contents .section-about .about-box::before, #contents .section-about .about-box::after {
      content: '';
      display: table; }
    #contents .section-about .about-box::after {
      clear: both; }
    #contents .section-about .about-box .l-about {
      float: left;
      width: 32%;
      border: 1px solid #9fa0a0;
      padding: 10px 6px 10px 8px;
      margin: 5px; }
      @media screen and (max-width: 768px) {
        #contents .section-about .about-box .l-about {
          float: none;
          width: 100%; } }
      #contents .section-about .about-box .l-about .title {
        max-width: 262px;
        border-bottom: 2px solid #004ea2;
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        line-height: 1.8em;
        margin: 0 auto; }
        #contents .section-about .about-box .l-about .title h3 {
          font-size: 25px;
          text-align: center;
          margin: 10px 0 20px; }
          @media screen and (max-width: 768px) {
            #contents .section-about .about-box .l-about .title h3 {
              font-size: 21px; } }
      #contents .section-about .about-box .l-about .txt {
        font-size: 18px;
        padding: 15px 8px 5px 10px;
        line-height: 1.4em; }
      #contents .section-about .about-box .l-about .link {
        text-align: center; }
        #contents .section-about .about-box .l-about .link img {
          max-width: 250px; }
        #contents .section-about .about-box .l-about .link a:hover {
          opacity: 0.5; }
    #contents .section-about .about-box .c-about {
      float: left;
      width: 32%;
      border: 1px solid #9fa0a0;
      padding: 10px;
      margin: 5px; }
      @media screen and (max-width: 768px) {
        #contents .section-about .about-box .c-about {
          float: none;
          width: 100%; } }
      #contents .section-about .about-box .c-about .title {
        max-width: 262px;
        border-bottom: 2px solid #004ea2;
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        line-height: 1.8em;
        margin: 0 auto; }
        #contents .section-about .about-box .c-about .title h3 {
          font-size: 25px;
          text-align: center; }
          @media screen and (max-width: 768px) {
            #contents .section-about .about-box .c-about .title h3 {
              font-size: 21px; } }
      #contents .section-about .about-box .c-about .txt {
        font-size: 18px;
        padding: 15px 8px 15px 10px;
        line-height: 1.4em; }
      #contents .section-about .about-box .c-about .link {
        margin-bottom: 8px;
        text-align: center; }
        #contents .section-about .about-box .c-about .link img {
          max-width: 176px; }
        #contents .section-about .about-box .c-about .link a:hover {
          opacity: 0.5; }
    #contents .section-about .about-box .r-about {
      float: left;
      width: 32%;
      border: 1px solid #9fa0a0;
      padding: 10px;
      margin: 5px; }
      @media screen and (max-width: 768px) {
        #contents .section-about .about-box .r-about {
          float: none;
          width: 100%; } }
      #contents .section-about .about-box .r-about .title {
        max-width: 262px;
        border-bottom: 2px solid #004ea2;
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        line-height: 1.8em;
        margin: 0 auto; }
        #contents .section-about .about-box .r-about .title h3 {
          font-size: 25px;
          text-align: center;
          margin: 10px 0 20px; }
          @media screen and (max-width: 768px) {
            #contents .section-about .about-box .r-about .title h3 {
              font-size: 21px; } }
      #contents .section-about .about-box .r-about .txt {
        text-align: center;
        padding-top: 20px; }
        #contents .section-about .about-box .r-about .txt img {
          max-width: 261px;
          padding-bottom: 12px; }
        #contents .section-about .about-box .r-about .txt a:hover {
          opacity: 0.5; }
#contents .section-menu {
  padding: 20px 0; }
  #contents .section-menu .menu-box {
    padding: 20px; }
    #contents .section-menu .menu-box::before, #contents .section-menu .menu-box::after {
      content: '';
      display: table; }
    #contents .section-menu .menu-box::after {
      clear: both; }
    @media screen and (max-width: 768px) {
      #contents .section-menu .menu-box {
        padding: 0 20px 0 20px;
        margin-top: 20px; } }
    #contents .section-menu .menu-box .m-box-left {
      float: left;
      width: 49%;
      border: 1px solid #d3d3d3;
      margin-right: 18px; }
      #contents .section-menu .menu-box .m-box-left::before, #contents .section-menu .menu-box .m-box-left::after {
        content: '';
        display: table; }
      #contents .section-menu .menu-box .m-box-left::after {
        clear: both; }
      @media screen and (max-width: 768px) {
        #contents .section-menu .menu-box .m-box-left {
          float: none;
          width: 100%;
          margin-bottom: 20px; } }
      #contents .section-menu .menu-box .m-box-left .left-img {
        float: left;
        width: 33%; }
        @media screen and (max-width: 768px) {
          #contents .section-menu .menu-box .m-box-left .left-img {
            float: none;
            width: 50%;
            margin: 10px auto 0; } }
      #contents .section-menu .menu-box .m-box-left .left-txt {
        float: right;
        width: 67%; }
        @media screen and (max-width: 768px) {
          #contents .section-menu .menu-box .m-box-left .left-txt {
            float: none;
            width: 100%; } }
        #contents .section-menu .menu-box .m-box-left .left-txt h3 {
          font-size: 25px;
          font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
          padding: 10px; }
          @media screen and (max-width: 768px) {
            #contents .section-menu .menu-box .m-box-left .left-txt h3 {
              font-size: 21px; } }
        #contents .section-menu .menu-box .m-box-left .left-txt p {
          font-size: 16px;
          line-height: 1.3em;
          font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
          padding: 0 8px 0 10px; }
          @media screen and (max-width: 768px) {
            #contents .section-menu .menu-box .m-box-left .left-txt p {
              padding-bottom: 20px; } }
    #contents .section-menu .menu-box .m-box-right {
      float: right;
      width: 49%;
      border: 1px solid #d3d3d3; }
      #contents .section-menu .menu-box .m-box-right::before, #contents .section-menu .menu-box .m-box-right::after {
        content: '';
        display: table; }
      #contents .section-menu .menu-box .m-box-right::after {
        clear: both; }
      @media screen and (max-width: 768px) {
        #contents .section-menu .menu-box .m-box-right {
          float: none;
          width: 100%;
          margin-bottom: 20px; } }
      #contents .section-menu .menu-box .m-box-right .right-img {
        float: left;
        width: 33%; }
        @media screen and (max-width: 768px) {
          #contents .section-menu .menu-box .m-box-right .right-img {
            float: none;
            width: 50%;
            margin: 10px auto 0; } }
      #contents .section-menu .menu-box .m-box-right .right-txt {
        float: right;
        width: 67%; }
        @media screen and (max-width: 768px) {
          #contents .section-menu .menu-box .m-box-right .right-txt {
            float: none;
            width: 100%; } }
        #contents .section-menu .menu-box .m-box-right .right-txt h3 {
          font-size: 25px;
          font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
          padding: 10px; }
          @media screen and (max-width: 768px) {
            #contents .section-menu .menu-box .m-box-right .right-txt h3 {
              font-size: 21px; } }
        #contents .section-menu .menu-box .m-box-right .right-txt p {
          font-size: 16px;
          line-height: 1.3em;
          font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
          padding: 0 8px 0 10px; }
          @media screen and (max-width: 768px) {
            #contents .section-menu .menu-box .m-box-right .right-txt p {
              padding-bottom: 20px; } }
    #contents .section-menu .menu-box .last-box {
      border: none; }
      #contents .section-menu .menu-box .last-box .last-menu {
        text-align: center;
        padding-top: 20px; }
        #contents .section-menu .menu-box .last-box .last-menu img {
          max-width: 359px; }
#contents .section-howto .howto-box {
  padding: 20px; }
  #contents .section-howto .howto-box::before, #contents .section-howto .howto-box::after {
    content: '';
    display: table; }
  #contents .section-howto .howto-box::after {
    clear: both; }
  @media screen and (max-width: 480px) {
    #contents .section-howto .howto-box {
      padding: 20px 10px; } }
  #contents .section-howto .howto-box .h-box-left {
    float: left;
    width: 50%;
    padding: 10px 20px 20px 30px; }
    @media screen and (max-width: 768px) {
      #contents .section-howto .howto-box .h-box-left {
        float: none;
        width: 100%; } }
    #contents .section-howto .howto-box .h-box-left .h-title {
      border-bottom: 2px solid #004ea2;
      font-size: 38px;
      font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      padding: 0 20px; }
      @media screen and (max-width: 768px) {
        #contents .section-howto .howto-box .h-box-left .h-title {
          font-size: 32px;
          text-align: center; } }
    #contents .section-howto .howto-box .h-box-left h3 {
      font-size: 30px;
      text-align: center;
      font-family: 梅UIゴシック; }
      #contents .section-howto .howto-box .h-box-left h3 span {
        font-size: 23px;
        padding: 0 10px; }
      @media screen and (max-width: 768px) {
        #contents .section-howto .howto-box .h-box-left h3 {
          font-size: 26px; } }
    #contents .section-howto .howto-box .h-box-left .h-txt {
      font-size: 18px;
      text-align: left;
      padding: 0 20px; }
    #contents .section-howto .howto-box .h-box-left .h-txt-c {
      text-align: center; }
    #contents .section-howto .howto-box .h-box-left .h-link-btn {
      text-align: center; }
      #contents .section-howto .howto-box .h-box-left .h-link-btn img {
        max-width: 267px; }
      #contents .section-howto .howto-box .h-box-left .h-link-btn a:hover {
        opacity: 0.5; }
    #contents .section-howto .howto-box .h-box-left .btn-top {
      margin-top: 10px; }
    #contents .section-howto .howto-box .h-box-left .btn-top2 {
      margin-top: -15px; }
  #contents .section-howto .howto-box .h-box-right {
    float: right;
    width: 50%;
    padding: 10px 20px 20px 20px; }
    @media screen and (max-width: 768px) {
      #contents .section-howto .howto-box .h-box-right {
        float: none;
        width: 100%; } }
    #contents .section-howto .howto-box .h-box-right .h-title {
      border-bottom: 2px solid #004ea2;
      font-size: 38px;
      font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      padding: 0 20px; }
      @media screen and (max-width: 768px) {
        #contents .section-howto .howto-box .h-box-right .h-title {
          font-size: 32px;
          text-align: center; } }
    #contents .section-howto .howto-box .h-box-right h3 {
      font-size: 30px;
      text-align: center;
      font-family: 梅UIゴシック; }
      @media screen and (max-width: 768px) {
        #contents .section-howto .howto-box .h-box-right h3 {
          font-size: 26px; } }
    #contents .section-howto .howto-box .h-box-right .h-txt {
      font-size: 18px;
      padding: 0 20px; }
#contents .section-howto .howto-box-3 .h-title::before, #contents .section-howto .howto-box-3 .h-title::after {
  content: '';
  display: table; }
#contents .section-howto .howto-box-3 .h-title::after {
  clear: both; }
#contents .section-howto .howto-box-3 .h-title .h-title-left {
  float: left;
  width: 25%; }
  @media screen and (max-width: 768px) {
    #contents .section-howto .howto-box-3 .h-title .h-title-left {
      float: none;
      width: 100%; } }
  #contents .section-howto .howto-box-3 .h-title .h-title-left .step-box {
    border-bottom: 2px solid #004ea2;
    margin-left: 50px; }
    @media screen and (max-width: 768px) {
      #contents .section-howto .howto-box-3 .h-title .h-title-left .step-box {
        margin: 0 30px; } }
    #contents .section-howto .howto-box-3 .h-title .h-title-left .step-box .h-no {
      font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      padding: 0 20px;
      font-size: 38px; }
      @media screen and (max-width: 768px) {
        #contents .section-howto .howto-box-3 .h-title .h-title-left .step-box .h-no {
          font-size: 32px;
          text-align: center; } }
#contents .section-howto .howto-box-3 .h-title .h-box-right {
  float: right;
  width: 75%; }
  @media screen and (max-width: 768px) {
    #contents .section-howto .howto-box-3 .h-title .h-box-right {
      float: none;
      width: 100%; } }
  #contents .section-howto .howto-box-3 .h-title .h-box-right dl::before, #contents .section-howto .howto-box-3 .h-title .h-box-right dl::after {
    content: '';
    display: table; }
  #contents .section-howto .howto-box-3 .h-title .h-box-right dl::after {
    clear: both; }
  #contents .section-howto .howto-box-3 .h-title .h-box-right dl dt {
    float: left;
    width: 20%;
    font-size: 30px;
    font-family: 梅UIゴシック;
    text-align: center;
    padding-top: 10px; }
    @media screen and (max-width: 768px) {
      #contents .section-howto .howto-box-3 .h-title .h-box-right dl dt {
        font-size: 26px;
        float: none;
        width: 100%; } }
  #contents .section-howto .howto-box-3 .h-title .h-box-right dl dd {
    float: right;
    width: 80%;
    font-size: 18px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    padding-right: 50px; }
    @media screen and (max-width: 768px) {
      #contents .section-howto .howto-box-3 .h-title .h-box-right dl dd {
        float: none;
        width: 100%;
        padding: 0 20px; } }
#contents .section-howto .howto-box-3 .li-img::before, #contents .section-howto .howto-box-3 .li-img::after {
  content: '';
  display: table; }
#contents .section-howto .howto-box-3 .li-img::after {
  clear: both; }
#contents .section-howto .howto-box-3 .li-img .li-img-left {
  float: left;
  width: 50%;
  padding: 10px;
  text-align: right; }
  #contents .section-howto .howto-box-3 .li-img .li-img-left img {
    max-width: 400px; }
#contents .section-howto .howto-box-3 .li-img .li-img-right {
  float: right;
  width: 50%;
  padding: 10px;
  text-align: left; }
  #contents .section-howto .howto-box-3 .li-img .li-img-right img {
    max-width: 400px; }
#contents .section-howto .box-last {
  margin-bottom: 50px; }
