@charset "UTF-8";
@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  word-break: break-all;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

input[type='number'],
input[type='email'],
input[type='tel'],
input[type='submit'],
input[type='button'],
input[type='text'],
input[type='password'],
input[type='date'],
input[type='time'],
input[type='search'],
textArea,
select {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

a:focus,
button:focus,
select:focus,
input:focus {
  outline: none;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

html {
  background: #fff !important;
}

body {
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

body.is-lock {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  box-sizing: border-box;
}

.pc_hide {
  display: none;
}

.pc_block {
  display: inline-block;
}

.sp_hide {
  display: inline-block;
}

.sp_block {
  display: none;
}

.exception {
  display: none;
}

.nowrap {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .pc_hide {
    display: inline-block;
  }
  .pc_block {
    display: none;
  }
  .sp_hide {
    display: none;
  }
  .sp_block {
    display: inline-block;
  }
}

#OCN-header {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-size: 81.25%;
}

.OCN-totop,
#OCN-footer,
#OCN-footer-backlinks {
  font-size: 81.25%;
}

@media screen and (max-width: 767px) {
  #OCN-header {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.main {
  display: block;
  padding-top: 25px;
  padding-bottom: 100px;
  font-size: 18px;
  line-height: 1.8;
  background: #fff;
}

.main img {
  width: 100%;
  vertical-align: top;
}

.main a, .main button {
  color: #0b3e6d;
  text-decoration: none;
  transition: opacity .3s ease;
  overflow: visible;
}

.main a:hover, .main button:hover {
  opacity: .7;
}

.main .inner {
  max-width: 1200px;
  min-width: 900px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .main .inner {
    width: 100%;
    min-width: inherit;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

.main .heading_1 {
  height: 117px;
  width: 576px;
  background: url(/start/images/step1_ttl.png) no-repeat 0 0/100%;
  font-size: 0;
  margin: auto;
}

.main .heading_1.none {
  width: 0;
  height: 0;
  position: fixed;
  left: -200vw;
}

.main .lead {
  margin-top: 20px;
  text-align: center;
}

.main .lead + .lead {
  margin-top: 10px;
}

.main .lead .emphasis {
  font-weight: bold;
  font-size: 34px;
  display: block;
}

.main .anchorLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.main .anchorLink li {
  margin-top: 10px;
  max-width: 370px;
  width: 30.83333%;
  height: 250px;
}

.main .anchorLink li a {
  display: block;
  height: 100%;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.14);
  text-align: center;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  background: #ffe8e0;
  font-size: 16px;
  padding: 20px;
  box-sizing: border-box;
  border: 2px solid #cb3200;
  white-space: nowrap;
}

.main .anchorLink li a p > span {
  margin-top: 5px;
  font-size: 22px;
  line-height: 1.5;
  display: block;
}

.main .anchorLink li a .icon {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.main .anchorLink li a:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-right: 2px solid #cb3200;
  border-bottom: 2px solid #cb3200;
  position: absolute;
  left: calc(50% - 9px);
  bottom: 20px;
  transform: rotate(45deg);
}

.main .anchorLink li:nth-child(1) .icon {
  width: 59px;
}

.main .anchorLink li:nth-child(2) .icon {
  width: 85px;
}

.main .anchorLink li:nth-child(3) .icon {
  width: 72px;
}

.main .block {
  margin-top: 90px;
}

.main .block.guide {
  margin-top: 60px;
}

.main .block .heading_2 {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 104px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
  box-sizing: border-box;
  position: relative;
  background: #fff9e5;
}

.main .block .heading_2:before, .main .block .heading_2:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
}

.main .block .heading_2:before {
  top: 0;
  background: url(/start/images/h2_top.png) repeat-x 0 0/8px 8px;
}

.main .block .heading_2:after {
  bottom: 0;
  background: url(/start/images/h2_bottom.png) repeat-x 0 0/8px 8px;
}

.main .block .heading_2 .subText {
  font-size: 22px;
  width: 100%;
}

.main .block .heading_2 .mainText {
  font-size: 36px;
  width: 100%;
  margin-top: 5px;
}

.main .block .heading_3 {
  font-size: 26px;
  text-align: center;
}

.main .block .heading_3 .mainText {
  font-size: 34px;
  display: block;
  margin-top: 5px;
}

.main .block .heading_4 {
  font-size: 28px;
  text-align: center;
  margin-top: 50px;
}

.main .block .btnBasic {
  width: 640px;
  height: 80px;
  margin: 40px auto 0;
}

.main .block .btnBasic a {
  display: block;
  height: 100%;
  background: #ffe8e0;
  font-size: 22px;
  line-height: 78px;
  text-align: center;
  color: #0b3e6d;
  border-radius: 10px;
  position: relative;
  border: 2px solid #cb3200;
  box-sizing: border-box;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.14);
}

.main .block .btnBasic a:after {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border-left: 2px solid #cb3200;
  border-top: 2px solid #cb3200;
  position: absolute;
  right: 30px;
  top: 31px;
  transform: rotate(135deg);
}

.main .block .btnBasic a.external:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: none;
  position: absolute;
  top: calc(50% - 10px);
  right: 30px;
  transform: rotate(0);
  background: url(/start/images/icon_external_r.png) no-repeat center/20px 20px;
}

.main .block .stepLink {
  overflow: hidden;
  max-width: 1120px;
  margin: 30px auto 0;
  padding-top: 40px;
}

.main .block .stepLink ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1120px;
  height: 125px;
  border: 1px solid #818181;
  border-bottom: none;
  box-sizing: border-box;
  background: #0b3e6d;
}

.main .block .stepLink ul li {
  width: 1666.66667%;
  height: 120px;
}

.main .block .stepLink ul li a {
  position: relative;
  background: #f2f0f0;
  display: block;
  position: relative;
  width: 100%;
  height: 120px;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #333;
  box-sizing: border-box;
  transition: background .2s ease;
}


@media screen and (min-width: 768px) and (max-width: 1080px) {
  .main .block .stepLink ul li a br {
    display: none;
  }
}

.main .block .stepLink ul li a:hover {
  opacity: 1;
  background: #cdd6e5;
}

.main .block .stepLink ul li a:hover:after {
  background: url(/start/images/guide_step_hover.png) no-repeat right top/20px 120px;
}

.main .block .stepLink ul li a:after {
  content: '';
  display: block;
  width: 20px;
  height: 120px;
  background: url(/start/images/guide_step.png) no-repeat right top/20px 120px;
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 1;
  transition: background .2s ease;
}

