@charset "utf-8";

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

CSSの記述も address,
em {
  font-style: normal
}

a,
a.disable:hover,
abbr,
acronym,
code,
del,
em,
ins,
q,
ruby,
span,
strong,
table,
td,
th {
  text-decoration: none
}

.wrapper::after,
pre>code {
  display: block
}

#LeftColumn,
#container,
#page,
.wrapper,
body {
  position: relative
}

#container,
#container h5,
body {
  text-align: left
}

#page,
.topbar,
body {
  z-index: 100
}

#footer h6,
.sns ul {
  list-style: none
}

#container p.voice,
.marquee p,
.marquee p:after,
table th {
  white-space: nowrap
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

@media(max-width:768px) {
  img {
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
    display: block
  }

  body,
  html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%
  }

  li a {
    display: block
  }

  div {
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
  }

  table {
    table-layout: fixed
  }
}

body,
html {
  height: 100%
}

.clearfix::after,
.wrapper::after {
  height: 0;
  content: "";
  visibility: hidden;
  clear: both
}

body {
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
  font-size: 95%;
  letter-spacing: 1.5px;
  line-height: 1.5;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  color: #111;
  overflow-x: hidden
}

.wrapper {
  width: 1000px;
  margin: 0 auto
}

@media(max-width:768px) {
  body {
    font-size: 90%;
    min-width: 100%
  }

  .wrapper {
    width: 100%;
    padding: 1em 0
  }
}

a img,
fieldset {
  padding: 0
}

.stop {
  -webkit-animation: none !important;
  animation: none !important
}

i.fa {
  margin-right: .2em
}

a img,
fieldset,
li {
  margin: 0
}

a:active,
a:link,
a:visited {
  color: #333;
  text-decoration: none
}

a:hover {
  color: #333;
  text-decoration: underline
}

a img,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
  border: none
}

a {
  outline: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

a.over {
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

a.over:hover {
  -webkit-opacity: .8;
  -o-opacity: .8;
  opacity: .8;
  filter: alpha(opacity=8)
}

a.disable:hover {
  cursor: default
}

abbr,
acronym {
  border-style: none none dotted;
  cursor: help
}

del {
  text-decoration: line-through
}

em {
  font-weight: 700
}

strong {
  font-size: 1.8em;
  font-weight: 900
}

rt {
  font-size: .7em
}

ins {
  border-style: solid
}

kbd {
  border-style: outset;
  border-width: .15em;
  padding: .1em;
  margin: 0 .15em;
  background-color: #ccc;
  border-color: #ccc
}

code {
  padding: 0 .2em
}

fieldset {
  border: 0
}

blockquote {
  padding: .6em
}

table,
td,
th {
  margin: 0;
  padding: 0;
  font-size: 1em
}

th {
  font-weight: 700;
  font-style: normal !important
}

ul {
  list-style-type: none
}

li {
  line-height: 1
}

br {
  letter-spacing: 0
}

br.clear {
  clear: both
}

q::before {
  content: open-quote
}

q::after {
  content: close-quote
}

h1::after,
h1::before,
h2::after,
h2::before,
h3::after,
h3::before,
h4::after,
h4::before,
h5::after,
h5::before,
h6::after,
h6::before {
  margin: .2em
}

pre>code {
  border-style: dotted;
  overflow: scroll
}

blockquote>p {
  margin: 0;
  padding: 0
}

ol {
  list-style-type: decimal
}

dt::before,
li::before {
  margin-right: .2em
}

table {
  border-collapse: collapse
}

hr {
  margin: 10px 0
}

span.clear {
  display: none
}

.clearfix::after {
  display: block
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  position: relative
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  width: auto
}

#container {
  width: 100%
}

.svgicon {

  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: middle;
  margin-right: 5px
}

.pcOnly {
  display: block
}

.spOnly {
  display: none
}

@media(max-width:768px) {
  a.over:hover {
    -webkit-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=10)
  }

  .pcOnly {
    display: none
  }

  .spOnly {
    display: block
  }

  #container {
    width: 100%;
    max-width: 100%
  }
}

#page {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  -webkit-animation: fadeIn .9s ease alternate;
  animation: fadeIn .9s ease alternate
}

#container {
  padding: 0;
  display: block
}

#container #wrapper::after,
#container::after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden
}

#container #main {
  width: 100%;
  text-align: left;
  font-size: 1.3em
}

#container .wrap {
  padding: 0
}

#RightColumn {
  float: right;
  width: 75%;
  padding-left: .5em;
  padding-bottom: 1em
}

#LeftColumn {
  float: left;
  width: 25%;
  padding-bottom: 2em
}

@media(max-width:768px) {
  #container #main {
    font-size: .9em;
    padding-top: inherit
  }

  #RightColumn {
    float: inherit;
    width: 100%;
    padding-left: inherit
  }

  #LeftColumn {
    float: inherit;
    width: 100%;
    height: auto !important;
    padding-bottom: 0
  }
}

#LeftColumn .sidebar {
  width: 100%;
  padding-bottom: 1em;
  position: static;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

#LeftColumn .sidebar.fixed {
  position: fixed;
  bottom: 5px
}

#LeftColumn .sidebar.fixEnd {
  position: absolute;
  bottom: 0;
  top: inherit
}

body.index #RightColumn .sidebar {
  display: none
}

#container h3,
#container h4,
body.index #LeftColumn .sidebar {
  display: block
}

@media(max-width:768px) {
  #LeftColumn .sidebar {
    width: 100%;
    padding-bottom: 0
  }

  #LeftColumn .sidebar.fixEnd,
  #LeftColumn .sidebar.fixed {
    position: inherit;
    bottom: inherit
  }

  body.index #LeftColumn .sidebar,
  body.index #RightColumn .sidebar {
    display: block
  }
}

#container section.AreaYellow {
  background: rgba(255, 244, 92, 1)
}

#container section.AreaPink {
  background: rgba(228, 0, 90, .1)
}

#container section.AreaPink h3 {
  background: rgba(228, 0, 90, 1);
  color: rgba(255, 255, 255, 1)
}

#container section.AreaPink h3::after {
  border-top-color: rgba(228, 0, 90, 1)
}

#container section.AreaPink dl dt {
  background: rgba(228, 0, 90, 1)
}

#container section.AreaPink dl dd {
  border-color: rgba(228, 0, 90, 1);
  background: rgba(255, 255, 255, .7)
}

#container section.AreaPink h4 span {
  color: rgba(228, 0, 90, 1);
  border-color: rgba(228, 0, 90, 1)
}

#container .section.AreaPink .guide .text {
  border-color: rgba(228, 0, 90, .9);
  background: rgba(228, 0, 90, .1)
}

#container .section.AreaPink .guide .text::before {
  border-right-color: rgba(228, 0, 90, .9)
}

#container .section.AreaPink dl.site p.textlink a {
  border-color: rgba(228, 0, 90, .9);
  color: rgba(228, 0, 90, .9)
}

#container .section.AreaPink dl.site p.textlink a:hover {
  color: rgba(255, 255, 255, 1)
}

#container .section.AreaPink dl.site p.textlink a::after {
  background: rgba(228, 0, 90, .8)
}

#container section.AreaGray {
  background: rgba(102, 102, 102, .1)
}

#container section.AreaGray dl dt,
#container section.AreaGray h3 {
  background: rgba(102, 102, 102, 1)
}

#container section.AreaGray h3 {
  color: inherit;
}

#container section.AreaGray h3::after {
  border-top-color: rgba(102, 102, 102, 1)
}

#container section.AreaGray dl dd {
  border-color: rgba(102, 102, 102, 1);
  background: rgba(255, 255, 255, .7)
}

#container section.AreaGray h4 span {
  color: rgba(102, 102, 102, 1);
  border-color: rgba(102, 102, 102, 1)
}

#container section.AreaGray2 {
  background: rgba(200, 200, 200, .15)
}

#container section.AreaOrange {
  background: rgba(255, 90, 16, .1)
}

#container section.AreaOrange h3 {
  background: rgba(255, 90, 16, 1);
  color: inherit;
}

#container section.AreaOrange h3::after {
  border-top-color: rgba(255, 90, 16, 1)
}

#container section.AreaOrange dl dt {
  background: rgba(255, 90, 16, 1)
}

#container section.AreaOrange dl dd {
  border-color: rgba(255, 90, 16, 1);
  background: rgba(255, 255, 255, .7)
}

#container section.AreaOrange h4 span {
  color: rgba(255, 90, 16, 1);
  border-color: rgba(255, 90, 16, 1)
}

#container section.AreaRed {
  background: rgba(220, 9, 9, 1)
}

#container section.AreaBlack {
  background: rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 1)
}

#container section.AreaBlack2 {
  background: rgba(51, 51, 51, 1);
  color: rgba(255, 255, 255, 1)
}

#container .section.content.last {
  padding-bottom: 1em
}

@media(max-width:768px) {
  #container .section.content.last {
    padding-top: 0;
    padding-bottom: 1px
  }
}

#container .section .wrapper {
  padding: 0
}

@media(max-width:768px) {
  #container .section .wrapper {
    padding: inherit
  }
}

#container section.last {
  padding-bottom: 30px
}

#container .section .wrapper .inner {
  padding: 15px 30px
}

#sitemap a,
p a {
  color: #006ab6;
  text-decoration: underline;
  -webkit-text-shadow: none;
  text-shadow: none
}

#footer a:hover,
#footer ul.menu li a,
#footer ul.menu li a:hover,
#header .gnav ul li a:hover,
#sitemap a:hover,
p a:hover {
  text-decoration: none
}

