@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

body {
  color: #222;
  font-family: Meiryo, "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  background-color: #FFF;
}

picture,
main {
  display: block;
}

a {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
a:link {
  color: #222;
}
a:visited {
  color: #222;
}
a:hover {
  opacity: 0.5;
}

header {
  background-color: #222;
}
header p {
  margin: 0 auto;
  padding: 0.2em 1em;
  color: #FFF;
  font-size: 0.7rem;
  text-align: left;
}

main > section {
  margin: 0 auto 3rem auto;
  padding: 0 0.8rem 2rem 0.8rem;
  border-bottom: solid 0.125rem #DDD;
}
main > section:last-of-type {
  margin-bottom: 7rem;
  padding-bottom: 0;
  border-bottom: none;
}
main > section h2 {
  margin-bottom: 1.5rem;
  padding-top: 2.5rem;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.2em;
  background-repeat: no-repeat;
  background-position: top center;
}

footer {
  margin-bottom: 1rem;
  padding: 1rem 0;
  color: #FFF;
  text-align: center;
  line-height: 1.2em;
  background-color: #222;
}
footer h2 {
  margin-bottom: 0.5em;
  font-size: 1rem;
  font-weight: normal;
}
footer ul {
  margin-bottom: 0.5em;
}
footer ul li {
  margin-right: 1em;
}
footer p {
  margin: 0 auto;
  padding: 0.3em 0;
  color: #CCC;
  font-size: 0.9rem;
}
footer a:link {
  color: #FFF;
}

#mv {
  height: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 100%;
  background-image: url(../img/mv_sp.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  border-bottom: none;
}
#mv .wideslider, #mv > p,
#mv h1,
#mv dt,
#mv dd {
  display: none;
}

nav {
  padding: 0;
}
nav ul {
  margin: 0 auto;
  padding-bottom: 2rem;
  overflow: hidden;
}
nav ul li {
  float: left;
  width: 25%;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFF), to(#EEE));
  background: linear-gradient(to bottom, #FFF 50%, #EEE 100%);
  border: solid 0.0625rem #AAA;
  border-left: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
nav ul li:last-of-type {
  border-right: none;
}
nav ul li a {
  display: block;
  padding: 1.8rem 0 0.3rem 0;
  background-repeat: no-repeat;
  background-position: top 0.5rem center;
  background-size: 1rem;
}
nav ul li a[href="#about"] {
  background-image: url(../img/icon_about.png);
  background-size: 1rem;
}
nav ul li a[href="#price"] {
  background-image: url(../img/icon_price.png);
  background-size: 1.2rem;
}
nav ul li a[href="#etc"] {
  background-image: url(../img/icon_etc.png);
  background-size: 1.8rem;
}
nav ul li a[href="#tieup"] {
  background-image: url(../img/icon_tieup.png);
  background-size: 1rem;
}
nav ul li a:link {
  color: #26C0E6;
}
nav ul li a:visited {
  color: #26C0E6;
}
nav ul li a span {
  display: none;
}

#about h2 {
  background-image: url(../img/icon_about.png);
}
#about picture {
  margin-bottom: 1rem;
  text-align: center;
}
#about picture img {
  max-width: 100%;
}
#about picture + p {
  margin-bottom: 2rem;
  text-align: center;
}
#about picture + p a {
  padding-right: 1.3em;
  text-decoration: underline;
  background-image: url(../img/window.png);
  background-repeat: no-repeat;
  background-position: right 0 top 0.4em;
}
#about > dl {
  margin-bottom: 3rem;
}
#about > dl dt {
  margin-bottom: 0.5rem;
  padding: 0.5rem 0 0 0.5rem;
  color: #0FC445;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2em;
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#about > dl dd {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  line-height: 1.5em;
}
#about > dl dd br {
  display: none;
}
#about .photo {
  margin-bottom: 1.5rem;
  overflow: hidden;
}
#about .photo figure {
  float: left;
  width: 48.5%;
  margin: 0 3% 0.5rem 0;
}
#about .photo figure:nth-of-type(2n) {
  margin-right: 0;
}
#about .photo figure img {
  max-width: 100%;
  height: auto;
  line-height: 1em;
}
#about .photo figure figcaption {
  font-size: 0.8rem;
  line-height: 1.2em;
}
#about .summary {
  position: relative;
  padding: 0.8rem;
  font-size: 0.9em;
  background-color: #EEE;
  overflow: hidden;
}
#about .summary h3 {
  margin-bottom: 0.5em;
}
#about .summary dl {
  float: right;
}
#about .summary dl dt {
  float: left;
  width: 7em;
}
#about .summary dl dt:after {
  float: right;
  content: "：";
}
#about .summary dl dd {
  padding-left: 7.5em;
}

