@charset "utf-8";

body {
font-family: "Hiragino Kaku Gothic ProN",'Helvetica Neue',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",'Yu Gothic',"メイリオ",'ＭＳ Ｐゴシック','MS PGothic', "Meiryo", sans-serif;
}
img, svg {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.ie-logo {
  display: none;
}
/* IE11 */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .ie-logo {
		display: inline-block;
	}
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
#wrapper {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

/* header */
.header {
  background: #fff;
  width: 100%;
  /* height: 100px; */
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 5px 5px;
}
.logo-50th img {
  width: 76px;
  height: 65px;
}
.header-title {
  width: 350px;
}
.com-h1-v01 {
  line-height: 1.2;
  font-weight: bold;
  padding: 20px 70px;
}
.com-h1-v01 .date-text {
  color: #fff;
  display: block;
  font-size: 11px;
  height: 30px;
}
.com-txt-arrw-back {
  position: relative;
  margin-left: 16px;
}
.com-txt-arrw-back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  background: url(/50th/img/nav-arrow.png) no-repeat;
  background-size: contain;
  width: 8px;
  height: 12px;
  transform: rotate(180deg) translateY(50%);
}
@media screen and (max-width: 640px) {
  .header-inner {
    padding: calc(14/640 * 100vw) calc(15/640 * 100vw);
  }
  .logo-50th img {
    width: calc(76/640 * 100vw);
    height: calc(65/640 * 100vw);
  }
  .header-title {
    width: 50%;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .com-h1-v01 {
    line-height: 1.8;
    padding: 10px 15px;
  }
  .com-h1-v01 .date-text {
    font-size: calc(20/640 * 100vw);
    height: calc(30/640 * 100vw);
  }
}

/* content */
.kv-title {
  margin: 10px auto 40px;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
}
.kv-img {
  margin: 20px auto 50px;
}
.step-col {
  display: flex;
}
.step-list {
  width: 50%;
}
.step-list:first-of-type {
  margin-right: 50px;
}
.step-sub-title {
  display: block;
  font-weight: bold;
  margin: 10px 0 0;
}
.step-text {
  display: block;
  font-size: 14px;
}
.step-img-left {
  display: flex;
}
.step-img-right {
  display: flex;
}

.left-area {
  margin-right: 50px;
}
.right-area {
 

}
.step-qr-title {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.news-note-text {
  display: block;
  font-size: 12px;
}
.com-li-disc li {
  font-size: 14px;
}
.step-col .com-btn-v01 {
  padding: 9px 45px 9px 30px;
}
.step-col .com-btn-v01.txt-link-ext:hover:after {
  background-image: url(/50th/img/extra_link_w.svg);
}
@media screen and (max-width: 640px) {
  .contents-wrap {
    line-height: 1.5;
  }
  .kv-title {
    padding: 0;
    font-size: calc(24/640 * 100vw);
    text-align: center;
    margin: calc(60/640 * 100vw) auto calc(40/640 * 100vw);
  }
  .step-col {
    display: flex;
    flex-wrap: wrap;
  }
  .step-list {
    width: 100%;
    margin-top: calc(20/640 * 100vw);
  }
  .step-list:first-of-type {
    margin-top: 0;
    margin-right: 0;
  }
  .step-sub-title {
    font-size: calc(24/640 * 100vw);
    margin: calc(20/640 * 100vw) 0 0;
  }
  .step-text {
    font-size: calc(24/640 * 100vw);
  }
  .step-img-left {
    display: block;
    text-align: center;
    margin: calc(80/640 * 100vw) auto calc(40/640 * 100vw);
  }
  .step-img-right {
    display: block;
    text-align: center;
    margin: auto auto calc(40/640 * 100vw);
  }
  .step-img-left img {
    width: calc(224/640*100vw);
    height: auto;
  }
  .step-img-right img {
    width: calc(294/640*100vw);
    height: auto;
  }
}
table {
  box-sizing: border-box;
  font-size: 12px;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px; }
  table th, table td {
    box-sizing: border-box;
    padding: 10px 5px;
    text-align: left;
    vertical-align: top; }

table.order-frame-tbl {
  width: 100%;
  font-size: 12px;
  background-color: #fff; }
  table.order-frame-tbl td {
    border: 1px solid #d4d4d4; }
  table.order-frame-tbl th {
    background-color: #f4f4f4;
    border: 1px solid #d4d4d4; }

/* footer */
.footer {
  background: #fff;
  position: relative;
  width: 100%;
  z-index: 1;
}
.footer-inner {
padding: 10px 20px;
}
.copyright {

}

@media screen and (max-width: 640px) {
  .footer {
    padding: calc(24/640*100vw) 0 calc(10/640*100vw);
  }
  .copyright {
    font-size: calc(14/640 * 100vw);
    text-align: center;
  }
}