#footer a:hover svg,
#sitemap a:hover svg,
p a:hover svg {
  -webkit-animation: flipY .6s ease-in-out forwards;
  animation: flipY .6s ease-in-out forwards
}

@media(max-width:768px) {
  #container .section .wrapper .inner {
    padding: 5px
  }

  #sitemap a,
  p a {
    font-size: 1em;
    line-height: 2;
    letter-spacing: .5px
  }

  #footer a:hover svg,
  #sitemap a:hover svg,
  p a:hover svg {
    -webkit-animation: none;
    animation: none
  }

  p {
    padding: 0 5px;
    font-size: 85%
  }
}

p {
  font-size: 112%;
  margin: .5em 0
}

p.voicetext {
  line-height: 2.2 !important;
  font-size: .8em
}

h3 {
  color: #003FC0;
  text-shadow: 0 0 5px white;
  border-left: solid 7px #003FC0;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
}

h3 span {
  display: block;
  padding: 15px 0 15px 20px;
  font-size: 1.5em;
}

#ErrorBox,
#copyright .copyright,
#footer ul.menu,
.form .smallblack,
.form table td.cf,
.require span,
.strong,
input[type=radio]:checked+label {
  -webkit-text-shadow: none;
  text-shadow: none
}

#footer .bnArea::after,
#footer ul.menu::after,
#footer::after,
div.form_error::after {
  content: ""
}

#container h4 {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: -2px;
  margin: .6em 0;
  position: relative
}

@media(max-width:768px) {
  #container h4 {
    font-size: 1.2em
  }
}

#container h4 span {
  display: block;
  border-bottom: 1px dotted rgba(17, 17, 17, 1);
  border-top: 1px dotted rgba(17, 17, 17, 1);
  background: rgba(204, 204, 204, .05);
  padding: .1em .2em
}

#container h4.animation {
  opacity: 0
}

#container h4.visible {
  -webkit-animation: slideInBottom_s .25s ease-in-out forwards;
  animation: slideInBottom_s .25s ease-in-out forwards
}

#container h5 {
  font-size: .8em;
  color: rgba(255, 255, 255, 1);
  background: rgba(17, 17, 17, 1);
  padding: .5em 1em;
  margin: .5em 0;
  display: inline-block
}

#container h6 {
  font-size: 1.2em;
  color: #df5384
}

.topbar {
  width: 100%;
  padding: 0 0 .7em 0;
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
}

.topbar h1 {
  font-size: .7em
}

#header {
  background-color: #E2EFBC;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
  margin: auto;
  padding-block-start: .5rem;
  position: fixed;
  width: 100vw;
  z-index: 30
}

#header,
body.index #header {
  position: relative
}

#header .logo a {
  display: block;
  z-index: 9999
}

#header .logo a.over {
  float: left;
}

@media(max-width:768px) {
  .topbar {
    padding: 0 0 .3em
  }

  #header,
  body.index #header {
    min-height: inherit;
    background-position: 0 0;
    padding-top: 0
  }

  #header .wrapper {
    padding: 0
  }

  #header .logo {
    width: 80%;
    margin-top: 0
  }

  #header .wrapper .headertextwrap {
    display: none
  }
}

#header .headertext {
  margin-top: 1em
}

#header .wrapper .headertext {
  padding: .5em 1em;
  background: rgba(255, 255, 255, .9);
  z-index: 9999;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

@media(max-width:768px) {
  #header .headertext {
    margin: .5em 0
  }

  #header .wrapper .headertext {
    display: none;
    margin-top: 10px;
    padding: 1em 1.5em .5em
  }
}

#header .wrapper .headertext .inner {
  position: relative;
  z-index: 2;
  padding: 0 0 1em
}

#header .wrapper h2 {
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: .5em
}

@media(max-width:768px) {
  #header .wrapper h2 {
    font-size: 1em;
    margin-bottom: .5em
  }
}

#header .wrapper h2 span {
  display: block;
  border-left: 9px solid rgba(0, 160, 233, 1);
  border-bottom: 1px dotted rgba(0, 160, 233, 1);
  padding: 0 .5em
}

#header .wrapper .desc {
  font-size: 80%;
  letter-spacing: -1px
}

#header .headerImage {
  position: relative;
  z-index: -1;
  width: 100%
}

#header .headerImage .Image {
  display: block;
  margin: 0 auto;
  width: 100%;
  z-index: -1
}

#header .headerImage .Image.pc {
  display: block
}

#header .headerImage .Image.sp {
  display: none
}

@media(max-width:768px) {
  #header .wrapper .desc {
    font-size: 60%;
    padding: 0 .5em
  }

  #header .headerImage .Image.pc {
    display: none
  }

  #header .headerImage .Image.sp {
    display: block
  }
}

#header .gnav {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, .95)
}

@media(max-width:768px) {
  body.index #header .gnav {
    display: none
  }
}

#header .gnav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  align-items: stretch
}

#header .gnav ul li {
  -webkit-flex: 1;
  flex: 1;
  text-align: center
}

#header .gnav ul li:last-child {
  margin-right: 0
}

@media(max-width:768px) {
  #header .gnav ul {
    display: block
  }

  #header .gnav ul li {
    float: left;
    width: 25%;
    min-width: 24%;
    max-width: 25%;
    padding: 0 1px 0 0;
    margin: 0;
    font-size: 1.3em
  }

  #header .gnav ul li:first-of-type {
    padding-left: 1px
  }
}

#header .gnav ul li a {
  display: block;
  z-index: 1;
  position: relative;
  color: rgba(0, 160, 233, 1);
  font-size: 85%;
  letter-spacing: 0;
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

@media screen and (min-width:320px) and (max-width:374px) {
  #header .gnav ul li a {
    font-size: .7em
  }
}

#header .gnav ul li a:hover {
  -webkit-filter: saturate(0) brightness(100%);
  filter: saturate(0) brightness(100%);
  background: rgba(0, 160, 233, .05);
  z-index: 9999;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1)
}

@media(max-width:768px) {
  #header .gnav ul li a {
    padding: 0;
    letter-spacing: -1px
  }

  #header .gnav ul li a:hover {
    background: 0 0
  }
}

#header .gnav ul li a span {
  font-size: 85%;
  display: block;
  margin-top: .5em
}

#footer {
  width: 100%;
  display: block;
  z-index: 100;
  bottom: 0;
  padding: .7em 0 6em;
  font-weight: 400;
  font-size: 1.2em
}

#footer .wrapper {
  margin: 0 auto;
  position: relative
}

@media(max-width:768px) {
  #footer {
    font-size: .7em;
    padding: 5px 0 15px
  }

  #footer .wrapper {
    padding: 0
  }
}

#footer .Block {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding-bottom: .3em;
  margin-bottom: 1em
}

.bnArea {
  padding: 2em 0 0;
  min-height: 70px;
  background: #fff
}

.bnArea a {
  position: relative;
  display: inline-block;
  margin: 0 5px 0 0
}

#footer .OfficialBn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  align-items: stretch
}

#footer .OfficialBn a {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 5px
}

#footer h6 {
  font-size: 1.6em;
  color: rgba(0, 160, 233, 1);
  position: relative;
  margin: 5px 0
}

@media(max-width:768px) {
  #footer h6 {
    margin-bottom: 15px
  }
}

#footer h6 span {
  padding: 5px 10px;
  color: rgba(0, 160, 233, 1);
  border-bottom: 1px dotted rgba(0, 160, 233, 1);
  border-left: 12px solid rgba(0, 160, 233, 1);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}

#footer h6 a:not(.disable):hover {
  background: rgba(0, 160, 233, .1)
}

#footer h6 a.disable:hover .svgicon {
  -webkit-animation: none;
  animation: none
}

#footer ul.menu {
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
  margin-right: 10px
}

@media(max-width:768px) {
  #footer ul.menu {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0
  }
}

#footer ul.menu:last-of-type {
  margin-bottom: 0
}

#footer ul.mini {
  width: 48% !important
}

#footer ul.menu::after {
  clear: both;
  height: 0;
  display: block;
  visibility: hidden
}

#footer ul.menu li.button {
  border: none
}

#footer ul.menu li {
  font-size: 70%;
  position: relative;
  display: inline-block
}

#footer ul.menu.items {
  margin-top: -10px
}

#footer ul.menu.items li {
  font-size: .6em
}

@media(max-width:768px) {
  #footer ul.mini {
    width: 100% !important
  }

  #footer ul.menu li {
    display: block;
    width: 100%
  }

  #footer ul.menu.items {
    margin-top: 10px
  }

  #footer ul.menu.items li {
    font-size: .8em;
    margin-bottom: 5px
  }
}

#footer ul.menu li a {
  display: inline-block;
  padding: 10px 2px;
  margin: 5px 5px 5px 0;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 1px;
  font-weight: 400
}

@media(max-width:768px) {
  #footer ul.menu li a {
    padding: .7em .5em;
    font-size: 2.3em;
    display: block;
    background: rgba(0, 160, 233, .1);
    font-weight: 400;
    margin: 0;
    text-align: left
  }

  #footer ul.menu li:first-child a {
    border-top: 1px dotted rgba(0, 160, 233, 1)
  }

  #footer ul.menu li:not(:last-child) a {
    border-bottom: 1px dotted rgba(255, 255, 255, .1)
  }

  #footer ul.menu li a:hover {
    background: inherit
  }
}

#footer ul.menu.items li a {
  margin: 1px 1px 1px 0
}

