/* CSS Document */
/* line 9, style.scss */
.pagemenub ul li a {
  letter-spacing: normal; }
  /* line 12, style.scss */
  .pagemenub ul li a.long {
    font-size: 15px; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 12, style.scss */
      .pagemenub ul li a.long {
        font-size: 13px; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 12, style.scss */
      .pagemenub ul li a.long {
        font-size: 13px; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 12, style.scss */
      .pagemenub ul li a.long {
        font-size: 13px; } }
    @media screen and (max-width: 350px) {
      /* line 12, style.scss */
      .pagemenub ul li a.long {
        font-size: 13px; } }

/* line 40, style.scss */
.mainb {
  max-width: 1300px;
  margin: 0 auto; }

/* line 46, style.scss */
.main2column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 46, style.scss */
    .main2column {
      display: block; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 46, style.scss */
    .main2column {
      display: block; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 46, style.scss */
    .main2column {
      display: block; } }
  @media screen and (max-width: 350px) {
    /* line 46, style.scss */
    .main2column {
      display: block; } }

/* line 71, style.scss */
.main2column_img {
  max-width: 460px; }
  @media screen and (min-width: 930.01px) and (max-width: 1300px) {
    /* line 71, style.scss */
    .main2column_img {
      max-width: 400px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 71, style.scss */
    .main2column_img {
      max-width: 400px;
      margin: 0 auto; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 71, style.scss */
    .main2column_img {
      margin: 0 auto; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 71, style.scss */
    .main2column_img {
      margin: 0 auto; } }
  @media screen and (max-width: 350px) {
    /* line 71, style.scss */
    .main2column_img {
      margin: 0 auto; } }

/* line 94, style.scss */
.main2column_txt {
  width: calc(100% - 460px - 60px); }
  @media screen and (min-width: 930.01px) and (max-width: 1300px) {
    /* line 94, style.scss */
    .main2column_txt {
      width: calc(100% - 400px - 40px); } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 94, style.scss */
    .main2column_txt {
      width: 100%;
      margin: 20px 0 0 0; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 94, style.scss */
    .main2column_txt {
      width: 100%;
      margin: 20px 0 0 0; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 94, style.scss */
    .main2column_txt {
      width: 100%;
      margin: 20px 0 0 0; } }
  @media screen and (max-width: 350px) {
    /* line 94, style.scss */
    .main2column_txt {
      width: 100%;
      margin: 20px 0 0 0; } }

/* line 121, style.scss */
.catch {
  font-size: 20px;
  line-height: 1.5; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 121, style.scss */
    .catch {
      font-size: 18px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 121, style.scss */
    .catch {
      font-size: 18px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 121, style.scss */
    .catch {
      font-size: 18px; } }
  @media screen and (max-width: 350px) {
    /* line 121, style.scss */
    .catch {
      font-size: 16px; } }

/* line 143, style.scss */
.list.list-sodan > ul {
  grid-template-columns: auto auto auto; }
  @media screen and (min-width: 930.01px) and (max-width: 1300px) {
    /* line 143, style.scss */
    .list.list-sodan > ul {
      grid-template-columns: auto auto; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 143, style.scss */
    .list.list-sodan > ul {
      display: grid;
      grid-template-columns: auto auto; } }

/* line 165, style.scss */
.list.list-check {
  width: 100%; }
  /* line 167, style.scss */
  .list.list-check > ul {
    grid-template-columns: auto;
    width: 100%; }
    /* line 171, style.scss */
    .list.list-check > ul > li {
      background: url("../images/checkicon.png") 20px 29px no-repeat;
      background-size: 20px auto;
      padding: 25px 0 25px 55px; }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 171, style.scss */
        .list.list-check > ul > li {
          padding: 18px 0 18px 35px;
          background-position: 0 21px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 171, style.scss */
        .list.list-check > ul > li {
          padding: 18px 0 18px 35px;
          background-position: 0 21px; } }
      @media screen and (max-width: 350px) {
        /* line 171, style.scss */
        .list.list-check > ul > li {
          padding: 18px 0 18px 35px;
          background-position: 0 21px; } }
      /* line 189, style.scss */
      .list.list-check > ul > li + li {
        border-top: 1px solid #ccc; }

/* line 198, style.scss */
.contentbox_wrap {
  position: relative; }

/* line 203, style.scss */
.contentbox_steplist {
  min-height: 290px;
  padding: 30px 40px; }
  @media screen and (min-width: 930.01px) and (max-width: 1300px) {
    /* line 203, style.scss */
    .contentbox_steplist {
      padding: 30px 40px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 203, style.scss */
    .contentbox_steplist {
      padding: 30px 30px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 203, style.scss */
    .contentbox_steplist {
      padding: 30px 20px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 203, style.scss */
    .contentbox_steplist {
      padding: 20px 15px; } }
  @media screen and (max-width: 350px) {
    /* line 203, style.scss */
    .contentbox_steplist {
      padding: 20px 15px; } }

/* line 224, style.scss */
.steplist_img {
  position: absolute;
  background: 50% 50% no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  width: 350px;
  z-index: 1; }
  @media screen and (min-width: 930.01px) and (max-width: 1300px) {
    /* line 224, style.scss */
    .steplist_img {
      width: 300px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 224, style.scss */
    .steplist_img {
      width: 250px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 224, style.scss */
    .steplist_img {
      width: 50%; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 224, style.scss */
    .steplist_img {
      bottom: auto;
      right: 0;
      width: auto;
      height: 200px; } }
  @media screen and (max-width: 350px) {
    /* line 224, style.scss */
    .steplist_img {
      bottom: auto;
      right: 0;
      width: auto;
      height: 200px; } }
  /* line 256, style.scss */
  .contentbox_steplist1 .steplist_img {
    background-image: url("../images/stepimg1.jpg"); }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 256, style.scss */
      .contentbox_steplist1 .steplist_img {
        background-position: 0 50%; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 256, style.scss */
      .contentbox_steplist1 .steplist_img {
        background-position: 0 50%; } }
  /* line 266, style.scss */
  .contentbox_steplist2 .steplist_img {
    background-image: url("../images/stepimg2.jpg");
    background-color: #d6e3e9;
    background-size: contain; }
  /* line 272, style.scss */
  .contentbox_steplist3 .steplist_img {
    background-image: url("../images/stepimg3.jpg");
    background-color: #d6e3e9;
    background-size: contain; }

/* line 280, style.scss */
.steplist_title {
  font-size: 24px; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 280, style.scss */
    .steplist_title {
      font-size: 20px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 280, style.scss */
    .steplist_title {
      font-size: 20px;
      margin-left: calc(50% + 25px); } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 280, style.scss */
    .steplist_title {
      font-size: 20px;
      margin-top: 190px; } }
  @media screen and (max-width: 350px) {
    /* line 280, style.scss */
    .steplist_title {
      font-size: 20px;
      margin-top: 190px; } }

/* line 302, style.scss */
.steplist_txt {
  margin-top: 20px;
  margin-left: 350px; }
  @media screen and (min-width: 930.01px) and (max-width: 1300px) {
    /* line 302, style.scss */
    .steplist_txt {
      margin-left: 290px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 302, style.scss */
    .steplist_txt {
      margin-left: 240px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 302, style.scss */
    .steplist_txt {
      margin-left: calc(50% + 25px);
      margin-top: 10px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 302, style.scss */
    .steplist_txt {
      margin-left: 0;
      margin-top: 10px; } }
  @media screen and (max-width: 350px) {
    /* line 302, style.scss */
    .steplist_txt {
      margin-left: 0;
      margin-top: 10px; } }

/* line 325, style.scss */
.steplist_arrow {
  max-width: 50px;
  margin: 10px auto; }
  /* line 329, style.scss */
  .steplist_arrow img {
    vertical-align: middle; }

/* line 335, style.scss */
.chiryo_box_wrap {
  display: flex;
  justify-content: space-between; }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 335, style.scss */
    .chiryo_box_wrap {
      display: block; } }
  @media screen and (max-width: 350px) {
    /* line 335, style.scss */
    .chiryo_box_wrap {
      display: block; } }

/* line 347, style.scss */
.chiryo_box {
  width: calc(100% / 3 - 10px); }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 347, style.scss */
    .chiryo_box {
      width: calc(100% / 3 - 8px); } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 347, style.scss */
    .chiryo_box {
      width: calc(100% / 3 - 8px); } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 347, style.scss */
    .chiryo_box {
      width: 100%; } }
  @media screen and (max-width: 350px) {
    /* line 347, style.scss */
    .chiryo_box {
      width: 100%; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 362, style.scss */
    .chiryo_box + .chiryo_box {
      margin-top: 20px; } }
  @media screen and (max-width: 350px) {
    /* line 362, style.scss */
    .chiryo_box + .chiryo_box {
      margin-top: 20px; } }

/* line 372, style.scss */
.contentbox_chiryo {
  padding: 0 20px 30px 20px;
  height: 100%; }
  @media screen and (min-width: 930.01px) and (max-width: 1300px) {
    /* line 372, style.scss */
    .contentbox_chiryo {
      padding: 0 20px 30px 20px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 372, style.scss */
    .contentbox_chiryo {
      padding: 0 15px 30px 15px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 372, style.scss */
    .contentbox_chiryo {
      padding: 0 15px 25px 15px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 372, style.scss */
    .contentbox_chiryo {
      padding: 0 15px 25px 15px; } }
  @media screen and (max-width: 350px) {
    /* line 372, style.scss */
    .contentbox_chiryo {
      padding: 0 15px 25px 15px; } }

/* line 394, style.scss */
.chiryo_img {
  margin: -12px -32px 0; }
  @media screen and (min-width: 930.01px) and (max-width: 1300px) {
    /* line 394, style.scss */
    .chiryo_img {
      margin: -12px -30px 0; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 394, style.scss */
    .chiryo_img {
      margin: -8px -23px 0; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 394, style.scss */
    .chiryo_img {
      margin: -6px -21px 0; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 394, style.scss */
    .chiryo_img {
      margin: -6px -21px 0; } }
  @media screen and (max-width: 350px) {
    /* line 394, style.scss */
    .chiryo_img {
      margin: -6px -21px 0; } }

/* line 418, style.scss */
.chiryo_title {
  font-size: 24px;
  margin-top: 20px; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 418, style.scss */
    .chiryo_title {
      font-size: 20px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 418, style.scss */
    .chiryo_title {
      font-size: 20px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 418, style.scss */
    .chiryo_title {
      font-size: 20px; } }
  @media screen and (max-width: 350px) {
    /* line 418, style.scss */
    .chiryo_title {
      font-size: 20px; } }

/* line 438, style.scss */
.chiryo_txt {
  margin-top: 20px; }
  @media screen and (min-width: 930.01px) and (max-width: 1300px) {
    /* line 438, style.scss */
    .chiryo_txt {
      margin-top: 10px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 438, style.scss */
    .chiryo_txt {
      margin-top: 10px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 438, style.scss */
    .chiryo_txt {
      margin-top: 10px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 438, style.scss */
    .chiryo_txt {
      margin-top: 10px; } }
  @media screen and (max-width: 350px) {
    /* line 438, style.scss */
    .chiryo_txt {
      margin-top: 10px; } }

/*# sourceMappingURL=style.css.map */