#price h2 {
  background-image: url(../img/icon_price.png);
}
#price table {
  width: 100%;
  margin-bottom: 1.5rem;
  border: solid 0.125rem #333;
  border-collapse: collapse;
}
#price table caption {
  padding: 0.5em 1em;
  color: #FFF;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  background-color: #333;
}
#price table th,
#price table td {
  width: 50%;
  padding: 0.5em 1em;
  padding: 0.5em;
  text-align: center;
  border: solid 0.125rem #333;
}
#price table th {
  font-size: 0.9rem;
}
#price table td {
  font-size: 1.2rem;
  font-weight: bold;
}
#price table td span {
  display: block;
  font-size: 0.9rem;
}
#price table.multi td {
  color: #FF3435;
}
#price table.coin td {
  color: #0FC445;
}
#price table.etc {
  margin-bottom: 2rem;
}
#price table.etc td {
  color: #23C0E3;
}
#price table.etc td[colspan] {
  letter-spacing: 0;
}
#price table.etc td[colspan] p {
  color: #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#price table.etc td[colspan] p:first-of-type {
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
}
#price table.etc td[colspan] p:last-of-type {
  font-size: 0.9rem;
  font-weight: normal;
  text-align: center;
}
#price table.etc td[colspan] dl {
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1.4em;
  text-align: left;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#price table.etc td[colspan] dl dt {
  float: left;
  width: 60%;
  padding-right: 0.5em;
  text-align: right;
}
#price table.etc td[colspan] dl dt:after {
  content: "･････";
  float: right;
  margin-left: 0.5em;
  font-weight: normal;
  letter-spacing: -0.1em;
}
#price .tsukigime {
  position: relative;
  margin: 0 auto 1rem auto;
  padding: 0.8rem 0;
  color: #FFF;
  text-align: center;
  background-color: #ACCD28;
  background-image: url(../img/tsukigime_bg_top.png), url(../img/tsukigime_bg_bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
  border: solid 0.4375rem #FFF;
  -webkit-box-shadow: 0 0 0.3125rem 0 #CCC;
  box-shadow: 0 0 0.3125rem 0 #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#price .tsukigime img {
  max-width: 90%;
}
#price .tsukigime + p {
  font-size: 0.9em;
  line-height: 1.3em;
}

#etc h2 {
  letter-spacing: 0;
  background-image: url(../img/icon_etc.png);
}
#etc > div {
  margin: 0 auto;
  padding: 0.8rem;
  background-color: #F3F3F3;
  background-image: url(../img/etc_bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  border: solid 0.5rem #FFF;
  -webkit-box-shadow: 0 0 0.3125rem 0 #CCC;
  box-shadow: 0 0 0.3125rem 0 #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#etc > div h3 {
  margin-bottom: 0.5rem;
  text-align: center;
}
#etc > div > ol {
  margin-bottom: 1rem;
  overflow: hidden;
}
#etc > div > ol li {
  position: relative;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.05em;
  background-color: #FFF;
  border: solid 0.1875rem #AAA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#etc > div > ol li:before {
  display: block;
  content: "";
  position: absolute;
  top: -1.8rem;
  left: -1.8rem;
  width: 0;
  height: 0;
  border-top: 1.625rem solid transparent;
  border-right: 1.625rem solid #333;
  border-bottom: 1.625rem solid transparent;
  border-left: 1.625rem solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#etc > div > ol li:after {
  position: absolute;
  top: -0.2em;
  left: 0;
  content: "00";
  color: #FFF;
  font-size: 0.9rem;
  font-weight: bold;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#etc > div > ol li strong {
  color: #FF9E05;
}
#etc > div > ol li:nth-of-type(1):after {
  content: "01";
}
#etc > div > ol li:nth-of-type(2):after {
  content: "02";
}
#etc > div > ol li:nth-of-type(3):after {
  content: "03";
}
#etc > div table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: #FFF;
  border: solid 0.125rem #333;
  border-collapse: collapse;
}
#etc > div table caption {
  padding: 0.5em 1em;
  color: #FFF;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  background-color: #333;
}
#etc > div table th,
#etc > div table td {
  width: 50%;
  padding: 0.5em;
  text-align: center;
  border: solid 0.125rem #333;
}
#etc > div table th {
  font-size: 0.9rem;
}
#etc > div table th[colspan] {
  padding: 0.5em;
  color: #FFF;
  font-size: 0.9rem;
  text-align: center;
  background-color: #333;
}
#etc > div table td {
  color: #23C0E3;
  font-size: 1.1rem;
  font-weight: bold;
}
#etc > div table td span {
  display: block;
  font-size: 0.8rem;
}
#etc > div table td s {
  display: block;
  color: #222;
  font-size: 0.8rem;
  text-decoration: line-through;
}
#etc > div table td[colspan] p {
  color: #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#etc > div table td[colspan] p:first-of-type {
  font-size: 0.9rem;
  text-align: center;
  vertical-align: middle;
}
#etc > div table td[colspan] p:last-of-type {
  font-size: 0.9rem;
  font-weight: normal;
  text-align: center;
  vertical-align: bottom;
}
#etc > div table td[colspan] dl {
  padding-left: 1rem;
  font-size: 0.9rem;
  line-height: 1.4em;
  text-align: left;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#etc > div table td[colspan] dl dt {
  float: left;
  width: 60%;
  padding-right: 0.5em;
  text-align: right;
}
#etc > div table td[colspan] dl dt:after {
  content: "･････";
  float: right;
  margin-left: 0.5em;
  font-weight: normal;
  letter-spacing: -0.1em;
}
#etc > div #without h3,
#etc > div #use h3 {
  position: relative;
  margin: 0 -1.8rem 3rem -1.8rem;
  padding: 0.8rem;
  color: #FFF;
  font-size: 1rem;
  line-height: 1.3em;
  text-align: center;
}
#etc > div #without h3 strong,
#etc > div #use h3 strong {
  font-size: 1.1rem;
}
#etc > div #without h3 span,
#etc > div #use h3 span {
  font-size: 0.9rem;
  letter-spacing: -0.05em;
}
#etc > div #without h3:before,
#etc > div #use h3:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -0.3125rem;
  left: 0.2rem;
  width: 0;
  height: 0;
  border-top: 0.3125rem solid transparent;
  border-right: 0.3125rem solid transparent;
  border-bottom: 0.3125rem solid transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#etc > div #without h3:after,