.main .block .stepLink ul li a.is-current {
  background: #0b3e6d;
  color: #fff;
  pointer-events: none;
}

.main .block .stepLink ul li a.is-current:after {
  background: url(/start/images/guide_step_on.png) no-repeat right top/20px 120px;
}

.main .block .stepLink ul li a.is-current .title {
  background: #cb3200;
  color: #fff;
}

.main .block .stepLink ul li a .title {
  display: block;
  width: 100px;
  height: 50px;
  border-radius: 50px;
  background: #fff;
  border: 2px solid #cb3200;
  color: #cb3200;
  font-size: 18px;
  line-height: 46px;
  position: absolute;
  top: -25px;
  left: calc(50% - 50px);
  box-sizing: border-box;
}

.main .block .stepLink ul li a .title .number {
  font-size: 28px;
  vertical-align: -2px;
  margin-left: 2px;
}

.main .block .stepLink ul li a .text {
  width: calc(100% - 20px);
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 32px;
  left: 20px;
}

.main .block .stepLink ul li:last-child a:after {
  display: none;
}

.main .block .guideContent {
  border: 1px solid #818181;
  border-top: none;
  border-radius: 0 0 8px 8px;
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
  padding: 40px 30px;
  box-sizing: border-box;
}

.main .block .guideContent .heading_3 {
  color: #cb3200;
  line-height: 1.2;
}

.main .block .guideContent .heading_3 .mainText {
  color: #000;
}

.main .block .guideContent .lead {
  margin-top: 25px;
}

.main .block .guideContent .stepController {
  position: relative;
  margin-top: 45px;
  height: 20px;
}

.main .block .guideContent .stepController .linkPrev,
.main .block .guideContent .stepController .linkNext {
  position: absolute;
  top: 0;
}

.main .block .guideContent .stepController .linkPrev a,
.main .block .guideContent .stepController .linkNext a {
  display: inline-block;
  font-size: 16px;
  position: relative;
}

.main .block .guideContent .stepController .linkPrev a:after,
.main .block .guideContent .stepController .linkNext a:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #0b3e6d;
  border-top: 1px solid #0b3e6d;
  position: absolute;
  top: 10px;
}

.main .block .guideContent .stepController .linkPrev {
  left: 0px;
}

.main .block .guideContent .stepController .linkPrev a {
  padding-left: 14px;
}

.main .block .guideContent .stepController .linkPrev a:after {
  transform: rotate(315deg);
  left: 0;
}

.main .block .guideContent .stepController .linkNext {
  right: 0px;
}

.main .block .guideContent .stepController .linkNext a {
  padding-right: 14px;
}

.main .block .guideContent .stepController .linkNext a:after {
  transform: rotate(135deg);
  right: 0;
}

.main .block .optionContent {
  width: 100%;
  max-width: 1120px;
  margin: 40px auto 0;
}

.main .block .optionContent dl {
  border: 2px solid #d24722;
  border-radius: 10px;
  margin-top: 10px;
  font-size: 20px;
}

.main .block .optionContent dl dt {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  color: #0b3e6d;
  padding: 0 30px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  transition: background .3s ease;
}

.main .block .optionContent dl dt:hover {
  background: rgba(210, 71, 34, 0.04);
}

.main .block .optionContent dl dt:after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-right: 2px solid #cb3200;
  border-bottom: 2px solid #cb3200;
  position: absolute;
  right: 30px;
  top: 26px;
  transform: rotate(45deg);
}

.main .block .optionContent dl dt.is-open:after {
  transform: rotate(225deg);
  top: 34px;
}

.main .block .optionContent dl dd {
  display: none;
  padding: 0 90px 20px 40px;
  font-size: 18px;
  line-height: 1.5;
}

.main .block .optionContent dl dd p {
  margin-top: 10px;
}

.main .block .optionContent dl dd p.red{
  color: #cb3200;
}

.main .block .optionContent dl dd ul {
  margin-top: 10px;
}

.main .block .optionContent dl dd ul li {
  list-style-type: disc;
  margin-left: 20px;
}

.main .block .optionContent dl dd a {
  text-decoration: underline;
  margin: 0 2px;
  display: inline-block;
}

.main .block .optionContent dl dd a.external {
  margin-right: 5px;
}

.main .block .optionContent dl dd a.external:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  transform: rotate(0);
  background: url(/start/images/icon_external.png) no-repeat center/15px 15px;
  margin: 0 4px;
}

.main .block .supportContent .row {
  width: 100%;
  max-width: 1020px;
  margin: 30px auto 70px;
}

.main .block .supportContent .row .heading_3 {
  font-size: 34px;
}

.main .block .supportContent .row .heading_3 .subText {
  font-size: 20px;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}

.main .block .supportContent .row .lead + .heading_3 {
  margin-top: 55px;
}

.main .block .supportContent .row .heading_4 {
  margin-top: 60px;
}

.main .block .supportContent .point {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.main .block .supportContent .point .item {
  width: 280px;
  height: 290px;
  text-align: center;
  padding-top: 180px;
  box-sizing: border-box;
}

.main .block .supportContent .point .item .text {
  font-size: 22px;
  line-height: 1.4;
}

.main .block .supportContent .point .item .text .notes {
  display: block;
  font-size: 18px;
}

.main .block .supportContent .point .item.item1 {
  background: url(/start/images/step1_point1.png) no-repeat center/100%;
}

.main .block .supportContent .point .item.item2 {
  background: url(/start/images/step1_point2.png) no-repeat center/100%;
}

.main .block .supportContent .point .item.item3 {
  background: url(/start/images/step1_point3.png) no-repeat center/100%;
}

.main .block .supportContent .point .item.item4 {
  background: url(/start/images/step1_point4.png) no-repeat center/100%;
}

.main .block .supportContent .point .item.item5 {
  background: url(/start/images/step1_point5.png) no-repeat center/100%;
}

.main .block .supportContent .point .item.item6 {
  background: url(/start/images/step1_point6.png) no-repeat center/100%;
}

.main .block .step1 .linkList {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1020px;
  margin: 40px auto 0;
}

.main .block .step1 .linkList li {
  width: 48.1336%;
  max-width: 490px;
  height: 270px;
}

.main .block .step1 .linkList li a {
  display: block;
  height: 100%;
  border: 2px solid #d24722;
  border-radius: 8px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.14);
}

.main .block .step1 .linkList li a dl dt {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  line-height: 1.3;
  background: #ffe8e0;
  border-radius: 8px 8px 0 0;
  padding: 0 50px 0 30px;
  box-sizing: border-box;
  position: relative;
}