#footer ul.menu li a:hover {
  -webkit-opacity: .8;
  opacity: .8
}

#footer ul.menu li a svg {
  margin-right: .1em
}

#footer .bnArea a {
  display: inline-block;
  width: 18%;
  margin-right: 5px;
  margin-bottom: 1em;
  position: relative;
  border: 1px solid rgba(204, 204, 204, .8);
  -webkit-border-radius: 2px;
  border-radius: 2px
}

@media(max-width:768px) {
  #footer .bnArea a {
    width: 48%;
    margin-right: 0
  }

  #footer .bnArea a .content_img {
    margin: 2px auto
  }
}

#footer .bnArea a .medal {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -30px;
  width: 125px;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

@media(max-width:768px) {
  #footer .bnArea a .medal {
    width: 95px;
    margin-top: -25px
  }

  #footer .bnArea a .caption {
    display: none
  }
}

#footer .bnArea a .medal.visible {
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-animation: bounce .4s ease-in-out 0s forwards;
  animation: bounce .4s ease-in-out 0s forwards
}

#footer .bnArea a .caption {
  opacity: 0;
  z-index: 99999;
  color: rgba(255, 255, 255, .9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  padding-top: 35px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

#footer .bnArea a:hover .caption {
  opacity: 1;
  -webkit-animation: slideInRight_s .4s ease-in-out forwards;
  animation: slideInRight_s .4s ease-in-out forwards
}

#footer .bnArea::after {
  clear: both;
  height: 0;
  display: block;
  visibility: hidden
}

#footer .footlink ul {
  left: inherit;
  float: inherit;
  text-align: center
}

#footer .footlink ul li {
  left: inherit;
  float: inherit;
  color: #ccc;
  display: inline-block
}

#footer .footlink ul li a {
  color: rgba(0, 160, 233, 1) !important;
  margin-right: 5px;
  font-weight: 700
}

#copyright .endCredit,
#copyright .endCredit a {
  color: rgba(255, 255, 255, 1)
}

#footer .footlink ul li a span {
  display: inline-block;
  background: rgba(255, 255, 255, .9);
  padding: .7em 1.5em;
  border: 1px solid rgba(0, 160, 233, 1);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}

.input_text,
.input_text_s {
  -webkit-transition: .2s ease-in-out;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
  font-weight: 700
}

#footer .footlink ul li a:hover span {
  background: rgba(0, 160, 233, 1);
  color: rgba(255, 255, 255, 1)
}

.footlink ul li a:after {
  margin: 0
}

#footer::after {
  clear: both;
  height: 0;
  display: block;
  visibility: hidden
}

#copyright {
  text-align: left;
  font-size: .8em;
  position: relative;
  letter-spacing: 0
}

@media(max-width:768px) {
  #footer .footlink ul li a {
    width: inherit
  }

  #copyright {
    padding: 5px 0;
    margin-left: 0
  }

  #copyright .logo {
    height: inherit
  }
}

#copyright .wrapper {
  margin: 0 auto;
  position: relative
}

#copyright a:hover {
  text-decoration: underline
}

#copyright .logo {
  clear: both;
  position: relative;
  width: 100%
}

#copyright .logo a.logoimg {
  display: block;
  z-index: 100
}

#copyright .logo a.logoimg img {
  width: 400px
}

#copyright .copyright {
  font-size: .8em;
  text-align: center;
  font-weight: 700;
  margin-top: 5px
}

@media(max-width:768px) {
  #copyright .logo a.logoimg {
    position: inherit
  }

  #copyright .logo a.logoimg img {
    width: 250px
  }

  #copyright .copyright::before {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden
  }

  #copyright .copyright {
    font-size: .6em;
    position: inherit;
    left: inherit;
    top: inherit;
    bottom: inherit;
    margin-left: 10px
  }
}

#copyright .endCredit {
  font-size: .8em;
  text-align: center;
  padding: 1em 0 0;
  letter-spacing: 1px
}

.common_btn,
.common_btn a,
.common_btn_ a,
.common_btn_s {
  color: #333;
  text-decoration: none
}

.form {
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif
}

.form p {
  font-size: 1.5em !important
}

#ErrorBox li {
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif
}

.form #ErrorBox li {
  font-size: 2em
}

@media(max-width:768px) {

  input,
  select,
  textarea {
    font-size: 16px !important
  }
}

#container p.allCheck {
  font-size: .8em;
  margin: 0 0 .5em;
  font-weight: 700
}

#container label.allchecked {
  background: rgba(0, 133, 178, .1)
}