#etc > div #use h3:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -0.3125rem;
  right: 0.2rem;
  width: 0;
  height: 0;
  border-top: 0.3125rem solid transparent;
  border-bottom: 0.3125rem solid transparent;
  border-left: 0.3125rem solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#etc > div #without section,
#etc > div #use section {
  position: relative;
  margin-bottom: 2rem;
  padding: 2rem 1rem 1rem 1rem;
  font-size: 0.85rem;
  line-height: 1.4em;
  border: solid 0.0625rem #CCC;
  background-color: #F9F9F9;
}
#etc > div #without section h4,
#etc > div #use section h4 {
  position: absolute;
  top: -1em;
  left: 50%;
  width: 10em;
  margin-left: -5em;
  padding: 0.5em 0;
  color: #FFF;
  font-size: 1rem;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  background-color: #888;
}
#etc > div #without section p,
#etc > div #use section p {
  text-align: center;
  margin-bottom: 1rem;
}
#etc > div #without section ol,
#etc > div #use section ol {
  width: 100%;
  overflow: hidden;
}
#etc > div #without section ol li,
#etc > div #use section ol li {
  margin-bottom: 0.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  background-image: url(../img/arrow_under.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  vertical-align: middle;
}
#etc > div #without section ol li:last-of-type,
#etc > div #use section ol li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}
#etc > div #without section ol li strong br,
#etc > div #without section ol li span br,
#etc > div #use section ol li strong br,
#etc > div #use section ol li span br {
  display: none;
}
#etc > div #without section ol li picture,
#etc > div #use section ol li picture {
  display: block;
  margin: 0 0.8rem 0.8rem 0;
  line-height: 1em;
}
#etc > div #without h3 {
  background-color: #FF9D14;
}
#etc > div #without h3:before {
  border-left: 0.3125rem solid #FF731C;
}
#etc > div #without h3:after {
  border-right: 0.3125rem solid #FF731C;
}
#etc > div #without section strong {
  color: #FF9D14;
}
#etc > div #use h3 {
  background-color: #6AD628;
}
#etc > div #use h3:before {
  border-left: 0.3125rem solid #4FB60F;
}
#etc > div #use h3:after {
  border-right: 0.3125rem solid #4FB60F;
}
#etc > div #use section strong {
  color: #6AD628;
}
#etc > div #use section.in {
  margin-bottom: 1rem;
}
#etc > div #use section.service {
  padding-top: 0.8rem;
  overflow: hidden;
}
#etc > div #use section.service picture {
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1em;
  text-align: center;
}
#etc > div #attention {
  margin-bottom: 3rem;
  padding: 0.8rem;
  background-color: #CCC;
}
#etc > div #attention h4 {
  margin-bottom: 0.5rem;
}
#etc > div #attention ul {
  margin-left: 1em;
}
#etc > div #attention ul li {
  margin-bottom: 0.5em;
  font-size: 0.75rem;
  line-height: 1.5em;
  list-style: disc;
}
#etc > div #attention ul li dl dt {
  font-weight: bold;
}
#etc > div #faq {
  margin-bottom: 1.5rem;
  padding: 0.8rem;
  background-color: #FFF;
}
#etc > div #faq h4 {
  margin: 0.5rem 0 1rem 0;
  color: #23BFE5;
  font-size: 1.2rem;
  line-height: 1.4em;
  text-align: center;
}
#etc > div #faq dl {
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 0.9rem;
  line-height: 1.4em;
  border-bottom: solid 0.0625rem #AAA;
  overflow: hidden;
}
#etc > div #faq dl:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#etc > div #faq dl dt {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2.2em;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#etc > div #faq dl dt span {
  position: absolute;
  top: 0;
  left: 0;
  color: #23BFE5;
  font-size: 1.2rem;
  font-weight: bold;
}
#etc > div #faq dl dd {
  position: relative;
  float: right;
  padding-left: 2.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#etc > div #faq dl dd span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  font-weight: bold;
}
#etc > div #faq dl dd ul {
  margin-left: 1em;
}
#etc > div #faq dl dd ul li {
  list-style: disc;
}
#etc > div .choice {
  margin: 1rem 0;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
}
#etc > div .choice span.without {
  color: #FF9D14;
}
#etc > div .choice span.use {
  color: #6AD628;
}
#etc > div .button {
  margin: 2rem 0;
}
#etc > div .button a {
  display: block;
  width: 10em;
  margin: 0 auto;
  padding: 0.6em 1em;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  background-color: #26C0E6;
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 0.625rem 0.375rem -0.375rem #AAA;
  box-shadow: 0 0.625rem 0.375rem -0.375rem #AAA;
}
#etc > div .button a:active {
  position: relative;
  top: 0.125rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}