.main .block .step1 .linkList li a dl dt:after {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border-left: 2px solid #d24722;
  border-top: 2px solid #d24722;
  position: absolute;
  right: 30px;
  top: 26px;
  transform: rotate(135deg);
}

.main .block .step1 .linkList li a dl dd .img {
  margin: 28px auto 0;
}

.main .block .step1 .linkList li a dl dd .img1 {
  width: 302.5px;
}

.main .block .step1 .linkList li a dl dd .img2 {
  width: 310.5px;
}

.main .block .step1 .linkList li a dl dd p {
  margin-top: 33px;
  text-align: center;
  color: #333;
}

.main .block .step1 .linkList li a.external dl dt:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: none;
  position: absolute;
  top: calc(50% - 10px);
  right: 30px;
  transform: rotate(0);
  background: url(/start/images/icon_external_r.png) no-repeat center/20px 20px;
}

.main .block .step1 .app {
  background: #f2f0f0;
  padding: 30px 40px 40px;
  box-sizing: border-box;
  max-width: 1020px;
  margin: 50px auto 0;
}

.main .block .step1 .app .heading_4 {
  margin-top: 0;
  font-size: 28px;
}

.main .block .step1 .app .heading_4 .top {
  font-size: 22px;
  font-weight: normal;
}

.main .block .step1 .app .heading_4 .top:before, .main .block .step1 .app .heading_4 .top:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 24px;
  margin: 0 10px;
  vertical-align: -1px;
}

.main .block .step1 .app .heading_4 .top:before {
  background: url(/start/images/icon_step1_left.png) no-repeat center/18px 24px;
}

.main .block .step1 .app .heading_4 .top:after {
  background: url(/start/images/icon_step1_right.png) no-repeat center/18px 24px;
}

.main .block .step1 .app .heading_4 .bottom {
  display: block;
}

.main .block .step1 .app .lead {
  margin-top: 0;
}

.main .block .step1 .app .col2 {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.main .block .step1 .app .col2 .item {
  max-width: 490px;
  width: 48.1336%;
  line-height: 1.5;
}

.main .block .step1 .app .col2 .item ul li {
  line-height: 1.66667;
  position: relative;
  margin-top: 10px;
}

.main .block .step1 .app .col2 .item ul li:before {
  content: '';
  display: block;
  width: 17px;
  height: 20px;
  background: url(/start/images/icon_chack.png) no-repeat center/17px 20px;
  position: absolute;
  top: 7px;
  left: -24px;
}

.main .block .step1 .app .col2 .left .img {
  margin: 0 20px;
  text-align: center;
}

.main .block .step1 .app .col2 .left .img img {
  max-width: 360px;
}

.main .block .step1 .app .download {
  background: #fff;
  margin-top: 50px;
  padding: 35px;
  box-sizing: border-box;
  text-align: center;
}

.main .block .step1 .app .download .heading_5 {
  font-size: 24px;
}

.main .block .step1 .app .download .col2 {
  margin-bottom: 15px;
}

.main .block .step1 .app .download .col2 .left {
  border-right: 1px solid #818181;
}

.main .block .step1 .app .download .col2 .item.left {
  width: calc(50% + 1px);
}

.main .block .step1 .app .download .col2 .item.left .img {
  text-align: left;
  margin-left: 5%;
}

.main .block .step1 .app .download .col2 .item.right {
  width: calc(50% - 1px);
}

.main .block .step1 .app .download .col2 .item p {
  font-size: 22px;
}

.main .block .step1 .app .download .col2 .item .img {
  margin-top: 10px;
}

.main .block .step1 .app .download .col2 .item .img img {
  width: auto;
  max-height: 90px;
}

@media screen and (max-width: 1080px) {
  .main .block .step1 .app .download .col2 .item .img img {
    max-height: 75px;
  }
}

.main .block .step1 .app .download a {
  text-decoration: underline;
  margin: 0 5px 0 2px;
  display: inline-block;
}

.main .block .step1 .app .download a.external {
  position: relative;
}

.main .block .step1 .app .download a.external:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  transform: rotate(0);
  background: url(/start/images/icon_external.png) no-repeat center/15px 15px;
  margin: 0 4px;
}

.main .block .step2 .img {
  margin-top: 20px;
}
.main .block .step3 .how-to-log-in{
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
}
.main .block .step3 .how-to-log-in a{
  text-decoration: underline;
}
.main .block .step3 .how-to-log-in .caption{
  color: #666;
}
.main .block .step3 .col3,
.main .block .step5 .col3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -32px 0;
  width: calc(100% + 64px);
}

.main .block .step3 .col3 .item,
.main .block .step5 .col3 .item {
  max-width: 340px;
  width: 31.42329%;
  border-radius: 8px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.14);
  padding: 30px 20px;
  box-sizing: border-box;
  line-height: 1.5;
  position: relative;
  margin: 30px 0.94518% 0;
  box-sizing: border-box;
}

.main .block .step3 .col3 .item:after,
.main .block .step5 .col3 .item:after {
  content: '';
  display: block;
  border-style: solid;
  border-width: 22.5px 0 22.5px 25px;
  border-color: transparent transparent transparent #f8cc37;
  position: absolute;
  top: calc(50% - 12.5px);
  right: -25px;
  z-index: 1;
}

.main .block .step3 .col3 .item:nth-child(4):before,
.main .block .step5 .col3 .item:nth-child(4):before {
  content: '';
  display: block;
  border-style: solid;
  border-width: 22.5px 0 22.5px 25px;
  border-color: transparent transparent transparent #f8cc37;
  position: absolute;
  top: calc(50% - 12.5px);
  left: -20px;
  z-index: 1;
}

.main .block .step3 .col3 .item:nth-child(3n):after, .main .block .step3 .col3 .item:nth-child(5):after,
.main .block .step5 .col3 .item:nth-child(3n):after,
.main .block .step5 .col3 .item:nth-child(5):after {
  display: none;
}

.main .block .step3 .col3 .item .heading_5,
.main .block .step5 .col3 .item .heading_5 {
  font-size: 22px;
  min-height: 136px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  align-items: baseline;
}
.main .block .step5 .col3 .item .heading_5{
  min-height: 70px;
}

.main .block .step3 .col3 .item .heading_5 .number,
.main .block .step5 .col3 .item .heading_5 .number {
  width: 41px;
  height: 41px;
  background: #0b3e6d;
  color: #fff;
  text-align: center;
  line-height: 41px;
  border-radius: 50%;
  display: block;
}
.main .block .step3 .col3 .item .heading_5 .text,
.main .block .step5 .col3 .item .heading_5 .text {
  font-weight: bold;
  display: block;
  width: 245px;
  margin-left: 10px;
}