.common_btn {
  display: block;
  width: 30%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #999;
  font-size: 1.5em;
  margin: 10px 10px 10px 0;
  padding: 5px 10px;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
  font-weight: 700;
  background-image: linear-gradient(bottom, #d6d6d6 40%, #fff 95%);
  background-image: -o-linear-gradient(bottom, #d6d6d6 40%, #fff 95%);
  background-image: -moz-linear-gradient(bottom, #d6d6d6 40%, #fff 95%);
  background-image: -webkit-linear-gradient(bottom, #d6d6d6 40%, #fff 95%);
  background-image: -ms-linear-gradient(bottom, #d6d6d6 40%, #fff 95%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.4, #d6d6d6), color-stop(.95, #fff));
  -webkit-border-radius: 4px;
  border-radius: 4px
}

.common_btn_s,
select {
  height: 50px;
  line-height: 50px
}

.common_btn_s {
  display: inline-block;
  width: 32%;
  text-align: center;
  border: 1px solid #999;
  font-size: 1.2em;
  margin: 10px 5px;
  padding: 0 10px;
  cursor: pointer;
  background-image: linear-gradient(bottom, #d6d6d6 40%, #fff 95%);
  background-image: -o-linear-gradient(bottom, #d6d6d6 40%, #fff 95%);
  background-image: -moz-linear-gradient(bottom, #d6d6d6 40%, #fff 95%);
  background-image: -webkit-linear-gradient(bottom, #d6d6d6 40%, #fff 95%);
  background-image: -ms-linear-gradient(bottom, #d6d6d6 40%, #fff 95%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.4, #d6d6d6), color-stop(.95, #fff));
  -webkit-border-radius: 4px;
  border-radius: 4px
}

.common_btn a:hover,
.common_btn_s a:hover {
  text-decoration: none
}

.input_text {
  width: 95%;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 1.6em;
  border: 1px solid #ccc;
  transition: .2s ease-in-out;
}

@media(max-width:768px) {
  .input_text {
    padding: 10px;
    margin: 0;
    font-size: 1.2em;
    border-width: 1px
  }
}

.input_text_s {
  width: 60%;
  margin: 0 5px;
  padding: 10px 20px;
  font-size: 1.6em;
  border: 1px solid #ccc;
  text-align: left;
  transition: .2s ease-in-out;
}

.center,
.input_text_ss,
option,
p.bigfeature,
select {
  text-align: center
}

.input_text_ss,
.textarea {
  -webkit-transition: .2s ease-in-out
}

@media(max-width:768px) {
  .input_text_s {
    padding: 10px;
    margin: 0;
    font-size: 1.2em;
    border-width: 1px
  }
}

.input_text_ss {
  width: 20%;
  margin: 0 10px;
  padding: 10px 20px;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  border: 1px solid #ccc;
  transition: .2s ease-in-out;
}

@media(max-width:768px) {
  .input_text_ss {
    padding: 10px;
    margin: 0;
    font-size: 1.2em;
    width: 25%;
    border-width: 1px
  }
}

select {
  padding: 10px 20px;
  border: 3px solid #ccc;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
  font-weight: 700;
  background: #fff;
  width: 30%;
  font-size: 1.6em;
}

@media(max-width:768px) {
  select {
    padding: 10px;
    margin: 5px 0;
    font-size: 1.2em;
    line-height: 35px;
    border-width: 1px;
    width: auto
  }
}

select.select_s {
  width: 20%
}

.textarea,
.textarea_s {
  width: 95%;
  resize: none;
  overflow: auto;
  font-weight: 700;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif
}

option {
  padding: 5px
}

.textarea {
  height: 200px;
  padding: 10px 20px;
  margin: 0 0 2rem;
  font-size: 1.6em;
  border: 3px solid #ccc;
  transition: .2s ease-in-out;
  -webkit-border-radius: 10px;
  border-radius: 10px
}

@media(max-width:768px) {
  .textarea {
    padding: 10px;
    font-size: 1.2em;
    border-width: 1px
  }
}

.textarea_s {
  height: 100px;
  padding: 10px 20px;
  font-size: 1.6em;
  border: 3px solid #ccc;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}

.marquee,
div.tableArea {
  overflow: hidden
}

@media(max-width:768px) {
  .textarea_s {
    padding: 10px;
    margin: 5px 0;
    font-size: 1.2em;
    border-width: 1px
  }
}

input.submit {
  width: 200px;
  height: 40px;
  border: 1px solid #000;
  font-size: 1.1em;
  cursor: pointer;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
  font-weight: 700;
  margin-top: 15px;
  color: #FFF;
  background: #a90329;
  background: -moz-linear-gradient(top, #a90329 0, #8f0222 44%, #6d0019 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a90329), color-stop(44%, #8f0222), color-stop(100%, #6d0019));
  background: -webkit-linear-gradient(top, #a90329 0, #8f0222 44%, #6d0019 100%);
  background: -o-linear-gradient(top, #a90329 0, #8f0222 44%, #6d0019 100%);
  background: -ms-linear-gradient(top, #a90329 0, #8f0222 44%, #6d0019 100%);
  background: linear-gradient(to bottom, #a90329 0, #8f0222 44%, #6d0019 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=0);
  -webkit-border-radius: 4px;
  border-radius: 4px
}

.require_text {
  font-size: .8em;
  font-weight: 700;
  color: #C00
}

.require span {
  background: #c00;
  color: #fff !important;
  padding: .3em .8em;
  font-size: .6em;
}

.inputhead {
  line-height: 2.5
}

input:hover,
select:hover,
textarea:hover {
  border: 3px solid #069;
  background-color: #ECFBFF
}

input:focus,
select:focus,
textarea:focus {
  border: 3px solid #F90;
  background-color: #FDEED9;
  outline: 0
}

@media(max-width:768px) {
  .require_text {
    font-size: .6em
  }

  .require span {
    font-size: .8em
  }

  input:focus,
  input:hover,
  select:focus,
  select:hover,
  textarea:focus,
  textarea:hover {
    border-width: 1px
  }
}

input[type=radio]+label {
  font-size: 1.8em;
  padding: .4em .7em;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

input[type=radio]+label.title {
  font-size: 3.5em
}

@media(max-width:768px) {
  input[type=radio]+label.title {
    font-size: 2em
  }
}

input[type=radio] {
  margin: 0 5px
}

input[type=radio]+label svg {
  display: none;
  opacity: 0;
  color: #0085b2
}

input[type=radio]:checked+label svg {
  opacity: 1;
  display: inline-block
}

input[type=radio]:checked+label {
  background: rgba(0, 133, 178, .1);
  color: #0085b2
}

label {
  cursor: pointer;
  font-size: 1.5em
}

label input {
  margin-right: 10px
}

input[type=file] {
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
  font-size: 1em
}

input[type=file].valid,
input[type=file]:hover {
  border: none;
  background-color: inherit
}

input[type=radio].valid,
input[type=radio]:hover {
  background: #111;
  border-color: #111
}

input.submit:hover {
  border: none;
  background-color: inherit !important
}

.form_error {
  background-image: inherit !important;
  background-color: #FFDFEC !important;
  border: 1px solid #C00 !important;
  color: #000 !important
}

.form_error::-webkit-input-placeholder {
  color: #C00;
  opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: .6;
  -khtml-opacity: .6;
  zoom: 1
}

.form_error:-moz-placeholder {
  color: #C00;
  opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: .6;
  -khtml-opacity: .6;
  zoom: 1
}

.form_error:-ms-placeholder {
  color: #C00;
  opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: .6;
  -khtml-opacity: .6;
  zoom: 1
}

.form_error:-o-placeholder {
  color: #C00;
  opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: .6;
  -khtml-opacity: .6;
  zoom: 1
}

div.form_error,
div.form_error::after {
  position: absolute;
  -khtml-opacity: .9;
  display: none
}

div.form_error {
  background-color: #C00 !important;
  background-image: none !important;
  color: #FFF !important;
  padding: 5px 10px;
  z-index: 10;
  font-size: 1.2em;
  margin: -12px 0 0 150px;
  -moz-opacity: .9;
  zoom: 1;
  opacity: .9;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px #000;
  box-shadow: 0 1px 2px #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#666666,strength=3)";
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666, direction=0, strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#666666, direction=90, strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#666666, direction=180, strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#666666, direction=270, strength=3)
}

div.form_error::after {
  top: -12px;
  left: 20%;
  width: 0;
  height: 0;
  border-bottom: 20px solid #c00;
  border-right: 20px solid transparent;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  -moz-opacity: .9;
  z-index: -10;
  opacity: .9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

#ErrorBox {
  display: none;
  padding-top: 10px
}

#ErrorBox li {
  margin: 0 !important;
  font-size: 1em !important
}

#ErrorBox div.form_error {
  position: inherit;
  display: block;
  background-image: inherit !important;
  background-color: inherit !important;
  border: none !important;
  color: #C00 !important;
  padding: 0 0 0 10px;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0
}

input::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 400 !important;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}

input.valid::-webkit-input-placeholder,
input:hover::-webkit-input-placeholder {
  color: #069
}

input:focus::-webkit-input-placeholder {
  color: #F90
}

input.form_error::-webkit-input-placeholder {
  color: #C00
}

textarea::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 400 !important;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}

textarea.valid::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder {
  color: #069
}

textarea:focus::-webkit-input-placeholder {
  color: #F90
}

textarea.form_error::-webkit-input-placeholder {
  color: #C00
}

input:-moz-placeholder {
  color: #ccc;
  font-weight: 400 !important;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}

input.valid:-moz-placeholder,
input:hover:-moz-placeholder {
  color: #069
}

input:focus:-moz-placeholder {
  color: #F90
}

input.form_error:-moz-placeholder {
  color: #C00
}

textarea:-moz-placeholder {
  color: #ccc;
  font-weight: 400 !important;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}

textarea.valid:-moz-placeholder,
textarea:hover:-moz-placeholder {
  color: #069
}

textarea:focus:-moz-placeholder {
  color: #F90
}

textarea.form_error:-moz-placeholder {
  color: #C00
}

input:-ms-placeholder {
  color: #ccc;
  font-weight: 400 !important;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}

input.valid:-ms-placeholder,
input:hover:-ms-placeholder {
  color: #069
}

input:focus:-ms-placeholder {
  color: #F90
}

input.form_error:-ms-placeholder {
  color: #C00
}

textarea:-ms-placeholder {
  color: #ccc;
  font-weight: 400 !important;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}

textarea.valid:-ms-placeholder,
textarea:hover:-ms-placeholder {
  color: #069
}

textarea:focus:-ms-placeholder {
  color: #F90
}

textarea.form_error:-ms-placeholder {
  color: #C00
}

input:-o-placeholder {
  color: #ccc;
  font-weight: 400 !important;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}

input.valid:-o-placeholder,
input:hover:-o-placeholder {
  color: #069
}

input:focus:-o-placeholder {
  color: #F90
}

input.form_error:-o-placeholder {
  color: #C00
}

textarea:-o-placeholder {
  color: #ccc;
  font-weight: 400 !important;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}

textarea.valid:-o-placeholder,
textarea:hover:-o-placeholder {
  color: #069
}

textarea:focus:-o-placeholder {
  color: #F90
}

textarea.form_error:-o-placeholder {
  color: #C00
}

.teltext_m {
  display: none
}

input.telinput {
  margin: 10px 0 0
}

.form {
  border: 1px solid rgba(85, 160, 221, 1.00);
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: rgba(255, 255, 255, .9);
  font-size: .7em
}

@media(max-width:768px) {
  .form {
    padding: 10px;
    margin: 10px 0
  }
}

.form .common_btn {
  width: 80%;
  height: 60px;
  margin: 15px auto;
  cursor: pointer
}

.form .common_btn:hover,
.form .common_btn_s:hover {
  border: 1px solid #999
}

.form #submitButton {
  cursor: pointer;
  -webkit-opacity: 1;
  opacity: 1
}

.form #submitButton:disabled {
  cursor: crosshair;
  -webkit-opacity: .4;
  opacity: .4
}

.form table {
  width: 100%;
  font-size: .8em
}

.form table tr {
  width: 100%
}

.form table td {
  padding: 5px 20px 10px;
  border-bottom: 1px dotted rgba(0, 160, 233, 1)
}

@media(max-width:768px) {
  .form table td {
    padding: 5px 0;
    line-height: 20px
  }
}

.form table td .addtext {
  font-size: 2em
}

.form table td.head {
  font-weight: 700;
  display: inline-block;
  position: relative;
  font-size: 2em;
  border: none;
  padding: 10px 20px 0;
  margin-bottom: 10px
}

.form table td.cf_head {
  font-weight: 700;
  font-size: 1.5em;
  color: #111;
  width: 100%;
  display: inline-block
}

.form table td.cf {
  width: 100%;
  display: inline-block;
  color: rgba(0, 160, 233, 1);
  background: rgba(255, 255, 255, .7);
  font-size: 2.5em
}

@media(max-width:768px) {
  .form table td.head {
    padding: 1em 0 0
  }

  .form table td.cf {
    padding: 5px 10px;
    font-size: 1.8em
  }
}

.strong,
.strong3,
.strong4,
.weak {
  padding: 0 .5em
}

.form span.Add,
.form table td span.add {
  font-size: 2em
}

.form table td span {
  margin-left: 10px;
  margin-right: 10px
}

.form .formtype {
  font-weight: 700;
  color: #fff;
  background: #069
}

.left {
  float: left
}

img.left {
  margin-right: 20px
}

@media(max-width:768px) {
  img.left {
    width: 40%;
    margin-right: 10px
  }
}

.right {
  float: right
}

.shadow {
  display: block;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
}

canvas#GraphArea {
  height: auto !important;
  width: 70% !important;
  display: block;
  margin: 0 auto
}

.small {
  font-size: .7em;
  letter-spacing: 0
}

.form .small {
  font-size: .6em
}

.form .smallblack {
  font-size: 2em;
  font-weight: 400;
  display: block;
  margin: 5px 0
}

.big {
  font-size: 1.6em
}

@media(max-width:768px) {
  canvas#GraphArea {
    width: 80% !important
  }

  .big {
    font-size: 1.4em
  }
}

.bigger {
  font-size: 5em
}

.strong {
  color: rgba(72, 181, 217, 1);
  margin: 0 3px;
  font-weight: 700;
  font-size: 1.3em;
  background: -webkit-gradient(linear, left 60%, left bottom, from(transparent), color-stop(.6, rgba(72, 181, 217, .2)), to(rgba(72, 181, 217, .2)));
  background: linear-gradient(transparent 60%, rgba(72, 181, 217, .2) 60%)
}

.big .strong {
  font-size: inherit
}

.strong2,
.strong3,
.strong4,
.weak {
  font-size: 1.3em;
  margin: 0 3px;
  -webkit-text-shadow: none;
  text-shadow: none;
  font-weight: 700
}

.weak {
  color: rgba(72, 181, 217, .9);
  background: -webkit-gradient(linear, left 60%, left bottom, from(transparent), color-stop(.6, rgba(72, 181, 217, .2)), to(rgba(72, 181, 217, .2)));
  background: linear-gradient(transparent 60%, rgba(72, 181, 217, .2) 60%)
}

.strong2 {
  color: rgba(0, 0, 0, .9)
}

.strong3 {
  color: rgba(114, 101, 160, .9);
  background: -webkit-gradient(linear, left 60%, left bottom, from(transparent), color-stop(.6, rgba(114, 101, 160, .2)), to(rgba(114, 101, 160, .2)));
  background: linear-gradient(transparent 60%, rgba(114, 101, 160, .2) 60%)
}

.strong4 {
  color: rgba(204, 0, 0, .9);
  background: -webkit-gradient(linear, left 60%, left bottom, from(transparent), color-stop(.6, rgba(204, 0, 0, .2)), to(rgba(204, 0, 0, .2)));
  background: linear-gradient(transparent 60%, rgba(204, 0, 0, .2) 60%)
}

@media(max-width:768px) {

  .strong,
  .strong2,
  .strong3,
  .strong4,
  .weak {
    font-size: 1.1em
  }
}

p.bigfeature {
  font-size: 3em !important;
  font-weight: 700;
  margin-top: 0 !important
}

.smalltext {
  font-size: .7em !important;
  margin: 0
}

.textlink {
  text-align: right;
  font-weight: 700
}

#container p.link {
  text-align: right;
  margin: 30px 0
}

#container p.textlink,
div.image {
  text-align: center
}

@media(max-width:768px) {
  #container p.link {
    font-size: 1em;
    margin: .7em 0
  }
}

@media screen and (min-width:320px) and (max-width:374px) {
  #container p.link {
    font-size: 80%;
    letter-spacing: 0
  }
}

#container p.link a {
  background: rgba(255, 90, 16, .1);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.3em;
  padding: .4em .7em;
  color: rgba(255, 90, 16, .9)
}

#container p.link a::before {
  content: '\00bb';
  display: inline-block
}

#container p.link a:hover {
  background: 0 0;
  border-bottom: 1px dotted rgba(255, 90, 16, .9)
}

#container p.voice {
  background: rgba(253, 216, 53, .9);
  padding: .7em;
  display: inline-block;
  margin: 5px 20px 5px 0;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

@media(max-width:768px) {
  #container p.link a {
    font-size: .8em
  }

  #container p.voice {
    font-size: 85%;
    padding: .7em 1em .7em .5em;
    margin-left: 5px
  }
}

@media screen and (min-width:320px) and (max-width:374px) {
  #container p.voice {
    font-size: 50%
  }
}