#etc > div .button + p {
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.4em;
}

#tieup {
  overflow: hidden;
}
#tieup h2 {
  background-image: url(../img/icon_tieup.png);
}
#tieup dl {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  line-height: 1.4em;
  border-bottom: solid 0.0625rem #AAA;
}
#tieup dl:nth-of-type(2n) {
  margin-right: 0;
}
#tieup dl a {
  padding-right: 1.5rem;
  text-decoration: underline;
  background-image: url(../img/home.png);
  background-repeat: no-repeat;
  background-position: right 0 top 0.1rem;
}
#tieup dl dt {
  font-weight: bold;
}
#tieup dl dd {
  font-size: 0.9rem;
}

#page_nav {
  display: none;
}

@media only screen and (min-width: 601px) {
  * {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
  }

  body {
    color: #222;
    font-family: Meiryo, "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    background-color: #FFF;
  }

  picture,
main {
    display: block;
  }

  a {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  a:link {
    color: #222;
  }
  a:visited {
    color: #222;
  }
  a:hover {
    opacity: 0.5;
  }

  header {
    background-color: #222;
  }
  header p {
    width: 60rem;
    margin: 0 auto;
    padding: 0.3em 0;
    color: #FFF;
    font-size: 0.9rem;
    text-align: right;
  }

  main > section {
    width: 60rem;
    margin: 0 auto 3rem auto;
    padding-bottom: 5rem;
    border-bottom: solid 0.125rem #DDD;
  }
  main > section:last-of-type {
    margin-bottom: 7rem;
    padding-bottom: 0;
    border-bottom: none;
  }
  main > section h2 {
    margin-bottom: 3rem;
    padding-top: 3rem;
    font-size: 2.2rem;
    text-align: center;
    line-height: 1em;
    letter-spacing: 0.2em;
    background-repeat: no-repeat;
    background-position: top center;
  }

  footer {
    margin-bottom: 3rem;
    padding: 1.5rem 0;
    color: #FFF;
    text-align: center;
    line-height: 1.2em;
    background-color: #222;
  }
  footer h2 {
    display: inline;
    margin-right: 1em;
    font-size: 1rem;
    font-weight: normal;
  }
  footer ul {
    display: inline;
  }
  footer ul li {
    display: inline;
    margin-right: 1em;
  }
  footer p {
    width: 60em;
    margin: 0 auto;
    padding: 0.3em 0;
    color: #CCC;
    font-size: 0.9rem;
  }

  #mv {
    position: relative;
    width: auto;
    height: 32.5rem;
    margin: 0;
    padding: 0;
    background-color: #EEE;
    background-image: none;
    border-bottom: none;
  }
  #mv .wideslider {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #mv > p {
    display: block;
  }
  #mv > p:first-of-type {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30rem;
    z-index: 2;
  }
  #mv > p:last-of-type {
    position: absolute;
    bottom: 0.3125rem;
    right: 50%;
    margin-right: -28.75rem;
    z-index: 2;
  }
  #mv h1 {
    display: block;
    position: absolute;
    top: 5.625rem;
    right: 50%;
    margin-right: -28.75rem;
    z-index: 2;
  }
  #mv dt {
    display: block;
    position: absolute;
    bottom: 0.3125rem;
    left: 50%;
    margin-left: -28.75rem;
    z-index: 2;
  }
  #mv dd {
    display: block;
    position: relative;
    z-index: -1;
  }

  nav {
    margin-bottom: 3rem;
    border-bottom: solid 0.125rem #DDD;
  }
  nav ul {
    width: 60rem;
    margin: 0 auto;
    padding: 2rem 0;
    overflow: hidden;
  }
  nav ul li {
    float: left;
    width: 22.75%;
    margin-right: 3%;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    background: #FFF;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFF), to(#EEE));
    background: linear-gradient(to bottom, #FFF 50%, #EEE 100%);
    border: solid 0.0625rem #AAA;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  nav ul li:last-of-type {
    margin-right: 0;
    border-right: solid 0.0625rem #AAA;
  }
  nav ul li a {
    display: block;
    padding: 3rem 0 1rem 0;
    background-repeat: no-repeat;
    background-position: top 1.2rem center;
    background-size: 1rem;
  }
  nav ul li a[href="#about"] {
    background-image: url(../img/icon_about.png);
    background-size: 1rem;
  }
  nav ul li a[href="#price"] {
    background-image: url(../img/icon_price.png);
    background-size: 1.2rem;
  }
  nav ul li a[href="#etc"] {
    background-image: url(../img/icon_etc.png);
    background-size: 1.8rem;
  }
  nav ul li a[href="#tieup"] {
    background-image: url(../img/icon_tieup.png);
    background-size: 1rem;
  }
  nav ul li a:link {
    color: #26C0E6;
  }
  nav ul li a:visited {
    color: #26C0E6;
  }

  #about h2 {
    background-image: url(../img/icon_about.png);
  }
  #about picture {
    margin-bottom: 1rem;
    text-align: center;
  }
  #about picture + p {
    margin-bottom: 3rem;
    text-align: center;
  }
  #about picture + p a {
    padding-right: 1.3em;
    text-decoration: underline;
    background-image: url(../img/window.png);
    background-repeat: no-repeat;
    background-position: right 0 top 0.4em;
  }
  #about > dl {
    margin-bottom: 3rem;
  }
  #about > dl dt {
    padding: 0.5rem 0 0 1.5rem;
    color: #0FC445;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4em;
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-position: left top;
  }
  #about > dl dd {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.5em;
  }
  #about > dl dd br {
    display: inline !important;
  }
  #about .photo {
    margin-bottom: 3rem;
    overflow: hidden;
  }
  #about .photo figure {
    float: left;
    width: 32%;
    margin: 0 2% 1rem 0;
  }
  #about .photo figure:nth-of-type(2n) {
    margin-right: 2%;
  }
  #about .photo figure:nth-of-type(3n) {
    margin-right: 0;
  }
  #about .photo figure img {
    max-width: 100%;
    height: auto;
    line-height: 1em;
  }
  #about .photo figure figcaption {
    font-size: 0.85rem;
    line-height: 1.4em;
  }
  #about .summary {
    position: relative;
    margin: 0 6rem;
    padding: 1rem 2rem;
    font-size: 1rem;
    background-color: #EEE;
    overflow: hidden;
  }
  #about .summary h3 {
    position: absolute;
    top: 50%;
    left: 2rem;
    margin-top: -0.5em;
  }
  #about .summary dl {
    float: right;
  }
  #about .summary dl dt {
    float: left;
    width: 7em;
  }
  #about .summary dl dt:after {
    float: right;
    content: "：";
  }
  #about .summary dl dd {
    padding-left: 7.5em;
  }

  #price h2 {
    background-image: url(../img/icon_price.png);
  }
  #price table {
    width: 100%;
    margin-bottom: 1.5rem;
    border: solid 0.125rem #333;
    border-collapse: collapse;
  }
  #price table caption {
    padding: 0.5em 1em;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    background-color: #333;
  }
  #price table th,
