@charset "UTF-8";
html {
  font-size: 10px;
}

body {
  margin: 0;
  color: #000000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

td, th, input, textarea {
  color: #000000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

body {
  overflow-wrap: break-word;
}

.wrap {
  max-width: 1000px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #000;
}
a:link, a:visited, a:active {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
  opacity: 0.8;
  text-decoration: none;
  /*
  	filter: alpha(opacity=80);
  	-ms-filter: "alpha(opacity=80)";
  	opacity: .80;
  */
}
a:hover img {
  text-decoration: none;
  color: #000;
  /*
  	filter: alpha(opacity=80);
  	-ms-filter: "alpha(opacity=80)";
  	opacity: .80;
  */
}

.img_hover:hover {
  /*
  	filter: alpha(opacity=80);
  	-ms-filter: "alpha(opacity=80)";
  	opacity: .80;
  */
}

img {
  vertical-align: bottom;
}

/* clearfix (micro) */
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

/* For IE 6/7 only */
div, p {
  /*word-break: break-all;*/
}

h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, img, nav {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

em {
  font-style: normal;
}

figure {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 600px), print {
  .show-pc {
    display: block;
  }
  .show-sp {
    display: none;
  }
  header h1 {
    line-height: 1;
  }
  footer {
    margin-top: 70px;
  }
  footer .copyright {
    text-align: center;
    padding-bottom: 28px;
    font-size: 11px;
  }
  .innerBlock {
    max-width: 1000px;
    width: auto !important;
  }
  .fixed-link {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
    height: 70px;
  }
  .fixed-link .sentinal {
    display: block;
    height: 70px;
    position: absolute;
    width: 100%;
    z-index: -1;
    bottom: 100%;
  }
  .fixed-link.fixed .wrap {
    position: fixed;
    max-width: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 100;
  }
  .fixed-link.fixed .inner {
    width: 1000px;
  }
  .fixed-link .wrap {
    background-color: #fff;
  }
  .fixed-link .inner {
    display: flex;
    height: 70px;
    align-items: center;
    max-width: 1000px;
  }
  .fixed-link .inner a {
    font-weight: bold;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    color: #000;
    white-space: nowrap;
  }
  .fixed-link .inner a:hover, .fixed-link .inner a:visited {
    color: inherit;
  }
  .fixed-link .inner a svg {
    transform: rotate(90deg);
    width: 16px;
    height: 13px;
    margin-left: 10px;
  }
  .fixed-link .inner a + a {
    margin-left: 70px;
  }
  .fixed-link .inner a.text-link {
    margin-right: 42px;
  }
  .fixed-link .inner a.text-link svg {
    transform: rotate(180deg);
    width: 12px;
    height: 10px;
    margin-right: 6px;
  }
  .fixed-link .inner a.text-link svg path {
    stroke: #2e72bc;
  }
  .fixed-link .inner a.text-link span {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
  }
  .fixed-link .inner a.big-link svg path {
    stroke: #c12828;
  }
  .fixed-link .inner a.toto-link svg path {
    stroke: #f89508;
  }
  .fixed-link .inner a.payment-link svg path {
    stroke: #6bb6ee;
  }
  .fixed-link .inner a img {
    width: auto;
    height: 40px;
    margin-right: 6px;
  }
  .sec .sec-ttl {
    font-size: 4.1rem;
    font-weight: bold;
    text-align: center;
  }
  .method {
    padding: 70px 0 80px;
    background-color: #f0f8fd;
  }
  .method#buy {
    background-color: #fef7e5;
  }
  .method#payment {
    padding: 70px 0 0;
  }
  .method .sec-ttl {
    vertical-align: middle;
  }
  .method .sec-ttl img {
    width: 80px;
  }
  .method .sec-ttl span.brand {
    display: block;
    margin-bottom: 10px;
  }
  .method .sec-ttl span.big, .method .sec-ttl span.toto {
    display: inline;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 5.2rem;
    margin-left: 16px;
    line-height: 56px;
    letter-spacing: 2px;
  }
  .method .sec-ttl span.big {
    color: #c12828;
  }
  .method .sec-ttl span.big + img {
    margin-left: 32px;
  }
  .method .sec-ttl span.toto {
    color: #f3b202;
  }
  .method__item .operation {
    margin-top: 60px;
  }
  .method__item .operation ul {
    display: flex;
    justify-content: space-between;
    counter-reset: number;
  }
  .method__item .operation ul li {
    box-sizing: border-box;
    width: 300px;
    height: 366px;
    position: relative;
  }
  .method__item .operation ul li + li:before {
    content: "";
    display: block;
    width: 21px;
    height: 32px;
    background: url(../../../../../service/loppi/toto/img/buy_arrow.svg) no-repeat left top;
    background-size: contain;
    position: absolute;
    top: 76px;
    bottom: 0;
    margin: auto;
    left: -30px;
  }
  .method__item .operation ul li > span {
    position: absolute;
    border-radius: 50%;
    border: 2px solid #256cb9;
    color: #256cb9;
    background-color: #fff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -18px;
    left: -18px;
    font-size: 3rem;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
  }
  .method__item .operation ul li .operation-item {
    overflow: hidden;
    border: 3px solid #256cb9;
    border-radius: 28px;
    height: 100%;
    width: 100%;
    background-color: #256cb9;
  }
  .method__item .operation ul li p {
    height: 88px;
    color: #fff;
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.3;
  }
  .method__item .operation ul li figure {
    background-color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    height: 278px;
  }
  .method__item .operation ul li:nth-of-type(2) figure {
    padding-bottom: 10px;
  }
  .method__item .operation ul li:nth-of-type(3) figure {
    padding-bottom: 40px;
  }
  .method__item.payment .wrap {
    padding-bottom: 80px;
  }
  .method__item.payment .sec-ttl .brand {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .method__item.payment .sec-ttl .brand img {
    margin-right: 10px;
  }
  .method__item.payment .large {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-top: 36px;
    color: red;
  }
  .method__item.payment .entry-code {
    margin-top: 40px;
    text-align: center;
  }
  .method__item.payment .entry-code__wrap {
    display: flex;
    justify-content: space-between;
  }
  .method__item.payment .entry-code a {
    background-color: #6bb6ee;
    width: 485px;
    height: 120px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
  }
  .method__item.payment .entry-code a:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
    right: 26px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .method__item.payment .entry-code a span {
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .method__item.payment .operation ul {
    flex-wrap: wrap;
  }
  .method__item.payment .operation ul li {
    height: 610px;
  }
  .method__item.payment .operation ul li p {
    height: 94px;
  }
  .method__item.payment .operation ul li figure {
    height: calc(100% - 94px);
    align-items: center;
    padding: 0;
    justify-content: center;
    flex-direction: column;
  }
  .method__item.payment .operation ul li figure img {
    max-height: 94%;
  }
  .method__item.payment .operation ul li:nth-child(n+4) {
    height: 640px;
    margin-top: 45px;
  }
  .method__item.payment .operation ul li:nth-child(n+4):before {
    top: 160px;
  }
  .method__item.payment .operation ul li:nth-child(n+4) p {
    height: 176px;
  }
  .method__item.payment .operation ul li:nth-child(n+4) figure {
    height: calc(100% - 176px);
  }
  .method__item.payment .operation ul li:nth-child(n+4) figure figcaption {
    width: 90%;
  }
  .method__item.payment .operation ul li:nth-child(n+4) figure .note {
    display: block;
    margin-left: 1em;
    text-indent: -1em;
    font-size: 1.4rem;
    color: #6b6b6b;
  }
  .method__item.payment .operation ul li:nth-child(n+4) figure .note:first-of-type {
    margin-top: 20px;
  }
  .method__item.payment .operation ul li.wide {
    width: 654px;
  }
  .method__item.payment .operation ul li.wide:before {
    content: none;
  }
  .method .sales-hours {
    margin-top: 68px;
  }
  .method .sales-hours .definition dt {
    letter-spacing: 2px;
  }
  .method .sales-hours .definition dd {
    font-size: 3.1rem;
    font-weight: bold;
    text-align: center;
  }
  .method .sales-hours .definition dd em {
    font-size: 5.1rem;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 0 6px;
  }
  .method .sales-hours .note {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 28px 0;
  }
  .method .sales-hours .note em {
    font-size: 3rem;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    line-height: 1;
  }
  .method .buy-attention p {
    color: #6b6b6b;
    margin-top: 3px;
  }
  .definition {
    border-radius: 28px;
    overflow: hidden;
    border: 3px solid #6bb6ee;
    background-color: #6bb6ee;
  }
  .definition dt {
    color: #fff;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    color: #fff;
    font-weight: bold;
  }
  .definition dd {
    padding: 25px;
    background-color: #fff;
  }
  .loppi-operation .wrap {
    width: 96%;
  }
  .loppi-operation .loppi-operation-ttl {
    text-align: center;
    font-size: 4.5rem;
    font-weight: bold;
    padding: 30px 0 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: relative;
    z-index: 1;
    letter-spacing: 2px;
  }
  .loppi-operation .loppi-operation-ttl img {
    width: 120px;
    margin-right: 8px;
  }
  .loppi-operation .loppi-operation-ttl img.imgR {
    width: 80px;
    margin: 0 0 0 30px;
  }
  .loppi-operation .sec {
    padding: 50px 0 86px;
  }
  .loppi-operation .sec .sec-ttl {
    font-size: 4rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .loppi-operation .sec .sec-ttl img {
    width: auto;
    height: 65px;
    margin-right: 12px;
  }
  .loppi-operation .sec ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -20px;
  }
  .loppi-operation .sec ul li {
    width: 48%;
    margin-top: 72px;
    position: relative;
    padding-bottom: 36%;
    box-sizing: border-box;
  }
  .loppi-operation .sec ul li img {
    width: 100%;
    min-height: 0%;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .loppi-operation .sec ul li figcaption {
    display: flex;
    margin-bottom: 26px;
  }
  .loppi-operation .sec ul li figcaption span:not(.note) {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 3rem;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -8px;
  }
  .loppi-operation .sec ul li figcaption p {
    font-size: 2rem;
    font-weight: bold;
  }
  .loppi-operation .sec ul li figcaption p .note {
    background-color: transparent !important;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: normal;
    display: inline-block;
    margin-top: 10px;
  }
  .loppi-operation .sec#big {
    background-color: #faeeee;
    position: relative;
  }
  .loppi-operation .sec#big .sec-ttl {
    color: #c12828;
  }
  .loppi-operation .sec#big figcaption span {
    background-color: #c12828;
  }
  .loppi-operation .sec#toto {
    background-color: #fef9eb;
  }
  .loppi-operation .sec#toto .sec-ttl {
    color: #f3b202;
  }
  .loppi-operation .sec#toto figcaption span {
    background-color: #f3b202;
  }
  .loppi-operation .sec#payment {
    background-color: #fff;
  }
  .loppi-operation .sec#payment .overview {
    margin-top: 54px;
    text-align: center;
  }
  .loppi-operation .sec#payment .overview figcaption {
    font-weight: bold;
    font-size: 2.8rem;
  }
  .loppi-operation .sec#payment .overview img {
    margin-top: 35px;
    height: 718px;
  }
  .loppi-operation .sec#payment .sec-ttl {
    color: #000;
  }
  .loppi-operation .sec#payment figcaption span {
    background-color: #6bb6ee;
  }
  .prohibited {
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    width: 96%;
    margin: 30px auto 0;
    margin-bottom: 50px;
  }
  .prohibited:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/icon_prohibited.svg) no-repeat center center;
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 599px) {
  body {
    padding: 0;
    margin: 0;
  }
  .show-pc {
    display: none;
  }
  .show-sp {
    display: block;
  }
  header h1 {
    line-height: 1;
  }
  header h1 img {
    width: 100px;
    height: auto;
  }
  footer {
    margin-top: 40px;
    border-top: 1px solid #d9d9d9;
  }
  footer .copyright {
    text-align: center;
    padding: 22.5px 0 32.5px;
    font-size: 11px;
  }
  .wrap {
    width: calc(100% - 30px);
  }
  .fixed-link {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
    height: 70px;
  }
  .fixed-link .sentinal {
    display: block;
    height: 70px;
    position: absolute;
    width: 100%;
    z-index: -1;
    bottom: 100%;
  }
  .fixed-link.fixed .wrap {
    position: fixed;
    max-width: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 100;
    width: 100%;
  }
  .fixed-link.fixed .wrap .inner {
    width: calc(100% - 30px);
  }
  .fixed-link.fixed .inner {
    width: 1000px;
  }
  .fixed-link .wrap {
    background-color: #fff;
  }
  .fixed-link .inner {
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: space-between;
  }
  .fixed-link .inner a {
    font-weight: bold;
    font-size: 3.25521vw;
    color: #000;
    text-align: center;
  }
  .fixed-link .inner a:hover, .fixed-link .inner a:visited {
    color: inherit;
  }
  .fixed-link .inner a svg {
    transform: rotate(90deg);
    width: 2.34375vw;
    height: 2.86458vw;
    margin-left: 1.5625vw;
  }
  .fixed-link .inner a.text-link {
    flex-direction: column;
    position: relative;
    padding-left: 16px;
  }
  .fixed-link .inner a.text-link svg {
    transform: rotate(180deg);
    width: 2.86458vw;
    height: 2.08333vw;
    margin-right: 1.5625vw;
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .fixed-link .inner a.text-link svg path {
    stroke: #2e72bc;
  }
  .fixed-link .inner a.text-link span {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
  }
  .fixed-link .inner a img {
    width: 9.89583vw;
    margin-right: 1.30208vw;
  }
  .fixed-link .inner a.big-link svg path {
    stroke: #c12828;
  }
  .fixed-link .inner a.toto-link svg path {
    stroke: #f89508;
  }
  .fixed-link .inner a.payment-link img {
    width: 26.5625vw;
    margin-bottom: 1.5625vw;
  }
  .fixed-link .inner a.payment-link svg path {
    stroke: #6bb6ee;
  }
  .sec .sec-ttl {
    font-size: 27px;
    font-weight: bold;
    text-align: center;
  }
  .method {
    padding: 38px 0px 44px;
    background-color: #f0f8fd;
  }
  .method#buy {
    background-color: #fef7e5;
  }
  .method#payment {
    padding: 38px 0px 0;
  }
  .method .sec-ttl {
    vertical-align: middle;
  }
  .method .sec-ttl img {
    width: 50px;
  }
  .method .sec-ttl span.brand {
    display: block;
    margin-bottom: 10px;
  }
  .method .sec-ttl span.big, .method .sec-ttl span.toto {
    display: inline;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 28px;
    margin-left: 8px;
    line-height: 28px;
    letter-spacing: 1px;
  }
  .method .sec-ttl span.big {
    color: #c12828;
  }
  .method .sec-ttl span.big + img {
    margin-left: 17px;
  }
  .method .sec-ttl span.toto {
    color: #f3b202;
  }
  .method__item .operation {
    margin-top: 30px;
  }
  .method__item .operation ul {
    display: flex;
  }
  .method__item .operation ul li {
    box-sizing: border-box;
    position: relative;
    flex: 1;
    width: calc((100% - 30px) / 3);
  }
  .method__item .operation ul li + li {
    margin-left: 15px;
  }
  .method__item .operation ul li + li:before {
    content: "";
    display: block;
    width: 7px;
    height: 12px;
    background: url(../../../../../service/loppi/toto/img/buy_arrow.svg) no-repeat left top;
    background-size: contain;
    position: absolute;
    left: -9px;
    margin: auto;
    top: 0px;
    bottom: -70px;
  }
  .method__item .operation ul li > span {
    position: absolute;
    border-radius: 50%;
    border: 2px solid #256cb9;
    color: #256cb9;
    background-color: #fff;
    width: 29.5px;
    height: 29.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -16px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
  }
  .method__item .operation ul li .operation-item {
    overflow: hidden;
    border: 2px solid #256cb9;
    background-color: #256cb9;
    border-radius: 12px;
    height: 100%;
    width: 100%;
  }
  .method__item .operation ul li p {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0 13px;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: -0.5px;
    white-space: nowrap;
  }
  .method__item .operation ul li figure {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background: #fff;
  }
  .method__item .operation ul li figure img {
    width: 100%;
    margin-bottom: -4px;
  }
  .method__item .link-loppi {
    text-align: center;
    margin-top: 48px;
  }
  .method__item .link-loppi p {
    color: #f89508;
    font-size: 18px;
    font-weight: bold;
    position: relative;
  }
  .method__item .link-loppi p:before, .method__item .link-loppi p:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 24px;
    border-radius: 2px;
    background-color: #f89508;
    position: absolute;
    left: 50%;
    top: 6px;
  }
  .method__item .link-loppi p:before {
    transform: rotate(-32deg);
    margin-left: -78px;
  }
  .method__item .link-loppi p:after {
    transform: rotate(32deg);
    margin-left: 70px;
  }
  .method__item .link-loppi p span {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    text-shadow: 1px 1px 0 #f89508, -1px 1px 0 #f89508, 1px -1px 0 #f89508, -1px -1px 0 #f89508;
    margin: 0px 5px;
  }
  .method__item .link-loppi a {
    height: 64px;
    width: 100%;
    background-color: #f89508;
    border-radius: 30px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 14px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 5px 0px 0px #d47e04;
    position: relative;
  }
  .method__item .link-loppi a:before, .method__item .link-loppi a:after {
    position: absolute;
    content: "";
    display: block;
    width: 14px;
    height: 4px;
    border-radius: 4px;
    background-color: #fff;
    top: 27px;
    right: 22px;
  }
  .method__item .link-loppi a:before {
    transform: rotate(45deg);
  }
  .method__item .link-loppi a:after {
    transform: rotate(-45deg);
    top: 35px;
  }
  .method__item .link-loppi a img {
    width: 72.5px;
  }
  .method__item .sales-hours {
    margin-top: 43px;
  }
  .method__item .sales-hours .definition dd {
    font-size: 21.5px;
    font-weight: bold;
    text-align: center;
  }
  .method__item .sales-hours .definition dd em {
    font-size: 36px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    line-height: 1;
  }
  .method__item .sales-hours .note {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 25px 0;
    letter-spacing: -0.5px;
  }
  .method__item .sales-hours .note em {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    line-height: 1;
  }
  .method__item .buy-attention p {
    color: #6b6b6b;
    font-size: 12px;
    margin-left: 1.5em;
    text-indent: -1.5em;
  }
  .method__item.payment .sec-ttl .brand {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .method__item.payment .sec-ttl .brand img {
    box-sizing: border-box;
    width: 50px;
    margin-right: 8px;
  }
  .method__item.payment .large {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    color: red;
  }
  .method__item.payment .entry-code {
    margin-top: 25px;
    text-align: center;
  }
  .method__item.payment .entry-code + .entry-code {
    margin-top: 20px;
  }
  .method__item.payment .entry-code a {
    background-color: #6bb6ee;
    width: 100%;
    height: 58px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
  }
  .method__item.payment .entry-code a:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
    right: 4.16667vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .method__item.payment .entry-code a span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.2;
  }
  .method__item.payment .operation ul {
    display: block;
  }
  .method__item.payment .operation ul li {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
  .method__item.payment .operation ul li:before {
    transform: rotate(90deg);
    top: -45px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    height: 24px;
    width: 14px;
  }
  .method__item.payment .operation ul li p {
    min-height: 60px;
    padding: 18px 0;
    letter-spacing: 0.5px;
  }
  .method__item.payment .operation ul li figure {
    padding: 18px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .method__item.payment .operation ul li figure figcaption {
    padding: 0 1.5em;
  }
  .method__item.payment .operation ul li figure .note {
    display: block;
    margin-left: 1em;
    text-indent: -1em;
    font-size: 12px;
    color: #6b6b6b;
  }
  .method__item.payment .operation ul li figure .note:first-of-type {
    margin-top: 20px;
  }
  .method__item.payment .operation ul li figure img {
    max-height: 245px;
    width: auto;
  }
  .definition {
    border-radius: 14px;
    overflow: hidden;
    border: 2px solid #6bb6ee;
    background-color: #6bb6ee;
  }
  .definition dt {
    color: #fff;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
  }
  .definition dd {
    background-color: #fff;
    padding: 25px 5px;
  }
  .loppi-operation .loppi-operation-ttl {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 38px 0 45px;
    padding: 16px 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fff;
    z-index: 1;
  }
  .loppi-operation .loppi-operation-ttl img {
    width: 80px;
    margin-right: 3px;
  }
  .loppi-operation .loppi-operation-ttl img.imgR {
    width: 55px;
    margin: 0 0 0 20px;
  }
  .loppi-operation .sec {
    padding: 40px 0 21.5px;
  }
  .loppi-operation .sec .sec-ttl {
    font-size: 23px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .loppi-operation .sec .sec-ttl img {
    width: auto;
    height: 40px;
    margin-right: 6px;
  }
  .loppi-operation .sec ul li {
    width: 100%;
    margin-top: 45px;
  }
  .loppi-operation .sec ul li img {
    width: 100%;
  }
  .loppi-operation .sec ul li figcaption {
    display: flex;
    margin-bottom: 3.51562vw;
  }
  .loppi-operation .sec ul li figcaption span:not(.note) {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -4px;
  }
  .loppi-operation .sec ul li figcaption p {
    font-size: 16.5px;
    font-weight: bold;
  }
  .loppi-operation .sec ul li figcaption p .note {
    display: inline-block;
    background-color: transparent !important;
    font-size: 14px;
    font-weight: normal;
  }
  .loppi-operation .sec#big {
    background-color: #faeeee;
    position: relative;
  }
  .loppi-operation .sec#big .sec-ttl {
    color: #c12828;
  }
  .loppi-operation .sec#big figcaption span {
    background-color: #c12828;
  }
  .loppi-operation .sec#toto {
    background-color: #fef9eb;
  }
  .loppi-operation .sec#toto .sec-ttl {
    color: #f3b202;
  }
  .loppi-operation .sec#toto figcaption span {
    background-color: #f3b202;
  }
  .loppi-operation .sec#payment {
    background-color: #fff;
  }
  .loppi-operation .sec#payment .overview {
    margin-top: 34px;
    text-align: center;
  }
  .loppi-operation .sec#payment .overview figcaption {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
  }
  .loppi-operation .sec#payment .overview figcaption .note {
    margin-left: 2em;
    text-indent: -2em;
  }
  .loppi-operation .sec#payment .overview img {
    margin-top: 28px;
    width: 90%;
  }
  .loppi-operation .sec#payment .sec-ttl {
    color: #000;
  }
  .loppi-operation .sec#payment figcaption span {
    background-color: #6bb6ee;
  }
  .prohibited {
    font-size: 12px;
    display: flex;
    justify-content: center;
    width: calc(100% - 30px);
    margin: 40px auto 0;
  }
  .prohibited:before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../img/icon_prohibited.svg) no-repeat center center;
    background-size: contain;
    display: inline-block;
    margin-right: 5px;
    flex-shrink: 0;
  }
}
@media (min-width: 599px) and (max-width: 717px) {
  .fixed-link.fixed .inner {
    max-width: 96%;
  }
  .fixed-link .wrap .inner {
    max-width: 96%;
    justify-content: space-between;
  }
  .fixed-link .wrap a.text-link {
    margin-right: 0;
  }
  .fixed-link .wrap a + a {
    margin-left: 0px;
  }
}/*# sourceMappingURL=buy.css.map */