#container p.voice.bad {
  background: rgba(204, 0, 0, .9);
  color: rgba(255, 255, 255, 1)
}

#container p.voice::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid rgba(253, 216, 53, .9);
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 20%;
  right: -20px
}

#container p.voice.bad::before {
  border-left-color: rgba(204, 0, 0, .9)
}

#container p.voice a {
  color: rgba(0, 160, 233, 1);
  background: rgba(255, 255, 255, .85)
}

#container p.voice a:hover {
  color: rgba(255, 255, 255, 1);
  background: 0 0;
  border-color: rgba(255, 255, 255, .9)
}

#container p.textlink a {
  display: inline-block;
  text-decoration: none;
  font-size: 2em;
  padding: .4em 2em;
  background: rgba(255, 255, 255, .7);
  border: 4px solid rgba(0, 160, 233, 1);
  color: rgba(0, 160, 233, 1);
  position: relative;
  z-index: 100;
  font-weight: 700;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  -webkit-text-shadow: none;
  text-shadow: none
}

@media screen and (min-width:320px) and (max-width:374px) {
  #container p.textlink a {
    font-size: 1.1em;
    padding: .5em .7em;
    border-width: 2px;
    -webkit-transition: none;
    transition: none
  }
}

@media screen and (min-width:375px) and (max-width:413px) {
  #container p.textlink a {
    font-size: 1.1em;
    padding: .5em .7em;
    border-width: 2px;
    -webkit-transition: none;
    transition: none
  }
}

@media screen and (min-width:414px) and (max-width:500px) {
  #container p.textlink a {
    font-size: 1.1em;
    padding: .5em .7em;
    border-width: 2px;
    -webkit-transition: none;
    transition: none
  }
}

#container p.textlink a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 1)
}

#container p.textlink a::before {
  content: '\00bb';
  display: inline-block
}

#container p.textlink a::after,
#container p.textlink a:hover::after {
  content: '';
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}

#container p.textlink a:hover .svgicon {
  -webkit-animation: flipY .45s ease-in-out forwards;
  animation: flipY .45s ease-in-out forwards
}

#container p.textlink a span {
  padding: .2em 3em
}

#container p.textlink a::after {
  background: rgba(0, 160, 233, 1);
  width: 0;
  z-index: -1;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}

@media(max-width:768px) {
  #container p.textlink a:hover {
    color: rgba(0, 160, 233, 1)
  }

  #container p.textlink a:hover .svgicon {
    -webkit-animation: none;
    animation: none
  }

  #container p.textlink a::after {
    display: none
  }
}

#container p.textlink a:hover::after {
  width: 100%
}

#container .infobox {
  padding: 0 .5em;
  display: inline-block;
  margin: .4em 0;
  border: 3px solid rgba(230, 122, 20, .8);
  background: rgba(230, 122, 20, .1);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2)
}

@media(max-width:768px) {
  #container .infobox {
    border-width: 2px
  }
}

#container .infobox p {
  margin: .7em 0
}

#container .infobox.animation {
  -webkit-opacity: 0;
  opacity: 0
}

#container .infobox.visible {
  -webkit-animation: slideInBottom_s .4s ease-in-out forwards;
  animation: slideInBottom_s .4s ease-in-out forwards
}

#container .infobox.alert {
  border-color: rgba(204, 0, 0, .9);
  background: rgba(204, 0, 0, .2)
}

.marquee {
  border: 3px solid #ee5c06;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  position: relative;
  width: 1000px;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-text-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2), 0 3px 5px rgba(0, 0, 0, .2) inset;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2), 0 3px 5px rgba(0, 0, 0, .2) inset
}

.marquee p:after {
  content: "";
  padding-right: 50px
}

.marquee p {
  margin: 0;
  padding: 0 0 0 1000px;
  display: inline-block;
  font-weight: 700;
  -webkit-animation: marquee 15s linear 0s infinite;
  animation: marquee 15s linear 0s infinite
}

.pagernavi .next a,
.pagernavi .prev a {
  padding: .6em 1.5em;
  display: block;
  background: rgba(0, 160, 233, 1);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2)
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translate(0)
  }

  99%,
  to {
    -webkit-transform: translate(-100%)
  }
}

@keyframes marquee {
  from {
    transform: translate(0)
  }

  99%,
  to {
    transform: translate(-100%)
  }
}

.pagernavi {
  font-size: .8em;
  margin: 1.5em 0;
  letter-spacing: 0
}

.pagernavi .next a {
  float: right;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2)
}

.pagernavi .next a,
.pagernavi .prev a {
  color: #fff !important;
  border: 2px solid #fff
}

.pagernavi .next a:hover,
.pagernavi .prev a:hover {
  text-decoration: none !important;
  -webkit-opacity: .8;
  opacity: .8
}

#container dl.animation,
#float_pagetop a,
.check:checked~#float_pagetop {
  opacity: 0
}

.pagernavi .next a::after {
  content: "»";
  color: #fff;
  margin-left: 2px
}

.pagernavi .prev a {
  float: left;
  color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2)
}

#container dd,
.content_img {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2)
}

.pagernavi .prev a::before {
  content: "«";
  color: #fff;
  margin-right: 2px
}

#container dl dd::after,
div.image::after {
  content: '';
  display: block
}

div.image {
  display: block;
  margin: 10px auto;
  position: relative
}

div.image::after {
  background: url("http://24cash.shop/img/imageWatermark.png") no-repeat;
  background-size: contain;
  width: 406px;
  height: 111px;
  position: absolute;
  bottom: 10px;
  right: 105px;
  z-index: 10
}

.content_img {
  border: 3px solid rgba(252, 252, 247, 1);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2)
}

.content_img_noshadow {
  margin: 10px 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

@media(max-width:768px) {
  div.image::after {
    width: 180px;
    height: 45px;
    right: 5px
  }

  .content_img,
  .content_img_noshadow {
    width: 95%;
    margin: 10px auto
  }
}

img.rotate {
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg)
}

.content_img_margin {
  margin: 20px 0
}

.floatimg_left {
  margin-right: 20px
}

.floatimg_right {
  margin-left: 20px
}

#container .googlemap {
  position: relative
}

#container .googlemap p {
  margin: 0
}

#container .googlemap iframe {
  display: block;
  margin: 15px auto
}

@media(max-width:768px) {
  .googlemap {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden
  }

  .googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
  }
}