#price table td {
    width: 50%;
    padding: 0.5em 1em;
    text-align: center;
    border: solid 0.125rem #333;
  }
  #price table th {
    font-size: 1.2rem;
  }
  #price table td {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  #price table td span {
    display: inline;
    font-size: 1.1rem;
  }
  #price table.multi td {
    color: #FF3435;
  }
  #price table.coin td {
    color: #0FC445;
  }
  #price table.etc {
    margin-bottom: 3rem;
  }
  #price table.etc td {
    color: #23C0E3;
  }
  #price table.etc td[colspan] {
    letter-spacing: 0;
  }
  #price table.etc td[colspan] p {
    display: table-cell;
    color: #222;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
  }
  #price table.etc td[colspan] p:first-of-type {
    font-size: 1.3rem;
    text-align: center;
    vertical-align: middle;
  }
  #price table.etc td[colspan] p:last-of-type {
    width: 20%;
    font-size: 0.9rem;
    font-weight: normal;
    text-align: right;
    vertical-align: bottom;
  }
  #price table.etc td[colspan] dl {
    display: table-cell;
    width: 20em;
    padding-left: 3rem;
    font-size: 1.5rem;
    line-height: 1.4em;
    text-align: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #price table.etc td[colspan] dl dt {
    float: left;
    width: 10.5em;
    padding-right: 0.5em;
    text-align: right;
  }
  #price table.etc td[colspan] dl dt:after {
    content: "･･･････";
    float: right;
    margin-left: 0.5em;
    font-weight: normal;
    letter-spacing: -0.1em;
  }
  #price .tsukigime {
    position: relative;
    width: 45.625rem;
    margin: 0 auto 2rem auto;
    padding: 0.8rem 0;
    color: #FFF;
    text-align: center;
    background-color: #ACCD28;
    background-image: url(../img/tsukigime_bg_top.png), url(../img/tsukigime_bg_bottom.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    border: solid 0.4375rem #FFF;
    -webkit-box-shadow: 0 0 0.3125rem 0 #CCC;
    box-shadow: 0 0 0.3125rem 0 #CCC;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #price .tsukigime a {
    pointer-events: none;
  }
  #price .tsukigime + p {
    font-size: 1rem;
    text-align: center;
  }

  #etc h2 {
    letter-spacing: 0;
    background-image: url(../img/icon_etc.png);
  }
  #etc > div {
    width: 57.5rem;
    margin: 0 auto;
    padding: 2rem;
    background-color: #F3F3F3;
    background-image: url(../img/etc_bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    border: solid 0.5rem #FFF;
    -webkit-box-shadow: 0 0 0.3125rem 0 #CCC;
    box-shadow: 0 0 0.3125rem 0 #CCC;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #etc > div h3 {
    margin: 0 0 2rem -0.5rem;
    text-align: center;
  }
  #etc > div > ol {
    margin-bottom: 0;
    overflow: hidden;
  }
  #etc > div > ol li {
    position: relative;
    float: left;
    width: 31%;
    margin: 0 3.5% 2.5rem 0;
    padding: 1.5rem 0;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.05em;
    background-color: #FFF;
    border: solid 0.1875rem #AAA;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #etc > div > ol li:nth-of-type(3n) {
    margin-right: 0;
  }
  #etc > div > ol li:nth-of-type(3) {
    font-size: 1.2rem;
  }
  #etc > div > ol li:before {
    display: block;
    content: "";
    position: absolute;
    top: -1.8rem;
    left: -1.8rem;
    width: 0;
    height: 0;
    border-top: 1.625rem solid transparent;
    border-right: 1.625rem solid #333;
    border-bottom: 1.625rem solid transparent;
    border-left: 1.625rem solid transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #etc > div > ol li:after {
    position: absolute;
    top: -0.2em;
    left: 0;
    content: "00";
    color: #FFF;
    font-size: 0.9rem;
    font-weight: bold;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #etc > div > ol li strong {
    color: #FF9E05;
  }
  #etc > div > ol li:nth-of-type(1):after {
    content: "01";
  }
  #etc > div > ol li:nth-of-type(2):after {
    content: "02";
  }
  #etc > div > ol li:nth-of-type(3):after {
    content: "03";
  }
  #etc > div table {
    width: 100%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    border: solid 0.125rem #333;
    border-collapse: collapse;
  }
  #etc > div table caption {
    padding: 0.5em 1em;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    background-color: #333;
  }
  #etc > div table th,