.main .block .step3 .col3 .item .img,
.main .block .step5 .col3 .item .img {
  margin: 30px 10px 0;
}

.main .block .step3 .col3 .item p,
.main .block .step5 .col3 .item p {
  font-size: 18px;
  margin-top: 20px;
}

.main .block .step3 .col3 .item .notes,
.main .block .step5 .col3 .item .notes {
  font-size: 16px;
  margin-top: 5px;
}

.main .block .step3 .loginText,
.main .block .step5 .loginText {
  text-align: center;
  margin-top: 50px;
}

.main .block .step3 .narrow,
.main .block .step5 .narrow {
  max-width: 400px;
  margin-top: 30px;
}

.main .block .step4 .col2 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  width: 100%;
  max-width: 1020px;
}

.main .block .step4 .col2 .item {
  max-width: 490px;
  width: 48.1336%;
  line-height: 1.5;
}

.main .block .step4 .col5 {
  display: flex;
  justify-content: space-between;
  margin: 25px -20px 0;
  width: calc(100% + 40px);
}

.main .block .step4 .col5 .item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 17vw;
  height: 17vw;
  max-width: 200px;
  max-height: 200px;
  min-width: 162px;
  min-height: 162px;
  border-radius: 200px;
  border: 2px solid #f8cc37;
  box-sizing: border-box;
  color: #cb3200;
  line-height: 1.7;
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .main .block .step4 .col5 .item br {
    display: none;
  }
}

.main .block .step4 .text {
  margin-top: 35px;
  text-align: center;
  text-indent: -15px;
}

.main .block .step4 .text a {
  text-decoration: underline;
}

.main .block .step4 .text a.external {
  position: relative;
}

.main .block .step4 .text a.external:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: none;
  position: absolute;
  top: calc(50% - 8px);
  right: -25px;
  transform: rotate(0);
  background: url(/start/images/icon_external.png) no-repeat center/15px 15px;
}

.main .block .step6 .lead {
  width: 100%;
  max-width: 970px;
  margin: 20px auto 0;
}

.main .block .step6 .lead .small{
  display: block;
  font-size: 14px;
  margin-top: 1em;
}

.main .block .step6 .lead a {
  text-decoration: underline;
}

.main .block .step6 .lead a.anchor:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #0b3e6d;
  border-left: 1px solid #0b3e6d;
  transform: rotate(225deg);
  vertical-align: 4px;
  margin-left: 5px;
}

.main .block .step6 .row {
  padding-bottom: 20px;
  margin: 0 -20px 0;
  width: calc(100% + 40px);
}
.main .block .step6 .row7{
  margin-bottom: 80px;
}

.main .block .step6 .heading_4 {
  margin-top: 28px;
}

.main .block .step6 .heading_5 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  font-size: 24px;
  background: #F2F0F0;
  border-radius: 10px;
  font-weight: normal;
  margin: 25px 0 0;
}

.main .block .step6 .heading_6 {
  font-size: 22px;
  font-weight: normal;
}

.main .block .step6 .heading_6 + p {
  margin-top: 20px;
}

.main .block .step6 .heading_7 {
  font-size: 18px;
  font-weight: 700;
}

.main .block .step6 .btnModal {
  margin-top: 30px;
  display: block;
  width: 100%;
  height: 80px;
  background: #fff;
  font-size: 22px;
  line-height: 78px;
  text-align: center;
  color: #0b3e6d;
  border-radius: 10px;
  position: relative;
  border: 2px solid #cb3200;
  box-sizing: border-box;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.14);
  opacity: 0;
}

.main .block .step6 .btnToggle {
  width: 120px;
  margin: 40px auto 0;
  display: block;
  position: relative;
  padding-left: 30px;
  text-align: left;
  white-space: nowrap;
}

.main .block .step6 .btnToggle:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #0b3e6d;
  border-left: 2px solid #0b3e6d;
  transform: rotate(225deg);
  position: absolute;
  top: 2px;
  left: 0;
}

.main .block .step6 .lead a.external {
  position: relative;
}

.main .block .step6 .lead a.external:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: none;
  position: absolute;
  top: calc(50% - 8px);
  right: -25px;
  transform: rotate(0);
  background: url(/start/images/icon_external.png) no-repeat center/15px 15px;
}

.main .block .step6 .col2 {
  margin: 30px auto 0;
  width: 100%;
  max-width: 1018px;
}

.main .block .step6 .col2:after {
  content: "";
  display: block;
  clear: both;
}

.main .block .step6 .col2 .item {
  max-width: 490px;
  width: 48.1336%;
}

.main .block .step6 .col2 .item p{
  margin-top: 20px;
}

.main .block .step6 .col2 .item.left {
  float: left;
}

.main .block .step6 .col2 .item.right {
  float: right;
}

.main .block .step6 .col2 .item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 64px;
}

.main .block .step6 .col2 .item p span.small{
  display: block;
  font-size: 16px;
}

.main .block .step6 .col2 .item .firstHide {
  margin-top: 30px;
}

.main .block .step6 .col2 .item .caution {
  background: #fff3f3;
  color: #d24722;
  padding: 25px;
  box-sizing: border-box;
  margin-top: 30px;
  border-radius: 10px;
  margin-bottom: 50px;
}

.main .block .step6 .col2 .item .img {
  height: 180px;
  overflow: hidden;
  position: relative;
}

.main .block .step6 .col2 .item .img:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.main .block .step6 .row3 .col2 .firstHide a.external {
  position: relative;
}

.main .block .step6 .row3 .col2 .firstHide a.external:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border: none;
  top: calc(50% - 8px);
  right: -25px;
  transform: rotate(0);
  background: url(/start/images/icon_external.png) no-repeat center/15px 15px;
  margin: 0 8px;
}

.main .block .step6 .row5 .item.right,
.main .block .step6 .row6 .item.right {
  height: 260px;
}

.main .block .step6 .row8 {
  text-align: center;
}

.main .block .step6 .row8 .contentInner {
  height: auto;
}

.main .block .step6 .row8 .merit {
  display: flex;
  justify-content: space-between;
}

.main .block .step6 .row8 .merit .item {
  padding: 0 20px;
}

.main .block .step6 .row8 .merit .item:first-child {
  border-right: 1px solid #818181;
}

.main .block .step6 .row8 .merit .heading_6 {
  font-weight: bold;
}