#container dl {
  margin: 0 auto 10px;
  width: 100%;
  min-width: 85%;
  display: block;
  text-align: left
}

@media(max-width:768px) {
  #container dl {
    width: 95%
  }

  #container dt {
    font-size: .9em
  }
}

.sns,
.social_area .inline {
  width: 100%
}

#container dl.visible {
  -webkit-animation: slideInBottom_s .4s ease-in-out forwards;
  animation: slideInBottom_s .4s ease-in-out forwards
}

#container dl dd::after {
  clear: both;
  height: 0;
  visibility: hidden
}

.pagetopbtn::after,
.pagetopbtn::before,
.social_area::after {
  content: "";
  height: 0;
  visibility: hidden;
  clear: both
}

#container dt {
  position: relative;
  top: 1em;
  display: inline-block;
  left: 1em;
  background: rgba(17, 17, 17, 1);
  padding: .2em .8em;
  font-size: .9em;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  margin-bottom: .9em;
  -webkit-text-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0
}

#container dt span.step {
  font-size: 1.5em
}

#container dt span.num {
  font-size: 1.2em;
  margin: 0 .1em
}

#container dt h4 {
  font-size: 1em !important;
  margin-bottom: 0
}

#container dd {
  border: 3px solid rgba(17, 17, 17, 1);
  padding: .2em 1em;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2)
}

@media(max-width:768px) {
  #container dd {
    font-size: 1em;
    border-width: 2px;
    padding: .1em .2em
  }
}

#container dd .linklist a {
  display: inline
}

#container dl.orange dt {
  background: rgba(255, 90, 16, .9)
}

#container dl.orange dd {
  border-color: rgba(255, 90, 16, .9);
  background: rgba(255, 90, 16, .1)
}

#container dl.pink dt {
  background: rgba(255, 57, 131, .9)
}

#container dl.pink dd {
  border-color: rgba(255, 57, 131, .9);
  background: rgba(255, 57, 131, .1)
}

#container dl.gray dt {
  background: rgba(102, 102, 102, .9)
}

#container dl.gray dd {
  border-color: rgba(102, 102, 102, .9);
  background: rgba(102, 102, 102, .1)
}

#container ul {
  display: block
}

#container ul.common {
  display: inline-block;
  border: 2px dotted #006ab6;
  padding: 15px 30px;
  margin-bottom: 10px;
  background-color: #E8F2FF;
  min-width: 60%;
  color: #006ab6;
  font-weight: 700;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2)
}

#container ul.common li {
  font-size: 1.5em;
  margin: 0
}

#container ul.common li a {
  color: #039;
  text-decoration: underline
}

#container ul.common li a:hover {
  color: #39C
}

#container li {
  font-size: 1.5em;
  line-height: 1.7;
  font-weight: 700;
  margin-top: 10px
}

@media(max-width:768px) {
  #container li {
    font-size: 1em
  }
}

#container li .listhead {
  background: #666;
  color: #fff;
  padding: 5px 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px
}

#container li div {
  padding: 15px 0 15px 15px;
  font-weight: 400;
  font-size: .8em
}

#container li div li {
  font-size: 1em;
  font-weight: 400;
  background: url("http://24cash.shop/img/pc_contentlisthead2.png") no-repeat;
  padding-left: 40px;
  line-height: 30px;
  margin-bottom: 5px;
  color: #07BCDC
}

#container ul.related_list {
  border: none;
  background: 0 0;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: right
}

#container ul.related_list li {
  line-height: 25px;
  margin: 10px;
  font-size: 1.4em
}

#container ul.related_list li a {
  text-decoration: none;
  padding-left: 35px
}

#container ul.related_list li a:hover {
  text-decoration: underline
}

.pagetopbtn a,
.sns li a {
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  display: block
}

.social_area {
  display: block;
  margin-top: 20px;
  margin-bottom: 30px
}

@media(max-width:768px) {
  .social_area {
    padding: 0 10px
  }
}

.social_area::after {
  display: block
}

.sns {
  margin: 0 auto;
  text-align: center;
  font-size: .8em
}

.sns li {
  float: left;
  margin: 0 2% 3% 0
}

.sns li a {
  font-size: .5em !important;
  position: relative;
  padding: 7px 10px;
  border-radius: 6px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, .3)
}

.sns li a:hover {
  -webkit-transform: translate3d(0, 5px, 1px);
  transform: translate3d(0, 5px, 1px);
  -webkit-box-shadow: none;
  box-shadow: none
}

.sns .twitter a {
  background: #00acee;
  -webkit-box-shadow: 0 5px 0 #0092ca;
  box-shadow: 0 5px 0 #0092ca
}

.sns .twitter a:hover {
  background: #0092ca
}

.sns .facebook a {
  background: #3b5998;
  -webkit-box-shadow: 0 5px 0 #2c4373;
  box-shadow: 0 5px 0 #2c4373
}

.sns .facebook a:hover {
  background: #2c4373
}

.sns .googleplus a {
  background: #db4a39;
  -webkit-box-shadow: 0 5px 0 #ad3a2d;
  box-shadow: 0 5px 0 #ad3a2d
}

.sns .googleplus a:hover {
  background: #ad3a2d
}

.sns .hatebu a {
  background: #5d8ac1;
  -webkit-box-shadow: 0 5px 0 #43638b;
  box-shadow: 0 5px 0 #43638b
}

.sns .hatebu a:hover {
  background: #43638b
}

.sns .line a {
  background: #25af00;
  -webkit-box-shadow: 0 5px 0 #219900;
  box-shadow: 0 5px 0 #219900
}

.sns .line a:hover {
  background: #219900
}

.sns .pocket a {
  background: #f03e51;
  -webkit-box-shadow: 0 5px 0 #c0392b;
  box-shadow: 0 5px 0 #c0392b
}

.sns .pocket a:hover {
  background: #c0392b
}

.sns .rss a {
  background: #ffb53c;
  -webkit-box-shadow: 0 5px 0 #e09900;
  box-shadow: 0 5px 0 #e09900
}

.sns .rss a:hover {
  background: #e09900
}

.sns .feedly a {
  background: #87c040;
  -webkit-box-shadow: 0 5px 0 #74a436;
  box-shadow: 0 5px 0 #74a436
}

.sns .feedly a:hover {
  background: #74a436
}

.pagetopbtn a {
  background-color: #a9d721;
  font-weight: 700;
  padding: .2em .5em;
  border-top: 4px solid rgb(10, 110, 20);
  border-bottom: 4px solid rgb(10, 110, 20);
  z-index: 1;
  -webkit-text-shadow: none;
  text-shadow: none
}

.pagetopbtn a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, .7);
  color: rgba(38, 88, 188, 1) !important
}

.pagetopbtn a:hover svg {
  -webkit-animation: jump .6s ease-in-out infinite;
  animation: jump .6s ease-in-out infinite
}

@media(max-width:768px) {
  pagetopbtn a:hover {
    text-decoration: none;
    background-color: inherit;
    color: inherit
  }

  .pagetopbtn a:hover svg {
    -webkit-animation: none;
    animation: none
  }
}

.pagetopbtn a span {
  font-size: 60%;
  letter-spacing: 0;
  margin-top: -.3em
}

.pagetopbtn::after,
.pagetopbtn::before {
  display: block
}

#float_pagetop {
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

#float_pagetop a {
  display: none;
  position: fixed;
  background: rgba(0, 160, 233, 1);
  padding: .5em 1.5em;
  color: rgba(255, 255, 255, .9);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 50px 50px 0;
  letter-spacing: 0;
  right: 0;
  bottom: -300px;
  z-index: 200;
  border: 2px solid rgba(255, 255, 255, .9);
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  -webkit-animation: slideInBottom .9s ease-in-out 1s forwards;
  animation: slideInBottom .9s ease-in-out 1s forwards
}

#float_pagetop a .svgicon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 0 2px
}

#float_pagetop a:hover {
  text-decoration: none;
  background: rgba(0, 160, 233, .7)
}

#float_pagetop a:hover .svgicon {
  margin-top: -5px
}

@media(max-width:768px) {
  #float_pagetop a {
    display: block;
    width: 60px;
    height: 60px;
    background: rgba(0, 160, 233, 1);
    margin-bottom: 25%;
    margin-right: 20px;
    padding: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%
  }

  #float_pagetop a span.text {
    display: none
  }

  #float_pagetop a:hover {
    border-color: rgba(255, 255, 255, .9)
  }

  #float_pagetop a .svgwrap {
    display: block;
    line-height: 60px;
    height: 60px;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 1)
  }

  #float_pagetop a .svgwrap .svgicon {
    margin: -5px 0 0;
    font-size: 2em
  }

  #float_pagetop img {
    display: none
  }
}

#float_pagetop a::after {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  background: url("http://24cash.shop/img/floatpagetop_message.png") no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
  opacity: 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}

#footerswitch,
#menutopButton a,
.float-menubtn a {
  position: fixed;
  z-index: 9999
}

#float_pagetop a:hover::after {
  opacity: 1;
  -webkit-animation: bounce .4s ease-in-out forwards;
  animation: bounce .4s ease-in-out forwards
}

#footerswitch {
  font-size: 1.5em;
  width: 210px;
  right: 5px;
  bottom: 0;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

body.company #footerswitch {
  display: none
}

@media(max-width:768px) {
  #float_pagetop a::after {
    display: none
  }

  #float_pagetop a:hover::after {
    opacity: 0;
    -webkit-animation: none;
    animation: none
  }

  #footerswitch {
    display: none !important
  }
}