#etc > div table td {
    width: 50%;
    padding: 0.5em 1em;
    text-align: center;
    border: solid 0.125rem #333;
  }
  #etc > div table th {
    font-size: 1.2rem;
  }
  #etc > div table th[colspan] {
    padding: 0.5em 1em;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    background-color: #333;
  }
  #etc > div table td {
    color: #23C0E3;
    font-size: 2rem;
    font-weight: bold;
  }
  #etc > div table td span {
    display: inline;
    font-size: 1.1rem;
  }
  #etc > div table td s {
    display: inline;
    margin-right: 1rem;
    color: #222;
    font-size: 1.2rem;
    text-decoration: line-through;
  }
  #etc > div table td[colspan] p {
    display: table-cell;
    color: #222;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
  }
  #etc > div table td[colspan] p:first-of-type {
    font-size: 1.2rem;
    text-align: center;
    vertical-align: middle;
  }
  #etc > div table td[colspan] p:last-of-type {
    width: 20%;
    font-size: 0.9rem;
    font-weight: normal;
    text-align: right;
    vertical-align: bottom;
  }
  #etc > div table td[colspan] dl {
    display: table-cell;
    width: 15em;
    padding-left: 2rem;
    font-size: 1.4rem;
    line-height: 1.4em;
    text-align: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #etc > div table td[colspan] dl dt {
    float: left;
    width: 9.5em;
    padding-right: 0.5em;
    text-align: right;
  }
  #etc > div table td[colspan] dl dt:after {
    content: "･････";
    float: right;
    margin-left: 0.5em;
    font-weight: normal;
    letter-spacing: -0.1em;
  }
  #etc > div #without h3,