.main .block .step6 .row8 .merit .heading_6 + p {
  margin-top: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .main .block .step6 .row8 .merit br {
    display: none;
  }
}

.main .block .step6 .row8 .red {
  color: #cb3200;
  margin-top: 30px;
}

.main .block .step6 .row8 .red a {
  text-decoration: underline;
}

.main .block .step6 .row8 .red a.external {
  position: relative;
}

.main .block .step6 .row8 .red a.external:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: none;
  position: absolute;
  top: calc(50% - 8px);
  right: -25px;
  transform: rotate(0);
  background: url(/start/images/icon_external.png) no-repeat center/15px 15px;
}

.main .block .step6 .row8 .lead a.external {
  position: relative;
}

.main .block .step6 .row8 .lead a.external:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border: none;
  position: sticky;
  top: calc(50% - 8px);
  right: -25px;
  transform: rotate(0);
  background: url(/start/images/icon_external.png) no-repeat center/15px 15px;
  margin: 0 4px;
}

.main .block .step6 .contentInner {
  overflow-y: hidden;
  height: 210px;
  transition: height 0.3s ease;
}

.main .block .step6 .is-open .contentInner .btnModal {
  opacity: 1;
}

.main .block .step6 .is-open .contentInner .col2 .item p {
  display: block;
  overflow: visible;
  height: auto;
}

.main .block .step6 .is-open .contentInner .col2 .item .img {
  height: auto;
}

.main .block .step6 .is-open .contentInner .col2 .item .img:after {
  background: rgba(255, 255, 255, 0);
}

.main .block .step6 .is-open .btnToggle {
  padding-left: 34px;
}

.main .block .step6 .is-open .btnToggle:before, .main .block .step6 .is-open .btnToggle:after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: #0b3e6d;
  position: absolute;
  top: 12px;
  left: 0;
  border: none;
}

.main .block .step6 .is-open .btnToggle:before {
  transform: rotate(45deg);
}

.main .block .step6 .is-open .btnToggle:after {
  transform: rotate(-45deg);
}

.main .block .step6 a.underline{
  text-decoration: underline;
}

.main .block .step6 .border{
  border: 1px #F2F0F0 solid;
  margin: 60px 0;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}

.modal .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 120vh;
  background: rgba(97, 101, 114, 0.8);
  z-index: -1;
  transition: all .5s ease;
}

.modal .modalContent {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  max-width: 900px;
  width: calc(100% - 40px);
  max-height: 90vh;
  padding: 55px 20px 60px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translate(-50%, -50%);
  transition: opacity .5s ease, visibility .5s ease;
  display: none;
}

.modal .modalContent .modalClose {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
}

.modal .modalContent .modalClose:before, .modal .modalContent .modalClose:after {
  content: '';
  display: block;
  width: 40px;
  height: 4px;
  background: #000;
  position: absolute;
  top: 18px;
  left: 0px;
}

.modal .modalContent .modalClose:before {
  transform: rotate(45deg);
}

.modal .modalContent .modalClose:after {
  transform: rotate(-45deg);
}

.modal .modalContent .modalTitle {
  font-size: 24px;
}

.modal .modalContent .img {
  margin: 30px auto 0;
  max-width: 600px;
}