#footerswitch.visible {
  -webkit-opacity: 1;
  opacity: 1;
  display: block
}

#footerswitch:hover {
  -webkit-opacity: .8;
  opacity: .8
}

#footerswitch.hidden {
  bottom: -500px
}

@media(max-width:768px) {
  #menutopButton {
    display: none
  }
}

body.company #menutopButton,
body.sitemap #menutopButton {
  display: none !important
}

#menutopButton a {
  top: 5%;
  left: 0;
  width: 45px
}

#menutopButton a.visible {
  display: block;
  -webkit-animation: sldeInLeft .2s ease-in-out 0s forwards;
  animation: slideInLeft .2s ease-in-out 0s forwards
}

.float-menubtn {
  display: none;
  z-index: 9999
}

body.company .float-menubtn {
  display: block
}

.float-menubtn a {
  bottom: 20px;
  right: 5px;
  width: 80px;
  -webkit-opacity: .9;
  opacity: .9
}

.float-menubtn a.hidden {
  bottom: -500px
}

table th {
  width: 20%;
  font-size: 1.5em;
  text-align: right;
  padding-right: 20px;
  line-height: 35px
}

table td {
  padding-left: 20px;
  text-align: left
}

table td span {
  margin-left: 20px;
  font-weight: 700
}

table.basic,
table.common {
  border: 1px solid rgba(0, 160, 233, 1);
  display: block;
  margin: 15px 0;
  width: 100%;
  background: rgba(255, 255, 255, .9);
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif
}

table.basic td,
table.common td {
  border-left: 1px dotted rgba(0, 160, 233, 1);
  border-bottom: 1px dotted rgba(0, 160, 233, 1);
  line-height: 1.8;
  padding: 10px 20px;
  width: 800px;
  font-size: .9em;
  vertical-align: middle
}

@media(max-width:768px) {
  .float-menubtn {
    display: block
  }

  div.tableArea {
    overflow-x: scroll
  }

  table.common {
    display: table
  }

  table.basic td,
  table.common td {
    font-size: .6em;
    line-height: inherit;
    padding: 5px;
    width: 80%
  }
}

table.basic tr:last-child td,
table.common tr:last-child td {
  border-bottom: none
}

table.basic td.th,
table.basic th,
table.common td.th,
table.common td.top,
table.common th {
  color: rgba(0, 160, 233, 1);
  border-bottom: 1px dotted rgba(0, 160, 233, 1);
  font-weight: 700;
  line-height: 1.8
}

table.common td.top {
  background: #F9F9F9;
  font-size: 1.2em
}

table.basic td.th,
table.basic th,
table.common td.th,
table.common th {
  background: rgba(0, 160, 233, .05);
  vertical-align: middle;
  font-size: 1em;
  padding: 10px 20px;
  text-align: center;
  white-space: nowrap;
  width: 250px
}

@media(max-width:768px) {

  table.basic td.th,
  table.basic th,
  table.common td.th,
  table.common th {
    font-size: .7em;
    white-space: inherit;
    line-height: inherit;
    padding: 5px 0;
    width: 120px
  }
}

table.common td span.strong,
table.common td span.strong2,
table.common td span.strong3 {
  font-size: inherit !important;
  margin: 0
}

table.basic tr:last-child td.th,
table.basic tr:last-child th,
table.common tr:last-child td.th,
table.common tr:last-child th {
  border-bottom: none
}

table.common td.th span.small,
table.common th span.small {
  color: #db4e85;
  font-weight: 400;
  font-size: .8em
}

@media(max-width:768px) {
  table.common tbody tr {
    display: block
  }

  table.common tbody td,
  table.common tbody th {
    display: list-item;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 1em;
    padding: 10px;
    list-style-type: none
  }

  table.common tbody th {
    border-bottom: 1px dotted
  }

  table.common tbody td {
    border-bottom: 1px solid rgba(0, 160, 233, 1)
  }
}

#container .contentsBox {
  border: 4px solid rgba(0, 160, 233, 1);
  padding: .7em 1em;
  display: inline-block;
  margin-top: 1em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2)
}

#container .contentsBox .head {
  border-bottom: 1px dotted rgba(0, 160, 233, 1);
  border-left: 10px solid rgba(0, 160, 233, 1);
  padding: 0 0 0 .5em
}

#container .contentsBox ul {
  padding-top: .5em
}

#container .contentsBox ul li {
  font-size: .7em;
  margin: 0;
  font-weight: 700;
  text-indent: 1em;
  letter-spacing: 0
}

@media(max-width:768px) {
  #container .contentsBox ul li {
    font-size: 1em;
    letter-spacing: -1px
  }
}

#container .contentsBox ul li a {
  text-decoration: underline
}

#container .pagerBox {
  border-top: 1px dotted rgba(0, 160, 233, 1);
  padding-top: .5em
}

#container .pagerBox p.link {
  display: block;
  width: 100%;
  margin: .5em 0
}

#container .pagerBox p.link a {
  color: #006ab6;
  background: 0 0;
  text-decoration: underline;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400
}

#container .pagerBox p.link a:hover {
  border: none;
  text-decoration: none
}

#container .pagerBox p.link.next a::before,
#container .pagerBox p.link.prev a::before {
  display: none
}

#container .pagerBox p.link.next::before,
#container .pagerBox p.link.prev::before {
  font-size: 1.3em
}

#container .pagerBox p.link.prev {
  text-align: left
}

#container .pagerBox p.link.prev::before {
  content: '\00ab';
  display: inline-block
}

#container .pagerBox p.link.next {
  text-align: right
}

#container .pagerBox p.link.next::before {
  content: '\00bb';
  display: inline-block
}

.type-stripe {
  height: 10px;
  -webkit-animation: stripeBg 10s linear infinite;
  animation: stripeBg 10s linear infinite;
  background: linear-gradient(-45deg, #3498DB 25%, #fff 25%, #fff 50%, #3498DB 50%, #3498DB 75%, #fff 75%, #fff);
  background-size: 20px 20px;
  border: 1px solid #3498DB
}

.compareTable table td,
.compareTable table th {
  border: 1px solid rgba(0, 160, 233, 1);
  text-align: center
}

@-webkit-keyframes stripeBg {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: 100% 0
  }
}

#container .youtube iframe {
  display: block;
  margin: 30px auto;
  width: 100%;
  height: 450px
}

.compareTable {
  margin-top: 4em;
  width: 100%;
  max-width: 100%;
  overflow-x: auto
}

@media(max-width:768px) {
  #container .youtube iframe {
    height: 200px
  }

  .compareTable {
    margin-top: 1em
  }
}

.compareTable table {
  font-size: 55% !important;
  display: block;
  width: 100% !important
}

.compareTable table th {
  padding-right: 0;
  line-height: 3;
  letter-spacing: 0;
  font-size: 1.2em;
  height: 70px
}

.compareTable table th.h {
  background: rgba(0, 160, 233, .1);
  color: rgba(0, 160, 233, 1)
}

.compareTable table td.featureTD,
.compareTable table th.v {
  color: rgba(255, 255, 255, 1);
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .8)
}

.compareTable table th.v {
  background: rgba(0, 160, 233, .8)
}

.compareTable table td {
  white-space: nowrap;
  padding: .5em;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .5px;
  font-size: 1.3em
}

.compareTable table td:empty,
.compareTable table th:empty {
  background-color: rgba(204, 204, 204, .15)
}

.compareTable table td.featureTD {
  background: rgba(211, 40, 143, .7);
  font-size: 2em;
  line-height: 1
}

.breadcrumb li a,
body.sitemap #container .block a,
body.sitemap #container .block h6 {
  -webkit-text-shadow: none;
  text-shadow: none
}

.ie-p,
.ie-span {
  line-height: 1.6em
}

.compareTable table td span.small,
.compareTable table th span.small {
  margin-left: 0;
  font-size: 60%
}

.compareTable table td a {
  font-weight: 700;
  font-size: 1.2em
}

.breadcrumb {
  font-size: .6em;
  font-weight: 400;
  color: rgba(0, 160, 233, 1);
  overflow: hidden;
  width: 100%;
  -webkit-opacity: 0;
  opacity: 0
}

.breadcrumb.animation {
  -webkit-opacity: 1;
  opacity: 1
}

@media(max-width:768px) {
  .breadcrumb {
    margin: 0 auto;
    font-size: .5em;
    letter-spacing: -.5px;
    display: none !important
  }

  .breadcrumb .wrapper {
    padding: 0 5px
  }
}

#container .breadcrumb li {
  float: left;
  margin: 1.5em .4em .5em .8em;
  font-size: 1em;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}

.breadcrumb li a,
.breadcrumb li a .svgicon {
  color: rgba(0, 160, 233, 1);
  -webkit-transition: .2s ease-in-out
}

@media(max-width:768px) {
  .breadcrumb li {
    margin-left: 10px;
    display: block
  }
}