#etc > div #use h3 {
    position: relative;
    width: 60rem;
    margin: 0 0 3rem -3.75rem;
    padding: 1.2rem 0;
    color: #FFF;
    font-size: 1.4rem;
    text-align: center;
  }
  #etc > div #without h3 strong,
#etc > div #use h3 strong {
    font-size: 1.8rem;
  }
  #etc > div #without h3 span,
#etc > div #use h3 span {
    font-size: 1rem;
    letter-spacing: -0.05em;
  }
  #etc > div #without h3:before,
#etc > div #use h3:before {
    display: block;
    content: "";
    position: absolute;
    bottom: -0.875rem;
    left: 0.4rem;
    width: 0;
    height: 0;
    border-top: 0.875rem solid transparent;
    border-right: 0.875rem solid transparent;
    border-bottom: 0.875rem solid transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #etc > div #without h3:after,
#etc > div #use h3:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -0.875rem;
    right: 0.4rem;
    width: 0;
    height: 0;
    border-top: 0.875rem solid transparent;
    border-bottom: 0.875rem solid transparent;
    border-left: 0.875rem solid transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #etc > div #without section,
#etc > div #use section {
    position: relative;
    margin-bottom: 2rem;
    padding: 2rem 1rem 1rem 1rem;
    font-size: 0.85rem;
    line-height: 1.4em;
    border: solid 0.0625rem #CCC;
    background-color: #F9F9F9;
  }
  #etc > div #without section h4,
#etc > div #use section h4 {
    position: absolute;
    top: -1em;
    left: 50%;
    width: 10em;
    margin-left: -5em;
    padding: 0.5em 0;
    color: #FFF;
    font-size: 1rem;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    background-color: #888;
  }
  #etc > div #without section p,
#etc > div #use section p {
    text-align: center;
    margin-bottom: 1rem;
  }
  #etc > div #without section ol,
#etc > div #use section ol {
    display: table;
    width: 100%;
    overflow: hidden;
  }
  #etc > div #without section ol li,
#etc > div #use section ol li {
    display: table-cell;
    padding: 0 1.2rem 0 0.8rem;
    text-align: left;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    vertical-align: middle;
  }
  #etc > div #without section ol li:last-of-type,
#etc > div #use section ol li:last-of-type {
    padding-right: 0;
    background: none;
  }
  #etc > div #without section ol li strong br,
#etc > div #without section ol li span br,
#etc > div #use section ol li strong br,
#etc > div #use section ol li span br {
    display: inline;
  }
  #etc > div #without section ol li picture,