@media screen and (max-width: 767px) {
  @-webkit-keyframes fade {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fade {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
  }
  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
    word-break: break-all;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  img {
    vertical-align: top;
  }
  a {
    text-decoration: none;
    cursor: pointer;
  }
  button {
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-weight: normal;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
  }
  input[type='number'],
  input[type='email'],
  input[type='tel'],
  input[type='submit'],
  input[type='button'],
  input[type='text'],
  input[type='password'],
  input[type='date'],
  input[type='time'],
  input[type='search'],
  textArea,
  select {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  select::-ms-expand {
    display: none;
  }
  a:focus,
  button:focus,
  select:focus,
  input:focus {
    outline: none;
  }
  @keyframes fade {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  html {
    background: #fff !important;
  }
  body {
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  }
  body.is-lock {
    overflow-y: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    box-sizing: border-box;
  }
  .pc_hide {
    display: none;
  }
  .pc_block {
    display: inline-block;
  }
  .sp_hide {
    display: inline-block;
  }
  .sp_block {
    display: none;
  }
  .exception {
    display: none;
  }
  .nowrap {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .pc_hide {
    display: inline-block;
  }
  .pc_block {
    display: none;
  }
  .sp_hide {
    display: none;
  }
  .sp_block {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  #OCN-header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 81.25%;
  }
  .OCN-totop,
  #OCN-footer,
  #OCN-footer-backlinks {
    font-size: 81.25%;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  #OCN-header {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .main {
    padding-top: 35px;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .main a:hover, .main button:hover {
    opacity: 1;
  }
  .main .inner {
    max-width: 1200px;
    min-width: 900px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    position: relative;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .main .inner {
    width: 100%;
    min-width: inherit;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .main .heading_1 {
    height: 68px;
    width: 100%;
    max-width: 335px;
    background: url(/start/images/step1_ttl.png) no-repeat 0 0/100%;
    margin: 0 auto;
  }
  .main .heading_1 + .lead {
    margin-top: 30px;
  }
  .main .lead {
    text-align: left;
    margin-top: 20px;
  }
  .main .anchorLink {
    display: block;
    margin-top: 30px;
  }
  .main .anchorLink li {
    max-width: inherit;
    width: 100%;
    height: 100px;
  }
  .main .anchorLink li a {
    font-size: 14px;
    text-align: left;
    padding: 0 40px 0 75px;
    display: flex;
    align-items: center;
    border-radius: 8px;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  .main .anchorLink li a {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .main .anchorLink li a p > span {
    font-size: 18px;
    white-space: normal;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  .main .anchorLink li a p > span {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .main .anchorLink li a .icon {
    bottom: 50%;
    left: 25px;
    transform: translate(0, 50%);
  }
  .main .anchorLink li a:after {
    width: 10px;
    height: 10px;
    border-right: 1px solid #cb3200;
    border-bottom: 1px solid #cb3200;
    left: calc(100% - 25px);
    bottom: 50%;
    transform: rotate(45deg) translateY(50%);
  }
  .main .anchorLink li:nth-child(1) .icon {
    width: 35px;
  }
  .main .anchorLink li:nth-child(2) .icon {
    width: 40px;
  }
  .main .anchorLink li:nth-child(3) .icon {
    width: 42px;
  }
  .main .block {
    margin-top: 50px;
  }
  .main .block .heading_2 {
    width: calc(100% + 40px);
    height: 100%;
    min-height: 64px;
    margin: 0 -20px;
    padding: 18px;
  }
  .main .block .heading_2 .subText {
    font-weight: normal;
    font-size: 18px;
  }
  .main .block .heading_2 .mainText {
    font-size: 24px;
    margin-top: 0;
  }
  .main .block .heading_3 {
    font-size: 18px;
  }
  .main .block .heading_3 .mainText {
    font-size: 22px;
    margin-top: 5px;
  }
  .main .block .heading_4 {
    font-size: 20px;
    margin-top: 40px;
  }
  .main .block .btnBasic {
    width: 100%;
    height: auto;
    min-height: 58px;
    margin: 30px auto 0;
  }
  .main .block .btnBasic a {
    font-size: 18px;
    line-height: 1.8;
    padding: 8px 40px 8px 20px;
  }
  .main .block .btnBasic a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-left: 2px solid #cb3200;
    border-top: 2px solid #cb3200;
    right: 15px;
    top: calc(50% - 8px);
  }
  .main .block .btnBasic a.external:after {
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    right: 15px;
    background: url(/start/images/icon_external_r.png) no-repeat center/12px 12px;
  }
  .main .block .stepLink {
    padding-top: 20px;
    overflow: visible;
  }
  .main .block .stepLink ul {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    background: none;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.14);
  }
  .main .block .stepLink ul li {
    width: 100%;
    height: 50px;
  }
  .main .block .stepLink ul li a {
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-align: left;
    display: flex;
    border-bottom: 1px solid #818181;
  }
  .main .block .stepLink ul li a:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #0b3e6d;
    border-top: 2px solid #0b3e6d;
    position: absolute;
    right: 12px;
    top: 19px;
    transform: rotate(135deg);
  }
  .main .block .stepLink ul li a:hover {
    opacity: 1;
    background: #f2f0f0;
  }
  .main .block .stepLink ul li a:hover:after {
    background: url(/start/images/guide_step.sp.png) no-repeat right top/67px 11px;
  }
  .main .block .stepLink ul li a:after {
    width: 67px;
    height: 11px;
    background: url(/start/images/guide_step.sp.png) no-repeat right top/67px 11px;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -11px;
    left: 3px;
    z-index: 1;
  }
  .main .block .stepLink ul li a.is-current {
    background: #0b3e6d;
    color: #fff;
    pointer-events: none;
  }
  .main .block .stepLink ul li a.is-current:after {
    background: url(/start/images/guide_step_on.sp.png) no-repeat right top/67px 11px;
  }
  .main .block .stepLink ul li a.is-current .title {
    background: none;
    color: #fff;
  }
  .main .block .stepLink ul li a .title {
    width: 74px;
    height: 50px;
    border-radius: 0;
    background: none;
    border: none;
    color: #cb3200;
    font-size: 16px;
    line-height: 60px;
    position: static;
    padding: 0 10px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
  }
  .main .block .stepLink ul li a .title .number {
    font-size: 22px;
    vertical-align: -1px;
    margin-left: 2px;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  .main .block .stepLink ul li a .title {
    transform: scale(0.9);
    padding: 0 5px;
    width: 64px;
  }
}

@media screen and (max-width: 767px) {
  .main .block .stepLink ul li a .text {
    width: calc(100% - 94px);
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    position: static;
    padding-left: 10px;
    box-sizing: border-box;
    line-height: 1.2;
  }
  .main .block .stepLink ul li a .text br {
    display: none;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  .main .block .stepLink ul li a .text {
    font-size: 12px;
    padding-left: 0;
    width: calc(100% - 84px);
  }
}

@media screen and (max-width: 767px) {
  .main .block .stepLink ul li:last-child a:after {
    display: none;
  }
  .main .block .guideContent {
    border: none;
    border-top: none;
    border-radius: 0;
    padding: 40px 0 0;
  }
  .main .block .guideContent .heading_3 {
    font-weight: bold;
  }
  .main .block .guideContent .lead {
    margin-top: 15px;
  }
  .main .block .guideContent .stepController {
    position: relative;
    margin-top: 30px;
    height: 24px;
  }
  .main .block .guideContent .stepController .linkPrev a,
  .main .block .guideContent .stepController .linkNext a {
    font-size: 14px;
  }
  .main .block .guideContent .stepController .linkPrev a:after,
  .main .block .guideContent .stepController .linkNext a:after {
    top: 6px;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  .main .block .guideContent .stepController .linkPrev a,
  .main .block .guideContent .stepController .linkNext a {
    font-size: 13px;
  }
  .main .block .guideContent .stepController .linkPrev a:after,
  .main .block .guideContent .stepController .linkNext a:after {
    top: 4px;
  }
}

@media screen and (max-width: 767px) {
  .main .block .optionContent dl {
    font-size: 18px;
  }
  .main .block .optionContent dl dt {
    padding: 0 35px 0 25px;
  }
  .main .block .optionContent dl dt:hover {
    background: none;
  }
  .main .block .optionContent dl dt:after {
    width: 10px;
    height: 10px;
    right: 10px;
    top: 30px;
  }
  .main .block .optionContent dl dt.is-open:after {
    transform: rotate(225deg);
    top: 34px;
  }
  .main .block .optionContent dl dd {
    padding: 0 25px 20px 25px;
    font-size: 16px;
  }
  .main .block .optionContent dl dd a.external:after {
    width: 12px;
    height: 12px;
    background: url(/start/images/icon_external.png) no-repeat center/12px 12px;
  }
  .main .block .supportContent .row {
    margin-bottom: 60px;
  }
  .main .block .supportContent .row .heading_3 {
    font-size: 22px;
  }
  .main .block .supportContent .row .heading_3 .subText {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .main .block .supportContent .row .lead + .heading_3 {
    margin-top: 55px;
  }
  .main .block .supportContent .row .heading_4 {
    margin-top: 40px;
  }
  .main .block .supportContent .point {
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px -10px 0;
    width: calc(100% + 20px);
  }
  .main .block .supportContent .point .item {
    width: 157px;
    height: 165px;
    padding-top: 98px;
    margin: 0 10px;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  .main .block .supportContent .point .item {
    width: 140px;
    height: 145px;
    padding-top: 83px;
    margin: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .main .block .supportContent .point .item .text {
    font-size: 14px;
    line-height: 1.4;
  }
  .main .block .supportContent .point .item .text .notes {
    font-size: 12px;
  }
  .main .block .supportContent .point .item.item1, .main .block .supportContent .point .item.item4 {
    margin: 0 70px;
  }
}

@media screen and (max-width: 767px) and (min-width: 490px) {
  .main .block .supportContent .point .item.item1, .main .block .supportContent .point .item.item4 {
    margin: 0 150px;
  }
}

@media screen and (max-width: 767px) and (min-width: 640px) {
  .main .block .supportContent .point .item.item1, .main .block .supportContent .point .item.item4 {
    margin: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .main .block .step1 .linkList {
    margin: 30px auto 0;
  }
  .main .block .step1 .linkList li {
    width: 48.65672%;
    min-height: 160px;
    height: auto;
  }
  .main .block .step1 .linkList li a.external dl dt:after {
    width: 12px;
    height: 12px;
    background: url(/start/images/icon_external_r.png) no-repeat center/12px 12px;
    right: 10px;
  }
  .main .block .step1 .linkList li a dl dt {
    height: 70px;
    align-items: center;
    padding: 0 30px 0 10px;
    font-size: 14px;
    letter-spacing: -.5px;
  }
  .main .block .step1 .linkList li a dl dt:after {
    width: 10px;
    height: 10px;
    right: 10px;
    top: 28px;
    transform: rotate(135deg);
  }
  .main .block .step1 .linkList li a dl dd {
    padding: 0 15px 5px;
  }
  .main .block .step1 .linkList li a dl dd .img {
    margin: 15px 0 0;
  }
  .main .block .step1 .linkList li a dl dd .img1 {
    width: 100%;
  }
  .main .block .step1 .linkList li a dl dd .img2 {
    width: 100%;
  }
  .main .block .step1 .linkList li a dl dd p {
    font-size: 14px;
    margin-top: 15px;
  }
  .main .block .step1 .app {
    padding: 35px 10px 30px;
    margin: 40px auto 0;
  }
  .main .block .step1 .app .heading_4 {
    font-size: 20px;
    margin-left: -10px;
    width: calc(100% + 20px);
  }
  .main .block .step1 .app .heading_4 .top {
    font-size: 16px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  .main .block .step1 .app .heading_4 .top {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .main .block .step1 .app .heading_4 .top:before, .main .block .step1 .app .heading_4 .top:after {
    width: 14px;
    height: 19px;
  }
  .main .block .step1 .app .heading_4 .top:before {
    background: url(/start/images/icon_step1_left.png) no-repeat center/14px 19px;
  }
  .main .block .step1 .app .heading_4 .top:after {
    background: url(/start/images/icon_step1_right.png) no-repeat center/14px 19px;
  }
  .main .block .step1 .app .heading_4 .bottom {
    line-height: 1.7;
  }
  .main .block .step1 .app .lead {
    margin-top: 10px;
  }
  .main .block .step1 .app .col2 {
    display: block;
  }
  .main .block .step1 .app .col2 .item {
    max-width: inherit;
    width: 100%;
  }
  .main .block .step1 .app .col2 .item ul {
    margin-top: 25px;
    margin-left: 30px;
  }
  .main .block .step1 .app .col2 .item ul li {
    font-size: 14px;
  }
  .main .block .step1 .app .col2 .left .img img {
    max-width: 300px;
    width: 76.19048%;
  }
  .main .block .step1 .app .download {
    margin: 30px 10px 0;
    padding: 30px 10px;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  .main .block .step1 .app .download {
    margin: 30px 5px 0;
    padding: 30px 5px;
  }
}

@media screen and (max-width: 767px) {
  .main .block .step1 .app .download .heading_5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  .main .block .step1 .app .download .heading_5 {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .main .block .step1 .app .download .col2 {
    margin-bottom: 15px;
    margin-top: 25px;
  }
  .main .block .step1 .app .download .col2 .left {
    border-right: none;
  }
  .main .block .step1 .app .download .col2 .item.left {
    width: 100%;
  }
  .main .block .step1 .app .download .col2 .item.left .img {
    width: 62.54545%;
    text-align: center;
  }
  .main .block .step1 .app .download .col2 .item.right {
    width: 100%;
    margin-top: 30px;
  }
  .main .block .step1 .app .download .col2 .item.right .img {
    width: 50.54545%;
  }
  .main .block .step1 .app .download .col2 .item p {
    font-size: 16px;
  }
  .main .block .step1 .app .download .col2 .item .img {
    margin-top: 0;
    margin: 10px auto !important;
  }
  .main .block .step1 .app .download .col2 .item .img a {
    margin: 0;
  }
  .main .block .step1 .app .download .col2 .item .img a img {
    width: auto;
    max-width: 100%;
    max-height: 70px;
  }
  .main .block .step1 .app .download > p {
    text-align: left;
  }
  .main .block .step3 .col3,
  .main .block .step5 .col3 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -0 0;
    width: 100%;
  }
  .main .block .step3 .col3 .item,
  .main .block .step5 .col3 .item {
    max-width: inherit;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.14);
    padding: 30px 20px;
    box-sizing: border-box;
    line-height: 1.5;
    position: relative;
    margin: 20px 0 0;
    box-sizing: border-box;
  }
  .main .block .step3 .col3 .item:after,
  .main .block .step5 .col3 .item:after {
    border-width: 30px 30px 0 30px;
    border-color: #f8cc37 transparent transparent transparent;
    position: absolute;
    top: auto;
    bottom: -30px;
    right: calc(50% - 30px);
  }
  .main .block .step3 .col3 .item:nth-child(4):before,
  .main .block .step5 .col3 .item:nth-child(4):before {
    display: none;
  }
  .main .block .step3 .col3 .item:nth-child(3n):after, .main .block .step3 .col3 .item:nth-child(5):after,
  .main .block .step5 .col3 .item:nth-child(3n):after,
  .main .block .step5 .col3 .item:nth-child(5):after {
    display: none;
  }
  .main .block .step3 .col3 .item .heading_5,
  .main .block .step5 .col3 .item .heading_5 {
    font-size: 18px;
    min-height: 33px;
  }
  .main .block .step3 .col3 .item .heading_5 .number,
  .main .block .step5 .col3 .item .heading_5 .number {
    width: 33px;
    height: 33px;
    line-height: 33px;
    border-radius: 33px;
  }
  .main .block .step3 .col3 .item .img,
  .main .block .step5 .col3 .item .img {
    margin: 25px 10px 0;
  }
  .main .block .step3 .col3 .item p,
  .main .block .step5 .col3 .item p {
    font-size: 16px;
    margin-top: 20px;
  }
  .main .block .step3 .col3 .item .notes,
  .main .block .step5 .col3 .item .notes {
    font-size: 14px;
    margin-top: 5px;
  }
  .main .block .step5 .col3 .item:nth-child(3):after {
    display: block;
  }
  .main .block .step4 .col2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
    width: 100%;
    max-width: 1020px;
  }
  .main .block .step4 .col2 .item {
    max-width: 100%;
    width: 100%;
  }
  .main .block .step4 .col2 .item + .item {
    margin-top: 20px;
  }
  .main .block .step4 .col5 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 25px -20px 0;
    width: calc(100% + 40px);
  }
  .main .block .step4 .col5 .item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 48.65672vw;
    height: 48.65672vw;
    max-width: 163px;
    max-height: 163px;
    min-width: inherit;
    min-height: inherit;
    border-radius: 200px;
    border: 2px solid #f8cc37;
    box-sizing: border-box;
    color: #cb3200;
    line-height: 1.7;
    margin: 0 5px 5px;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  .main .block .step4 .col5 .item {
    width: 44.77612vw;
    height: 44.77612vw;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .main .block .step4 .text {
    margin-top: 35px;
    text-align: center;
  }
  .main .block .step4 .text a {
    text-decoration: underline;
  }
  .main .block .step6 .row {
    padding-bottom: 0;
  }
  .main .block .step6 .heading_5 {
    display: block;
    text-align: center;
    height: auto;
    font-size: 18px;
    border-radius: 0;
    margin: 35px 0 0;
    padding: 10px;
  }
  .main .block .step6 .heading_6 {
    font-size: 16px;
    font-weight: bold;
  }
  .main .block .step6 .heading_6 + p {
    margin-top: 18px;
  }
  .main .block .step6 .btnModal {
    margin-top: 30px;
    height: auto;
    font-size: 18px;
    line-height: 1.8;
    padding: 8px 10px;
    opacity: 0;
  }
  .main .block .step6 .btnToggle {
    width: 120px;
    margin: 30px auto 0;
    font-size: 16px;
  }
  .main .block .step6 .btnToggle:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #0b3e6d;
    border-left: 2px solid #0b3e6d;
    transform: rotate(225deg);
    position: absolute;
    top: 2px;
    left: 0;
  }
  .main .block .step6 .col2 {
    margin-top: 20px;
  }
  .main .block .step6 .col2 .item {
    max-width: inherit;
    width: 100%;
  }
  .main .block .step6 .col2 .item p {
    -webkit-line-clamp: 2;
    height: 48px;
  }
  .main .block .step6 .col2 .item .firstHide {
    display: none;
  }
  .main .block .step6 .col2 .item .caution {
    padding: 18px;
    margin-bottom: 30px;
  }
  .main .block .step6 .col2 .item .img {
    height: 110px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
  }
  .main .block .step6 .col2 .item .img:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
  }
  .main .block .step6 .row1 .item.right {
    height: auto;
  }
  .main .block .step6 .row3 .item.right .img {
    margin-top: 0;
  }
  .main .block .step6 .row4 {
    padding-bottom: 20px;
  }
  .main .block .step6 .row4 .item.right {
    height: auto;
  }
  .main .block .step6 .row5 .item.right,
  .main .block .step6 .row6 .item.right {
    height: auto;
  }
  .main .block .step6 .link{
    text-align: center;
    margin-bottom: 30px;
  }
  .main .block .step6 .row8 {
    text-align: center;
  }
  .main .block .step6 .row8 .contentInner {
    height: auto;
  }
  .main .block .step6 .row8 .merit {
    display: block;
  }
  .main .block .step6 .row8 .merit .item {
    padding: 0;
  }
  .main .block .step6 .row8 .merit .item:first-child {
    border-right: none;
    margin-bottom: 20px;
  }
  .main .block .step6 .row8 .merit .heading_6 {
    font-weight: bold;
  }
  .main .block .step6 .row8 .merit .heading_6 + p {
    margin-top: 10px;
  }
  .main .block .step6 .row8 .red {
    margin-top: 10px;
    text-align: left;
  }
  .main .block .step6 .contentInner {
    height: 250px;
    margin: 0 20px;
  }
  .main .block .step6 .is-open .contentInner .btnModal {
    opacity: 1;
  }
  .main .block .step6 .is-open .contentInner .col2 .item p {
    display: block;
    overflow: visible;
    height: auto;
  }
  .main .block .step6 .is-open .contentInner .col2 .item .img {
    height: auto;
    overflow: visible;
  }
  .main .block .step6 .is-open .contentInner .col2 .item .img:after {
    background: rgba(255, 255, 255, 0);
  }
  .main .block .step6 .is-open .contentInner .col2 .item .firstHide {
    display: block;
  }
  .main .block .step6 .is-open .btnToggle:before, .main .block .step6 .is-open .btnToggle:after {
    top: 11px;
  }
  .modal .overlay {
    height: 120vh;
  }
  .modal .modalContent {
    width: calc(100% - 40px);
    max-height: 90vh;
    padding: 55px 33px 60px;
  }
  .modal .modalContent .modalClose {
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
  .modal .modalContent .modalClose:before, .modal .modalContent .modalClose:after {
    width: 28px;
    height: 3px;
    top: 12px;
  }
  .modal .modalContent .modalTitle {
    font-size: 18px;
  }
  .modal .modalContent .img {
    margin: 30px auto 0;
    max-width: 600px;
  }
}

/* Catalog Footer */
#cfooter {
  background: #fff;
  border-top: 1px solid #ddd;
  color: #666;
  display: block;
  font-size: 12px;
  margin-top: 0;
  padding: 0 0 20px;
  text-align: center;
}
#cfooter .cfooter-top {
  display: none;
  border-bottom: 1px solid #ddd;
}
#cfooter .cfooter-top a {
  display: block;
  padding: 15px;
}
#cfooter ul.cfooter-list {
  list-style: none;
  margin: 0 10px 10px;
  padding: 15px 0 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 2;
}
#cfooter ul.cfooter-list li {
  display: inline;
  font-size: 12px;
  list-style: none;
  margin: 0 .5em;
  padding: 0;
}
#cfooter .cfooter-copy {
  font-size: 12px;
  text-align: center;
}
#cfooter a {
  color: #666;
}
#cfooter a:visited {
  color: #666;
}
#cfooter a:hover {
  color: #c30;
}
#cfooter-ci {
  margin-top: 20px;
  text-align: center;
}
#cfooter-ci img {
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #cfooter .cfooter-top {
    display: block;
  }
  #cfooter a:hover {
    color: #666;
    text-decoration: none;
  }
}