.breadcrumb li a {
  background: rgba(0, 160, 233, .05);
  display: block;
  position: relative;
  float: left;
  padding: .3em 2em;
  margin-left: -10px;
  transition: .2s ease-in-out;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

@media(max-width:768px) {
  .breadcrumb li:first-child {
    margin-left: 20px
  }

  .breadcrumb li a {
    margin-bottom: 5px;
    padding: .3em 1em
  }
}

.breadcrumb li:first-child a {
  padding: .3em 1.5em
}

.breadcrumb li a:hover {
  background: inherit;
  text-decoration: none
}

.breadcrumb li a .svgicon {
  z-index: 100;
  transition: .2s ease-in-out
}

@media(max-width:768px) {
  .breadcrumb li:first-child a {
    padding: .3em .5em
  }

  .breadcrumb li a .svgicon {
    margin-right: 2px
  }
}

.breadcrumb li a svg {
  font-size: 1.2em;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}

.breadcrumb li:last-of-type a {
  cursor: default;
  background: inherit;
  border: none
}

.breadcrumb li:last-child {
  margin-left: -.5em
}

.breadcrumb li:last-child a {
  padding: .3em 1.5em
}

.breadcrumb li:last-child a span {
  margin-right: .3em;
  margin-left: -1.2em;
  display: inline-block
}

.breadcrumb li:last-of-type a::after,
.breadcrumb li:last-of-type a::before {
  display: none
}

.breadcrumb::after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden
}

.footlink {
  overflow: hidden;
  position: relative;
  padding: 5px 0
}

.footlink ul {
  position: relative;
  left: 50%;
  float: left
}

.footlink ul li {
  position: relative;
  left: -50%;
  float: left;
  font-size: .9em !important;
  font-weight: 400 !important
}

.footlink ul li a {
  display: block;
  color: #999 !important
}

.footlink ul li a:after {
  content: "｜";
  margin-left: 5px;
  margin-right: 5px
}

#footer .footlink:after,
.footlink ul li:last-child a:after {
  content: ""
}

.footlink ul li a:hover {
  text-decoration: none !important
}

#footer .footlink:after {
  clear: both;
  height: 0;
  display: block;
  visibility: hidden
}

body.sitemap #container .block {
  font-size: .7em;
  padding: .6em 0;
  margin: 20px 0
}

@media(max-width:768px) {
  body.sitemap #container .block {
    padding: .6em 10px;
    margin: 1em 0
  }
}

body.sitemap #container .block h6 {
  color: rgba(0, 160, 233, 1);
  margin: .5em 0;
  font-size: 1.5em
}

@media(max-width:768px) {
  body.sitemap #container .block h6 {
    margin: 0;
    font-size: 1.2em;
    letter-spacing: .5px
  }
}

body.sitemap #container .block h6 a {
  padding: .4em .7em;
  font-size: 1em
}

body.sitemap #container .block li {
  display: inline-block;
  font-size: 1em
}

@media(max-width:768px) {
  body.sitemap #container .block li {
    display: block;
    margin-top: .5em;
    font-size: 1.2em;
    margin-left: 1.5em
  }
}

body.sitemap #container .block a {
  color: rgba(0, 160, 233, 1);
  background: rgba(0, 160, 233, .1);
  text-decoration: none;
  font-weight: 700;
  padding: .4em .7em;
  margin: 0 2px;
  font-size: .9em;
  border-bottom: 1px dotted;
  border-bottom-color: transparent
}

@media(max-width:768px) {
  body.sitemap #container .block a {
    display: block;
    margin-bottom: 5px
  }
}

body.sitemap #container .block a::before {
  content: '\00bb';
  display: inline-block
}

body.sitemap #container .block a:hover {
  color: rgba(0, 160, 233, 1);
  background: inherit;
  border-bottom-color: rgba(0, 160, 233, .7)
}

body.sitemap #container .block a:hover .svgicon {
  -webkit-animation: flipY .4s ease-in-out forwards;
  animation: flipY .4s ease-in-out forwards
}

body.sitemap #container .block .items {
  font-size: .4em
}

body.sitemap #container .block .items li {
  display: inline-block
}

body.sitemap #container .block .items a {
  margin-bottom: 0;
  background: inherit;
  padding: 0
}

@media(max-width:768px) {
  body.sitemap #container .block a:hover .svgicon {
    -webkit-animation: none;
    animation: none
  }

  body.sitemap #container .block .items {
    font-size: .8em
  }

  body.sitemap #container .block .items a {
    margin-bottom: 0;
    background: inherit;
    padding: 0
  }
}

body.sitemap #container .block.bnArea_sitemap a {
  background: 0 0;
  border: none
}

body.sitemap #container .block.bnArea_sitemap a::before {
  display: none
}

body.sitemap #container .block.bnArea_sitemap a:hover {
  border: none
}

#ie-alert-overlay {
  width: 100%;
  height: 100%;
  background-image: url("iealert/bg.png");
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999
}

* html #ie-alert-overlay {
  position: absolute
}

#ie-alert-panel {
  width: 600px;
  height: auto;
  top: 200px;
  left: 50%;
  position: fixed;
  z-index: 1000001;
  margin: 0 0 0 -300px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif
}

.ie-p {
  font-size: 15px;
  color: #565656;
  text-align: left
}

#ie-alert-panel a {
  text-decoration: none
}

.ie-span {
  font-size: 18px;
  color: #464646;
  display: block;
  font-weight: 700;
  margin: 0 0 15px
}

.ie-l-b-c,
.ie-l-t-c,
.ie-r-b-c,
.ie-r-t-c {
  background: url("iealert/iesprites.png") no-repeat
}

.ie-l-t-c {
  width: 47px;
  height: 47px;
  background-position: -18px -9px;
  float: left
}

.ie-l {
  height: 100%;
  width: 47px;
  float: left;
  clear: both;
  background: url("iealert/left.png")
}

.ie-b,
.ie-l-b-c {
  height: 46px;
  float: left
}

.ie-l-b-c {
  width: 47px;
  background-position: -17px -66px;
  clear: both
}

.ie-b {
  width: 506px;
  background: url("iealert/bottom.png")
}

.ie-r,
.ie-r-t-c {
  width: 47px;
  float: right
}

.ie-r-t-c {
  height: 47px;
  background-position: -83px -10px;
  cursor: pointer
}

.ie-c,
.ie-r {
  height: 100%
}

.ie-r-t-c:hover {
  background-position: -143px -9px
}

.ie-r {
  background: url("iealert/right.png")
}

.ie-c {
  width: 506px;
  background: #f6f6f6;
  float: left
}

.ie-r-b-c {
  width: 47px;
  height: 46px;
  background-position: -83px -65px;
  float: right
}

.ie-t,
.ie-u-c,
.ie-u-l,
.ie-u-r {
  float: left
}

.ie-t {
  height: 47px;
  width: 506px;
  background: url("iealert/top.png")
}

.ie-u {
  width: auto;
  height: 43px;
  margin: 30px auto 0 -66px;
  position: relative;
  left: 50%
}

.ie-u-l {
  width: 14px;
  height: 43px;
  background: url("iealert/u-left.png")
}

.ie-u-c {
  width: auto;
  height: 33px;
  background: url("iealert/u-center.png");
  padding: 11px 0 0;
  cursor: pointer
}

.ie-u-s {
  margin: 5px 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3em
}

.ie-u-r {
  width: 14px;
  height: 43px;
  background: url("iealert/u-right.png")
}

#ie-alert-panel.ie6-style .ie-r-b-c {
  background: url("iealert/6_r_b_c.png") no-repeat
}

#ie-alert-panel.ie6-style .ie-r-t-c {
  background: url("iealert/6_r_t_c.png") no-repeat
}

#ie-alert-panel.ie6-style .ie-r-t-c:hover {
  background: url("iealert/6_r_t_c_h.png") no-repeat
}

#ie-alert-panel.ie6-style .ie-l-t-c {
  background: url("iealert/6_l_t_c.png") no-repeat
}

#ie-alert-panel.ie6-style .ie-l-b-c {
  background: url("iealert/6_l_b_c.png") no-repeat
}

#ie-alert-panel.ie6-style .ie-l {
  background: url("iealert/6_left.png")
}

#ie-alert-panel.ie6-style .ie-r {
  background: url("iealert/6_right.png")
}

#ie-alert-panel.ie6-style .ie-b {
  background: url("iealert/6_bottom.png")
}

#ie-alert-panel.ie6-style .ie-t {
  background: url("iealert/6_top.png.html")
}

#error h6 {
  border: 2px solid #da4033;
  border-radius: 4px;
  margin: .5em;
  padding: .3em;
  position: relative;
  color: rgba(0, 0, 0, 0.73);
}

#error h6::before {
  background-color: #fff;
  color: #da4033;
  content: "通信エラー";
  font-weight: bold;
  left: 1em;
  padding: 0 .5em;
  position: absolute;
  top: -1em;
}

#error h6 p.phone {
  color: #da4033;
}

.complete {
  font-size: 1.2em;
  font-weight: bold;
  border: 2px solid #2A70FF;
  border-radius: 4px;
  margin: .5em;
  padding: .3em;
  position: relative;
  color: rgba(0, 0, 0, 0.73);
}

.complete::before {
  background-color: #fff;
  color: #2A70FF;
  content: "お申込み完了";
  font-weight: bold;
  left: 1em;
  padding: 0 .5em;
  position: absolute;
  top: -1em;
}

#complete p {
  font-size: 1rem;
  margin: 1em 0;
  white-space: pre-wrap;
  word-wrap: break-word;
}

#complete span {
  color: #c00;
  font-size: 1.1rem;
  font-weight: 700;
}

.case {
  color: #c00;
  font-size: 1.3rem;
  font-weight: bold;
}

.company-table {
  width: 800px;
  margin: 0 auto;
  border-collapse: collapse
}

.company-table td {
  padding: 15px;
  border: 1px solid #ddd
}

.company-table td:first-child {
  width: 200px;
  background-color: #a9d721;
  color: #000;
  font-weight: bold
}