#etc > div #use section ol li picture {
    display: block;
    float: left;
    margin: 0 0.8rem 0.8rem 0;
    line-height: 1em;
  }
  #etc > div #without h3 {
    background-color: #FF9D14;
  }
  #etc > div #without h3:before {
    border-left: 0.875rem solid #FF731C;
  }
  #etc > div #without h3:after {
    border-right: 0.875rem solid #FF731C;
  }
  #etc > div #without section strong {
    color: #FF9D14;
  }
  #etc > div #use h3 {
    background-color: #6AD628;
  }
  #etc > div #use h3:before {
    border-left: 0.875rem solid #4FB60F;
  }
  #etc > div #use h3:after {
    border-right: 0.875rem solid #4FB60F;
  }
  #etc > div #use section strong {
    color: #6AD628;
  }
  #etc > div #use section.service {
    overflow: hidden;
  }
  #etc > div #use section.service picture {
    display: block;
    float: left;
    margin: 0 1.5rem 0.8rem 0;
    line-height: 1em;
  }
  #etc > div #use section.out ol li:first-of-type {
    width: 34%;
  }
  #etc > div #use section.out ol li:nth-of-type(2) {
    width: 36%;
  }
  #etc > div #attention {
    margin-bottom: 3rem;
    padding: 1rem 1.5rem;
    background-color: #CCC;
  }
  #etc > div #attention h4 {
    margin-bottom: 0.5rem;
  }
  #etc > div #attention ul {
    margin-left: 1em;
  }
  #etc > div #attention ul li {
    margin-bottom: 0.5em;
    font-size: 0.85rem;
    line-height: 1.5em;
    list-style: disc;
  }
  #etc > div #attention ul li dl dt {
    font-weight: bold;
  }
  #etc > div #faq {
    margin-bottom: 3rem;
    padding: 2rem;
    background-color: #FFF;
  }
  #etc > div #faq h4 {
    margin: 0 0 3rem 0;
    color: #23BFE5;
    font-size: 1.8rem;
    line-height: 1.4em;
    text-align: center;
    letter-spacing: 0.1em;
  }
  #etc > div #faq dl {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: solid 0.0625rem #AAA;
    overflow: hidden;
  }
  #etc > div #faq dl:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
  #etc > div #faq dl dt {
    position: relative;
    float: left;
    width: 35%;
    padding-left: 2.2em;
    font-weight: bold;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #etc > div #faq dl dt span {
    position: absolute;
    top: 0;
    left: 0;
    color: #23BFE5;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #etc > div #faq dl dd {
    position: relative;
    float: right;
    width: 60%;
    padding-left: 2.2em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #etc > div #faq dl dd span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #etc > div #faq dl dd ul {
    margin-left: 1em;
  }
  #etc > div #faq dl dd ul li {
    list-style: disc;
  }
  #etc > div .choice {
    margin: 2rem 0;
    font-size: 0.95rem;
    font-weight: bold;
    text-align: center;
  }
  #etc > div .choice span.without {
    color: #FF9D14;
  }
  #etc > div .choice span.use {
    color: #6AD628;
  }
  #etc > div .button {
    margin: 2rem 0;
  }
  #etc > div .button a {
    display: block;
    width: 10em;
    margin: 0 auto;
    padding: 0.6em 1em;
    color: #FFF;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    background-color: #26C0E6;
    border-radius: 0.3rem;
    -webkit-box-shadow: 0 0.625rem 0.375rem -0.375rem #AAA;
    box-shadow: 0 0.625rem 0.375rem -0.375rem #AAA;
  }
  #etc > div .button a:active {
    position: relative;
    top: 0.125rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
  }
  #etc > div .button + p {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
  }

  #tieup {
    overflow: hidden;
  }
  #tieup h2 {
    background-image: url(../img/icon_tieup.png);
  }
  #tieup dl {
    float: left;
    width: 48%;
    margin: 0 4% 1rem 0;
    padding-bottom: 0.5rem;
    line-height: 1.4em;
    border-bottom: solid 0.0625rem #AAA;
  }
  #tieup dl:nth-of-type(2n) {
    margin-right: 0;
  }
  #tieup dl a {
    padding-right: 1.5rem;
    text-decoration: underline;
    background-image: url(../img/home.png);
    background-repeat: no-repeat;
    background-position: right 0 top 0.1rem;
  }
  #tieup dl dt {
    font-weight: bold;
  }
  #tieup dl dd {
    font-size: 0.9rem;
  }

  #page_nav {
    display: block;
    position: fixed;
    bottom: -6em;
    right: 1.5%;
    padding-bottom: 1rem;
    overflow: hidden;
  }
  #page_nav a {
    display: block;
    width: 5rem;
    height: 5rem;
    padding: 1rem 0;
    color: #FFF;
    font-size: 0.85rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
    letter-spacing: -0.05em;
    background-color: #999;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}