
@charset "UTF-8";
/* window-size + 17px */
/* -------------------------------------------------------------------

    Base Style

-------------------------------------------------------------------- */
/*  Base
--------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 14px;
}

body {
  line-height: 1.5;
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 768px) {
  body {
    word-break: break-all;
  }
}

* html body {
  font-size: 84%;
}

*:first-child + html body {
  font-size: 84%;
}

/*  Links
--------------------------------------- */
a {
  color: #0039e1;
  text-decoration: none;
  cursor: pointer;
}

a:link, a:visited {
  color: #0039e1;
  text-decoration: none;
}

a:active, a:hover, a:focus {
  color: #0039e1;
  outline: none;
  text-decoration: underline;
}

/* -------------------------------------------------------------------

    Base Style

-------------------------------------------------------------------- */
/*  Universal Reset
--------------------------------------- */
html, body, div, main, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, svg,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  background: transparent;
  zoom: 1;
}

/*  HTML5 Display Definitions
--------------------------------------- */
main, section, nav, article, aside, hgroup, menu, summary, svg,
header, footer, figure, figcaption, details, picture {
  display: block;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/*  Typography
--------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-size: 100%;
  font-weight: normal;
}

em {
  font-style: normal;
  font-weight: bold;
}

strong, b {
  color: #333;
  font-weight: bold;
}

sup {
  position: relative;
  top: -4px;
  vertical-align: middle;
  line-height: 0;
  font-size: 65%;
}

sub {
  position: relative;
  top: 0;
  vertical-align: middle;
  line-height: 0;
  font-size: 65%;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*  Horizontal Rule
--------------------------------------- */
hr {
  display: none;
}

/*  Embedded Content
--------------------------------------- */
img {
  border: 0;
  vertical-align: top;
}

svg:not(:root) {
  overflow: hidden;
}

/*  List Content
--------------------------------------- */
ul, ol {
  list-style: none;
}

/*  Tables
--------------------------------------- */
table {
  border: 0 none;
  border-collapse: collapse;
  width: 100%;
}

table th,
table td {
  border: 0 none;
  vertical-align: top;
  font-size: 1em;
  text-align: left;
  font-weight: normal;
}

/*  Forms
--------------------------------------- */
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

fieldset {
  border: 0 none;
}

legend {
  display: none;
}

label {
  cursor: pointer;
}

input {
  vertical-align: middle;
  border-radius: 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  outline: none;
  border-radius: 0;
}

input[type="text"],
input[type="image"] {
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  vertical-align: top;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  resize: none;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

select {
  line-height: normal;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  outline: none;
}

/* -------------------------------------------------------------------

    Support Module

-------------------------------------------------------------------- */
/*  Margin / Padding Adjust
--------------------------------------- */
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

@media screen and (max-width: 760px) {
  .mt0 {
    margin-top: 0px !important;
  }
  .mr0 {
    margin-right: 0px !important;
  }
  .mb0 {
    margin-bottom: 0px !important;
  }
  .ml0 {
    margin-left: 0px !important;
  }
  .pt0 {
    padding-top: 0px !important;
  }
  .pr0 {
    padding-right: 0px !important;
  }
  .pb0 {
    padding-bottom: 0px !important;
  }
  .pl0 {
    padding-left: 0px !important;
  }
  .mt5 {
    margin-top: 2.5px !important;
  }
  .mr5 {
    margin-right: 2.5px !important;
  }
  .mb5 {
    margin-bottom: 2.5px !important;
  }
  .ml5 {
    margin-left: 2.5px !important;
  }
  .pt5 {
    padding-top: 2.5px !important;
  }
  .pr5 {
    padding-right: 2.5px !important;
  }
  .pb5 {
    padding-bottom: 2.5px !important;
  }
  .pl5 {
    padding-left: 2.5px !important;
  }
  .mt10 {
    margin-top: 5px !important;
  }
  .mr10 {
    margin-right: 5px !important;
  }
  .mb10 {
    margin-bottom: 5px !important;
  }
  .ml10 {
    margin-left: 5px !important;
  }
  .pt10 {
    padding-top: 5px !important;
  }
  .pr10 {
    padding-right: 5px !important;
  }
  .pb10 {
    padding-bottom: 5px !important;
  }
  .pl10 {
    padding-left: 5px !important;
  }
  .mt15 {
    margin-top: 7.5px !important;
  }
  .mr15 {
    margin-right: 7.5px !important;
  }
  .mb15 {
    margin-bottom: 7.5px !important;
  }
  .ml15 {
    margin-left: 7.5px !important;
  }
  .pt15 {
    padding-top: 7.5px !important;
  }
  .pr15 {
    padding-right: 7.5px !important;
  }
  .pb15 {
    padding-bottom: 7.5px !important;
  }
  .pl15 {
    padding-left: 7.5px !important;
  }
  .mt20 {
    margin-top: 10px !important;
  }
  .mr20 {
    margin-right: 10px !important;
  }
  .mb20 {
    margin-bottom: 10px !important;
  }
  .ml20 {
    margin-left: 10px !important;
  }
  .pt20 {
    padding-top: 10px !important;
  }
  .pr20 {
    padding-right: 10px !important;
  }
  .pb20 {
    padding-bottom: 10px !important;
  }
  .pl20 {
    padding-left: 10px !important;
  }
  .mt25 {
    margin-top: 12.5px !important;
  }
  .mr25 {
    margin-right: 12.5px !important;
  }
  .mb25 {
    margin-bottom: 12.5px !important;
  }
  .ml25 {
    margin-left: 12.5px !important;
  }
  .pt25 {
    padding-top: 12.5px !important;
  }
  .pr25 {
    padding-right: 12.5px !important;
  }
  .pb25 {
    padding-bottom: 12.5px !important;
  }
  .pl25 {
    padding-left: 12.5px !important;
  }
  .mt30 {
    margin-top: 15px !important;
  }
  .mr30 {
    margin-right: 15px !important;
  }
  .mb30 {
    margin-bottom: 15px !important;
  }
  .ml30 {
    margin-left: 15px !important;
  }
  .pt30 {
    padding-top: 15px !important;
  }
  .pr30 {
    padding-right: 15px !important;
  }
  .pb30 {
    padding-bottom: 15px !important;
  }
  .pl30 {
    padding-left: 15px !important;
  }
  .mt35 {
    margin-top: 17.5px !important;
  }
  .mr35 {
    margin-right: 17.5px !important;
  }
  .mb35 {
    margin-bottom: 17.5px !important;
  }
  .ml35 {
    margin-left: 17.5px !important;
  }
  .pt35 {
    padding-top: 17.5px !important;
  }
  .pr35 {
    padding-right: 17.5px !important;
  }
  .pb35 {
    padding-bottom: 17.5px !important;
  }
  .pl35 {
    padding-left: 17.5px !important;
  }
  .mt40 {
    margin-top: 20px !important;
  }
  .mr40 {
    margin-right: 20px !important;
  }
  .mb40 {
    margin-bottom: 20px !important;
  }
  .ml40 {
    margin-left: 20px !important;
  }
  .pt40 {
    padding-top: 20px !important;
  }
  .pr40 {
    padding-right: 20px !important;
  }
  .pb40 {
    padding-bottom: 20px !important;
  }
  .pl40 {
    padding-left: 20px !important;
  }
  .mt45 {
    margin-top: 22.5px !important;
  }
  .mr45 {
    margin-right: 22.5px !important;
  }
  .mb45 {
    margin-bottom: 22.5px !important;
  }
  .ml45 {
    margin-left: 22.5px !important;
  }
  .pt45 {
    padding-top: 22.5px !important;
  }
  .pr45 {
    padding-right: 22.5px !important;
  }
  .pb45 {
    padding-bottom: 22.5px !important;
  }
  .pl45 {
    padding-left: 22.5px !important;
  }
  .mt50 {
    margin-top: 25px !important;
  }
  .mr50 {
    margin-right: 25px !important;
  }
  .mb50 {
    margin-bottom: 25px !important;
  }
  .ml50 {
    margin-left: 25px !important;
  }
  .pt50 {
    padding-top: 25px !important;
  }
  .pr50 {
    padding-right: 25px !important;
  }
  .pb50 {
    padding-bottom: 25px !important;
  }
  .pl50 {
    padding-left: 25px !important;
  }
  .mt55 {
    margin-top: 27.5px !important;
  }
  .mr55 {
    margin-right: 27.5px !important;
  }
  .mb55 {
    margin-bottom: 27.5px !important;
  }
  .ml55 {
    margin-left: 27.5px !important;
  }
  .pt55 {
    padding-top: 27.5px !important;
  }
  .pr55 {
    padding-right: 27.5px !important;
  }
  .pb55 {
    padding-bottom: 27.5px !important;
  }
  .pl55 {
    padding-left: 27.5px !important;
  }
  .mt60 {
    margin-top: 30px !important;
  }
  .mr60 {
    margin-right: 30px !important;
  }
  .mb60 {
    margin-bottom: 30px !important;
  }
  .ml60 {
    margin-left: 30px !important;
  }
  .pt60 {
    padding-top: 30px !important;
  }
  .pr60 {
    padding-right: 30px !important;
  }
  .pb60 {
    padding-bottom: 30px !important;
  }
  .pl60 {
    padding-left: 30px !important;
  }
  .mt65 {
    margin-top: 32.5px !important;
  }
  .mr65 {
    margin-right: 32.5px !important;
  }
  .mb65 {
    margin-bottom: 32.5px !important;
  }
  .ml65 {
    margin-left: 32.5px !important;
  }
  .pt65 {
    padding-top: 32.5px !important;
  }
  .pr65 {
    padding-right: 32.5px !important;
  }
  .pb65 {
    padding-bottom: 32.5px !important;
  }
  .pl65 {
    padding-left: 32.5px !important;
  }
  .mt70 {
    margin-top: 35px !important;
  }
  .mr70 {
    margin-right: 35px !important;
  }
  .mb70 {
    margin-bottom: 35px !important;
  }
  .ml70 {
    margin-left: 35px !important;
  }
  .pt70 {
    padding-top: 35px !important;
  }
  .pr70 {
    padding-right: 35px !important;
  }
  .pb70 {
    padding-bottom: 35px !important;
  }
  .pl70 {
    padding-left: 35px !important;
  }
  .mt75 {
    margin-top: 37.5px !important;
  }
  .mr75 {
    margin-right: 37.5px !important;
  }
  .mb75 {
    margin-bottom: 37.5px !important;
  }
  .ml75 {
    margin-left: 37.5px !important;
  }
  .pt75 {
    padding-top: 37.5px !important;
  }
  .pr75 {
    padding-right: 37.5px !important;
  }
  .pb75 {
    padding-bottom: 37.5px !important;
  }
  .pl75 {
    padding-left: 37.5px !important;
  }
  .mt80 {
    margin-top: 40px !important;
  }
  .mr80 {
    margin-right: 40px !important;
  }
  .mb80 {
    margin-bottom: 40px !important;
  }
  .ml80 {
    margin-left: 40px !important;
  }
  .pt80 {
    padding-top: 40px !important;
  }
  .pr80 {
    padding-right: 40px !important;
  }
  .pb80 {
    padding-bottom: 40px !important;
  }
  .pl80 {
    padding-left: 40px !important;
  }
  .mt85 {
    margin-top: 42.5px !important;
  }
  .mr85 {
    margin-right: 42.5px !important;
  }
  .mb85 {
    margin-bottom: 42.5px !important;
  }
  .ml85 {
    margin-left: 42.5px !important;
  }
  .pt85 {
    padding-top: 42.5px !important;
  }
  .pr85 {
    padding-right: 42.5px !important;
  }
  .pb85 {
    padding-bottom: 42.5px !important;
  }
  .pl85 {
    padding-left: 42.5px !important;
  }
  .mt90 {
    margin-top: 45px !important;
  }
  .mr90 {
    margin-right: 45px !important;
  }
  .mb90 {
    margin-bottom: 45px !important;
  }
  .ml90 {
    margin-left: 45px !important;
  }
  .pt90 {
    padding-top: 45px !important;
  }
  .pr90 {
    padding-right: 45px !important;
  }
  .pb90 {
    padding-bottom: 45px !important;
  }
  .pl90 {
    padding-left: 45px !important;
  }
  .mt95 {
    margin-top: 47.5px !important;
  }
  .mr95 {
    margin-right: 47.5px !important;
  }
  .mb95 {
    margin-bottom: 47.5px !important;
  }
  .ml95 {
    margin-left: 47.5px !important;
  }
  .pt95 {
    padding-top: 47.5px !important;
  }
  .pr95 {
    padding-right: 47.5px !important;
  }
  .pb95 {
    padding-bottom: 47.5px !important;
  }
  .pl95 {
    padding-left: 47.5px !important;
  }
  .mt100 {
    margin-top: 50px !important;
  }
  .mr100 {
    margin-right: 50px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
  .ml100 {
    margin-left: 50px !important;
  }
  .pt100 {
    padding-top: 50px !important;
  }
  .pr100 {
    padding-right: 50px !important;
  }
  .pb100 {
    padding-bottom: 50px !important;
  }
  .pl100 {
    padding-left: 50px !important;
  }
}

/*  Table Cell Adjust
--------------------------------------- */
.pct0 {
  width: 0%;
}

.pct1 {
  width: 1%;
}

.pct2 {
  width: 2%;
}

.pct3 {
  width: 3%;
}

.pct4 {
  width: 4%;
}

.pct5 {
  width: 5%;
}

.pct6 {
  width: 6%;
}

.pct7 {
  width: 7%;
}

.pct8 {
  width: 8%;
}

.pct9 {
  width: 9%;
}

.pct10 {
  width: 10%;
}

.pct11 {
  width: 11%;
}

.pct12 {
  width: 12%;
}

.pct13 {
  width: 13%;
}

.pct14 {
  width: 14%;
}

.pct15 {
  width: 15%;
}

.pct16 {
  width: 16%;
}

.pct17 {
  width: 17%;
}

.pct18 {
  width: 18%;
}

.pct19 {
  width: 19%;
}

.pct20 {
  width: 20%;
}

.pct21 {
  width: 21%;
}

.pct22 {
  width: 22%;
}

.pct23 {
  width: 23%;
}

.pct24 {
  width: 24%;
}

.pct25 {
  width: 25%;
}

.pct26 {
  width: 26%;
}

.pct27 {
  width: 27%;
}

.pct28 {
  width: 28%;
}

.pct29 {
  width: 29%;
}

.pct30 {
  width: 30%;
}

.pct31 {
  width: 31%;
}

.pct32 {
  width: 32%;
}

.pct33 {
  width: 33%;
}

.pct34 {
  width: 34%;
}

.pct35 {
  width: 35%;
}

.pct36 {
  width: 36%;
}

.pct37 {
  width: 37%;
}

.pct38 {
  width: 38%;
}

.pct39 {
  width: 39%;
}

.pct40 {
  width: 40%;
}

.pct41 {
  width: 41%;
}

.pct42 {
  width: 42%;
}

.pct43 {
  width: 43%;
}

.pct44 {
  width: 44%;
}

.pct45 {
  width: 45%;
}

.pct46 {
  width: 46%;
}

.pct47 {
  width: 47%;
}

.pct48 {
  width: 48%;
}

.pct49 {
  width: 49%;
}

.pct50 {
  width: 50%;
}

.pct51 {
  width: 51%;
}

.pct52 {
  width: 52%;
}

.pct53 {
  width: 53%;
}

.pct54 {
  width: 54%;
}

.pct55 {
  width: 55%;
}

.pct56 {
  width: 56%;
}

.pct57 {
  width: 57%;
}

.pct58 {
  width: 58%;
}

.pct59 {
  width: 59%;
}

.pct60 {
  width: 60%;
}

.pct61 {
  width: 61%;
}

.pct62 {
  width: 62%;
}

.pct63 {
  width: 63%;
}

.pct64 {
  width: 64%;
}

.pct65 {
  width: 65%;
}

.pct66 {
  width: 66%;
}

.pct67 {
  width: 67%;
}

.pct68 {
  width: 68%;
}

.pct69 {
  width: 69%;
}

.pct70 {
  width: 70%;
}

.pct71 {
  width: 71%;
}

.pct72 {
  width: 72%;
}

.pct73 {
  width: 73%;
}

.pct74 {
  width: 74%;
}

.pct75 {
  width: 75%;
}

.pct76 {
  width: 76%;
}

.pct77 {
  width: 77%;
}

.pct78 {
  width: 78%;
}

.pct79 {
  width: 79%;
}

.pct80 {
  width: 80%;
}

.pct81 {
  width: 81%;
}

.pct82 {
  width: 82%;
}

.pct83 {
  width: 83%;
}

.pct84 {
  width: 84%;
}

.pct85 {
  width: 85%;
}

.pct86 {
  width: 86%;
}

.pct87 {
  width: 87%;
}

.pct88 {
  width: 88%;
}

.pct89 {
  width: 89%;
}

.pct90 {
  width: 90%;
}

.pct91 {
  width: 91%;
}

.pct92 {
  width: 92%;
}

.pct93 {
  width: 93%;
}

.pct94 {
  width: 94%;
}

.pct95 {
  width: 95%;
}

.pct96 {
  width: 96%;
}

.pct97 {
  width: 97%;
}

.pct98 {
  width: 98%;
}

.pct99 {
  width: 99%;
}

.pct100 {
  width: 100%;
}

.pct_spnone0 {
  width: 0% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone0 {
    width: 100% !important;
  }
}

.pct_spnone1 {
  width: 1% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone1 {
    width: 100% !important;
  }
}

.pct_spnone2 {
  width: 2% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone2 {
    width: 100% !important;
  }
}

.pct_spnone3 {
  width: 3% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone3 {
    width: 100% !important;
  }
}

.pct_spnone4 {
  width: 4% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone4 {
    width: 100% !important;
  }
}

.pct_spnone5 {
  width: 5% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone5 {
    width: 100% !important;
  }
}

.pct_spnone6 {
  width: 6% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone6 {
    width: 100% !important;
  }
}

.pct_spnone7 {
  width: 7% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone7 {
    width: 100% !important;
  }
}

.pct_spnone8 {
  width: 8% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone8 {
    width: 100% !important;
  }
}

.pct_spnone9 {
  width: 9% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone9 {
    width: 100% !important;
  }
}

.pct_spnone10 {
  width: 10% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone10 {
    width: 100% !important;
  }
}

.pct_spnone11 {
  width: 11% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone11 {
    width: 100% !important;
  }
}

.pct_spnone12 {
  width: 12% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone12 {
    width: 100% !important;
  }
}

.pct_spnone13 {
  width: 13% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone13 {
    width: 100% !important;
  }
}

.pct_spnone14 {
  width: 14% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone14 {
    width: 100% !important;
  }
}

.pct_spnone15 {
  width: 15% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone15 {
    width: 100% !important;
  }
}

.pct_spnone16 {
  width: 16% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone16 {
    width: 100% !important;
  }
}

.pct_spnone17 {
  width: 17% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone17 {
    width: 100% !important;
  }
}

.pct_spnone18 {
  width: 18% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone18 {
    width: 100% !important;
  }
}

.pct_spnone19 {
  width: 19% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone19 {
    width: 100% !important;
  }
}

.pct_spnone20 {
  width: 20% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone20 {
    width: 100% !important;
  }
}

.pct_spnone21 {
  width: 21% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone21 {
    width: 100% !important;
  }
}

.pct_spnone22 {
  width: 22% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone22 {
    width: 100% !important;
  }
}

.pct_spnone23 {
  width: 23% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone23 {
    width: 100% !important;
  }
}

.pct_spnone24 {
  width: 24% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone24 {
    width: 100% !important;
  }
}

.pct_spnone25 {
  width: 25% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone25 {
    width: 100% !important;
  }
}

.pct_spnone26 {
  width: 26% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone26 {
    width: 100% !important;
  }
}

.pct_spnone27 {
  width: 27% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone27 {
    width: 100% !important;
  }
}

.pct_spnone28 {
  width: 28% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone28 {
    width: 100% !important;
  }
}

.pct_spnone29 {
  width: 29% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone29 {
    width: 100% !important;
  }
}

.pct_spnone30 {
  width: 30% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone30 {
    width: 100% !important;
  }
}

.pct_spnone31 {
  width: 31% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone31 {
    width: 100% !important;
  }
}

.pct_spnone32 {
  width: 32% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone32 {
    width: 100% !important;
  }
}

.pct_spnone33 {
  width: 33% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone33 {
    width: 100% !important;
  }
}

.pct_spnone34 {
  width: 34% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone34 {
    width: 100% !important;
  }
}

.pct_spnone35 {
  width: 35% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone35 {
    width: 100% !important;
  }
}

.pct_spnone36 {
  width: 36% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone36 {
    width: 100% !important;
  }
}

.pct_spnone37 {
  width: 37% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone37 {
    width: 100% !important;
  }
}

.pct_spnone38 {
  width: 38% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone38 {
    width: 100% !important;
  }
}

.pct_spnone39 {
  width: 39% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone39 {
    width: 100% !important;
  }
}

.pct_spnone40 {
  width: 40% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone40 {
    width: 100% !important;
  }
}

.pct_spnone41 {
  width: 41% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone41 {
    width: 100% !important;
  }
}

.pct_spnone42 {
  width: 42% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone42 {
    width: 100% !important;
  }
}

.pct_spnone43 {
  width: 43% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone43 {
    width: 100% !important;
  }
}

.pct_spnone44 {
  width: 44% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone44 {
    width: 100% !important;
  }
}

.pct_spnone45 {
  width: 45% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone45 {
    width: 100% !important;
  }
}

.pct_spnone46 {
  width: 46% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone46 {
    width: 100% !important;
  }
}

.pct_spnone47 {
  width: 47% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone47 {
    width: 100% !important;
  }
}

.pct_spnone48 {
  width: 48% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone48 {
    width: 100% !important;
  }
}

.pct_spnone49 {
  width: 49% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone49 {
    width: 100% !important;
  }
}

.pct_spnone50 {
  width: 50% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone50 {
    width: 100% !important;
  }
}

.pct_spnone51 {
  width: 51% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone51 {
    width: 100% !important;
  }
}

.pct_spnone52 {
  width: 52% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone52 {
    width: 100% !important;
  }
}

.pct_spnone53 {
  width: 53% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone53 {
    width: 100% !important;
  }
}

.pct_spnone54 {
  width: 54% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone54 {
    width: 100% !important;
  }
}

.pct_spnone55 {
  width: 55% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone55 {
    width: 100% !important;
  }
}

.pct_spnone56 {
  width: 56% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone56 {
    width: 100% !important;
  }
}

.pct_spnone57 {
  width: 57% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone57 {
    width: 100% !important;
  }
}

.pct_spnone58 {
  width: 58% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone58 {
    width: 100% !important;
  }
}

.pct_spnone59 {
  width: 59% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone59 {
    width: 100% !important;
  }
}

.pct_spnone60 {
  width: 60% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone60 {
    width: 100% !important;
  }
}

.pct_spnone61 {
  width: 61% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone61 {
    width: 100% !important;
  }
}

.pct_spnone62 {
  width: 62% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone62 {
    width: 100% !important;
  }
}

.pct_spnone63 {
  width: 63% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone63 {
    width: 100% !important;
  }
}

.pct_spnone64 {
  width: 64% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone64 {
    width: 100% !important;
  }
}

.pct_spnone65 {
  width: 65% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone65 {
    width: 100% !important;
  }
}

.pct_spnone66 {
  width: 66% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone66 {
    width: 100% !important;
  }
}

.pct_spnone67 {
  width: 67% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone67 {
    width: 100% !important;
  }
}

.pct_spnone68 {
  width: 68% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone68 {
    width: 100% !important;
  }
}

.pct_spnone69 {
  width: 69% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone69 {
    width: 100% !important;
  }
}

.pct_spnone70 {
  width: 70% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone70 {
    width: 100% !important;
  }
}

.pct_spnone71 {
  width: 71% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone71 {
    width: 100% !important;
  }
}

.pct_spnone72 {
  width: 72% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone72 {
    width: 100% !important;
  }
}

.pct_spnone73 {
  width: 73% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone73 {
    width: 100% !important;
  }
}

.pct_spnone74 {
  width: 74% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone74 {
    width: 100% !important;
  }
}

.pct_spnone75 {
  width: 75% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone75 {
    width: 100% !important;
  }
}

.pct_spnone76 {
  width: 76% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone76 {
    width: 100% !important;
  }
}

.pct_spnone77 {
  width: 77% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone77 {
    width: 100% !important;
  }
}

.pct_spnone78 {
  width: 78% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone78 {
    width: 100% !important;
  }
}

.pct_spnone79 {
  width: 79% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone79 {
    width: 100% !important;
  }
}

.pct_spnone80 {
  width: 80% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone80 {
    width: 100% !important;
  }
}

.pct_spnone81 {
  width: 81% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone81 {
    width: 100% !important;
  }
}

.pct_spnone82 {
  width: 82% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone82 {
    width: 100% !important;
  }
}

.pct_spnone83 {
  width: 83% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone83 {
    width: 100% !important;
  }
}

.pct_spnone84 {
  width: 84% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone84 {
    width: 100% !important;
  }
}

.pct_spnone85 {
  width: 85% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone85 {
    width: 100% !important;
  }
}

.pct_spnone86 {
  width: 86% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone86 {
    width: 100% !important;
  }
}

.pct_spnone87 {
  width: 87% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone87 {
    width: 100% !important;
  }
}

.pct_spnone88 {
  width: 88% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone88 {
    width: 100% !important;
  }
}

.pct_spnone89 {
  width: 89% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone89 {
    width: 100% !important;
  }
}

.pct_spnone90 {
  width: 90% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone90 {
    width: 100% !important;
  }
}

.pct_spnone91 {
  width: 91% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone91 {
    width: 100% !important;
  }
}

.pct_spnone92 {
  width: 92% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone92 {
    width: 100% !important;
  }
}

.pct_spnone93 {
  width: 93% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone93 {
    width: 100% !important;
  }
}

.pct_spnone94 {
  width: 94% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone94 {
    width: 100% !important;
  }
}

.pct_spnone95 {
  width: 95% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone95 {
    width: 100% !important;
  }
}

.pct_spnone96 {
  width: 96% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone96 {
    width: 100% !important;
  }
}

.pct_spnone97 {
  width: 97% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone97 {
    width: 100% !important;
  }
}

.pct_spnone98 {
  width: 98% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone98 {
    width: 100% !important;
  }
}

.pct_spnone99 {
  width: 99% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone99 {
    width: 100% !important;
  }
}

.pct_spnone100 {
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .pct_spnone100 {
    width: 100% !important;
  }
}

/*  Text Align
--------------------------------------- */
.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

@media screen and (max-width: 760px) {
  .sp-left {
    text-align: left !important;
  }
  .sp-center {
    text-align: center !important;
  }
  .sp-right {
    text-align: right !important;
  }
}

/*  Vertical Align
--------------------------------------- */
.top {
  vertical-align: top !important;
}

.middle {
  vertical-align: middle !important;
}

.bottom {
  vertical-align: bottom !important;
}

/*  Border
--------------------------------------- */
.bt-none {
  border-top: none !important;
}

.br-none {
  border-right: none !important;
}

.bb-none {
  border-bottom: none !important;
}

.bl-none {
  border-left: none !important;
}

/*  Font Size
--------------------------------------- */
.font-small {
  font-size: 84% !important;
}

.font-large {
  font-size: 109% !important;
}

@media screen and (max-width: 768px) {
  .font-large {
    font-size: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .sp-font-small {
    font-size: 84% !important;
  }
}

/*  Forced Line Break
--------------------------------------- */
.sp-br-none {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp-br-none {
    display: none;
  }
}

.sp-br-block {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-br-block {
    display: block;
  }
}

.tb-br-none {
  display: block;
}

@media screen and (max-width: 1064px) {
  .tb-br-none {
    display: none;
  }
}

.tb-br-block {
  display: none;
}

@media screen and (max-width: 1064px) {
  .tb-br-block {
    display: block;
  }
}

/*  Display Switch
--------------------------------------- */
.sp-block {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}

.pc_none {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.pc_none_in {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_none_in {
    display: inline-block;
  }
}

/*  Img Width Adjust
--------------------------------------- */
.w-100 {
  width: 100%;
}

.m-w100 {
  max-width: 100% !important;
  width: auto !important;
}

.w-auto {
  width: auto !important;
}

/*  Clear Fix
--------------------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* -------------------------------------------------------------------

    basic

-------------------------------------------------------------------- */
html {
  overflow: auto;
  position: relative;
}

body {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}

body.font_large {
  font-size: 15px;
}

body.font_medium {
  font-size: 14px;
}

body.font_small {
  font-size: 13px;
}

body.noscroll {
  position: fixed;
  height: 100vh;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

.pc_none {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

img.clear_img {
  image-rendering: -webkit-crisp-edges;
  /* Safari */
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
  /* CSS4 (Chrome) */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE */
}

/* -------------------------------------------------------------------

    layout

-------------------------------------------------------------------- */
.inner {
  width: 1000px;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 15px;
  }
}

/* -------------------------------------------------------------------

    header

-------------------------------------------------------------------- */
#header .headernav {

	z-index:1500;
	top:0;
	left:0;
	width: 100%;
	background: #fff;


}

@media screen and (max-width: 768px) {
#header .headernav {
top:0;
left:0;
z-index:1000;
border-bottom:1px #ccc solid;
}
}


#header .headernav.top {
	position:fixed;
    padding-top:21px;
}




#header .headernav .inner {
  height: 70px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #header .headernav .inner {
    height: 50px;
  }
}

#header .headernav .inner h1 {
  float: left;
  padding-top: 13px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  #header .headernav .inner h1 {
    width: 142px;
    padding-top: 10px;
    margin-right: 0px;
  }
}

#header .headernav .inner .headernav_a {
  position: absolute;
  right: 0px;
  top: 10px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #header .headernav .inner .headernav_a {
    display: none;
  }
}

#header .headernav .inner .headernav_a li {
  float: left;
  line-height: 1;
  padding: 0px 15px;
  border-right: 1px solid #adadad;
}

#header .headernav .inner .headernav_a li a {
  font-size: 86%;
  color: #000;
}

#header .headernav .inner .headernav_a li:last-child {
  border-right: none;
  padding-right: 0px;
}

#header .headernav .inner .headernav_b {
  position: absolute;
  width: 460px;
  height: 28px;
  font-size: 14px;
  right: 0px;
  top: 32px;
}

@media screen and (max-width: 768px) {
  #header .headernav .inner .headernav_b {
    display: none;
  }
}

#header .headernav .inner .headernav_b .bs {
  float: left;
  width: 135px;
  height: 28px;
}

#header .headernav .inner .headernav_b .bs a {
  width: 100%;
  display: block;
  line-height: 27px;
  height: 28px;
  background-color: #1e55eb;
  background-image: url(../images/icon_link_arrow_wh.png);
  background-repeat: no-repeat;
  background-position: 15px 10px;
  color: #fff;
  font-size: 93%;
  border-radius: 5px 0px 0px 5px / 5px 0px 0px 5px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header .headernav .inner .headernav_b .bs a:hover {
  opacity: 0.7;
}

#header .headernav .inner .headernav_b .login {
  float: left;
  width: 125px;
  height: 28px;
}

#header .headernav .inner .headernav_b .login a {
  width: 100%;
  display: block;
  line-height: 27px;
  height: 28px;
  background-color: #666666;
  background-image: url(../images/icon_link_arrow_wh.png);
  background-repeat: no-repeat;
  background-position: 15px 10px;
  color: #fff;
  font-size: 93%;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header .headernav .inner .headernav_b .login a:hover {
  opacity: 0.7;
}

#header .headernav .inner .headernav_b .open {
  float: left;
  width: 200px;
  height: 28px;
}

#header .headernav .inner .headernav_b .open a {
  width: 100%;
  display: block;
  line-height: 27px;
  height: 28px;
  background-color: #cc0000;
  background-image: url(../images/icon_link_arrow_wh.png);
  background-repeat: no-repeat;
  background-position: 15px 10px;
  color: #fff;
  font-size: 93%;
  padding-left: 30px;
  border-radius: 0px 5px 5px 0px / 0px 5px 5px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header .headernav .inner .headernav_b .open a:hover {
  opacity: 0.7;
}

#header .headernav .inner .font_box {
  display: block;
  width: 160px;
  height: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  z-index: 100;
  float: right;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  #header .headernav .inner .font_box {
    display: none;
  }
}

#header .headernav .inner .font_box p {
  float: left;
  font-size: 12px;
  color: #000;
  line-height: 28px;
}

#header .headernav .inner .font_box ul {
  width: 88px;
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d0d0d0;
  border-right: none;
  height: 28px;
}

#header .headernav .inner .font_box ul li {
  float: left;
  width: 33.333333333333%;
  text-align: center;
  line-height: 26px;
  height: 26px;
  cursor: pointer;
  border-right: 1px solid #d0d0d0;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#header .headernav .inner .font_box ul li.cur {
  color: #fff;
  background: #001f7a;
}

#header .headernav .inner .font_box ul li:hover {
  color: #fff;
  background: #001f7a;
}

#header .headernav .inner .sp_menu {
  display: none;
}

@media screen and (max-width: 768px) {
  #header .headernav .inner .sp_menu {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
  }
}

#header .headernav .inner .sp_menu .menubtn {
  float: right;
  width: 50px;
}

#header .headernav .inner .sp_menu .sp_login {
  height: 50px;
  float: right;
  width: 92px;
}

#header .headernav .inner .sp_menu .sp_login a {
  width: 100%;
  display: block;
  line-height: 50px;
  text-decoration: none;
  background: #666666;
  font-size: 79%;
  color: #fff;
  text-align: center;
}

#header .headernav .inner .sp_menu .sp_login a span {
  display: inline-block;
  padding-left: 20px;
  background-image: url(../images/icon_login.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 11px;
}

#TOP_emergency .emergency {
  background: #cc0000;


}

#TOP_emergency .emergency p {
  padding: 10px 0px 10px 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #fff;
  font-size: 108%;
  font-weight: bold;
  background-image: url(../images/icon_emergency.png);
  background-repeat: no-repeat;
  background-position: left;
}

@media screen and (max-width: 768px) {
  #TOP_emergency .emergency p {
    font-size: 79%;
    padding: 5px 0px 5px 35px;
    background-size: 22px;
  }
}

#header .headerrate {
  padding: 3% 0;
width:1000px;
margin:1% auto;
}

@media screen and (max-width: 768px) {
  #header .headerrate {
	width:100%;
    padding: 15px 0px 0px;
  }
}

#header .headerrate .inner {
  position: relative;

}

#header .headerrate .inner .pair {
  width: 145px;
  height: 20px;
  position: absolute;
  top: -30px;
  right: 0px;
}

@media screen and (max-width: 768px) {
  #header .headerrate .inner .pair {
    position: relative;
    width: calc(100% + 30px);
    height: 40px;
    top: inherit;
    right: inherit;
    margin-left: -15px;
  }
}

#header .headerrate .inner .pair a {
  display: block;
  background: #666666;
  color: #fff;
  font-size: 86%;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header .headerrate .inner .pair a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #header .headerrate .inner .pair a {
    width: 100%;
    line-height: 40px;
    font-size: 79%;
  }
}

#header .headerrate .inner .pair a span {
  padding-right: 20px;
  background-image: url(../images/icon_pair_blank.png);
  background-position: right;
  background-repeat: no-repeat;
  display: inline-block;
}

#header .headerrate .inner .money_rate {
  width: 100%;
}

#header .headerrate .inner .money_rate .box {
  width: 33%;
  float: left;
padding:1% 0;
  color: #333;
  margin-bottom:15px
}

@media screen and (max-width: 768px) {
  #header .headerrate .inner .money_rate .box {
    margin-right: 0px;
    margin-bottom: 15px;
    width: 100%;
  }
}

#header .headerrate .inner .money_rate .box:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 768px) {
  #header .headerrate .inner .money_rate .box:nth-child(2n) {
    float: right;
  }
}

@media screen and (max-width: 768px) {
  #header .headerrate .inner .money_rate .box:nth-child(n + 5) {
    display: none;
  }
}

#header .headerrate .inner .money_rate .box .ttl {
  font-weight: bold;
  font-size: 110%;
  line-height: 1;
  margin-bottom: 15px;
  text-align:center;
  font-family:"IBM Plex Sans JP";
}

@media screen and (max-width: 768px) {
  #header .headerrate .inner .money_rate .box .ttl {
    margin-bottom: 5px;
  font-size: 100%;
  text-align:center;

  }
}

#header .headerrate .inner .money_rate .box .bid {
  width: 110px;
  float: left;
  padding:0 4px;
}

@media screen and (max-width: 768px) {
#header .headerrate .inner .money_rate .box .bid {
  width: 33%;
}
}



#header .headerrate .inner .money_rate .box .bid figure {
  float: left;
  margin-right: 5px;
  padding-top: 4px;
  line-height: 18px;
  width: 14px;
}

#header .headerrate .inner .money_rate .box .bid .bid_ttl {
  font-size: 72%;
  color: #000inc;
  line-height: 18px;
}

#header .headerrate .inner .money_rate .box .bid .bid_rate {
  line-height: 18px;
  position: relative;
  text-align:center;
  color:#001f7a;
}

#header .headerrate .inner .money_rate .box .bid .bid_rate .mtxt_1 {
  font-weight: bold;
  font-size: 122%;
  display: inline-block;
}

#header .headerrate .inner .money_rate .box .bid .bid_rate .mtxt_2 {
  font-weight: bold;
  font-size: 122%;
  display: inline-block;
}

#header .headerrate .inner .money_rate .box .bid .bid_rate .mtxt_3 {
  font-weight: bold;
  font-size: 86%;
  padding-top: 2px;
  vertical-align: bottom;
  display: inline-block;
}

#header .headerrate .inner .money_rate .box .bid .bid_rate .arrow {
  display: block;
  right: -12px;
  top: 8px;
  width: 7px;
  height: 4px;
  position: absolute;
}

#header .headerrate .inner .money_rate .box .bid .bid_rate .arrow.up {
  background-image: url(../images/icon_arrow_rate_up.png);
  background-repeat: no-repeat;
  background-position: center center;
}

#header .headerrate .inner .money_rate .box .bid .bid_rate .arrow.down {
  background-image: url(../images/icon_arrow_rate_down.png);
  background-repeat: no-repeat;
  background-position: center center;
}

#header .headerrate .inner .money_rate .box .bid:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

#header .headerrate .inner .money_rate .box .spread {
  float: left;
  text-align:center;
  width:90px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
#header .headerrate .inner .money_rate .box .spread {
text-align:center;
width:28%;
}

}


#header .headerrate .inner .money_rate .box .spread .spread_ttl {
  color: #000;
  font-size: 72%;
  text-align:center;
}

#header .headerrate .inner .money_rate .box .spread .spread_num {
  line-height: 26px;
  font-weight: bold;
  color: #333;
  font-size: 100%;
  display:inline
}

#header .headerrate .inner .money_rate .box .spread .spread_unit {
  line-height: 26px;
  font-size: 85%;
  display:inline
}


#header .headerrate .inner .money_rate .box .spread:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

#header .headerrate .inner .money_rate .box .ask {
  width: 110px;
  padding:0 4px;
  float: left;
}

@media screen and (max-width: 768px) {
#header .headerrate .inner .money_rate .box .ask {
width: 33%;
padding:0 4px;
float: left;
}
}


#header .headerrate .inner .money_rate .box .ask figure {
  float: left;
  margin-right: 5px;
  padding-top: 4px;
  line-height: 18px;
  width: 14px;
}

#header .headerrate .inner .money_rate .box .ask .ask_ttl {
  font-size: 72%;
  color: #000;
  line-height: 18px;
}

#header .headerrate .inner .money_rate .box .ask .ask_rate {
  line-height: 18px;
  position: relative;
  text-align:center;
  color:#cc0000;
}

#header .headerrate .inner .money_rate .box .ask .ask_rate .mtxt_1 {
  font-weight: bold;
  font-size: 122%;
  display: inline-block;
}

#header .headerrate .inner .money_rate .box .ask .ask_rate .mtxt_2 {
  font-weight: bold;
  font-size: 122%;
  display: inline-block;
}

#header .headerrate .inner .money_rate .box .ask .ask_rate .mtxt_3 {
  font-weight: bold;
  font-size: 86%;
  padding-top: 2px;
  vertical-align: bottom;
  display: inline-block;
}

#header .headerrate .inner .money_rate .box .ask .ask_rate .arrow {
  display: block;
  right: -12px;
  top: 8px;
  width: 7px;
  height: 4px;
  position: absolute;
}

#header .headerrate .inner .money_rate .box .ask .ask_rate .arrow.up {
  background-image: url(../images/icon_arrow_rate_up.png);
  background-repeat: no-repeat;
  background-position: center center;
}

#header .headerrate .inner .money_rate .box .ask .ask_rate .arrow.down {
  background-image: url(../images/icon_arrow_rate_down.png);
  background-repeat: no-repeat;
  background-position: center center;
}

#header .headerrate .inner .money_rate .box .ask:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

/* -------------------------------------------------------------------

    swap

-------------------------------------------------------------------- */
#header .headerswap {
  background: #000000;
  padding: 0px 0px 10px;
}

@media screen and (max-width: 768px) {
  #header .headerswap {
    padding: 15px 0px 0px;
  }
}

#header .headerswap .inner {
  position: relative;
}

#header .headerswap .inner .pair {
  width: 145px;
  height: 20px;
  position: absolute;
  top: -30px;
  right: 0px;
}

@media screen and (max-width: 768px) {
  #header .headerswap .inner .pair {
    position: relative;
    width: calc(100% + 30px);
    height: 40px;
    top: inherit;
    right: inherit;
    margin-left: -15px;
  }
}

#header .headerswap .inner .pair a {
  display: block;
  background: #666666;
  color: #fff;
  font-size: 86%;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header .headerswap .inner .pair a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #header .headerswap .inner .pair a {
    width: 100%;
    line-height: 40px;
    font-size: 79%;
  }
}

#header .headerswap .inner .pair a span {
  padding-right: 20px;
  background-image: url(../images/icon_pair_blank.png);
  background-position: right;
  background-repeat: no-repeat;
  display: inline-block;
}

#header .headerswap .inner .money_swap {
  border-top: 1px solid #4d4d4d;
  width: 100%;
  padding-bottom: 3px;
}

#header .headerswap .inner .money_swap .box {
  width: 145px;
  float: left;
  margin-right: 26px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #header .headerswap .inner .money_swap .box {
    margin-right: 0px;
    margin-bottom: 15px;
    width: 48.5%;
  }
}

#header .headerswap .inner .money_swap .box:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 768px) {
  #header .headerswap {
    display: none;
  }
}

#header .headerswap .inner .money_swap .box .ttl {
  font-weight: bold;
  font-size: 79%;
  line-height: 1;
  margin-bottom: 7px;
}

@media screen and (max-width: 768px) {
  #header .headerswap .inner .money_swap .box .ttl {
    margin-bottom: 10px;
  }
}


#header .headerswap .inner .money_swap .box .swap .swap_ttl {
  color: #fff;
  float: left;
  padding-left: 5px;
  line-height: 20px;
  font-size: 72%;
  margin-right: 25px;
}

#header .headerswap .inner .money_swap .box .swap .swap_num {
  float: right;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  font-size: 130%;
  padding-top: 2px;
}

#header .headerswap .inner .money_swap .box .swap .swap_num .arrow {
  display: block;
  right: -12px;
  top: 8px;
  width: 7px;
  height: 4px;
  position: absolute;
}

#header .headerswap .inner .money_swap .box .ask .ask_rate .arrow.up {
  background-image: url(../images/icon_arrow_rate_up.png);
  background-repeat: no-repeat;
  background-position: center center;
}

#header .headerswap .inner .money_swap .box .ask .ask_rate .arrow.down {
  background-image: url(../images/icon_arrow_rate_down.png);
  background-repeat: no-repeat;
  background-position: center center;
}

#header .headerswap .inner .money_swap .box .ask:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}
#header .headerswap .inner .money_swap .box .swap:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}


#header .headerswap .inner .money_swap .box .swapline {
  border-bottom: 1px solid #4d4d4d;
}

#header .headerswap .inner .money_swap .box .swapline .swap_num {
  float: left;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  font-size: 100%;
  padding-top: 2px;
}

#header .headerswap .inner .money_swap .box .swapline:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}


/* -------------------------------------------------------------------

    swap

-------------------------------------------------------------------- */


#header .marketnews {
  background: #fff;
  width: 100%;
  height: 36px;
}

#header .marketnews .inner .ttl {
  float: left;
  width: 147px;
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
  font-size: 100%;
  margin-right: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #header .marketnews .inner .ttl {
    font-size: 72%;
    width: 98px;
    margin-right: 10px;
  }
}

#header .marketnews .inner .ttl span {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #7f7f7f;
  line-height: 1.2;
}

#header .marketnews .inner div {
  width: calc(100% - 170px) !important;
  float: left;
  height: 36px;
  line-height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #header .marketnews .inner div {
    width: calc(100% - 108px) !important;
  }
}

#header .marketnews .inner .txt {
  line-height: 36px;
}

#header .marketnews .inner .txt .date {
  padding-left: 1em;
}

#header .marketnews .inner .txt .time {
  padding: 0px 2em 0px 1em;
}

@media screen and (max-width: 768px) {
  #header .marketnews .inner .txt {
    font-size: 72%;
    line-height: 33px;
  }
}

#header .glolnav {
  height: 60px;
  width: 100%;
  background: #001f7a;
  top:70px;
  z-index: 1600;
}

@media screen and (max-width: 768px) {
  #header .glolnav {
    position: fixed;
    width: calc(100% - 50px);
    height: 100%;
    right: -100%;
    top: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 100000;
  }
}


#header .glolnav.top {
    position: fixed;
    margin-top:21px;
}



@media screen and (max-width: 768px) {
  #header .glolnav.active {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0;
  }
}

#header .glolnav .inner .sp_menu_01 {
  display: none;
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .sp_menu_01 {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 15px;
  }
}

#header .glolnav .inner .sp_menu_01 .search_box {
  margin: 0px 0px 20px;
  display: block;
  width: 100%;
  position: relative;
  top: inherit;
  right: inherit;
  height: 35px;
}

#header .glolnav .inner .sp_menu_01 .search_box #srchForm_sp {
  width: 100%;
  position: absolute;
}

#header .glolnav .inner .sp_menu_01 .search_box #srchForm_sp #srchInput_sp {
  width: 100%;
  height: 35px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

#header .glolnav .inner .sp_menu_01 .search_box #srchForm_sp #srchBtn_sp {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 3px;
  top: 6px;
  background: url(../images/icon_header_search.png);
  background-repeat: no-repeat;
  background-size: 20px;
  border: none;
}

#header .glolnav .inner .sp_menu_01 .sp_banner li:nth-child(odd) {
  float: left;
  width: 49%;
  height: 35px;
}

#header .glolnav .inner .sp_menu_01 .sp_banner li:nth-child(odd) a {
  display: block;
  line-height: 35px;
  background-color: #ce0000;
  font-size: 79%;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-image: url(../images/icon_arrow_open_sp.png);
  background-position: 7px center;
  background-repeat: no-repeat;
  background-size: 3px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 320px) {
  #header .glolnav .inner .sp_menu_01 .sp_banner li:nth-child(odd) a {
    padding-left: 5px;
    font-size: 72%;
    background-size: 3px;
    background-position: 3px center;
  }
}

#header .glolnav .inner .sp_menu_01 .sp_banner li:nth-child(odd) a span {
  display: inline-block;
  background: #fff;
  height: 13px;
  line-height: 13px;
  padding: 0px 2px;
  font-size: 72%;
  color: #ce0000;
  margin-top: 10px;
  margin-left: 5px;
}

@media screen and (max-width: 320px) {
  #header .glolnav .inner .sp_menu_01 .sp_banner li:nth-child(odd) a span {
    margin-top: 8px;
  }
}

#header .glolnav .inner .sp_menu_01 .sp_banner li:nth-child(even) {
  float: right;
  width: 48.5%;
  height: 35px;
}

#header .glolnav .inner .sp_menu_01 .sp_banner li:nth-child(even) a {
  display: block;
  line-height: 35px;
  background-color: #666666;
  font-size: 79%;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-image: url(../images/icon_arrow_open_sp.png);
  background-position: 7px center;
  background-repeat: no-repeat;
  background-size: 3px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
}

#header .glolnav .inner .nav_lv01 {
  width: 100%;
  position: relative;
  overflow: visible;
}

#header .glolnav .inner .nav_lv01 > li {
  float: left;
  height: 60px;
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li {
    width: 100% !important;
    line-height: 49px;
    border-bottom: 1px solid #435599;
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#header .glolnav .inner .nav_lv01 > li:nth-of-type(1) {
  width: 140px;
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li:nth-of-type(1) {
    border-top: 1px solid #435599;
  }
}

#header .glolnav .inner .nav_lv01 > li:nth-of-type(2) {
  width: 130px;
}

#header .glolnav .inner .nav_lv01 > li:nth-of-type(3) {
  width: 150px;
}

#header .glolnav .inner .nav_lv01 > li:nth-of-type(4) {
  width: 150px;
}

#header .glolnav .inner .nav_lv01 > li:nth-of-type(5) {
  width: 140px;
}

#header .glolnav .inner .nav_lv01 > li:nth-of-type(6) {
  width: 150px;
}

#header .glolnav .inner .nav_lv01 > li:nth-of-type(7) {
  width: 140px;
}

/*#header .glolnav .inner .nav_lv01 > li:nth-of-type(8) {
  width: 140px;
}*/

#header .glolnav .inner .nav_lv01 > li:hover > a {
  background: #fff;
  color: #001f7a;
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li:hover > a {
    background: #001f7a;
    color: #fff;
  }
}

#header .glolnav .inner .nav_lv01 > li:hover > a .main_menu, 
#header .glolnav .inner .nav_lv01 > li:hover > a .menu_tsumitategaika{
  background-image: url(../images/icon_arrow_glonav_on.png);
  background-position: right center;
  background-repeat: no-repeat;
}

#header .glolnav .inner .nav_lv01 > li > a {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 60px;
  color: #fff;
  text-decoration: none;
  -webkit-font-kerning: 108%;
          font-kerning: 108%;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li > a {
    line-height: 48px;
    -webkit-font-kerning: 100%;
            font-kerning: 100%;
    text-align: left;
    padding: 0px 15px;
  }
}

#header .glolnav .inner .nav_lv01 > li > a span.main_menu {
  padding-right: 16px;
  display: inline-block;
  background-image: url(../images/icon_arrow_glonav_off.png);
  background-position: right center;
  background-repeat: no-repeat;
}

#header .glolnav .inner .nav_lv01 > li > a .menu_tsumitategaika {

  padding-right: 16px;
  display: inline-block;
  background-image: url(../images/icon_arrow_glonav_off.png);
  background-position: right center;
  background-repeat: no-repeat;
	font-size:14px; 
	line-height:35px; 
	padding-top:17px;

}

#header .glolnav .inner .nav_lv01 > li > a .menu_tsumitategaika .mini {
	font-size:11px;
	display: block;
	line-height:6px; 
}


@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li > a span.main_menu,
    #header .glolnav .inner .nav_lv01 > li > a span.menu_tsumitategaika {
    background: none;
  }
	



#header .glolnav .inner .nav_lv01 > li > a .menu_tsumitategaika {
 padding-right: 16px;
	font-size:14px; 
	line-height:0; 
	padding-top:25px;
}

#header .glolnav .inner .nav_lv01 > li > a .menu_tsumitategaika .mini {
	font-size:11px;
	display: inline;
	line-height:0;
	padding:0 10px 0 0;
}
}



#header .glolnav .inner .nav_lv01 > li .nav_lv02 {
  display: none;
  position: absolute;
  width: calc(100% + 2px);
  top: 60px;
  left: 0px;
  background: #fff;
  color: #001f7a;
  padding: 20px 0px 0px;
  z-index: 1000;
  border: 2px solid #001f7a;
  border-top: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li .nav_lv02 {
    position: relative;
    width: 100%;
    top: inherit;
    left: inherit;
    padding: 0px;
    display: none;
    border: none;
  }
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02 li {
  float: left;
  width: 20%;
  padding-bottom: 25px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li .nav_lv02 li {
    float: none;
    width: 100% !important;
    height: 50px;
    text-align: left !important;
    padding: 0px 15px !important;
    border-bottom: 1px solid #a8b3d7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 50px !important;
    margin: 0px !important;
    
    /*231026 追記*/
    font-size: 12px;
  }
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02 li.blank {
  height: 50px;
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02 li.bottom {
  background-color: #f1f5ff;
  padding-top: 20px;
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02 li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #001f7a;
  position: relative;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li .nav_lv02 li a {
    line-height: 48px !important;
  }
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02 li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li .nav_lv02 li a:hover {
    opacity: 1;
  }
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02 li a:hover .txt {
  text-decoration: underline;
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02 li a p {
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  display: table;
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li .nav_lv02 li a p {
    text-align: left;
    line-height: inherit;
    display: block;
    padding: 0px !important;
  }
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02 li a p .icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 60px;
  height: 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li .nav_lv02 li a p .icon {
    display: none !important;
  }
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02 li a p .icon img {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li .nav_lv02 li a p .icon img {
    display: none;
  }
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02 li a p .txt {
  display: table-cell;
  text-align: left;
  font-size: 95%;
  line-height: 1.5;
  vertical-align: middle;
  height: 50px;
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li .nav_lv02 li a p .txt {
    display: block;
    padding: 0px !important;
    background: none;
    font-size: 12px !important;
    line-height: 48px;
  }
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li .nav_lv02 li a p br {
    display: none;
  }
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.guide > li {
  width: 400px;
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.guide > li:nth-child(odd) {
  margin-left: 35px;
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.guide > li:nth-child(even) {
  margin-left: 85px;
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.guide > li:nth-child(even) a .icon {
  width: auto;
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.guide > li:nth-child(even) a .icon img {
  padding-bottom: 5px;
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.guide > li a p {
  padding-left: 0px;
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.guide > li a p .icon {
  width: auto;
  text-align: left;
  padding-right: 20px;
  display: inline-block;
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.guide > li a p .txt {
  font-size: 115%;
  padding-top: 15px;
  display: inline-block;
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.guide > li .nav_lv03 {
  margin-top: 20px;
  padding-bottom: 25px;
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li .nav_lv02.guide > li .nav_lv03 {
    display: none;
  }
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.guide > li .nav_lv03 .ttlnav {
  font-size: 150%;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #001f7a;
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.guide > li .nav_lv03 .nav_lv03_list li {
  float: none;
  width: 100%;
  margin-bottom: 10px;
  padding: 0px;
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.guide > li .nav_lv03 .nav_lv03_list li a {
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  background-image: url(../images/icon_link_arrow_bl.png);
  background-repeat: no-repeat;
  background-position: left;
}

#header .glolnav .inner .nav_lv01 > li:hover .nav_lv02 {
  display: block;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li:hover .nav_lv02 {
    display: none;
  }
}



@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li:hover .nav_lv02 {
    display: none;
  }
}


#header .glolnav .inner .nav_lv01 > li .nav_lv02 .menu_comment{
  clear:both;
  font-size:90%;
  text-align:right;
  color:#333;
}

@media screen and (max-width: 768px) {
#header .glolnav .inner .nav_lv01 > li .nav_lv02 .menu_comment{
  clear:both;
  text-align:left;
  line-height:1.5;
  padding:5% 5% 5% 5%;
  color:#333;
  }
}


#header .glolnav .inner .nav_lv01 > li .accordion_icon_box {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li .accordion_icon_box {
    display: block;
  }
}

#header .glolnav .inner .nav_lv01 > li .accordion_icon_box .accordion_icon {
  position: relative;
  width: 15px;
  height: 15px;
}

#header .glolnav .inner .nav_lv01 > li .accordion_icon_box .accordion_icon span {
  position: absolute;
  left: 15px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

#header .glolnav .inner .nav_lv01 > li .accordion_icon_box .accordion_icon span:nth-of-type(1) {
  top: 24px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header .glolnav .inner .nav_lv01 > li .accordion_icon_box .accordion_icon span:nth-of-type(2) {
  top: 24px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header .glolnav .inner .nav_lv01 > li .accordion_icon_box .accordion_icon.active span:nth-of-type(1) {
  display: none;
}

#header .glolnav .inner .nav_lv01 > li .accordion_icon_box .accordion_icon.active span:nth-of-type(2) {
  top: 24px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}





#header .glolnav .inner .nav_lv01 > li .nav_lv02.service_list_06 {
  padding:20px 10px;
}
@media screen and (max-width: 768px) {
#header .glolnav .inner .nav_lv01 > li .nav_lv02.service_list_06 {
  padding:0px;
}  
}



#header .glolnav .inner .nav_lv01 > li .nav_lv02.service_list_06 li {
  width: 120px;
  padding:10px;
  margin:0 10px;
 float:left;
 text-align:center;

}




#header .glolnav .inner .nav_lv01 > li .nav_lv02.service_list_06 li img {
display:block;
  margin:0 auto;
}





@media screen and (max-width: 768px) {

#header .glolnav .inner .nav_lv01 > li .nav_lv02.service_list_06 li img {
display:none;
}

}

@media screen and (max-width: 480px) {

#header .glolnav .inner .nav_lv01 > li .nav_lv02.service_list_06 li img {
display:none;
}

}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.service_list_05 {
  padding:20px 10px;

}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.service_list_05 li {
  width: 150px;
  padding:10px;
  margin:10px;
 float:left;
 text-align:center;


}




#header .glolnav .inner .nav_lv01 > li .nav_lv02.service_list_05 li img {
display:block;
  margin:0 auto;
}





@media screen and (max-width: 768px) {

#header .glolnav .inner .nav_lv01 > li .nav_lv02.service_list_05 li img {
display:none;
}

}

@media screen and (max-width: 480px) {

#header .glolnav .inner .nav_lv01 > li .nav_lv02.service_list_05 li img {
display:none;
}

}

#header .glolnav .inner .nav_lv01 > li > a .menu_neobank {
 display: inline-block;
	line-height:32px; 
	padding-top:18px;

}

#header .glolnav .inner .nav_lv01 > li > a .menu_neobank .first {
	display: block;
	line-height:7px; 
}


@media screen and (max-width: 768px) {
  
#header .glolnav .inner .nav_lv01 > li > a .menu_neobank {
	line-height:0; 
	padding-top:25px;
}

#header .glolnav .inner .nav_lv01 > li > a .menu_neobank .first {
	display: inline;
	line-height:0;
	}
}








#header .glolnav .inner .sp_menu_02 {
  display: none;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .sp_menu_02 {
    display: block;
  }
}

#header .glolnav .inner .sp_menu_02 ul li a {
  background-image: url(../images/icon_arrow_open_sp.png);
  background-size: 5px;
  background-repeat: no-repeat;
  background-position: left;
  line-height: 2.8;
  color: #fff;
  font-size: 12px;
  padding-left: 12px;
}

#header .glolnav .sp_close {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: -50px;
  width: 50px;
}

#header .glolnav.active .sp_close {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}

#header .ol {
  display: none;
  opacity: 0;
}

#header .ol.active {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}

#font_large {
  font-size: 18px;
}

#font_medium {
  font-size: 14px;
}

#font_small {
  font-size: 12px;
}

.search_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 220px;
  float: right;
  margin-top: 32px;
  margin-left: 8px;
  height: 28px;
  margin-right: 418px;
}

@media screen and (max-width: 768px) {
  .search_box {
    display: none;
  }
}

#srchBox {
  width: 168px;
  background-color: #FFFFFF;
  height: 28px;
}

#srchBox #srch #srchForm {
  width: 168px;
  height: 28px;
  position: relative;
}

#srchBox #srchInput {
  width: 130px;
  height: 28px;
  border: 1px solid #d0d0d0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px 0px 0px 5px / 5px 0px 0px 5px;
  padding: 0px 5px;
}

#srchBox #srchBtn {
  width: 38px;
  height: 28px;
  background: url(../images/btn_search.png);
  border: none;
  cursor: pointer;
}

/* -------------------------------------------------------------------

    slider

-------------------------------------------------------------------- */
#kv {
  margin-bottom: 15px;
  position: relative;
  margin-top:130px;
}

@media screen and (max-width: 768px) {
  #kv {
    margin-bottom: 0px;
    margin-top:51px
  }
}

#kv .topslider {
  width: 100%;
  height: 480px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #kv .topslider {
    height: auto;
  }
}

#kv .topslider .slick-current {
  opacity: 1;
}


#kv .topslider .slick-prev::before {
   content: url(../top/images/prev.png);
 }
#kv .topslider .slick-next::before {
    content: url(../top/images/next.png);
}


#kv .topslider .slick-prev{
    left: 9.9%;
  }
#kv .topslider .slick-next{
    right: 12.6%;
}
  @media screen and (max-width:480px) {
    #kv .topslider .slick-prev{
        left: 30px;
                 
    }
     #kv .topslider .slick-next{
       right: 30px;
    }
}

/* ipad */
@media screen and (max-width:1194px) {
#kv .topslider .slick-prev::before {
   content: none;
 }
#kv .topslider .slick-next::before {
   content: none;
}  
}
/*////////*/


#kv .thum {
  width: 100%;
  height: 90px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #kv .thum {
    padding-top: 26px;
    height: auto;
    background: #666;
  }
}

#kv .thum .inner {
  position: relative;
}

#kv .thum .inner ul {
  margin: 0px auto;
  padding-top: 20px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #kv .thum .inner ul {
    display: none;
  }
}

#kv .thum .inner ul li {
  width: 14.5% !important;
  padding: 0 1% 0 1%;
  display: inline-block;
  cursor: pointer;
  outline: none;
}

#kv .thum .inner .account {
  position: absolute;
  width: 210px;
  height: 410px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
  top: -450px;
  right: 0px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #kv .thum .inner .account {
    position: relative;
    top: inherit;
    right: inherit;
    width: calc(100% + 30px);
    border-radius: 0px;
    margin-left: -15px;
    height: auto;
    background: #fff;
    overflow:hidden;
  }
}

#kv .thum .inner .account .box01 {
  padding: 15px 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #kv .thum .inner .account .box01 {
    float:left;
	width:44%;
    padding:0; 
    margin:3% 1% 0 5%;
  }
}


#kv .thum .inner .account .box01 .btnopen {
  width: 100%;
  margin-bottom: 10px;
}

#kv .thum .inner .account .box01 .btnopen a {
	display: block;
    height: 90px;
    border-radius: 4px;
    background: #cc0000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    /* padding-right: 20%; */
    /* padding-left: 45px; */
    /* padding-top: 15px; */
    /* padding-top: 7%;*/
}

@media screen and (max-width: 768px) {
  #kv .thum .inner .account .box01 .btnopen a {
    height: 70px;
    padding: 0px;
    line-height: 0;
    text-align: center;
    background-image: url(../images/icon_arrow_open_sp.png);
    background-size: 6px;
    background-position: 96% center;
    background-repeat: no-repeat;
  }
}

#kv .thum .inner .account .box01 .btnopen a:hover {
  opacity: 0.7;
}

#kv .thum .inner .account .box01 .btnopen a .min {
    display: block;
    width: 85%;
    color: #cc0000;
    text-align: center;
    font-weight: bold;
    font-size: 100%;
    line-height: 24px;
    position: relative;
    display: inline-block;
    background: #fff;
    border-radius: 2px;
    color: #cc0000;
	margin-top: 7%;
    /* height: 35px; */
    /* background: url(../images/bg_open_balloon.png); */
    /* padding: 16px; */
    /* margin-top: 5%;*/
}

#kv .thum .inner .account .box01 .btnopen a .min::before {
  content: "";
  position: absolute;
  top: 100%;
    left: 47%;
    /* margin-left: -15px; */
    border: 6px solid transparent;
    border-top: 6px solid #fff;
}

@media screen and (max-width: 768px) {
  #kv .thum .inner .account .box01 .btnopen a .min {

    width: 110px;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 80%;
    line-height: 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 23px;
	margin-right: 1%;
    /* height: 19px; */
    /* background-image: url(../images/bg_open_balloon_sp.png); */
    /* padding-right: 5px; */
    /* margin-top: 26px; */
  }
	
	#kv .thum .inner .account .box01 .btnopen a .min::before {
	display:none;
	}
}

#kv .thum .inner .account .box01 .btnopen a .op {
  font-weight: bold;
  color: #fff;
  font-size: 180%;
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  #kv .thum .inner .account .box01 .btnopen a .op {
    line-height: 1.5;
    font-size: 120%;
    display:block;
  }
}




#kv .thum .inner .account .box04 {
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  #kv .thum .inner .account .box04 {
	float:left;
	margin-left:1%;
	width:44%;
    padding:0; 
    margin:3% 5% 0 1%;
	
  }
}


#kv .thum .inner .account .box04 .faq {
  width: 100%;
}

#kv .thum .inner .account .box04 .faq a {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  border-radius: 4px;
  background: #555;
  box-sizing: border-box;
  padding-left: 21px;
  line-height: 50px;
  color: #fff;
  display: block;
  font-size: 108%;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#kv .thum .inner .account .box04 .faq a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #kv .thum .inner .account .box04 .faq a {
    height: 70px;
    padding: 0 5% 0 0;
    line-height: 70px;
    text-align: center;
    background-image: url(../images/icon_arrow_open_sp.png);
    background-size: 6px;
    background-position: 96% center;
    background-repeat: no-repeat;
    font-size: 100%;
  }
}

#kv .thum .inner .account .box04 .faq a span {
  display: inline-block;
  padding-left: 35px;
  background-image: url(../images/icon_slide_faq.png);
  background-position: left;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #kv .thum .inner .account .box04 .faq a span {
    padding-left: 30px;
    background-image: url(../images/icon_slide_faq_sp.png);

  }
}




  #kv .thum .inner .account .login_box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 0px;
}

  #kv .thum .inner .account .login_box .ttl {
text-align:center;
font-size:130%;
padding:2% 0;
margin:3% auto;
background-color:#001f7a;
color:#fff;
width:91%;
font-weight:bold;
}



@media screen and (max-width: 768px) {
  #kv .thum .inner .account .login_box {
    margin: 0px auto;
  }


  #kv .thum .inner .account .login_box .ttl {
  text-align:left;
  font-size:110%;
  border-left:#001f7a 5px solid;
  color:#333;
  width:91%;
  margin:2% 0 2% 5%;
  padding:1% 2%;
  background:none;
}
}


  #kv .thum .inner .account .login_box p {
  text-align: center;
  font-size: 90%;

}

  #kv .thum .inner .account .login_box p:last-child {
  margin-bottom: 0px;
}

  #kv .thum .inner .account .login_box p span {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding-right: 20px;
  width: 89px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

  #kv .thum .inner .account .login_box p input {
  width: 90%;
  height: 25px;
  background: #fff;
  border: none;
  font-size: 110%;
  padding:1%;
  margin:1% 0;
  border:solid 1px #aaa;
}

@media screen and (max-width: 768px) {
  #kv .thum .inner .account .login_box p input {
    width: 80%;
  }
}

  #kv .thum .inner .account .login_btn {
  width: 100%;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -ms-center;
}




  #kv .thum .inner .account .login_btn p a{
  display: block;
  color: #fff;
  width: 90%;
  line-height: 40px;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../images/icon_slider_login.png);
  background-repeat: no-repeat;
  background-position: 120%;
  background-size: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  background:#555;

}



@media screen and (max-width: 768px) {
  #kv .thum .inner .account .login_btn p a{
  display: block;
  color: #fff;
  width: 80%;
  font-size: 110%;
}
}


@media screen and (max-width: 768px) {
  #kv .thum .inner .account .login_btn ul li a {
    font-size: 79%;
  }
}

  #kv .thum .inner .account .login_btn ul li a:hover {
  opacity: 0.7;
}


  #kv .thum .inner .account .loginbtn {
  width: 100%;
  text-align: -webkit-center
}

  #kv .thum .inner .account .loginbtn ul li {
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 768px) {
  #kv .thum .inner .account .loginbtn ul li {
    display: block;
    max-width: 600px;
  }
}




/* -------------------------------------------------------------------

    top

-------------------------------------------------------------------- */

#top_movie .wrapper {
  width: 100%;
  background: #ffffff;
  padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
  #top_movie .wrapper {
    padding: 35px 0px 40px;
  }
}



#top_movie .wrapper .inner .tab_strong {
  width: 100%;
}

#top_movie .wrapper .inner .tab_strong .tab_col02 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #001f7a;
  height: 50px;
}

@media screen and (max-width: 768px) {
  #top_movie .wrapper .inner .tab_strong .tab_col02 {
    display: none;
  }
}

/*#top_movie .wrapper .inner .tab_strong .tab_col02 li {
  line-height: 49px;
  height: 49px;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  font-size: 115%;
  font-weight: bold;
  color: #001f7a;
  text-align: center;
  cursor: pointer;
}*/

#top_movie .wrapper .inner .tab_strong .tab_col02 li {
  line-height: 49px;
  height: 49px;
  width: 33.3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  font-size: 115%;
  font-weight: bold;
  color: #001f7a;
  text-align: center;
  cursor: pointer;
}

/*#top_movie .wrapper .inner .tab_strong .tab_col02 li:first-child,
#top_movie .wrapper .inner .tab_strong .tab_col02 li:nth-child(2),
#top_movie .wrapper .inner .tab_strong .tab_col02 li:nth-child(3) {
  border-right: 1px solid #001f7a;
}*/

#top_movie .wrapper .inner .tab_strong .tab_col02 li:first-child,
#top_movie .wrapper .inner .tab_strong .tab_col02 li:nth-child(2) {
  border-right: 1px solid #001f7a;
}


#top_movie .wrapper .inner .tab_strong .tab_col02 li.current {
  background: #001f7a;
  color: #fff;
}

#top_movie .wrapper .inner .tab_strong .tab_content {
  width: 100%;
  border: 1px solid #001f7a;
  border-top: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top_movie .wrapper .inner .tab_strong .tab_content .accordion_btn {
  display: none;
}

@media screen and (max-width: 768px) {
  #top_movie .wrapper .inner .tab_strong .tab_content .accordion_btn {
    display: block;
    width: 100%;
    position: relative;
    height: 45px;
    background-color: #001a7c;
  }
}

#top_movie .wrapper .inner .tab_strong .tab_content .accordion_btn h3 {
  color: #fff;
  line-height: 45px;
  font-size: 86%;
  padding-left: 15px;
}

#top_movie .wrapper .inner .tab_strong .tab_content .accordion_btn .accordion_icon_box {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
}

#top_movie .wrapper .inner .tab_strong .tab_content .accordion_btn .accordion_icon_box .accordion_icon {
  position: relative;
  width: 15px;
  height: 15px;
}

#top_movie .wrapper .inner .tab_strong .tab_content .accordion_btn .accordion_icon_box .accordion_icon span {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

#top_movie .wrapper .inner .tab_strong .tab_content .accordion_btn .accordion_icon_box .accordion_icon span:nth-of-type(1) {
  top: 7px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#top_movie .wrapper .inner .tab_strong .tab_content .accordion_btn .accordion_icon_box .accordion_icon span:nth-of-type(2) {
  top: 7px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#top_movie .wrapper .inner .tab_strong .tab_content .accordion_btn .accordion_icon_box .accordion_icon.active span:nth-of-type(1) {
  display: none;
}

#top_movie .wrapper .inner .tab_strong .tab_content .accordion_btn .accordion_icon_box .accordion_icon.active span:nth-of-type(2) {
  top: 7px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

#top_movie .wrapper .inner .tab_strong .tab_content .box {
  display: none;
}

#top_movie .wrapper .inner .tab_strong .tab_content .box.current {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}

#top_movie .wrapper .inner .tab_strong .tab_content .box .strong_list {
  width: 100%;
  padding: 50px 20px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #top_movie .wrapper .inner .tab_strong .tab_content .box .strong_list {
    padding: 0px;
  }
}

#top_movie .wrapper .inner .tab_strong .tab_content .box .strong_list.col06 li {
  width: 16.6666666666%;
}


@media screen and (max-width: 768px) {
  #top_movie .wrapper .inner .tab_strong .tab_content .box .strong_list.col06 li {
    width: 100%;
  }
}

#top_movie .wrapper .inner .tab_strong .tab_content .box .strong_list.col03 li {
  width: 33%;
}

@media screen and (max-width: 768px) {
#top_movie .wrapper .inner .tab_strong .tab_content .box .strong_list.col03 li {
 width: 100%;
}
}




#top_movie .wrapper .inner .tab_strong .tab_content .box .strong_list li {
  float: left;
  width: 20%;
  text-align: center;
  font-weight: bold;
  font-size: 93%;
  line-height: 1.3;
  color: #001f7a;
}

@media screen and (max-width: 768px) {
  #top_movie .wrapper .inner .tab_strong .tab_content .box .strong_list li {
    float: none;
    border-bottom: 1px solid #001f7a;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    position: relative;
    padding-left: 100px;
    height: 65px;
    font-size: 79%;
    padding-top: 20px;
  }
}

#top_movie .wrapper .inner .tab_strong .tab_content .box .strong_list li a {
  text-decoration: none;
  color: #001f7a;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#top_movie .wrapper .inner .tab_strong .tab_content .box .strong_list li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #top_movie .wrapper .inner .tab_strong .tab_content .box .strong_list li:last-child {
    border-bottom: none;
  }
}

@media screen and (max-width: 320px) {
  #top_movie .wrapper .inner .tab_strong .tab_content .box .strong_list li {
    font-size: 72%;
    padding-left: 73px;
    padding-top: 25px;
  }
}

#top_movie .wrapper .inner .tab_strong .tab_content .box .strong_list li img {
  display: block;
  margin: 0px auto 12px;
}

@media screen and (max-width: 768px) {
  #top_movie .wrapper .inner .tab_strong .tab_content .box .strong_list li img {
    position: absolute;
    left: 10px;
    top: 0px;
    width: 75px;
  }
}

@media screen and (max-width: 768px) {
  #top_movie .wrapper .inner .tab_strong .tab_content .box .strong_list li img {
    width: 60px;
    left: 10px;
    top: 7px;
  }
}

#top_movie .wrapper .inner .tab_strong .tab_content .box .strong_list li span {
  font-size: 125%;
  vertical-align: text-bottom;
}

@media screen and (max-width: 768px) {
  #top_movie .wrapper .inner .tab_strong .tab_content .box .strong_list li span {
    vertical-align: baseline;
  }
}

@media screen and (max-width: 768px) {
  #top_movie .wrapper .inner .tab_strong .tab_content .box .strong_list li br {
    display: none;
  }
}

#top_campaign .wrapper {
  width: 100%;
  background: #f1f5ff;
  padding: 65px 0px 90px;
}

@media screen and (max-width: 768px) {
  #top_campaign .wrapper {
    padding: 40px 0px 50px;
  }
}



#top_campaign .wrapper .inner .campaign_list {
  width: 100%;
}

#top_campaign .wrapper .inner .campaign_list .box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
  float: left;
}

@media screen and (max-width: 768px) {
  #top_campaign .wrapper .inner .campaign_list .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  #top_campaign .wrapper .inner .campaign_list .box:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
  }
}

#top_campaign .wrapper .inner .campaign_list .box:nth-child(3n) {
  margin-right: 0px;
}

#top_campaign .wrapper .inner .campaign_list .box a {
  display: block;
  position: relative;
  background: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#top_campaign .wrapper .inner .campaign_list .box a:hover {
  opacity: 0.7;
}


@media screen and (max-width: 768px) {
#top_campaign .wrapper .inner .campaign_list .box a:hover {
  opacity: 1.0;
}
}

#top_campaign .wrapper .inner .campaign_list .box a .icon {
  width: 50px;
  height: 24px;
  left: 0px;
  top: 0px;
  background: #cc0000;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-size: 86%;
  position: absolute;
}

@media screen and (max-width: 768px) {
  #top_campaign .wrapper .inner .campaign_list .box a .icon {
    width: 30px;
    height: 17px;
    line-height: 17px;
    font-size: 72%;
  }
}

#top_campaign .wrapper .inner .campaign_list .box a figure img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #top_campaign .wrapper .inner .campaign_list .box a figure {
    float: left;
    width: 120px;
  }
}

@media screen and (max-width: 320px) {
  #top_campaign .wrapper .inner .campaign_list .box a figure {
    width: 100px;
  }
}

#top_campaign .wrapper .inner .campaign_list .box a .txtbox {
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #top_campaign .wrapper .inner .campaign_list .box a .txtbox {
    float: left;
    width: calc(100% - 120px);
    padding: 15px 15px 10px;
    background: #fff;
  }
}

@media screen and (max-width: 320px) {
  #top_campaign .wrapper .inner .campaign_list .box a .txtbox {
    width: calc(100% - 100px);
    padding: 7px 10px 5px;
  }
}

#top_campaign .wrapper .inner .campaign_list .box a .txtbox .ttl {
  color: #333333;
  font-size: 129%;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #top_campaign .wrapper .inner .campaign_list .box a .txtbox .ttl {
    font-size: 86%;
    min-height: 36px;
    margin-bottom: 0px;
  }
}

#top_campaign .wrapper .inner .campaign_list .box a .txtbox .term {
  font-size: 93%;
  color: #888888;
}

@media screen and (max-width: 768px) {
  #top_campaign .wrapper .inner .campaign_list .box a .txtbox .term {
    font-size: 72%;
    letter-spacing: -0.05em;
  }
}

#top_campaign .wrapper .inner .accbox {
  display: none;
  width: 100%;
}

#top_campaign .wrapper .inner .accbox.active {
  display: block;
}

#top_campaign .wrapper .inner .accbox .box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
  float: left;
}

#top_campaign .wrapper .inner .accbox .box:nth-child(3n) {
  margin-right: 0px;
}

@media screen and (max-width: 768px) {
  #top_campaign .wrapper .inner .accbox .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  #top_campaign .wrapper .inner .accbox .box:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
  }
}

#top_campaign .wrapper .inner .accbox .box a {
  display: block;
  position: relative;
  background: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#top_campaign .wrapper .inner .accbox .box a:hover {
  opacity: 0.7;
}

#top_campaign .wrapper .inner .accbox .box a .icon {
  width: 50px;
  height: 24px;
  left: 0px;
  top: 0px;
  background: #cc0000;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-size: 86%;
  position: absolute;
}

@media screen and (max-width: 768px) {
  #top_campaign .wrapper .inner .accbox .box a .icon {
    width: 30px;
    height: 17px;
    line-height: 17px;
    font-size: 72%;
  }
}

#top_campaign .wrapper .inner .accbox .box a figure img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #top_campaign .wrapper .inner .accbox .box a figure {
    float: left;
    width: 120px;
  }
}

@media screen and (max-width: 320px) {
  #top_campaign .wrapper .inner .accbox .box a figure {
    width: 100px;
  }
}

#top_campaign .wrapper .inner .accbox .box a .txtbox {
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #top_campaign .wrapper .inner .accbox .box a .txtbox {
    float: left;
    width: calc(100% - 120px);
    padding: 15px 15px 10px;
    background: #fff;
  }
}

@media screen and (max-width: 320px) {
  #top_campaign .wrapper .inner .accbox .box a .txtbox {
    width: calc(100% - 100px);
    padding: 7px 10px 5px;
  }
}

#top_campaign .wrapper .inner .accbox .box a .txtbox .ttl {
  color: #333333;
  font-size: 129%;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #top_campaign .wrapper .inner .accbox .box a .txtbox .ttl {
    font-size: 86%;
    min-height: 36px;
    margin-bottom: 0px;
  }
}

#top_campaign .wrapper .inner .accbox .box a .txtbox .term {
  font-size: 93%;
  color: #888888;
}

@media screen and (max-width: 768px) {
  #top_campaign .wrapper .inner .accbox .box a .txtbox .term {
    font-size: 72%;
    letter-spacing: -0.05em;
  }
}

#top_campaign .wrapper .inner .btnmore {
  display: block;
  margin: 0px auto;
  width: 240px;
  height: 40px;
  background: #001f7a;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 100%;
  line-height: 40px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  #top_campaign .wrapper .inner .btnmore {
    width: 160px;
    height: 35px;
    border-radius: 6px;
    font-size: 86%;
    line-height: 35px;
    margin-top: 10px;
  }
}

#top_campaign .wrapper .inner .btnmore:hover {
  opacity: 0.7;
}

#top_campaign .wrapper .inner .btnmore span {
  padding-left: 17px;
  display: inline-block;
  background-image: url(../images/icon_arrow_btn_bottom.png);
  background-repeat: no-repeat;
  background-position: left center;
}

#top_campaign .wrapper .inner .btnmore span.close {
  display: none;
  background-image: url(../images/icon_arrow_btn_up.png);
}

#top_campaign .wrapper .inner .btnmore.active .more {
  display: none;
}

#top_campaign .wrapper .inner .btnmore.active .close {
  display: inline-block;
}

#top_news .wrapper {
  padding: 50px 0px 40px;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper {
    padding: 40px 0px;
  }
}

#top_news .wrapper .inner .news_important {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper .inner .news_important {
    margin-bottom: 35px;
  }
}

#top_news .wrapper .inner .news_important h2 {
  font-size: 129%;
  background: #cc0000;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper .inner .news_important h2 {
    line-height: 35px;
    font-size: 108%;
  }
}

#top_news .wrapper .inner .news_important .news_list {
  padding: 25px 25px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #cc0000;
  border-top: none;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper .inner .news_important .news_list {
    padding: 15px 15px 0px;
  }
}

#top_news .wrapper .inner .news_important .news_list .box {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper .inner .news_important .news_list .box {
    margin-bottom: 15px;
  }
}

#top_news .wrapper .inner .news_important .news_list .box a {
  display: block;
  text-decoration: none;
}

#top_news .wrapper .inner .news_important .news_list .box a .info {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper .inner .news_important .news_list .box a .info {
    margin-bottom: 0px;
  }
}

#top_news .wrapper .inner .news_important .news_list .box a .info .date {
  display: inline-block;
  font-size: 86%;
  color: #888888;
  line-height: 18px;
  padding-right: 13px;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper .inner .news_important .news_list .box a .info .date {
    font-size: 72%;
    padding-right: 10px;
    line-height: 13px;
  }
}

#top_news .wrapper .inner .news_important .news_list .box a .info .cat {
  color: #fff;
  line-height: 18px;
  padding: 0px 5px;
  display: inline-block;
  font-size: 79%;
  min-width: 90px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper .inner .news_important .news_list .box a .info .cat {
    font-size: 72%;
    line-height: 13px;
    min-width: 82px;
    padding: 0px 3px;
  }
}

#top_news .wrapper .inner .news_important .news_list .box a .info .cat.cat01 {
  background: #cc0000;
}

#top_news .wrapper .inner .news_important .news_list .box a .ttl {
  color: #000;
  font-size: 93%;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper .inner .news_important .news_list .box a .ttl {
    font-size: 86%;
  }
}

#top_news .wrapper .inner .news_important .news_list .box a:hover .ttl {
  text-decoration: underline;
}

#top_news .wrapper .inner .news_col02 {
  width: 100%;
}

#top_news .wrapper .inner .news_col02 .news_nomal {
  width: 480px;
  float: right;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper .inner .news_col02 .news_nomal {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

#top_news .wrapper .inner .news_col02 .news_nomal .ttlbox {
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper .inner .news_col02 .news_nomal .ttlbox {
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
  }
}

#top_news .wrapper .inner .news_col02 .news_nomal .ttlbox h2 {
  float: left;
  font-size: 129%;
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper .inner .news_col02 .news_nomal .ttlbox h2 {
    font-size: 108%;
  }
}

#top_news .wrapper .inner .news_col02 .news_nomal .ttlbox .listlink {
  float: right;
  padding-top: 3px;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper .inner .news_col02 .news_nomal .ttlbox .listlink {
    padding-top: 0px;
  }
}

#top_news .wrapper .inner .news_col02 .news_nomal .ttlbox .listlink a {
  padding-left: 13px;
  background-image: url(../images/icon_link_arrow_bk.png);
  background-position: left center;
  background-repeat: no-repeat;
  color: #333333;
  font-size: 93%;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper .inner .news_col02 .news_nomal .ttlbox .listlink a {
    font-size: 72%;
    padding-left: 10px;
  }
}

#top_news .wrapper .inner .news_col02 .news_nomal .news_list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

#top_news .wrapper .inner .news_col02 .news_nomal .news_list .box {
  border-bottom: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top_news .wrapper .inner .news_col02 .news_nomal .news_list .box:last-child {
  border-bottom: none;
}

#top_news .wrapper .inner .news_col02 .news_nomal .news_list .box a {
  display: block;
  padding: 30px 0px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper .inner .news_col02 .news_nomal .news_list .box a {
    padding: 15px 0px;
  }
}

#top_news .wrapper .inner .news_col02 .news_nomal .news_list .box a .info {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper .inner .news_col02 .news_nomal .news_list .box a .info {
    margin-bottom: 0px;
  }
}

#top_news .wrapper .inner .news_col02 .news_nomal .news_list .box a .info .date {
  display: inline-block;
  font-size: 86%;
  color: #888888;
  line-height: 18px;
  padding-right: 13px;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper .inner .news_col02 .news_nomal .news_list .box a .info .date {
    font-size: 72%;
    padding-right: 10px;
    line-height: 13px;
  }
}

#top_news .wrapper .inner .news_col02 .news_nomal .news_list .box a .info .cat {
  background: #001f7a;
  color: #fff;
  line-height: 18px;
  padding: 0px 5px;
  display: inline-block;
  font-size: 79%;
  min-width: 90px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper .inner .news_col02 .news_nomal .news_list .box a .info .cat {
    font-size: 72%;
    line-height: 13px;
    min-width: 82px;
    padding: 0px 3px;
  }
}

#top_news .wrapper .inner .news_col02 .news_nomal .news_list .box a .info .cat.cat01 {
  background: #cc0000;
}

#top_news .wrapper .inner .news_col02 .news_nomal .news_list .box a .ttl {
  color: #001f7a;
  font-size: 93%;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper .inner .news_col02 .news_nomal .news_list .box a .ttl {
    font-size: 86%;
  }
}

#top_news .wrapper .inner .news_col02 .news_nomal .news_list .box a .ttl .blank {
  vertical-align: baseline;
  display: inline-block;
  padding: 0px 5px;
}

#top_news .wrapper .inner .news_col02 .news_nomal .news_list .box a .ttl .blank img {
  padding-top: 3px;
}

#top_news .wrapper .inner .news_col02 .news_nomal .news_list .box a .ttl .new {
  vertical-align: baseline;
  display: inline-block;
  padding: 0px 5px;
}

#top_news .wrapper .inner .news_col02 .news_nomal .news_list .box a .ttl .new img {
  padding-top: 2px;
}

#top_news .wrapper .inner .news_col02 .news_nomal .news_list .box a:hover .ttl {
  text-decoration: underline;
}

#top_news .wrapper .inner .news_col02 .news_trade {
  width: 480px;
  float: left;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper .inner .news_col02 .news_trade {
    float: none;
    width: 100%;
  }
}

#top_news .wrapper .inner .news_col02 .news_trade .ttlbox {
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper .inner .news_col02 .news_trade .ttlbox {
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
  }
}

#top_news .wrapper .inner .news_col02 .news_trade .ttlbox h2 {
  float: left;
  font-size: 129%;
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper .inner .news_col02 .news_trade .ttlbox h2 {
    font-size: 108%;
  }
}

#top_news .wrapper .inner .news_col02 .news_trade .ttlbox .listlink {
  float: right;
  padding-top: 3px;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper .inner .news_col02 .news_trade .ttlbox .listlink {
    padding-top: 0px;
  }
}

#top_news .wrapper .inner .news_col02 .news_trade .ttlbox .listlink a {
  padding-left: 13px;
  background-image: url(../images/icon_link_arrow_bk.png);
  background-position: left center;
  background-repeat: no-repeat;
  color: #333333;
  font-size: 93%;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper .inner .news_col02 .news_trade .ttlbox .listlink a {
    font-size: 72%;
    padding-left: 10px;
  }
}

#top_news .wrapper .inner .news_col02 .news_trade .news_list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

#top_news .wrapper .inner .news_col02 .news_trade .news_list .box {
  border-bottom: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top_news .wrapper .inner .news_col02 .news_trade .news_list .box:last-child {
  border-bottom: none;
}

#top_news .wrapper .inner .news_col02 .news_trade .news_list .box a {
  display: block;
  padding: 30px 0px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper .inner .news_col02 .news_trade .news_list .box a {
    padding: 15px 0px;
  }
}

#top_news .wrapper .inner .news_col02 .news_trade .news_list .box a .info {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper .inner .news_col02 .news_trade .news_list .box a .info {
    margin-bottom: 0px;
  }
}

#top_news .wrapper .inner .news_col02 .news_trade .news_list .box a .info .date {
  display: inline-block;
  font-size: 86%;
  color: #888888;
  line-height: 18px;
  padding-right: 13px;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper .inner .news_col02 .news_trade .news_list .box a .info .date {
    font-size: 72%;
    padding-right: 10px;
    line-height: 13px;
  }
}

#top_news .wrapper .inner .news_col02 .news_trade .news_list .box a .info .cat {
  background: #001f7a;
  color: #fff;
  line-height: 18px;
  padding: 0px 5px;
  display: inline-block;
  font-size: 79%;
  min-width: 90px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper .inner .news_col02 .news_trade .news_list .box a .info .cat {
    font-size: 72%;
    line-height: 13px;
    min-width: 82px;
    padding: 0px 3px;
  }
}

#top_news .wrapper .inner .news_col02 .news_trade .news_list .box a .info .cat.cat01 {
  background: #cc0000;
}

#top_news .wrapper .inner .news_col02 .news_trade .news_list .box a .ttl {
  color: #001f7a;
  font-size: 93%;
}

@media screen and (max-width: 768px) {
  #top_news .wrapper .inner .news_col02 .news_trade .news_list .box a .ttl {
    font-size: 86%;
  }
}

#top_news .wrapper .inner .news_col02 .news_trade .news_list .box a .ttl .blank {
  vertical-align: baseline;
  display: inline-block;
  padding: 0px 5px;
}

#top_news .wrapper .inner .news_col02 .news_trade .news_list .box a .ttl .blank img {
  padding-top: 3px;
}

#top_news .wrapper .inner .news_col02 .news_trade .news_list .box a .ttl .new {
  vertical-align: baseline;
  display: inline-block;
  padding: 0px 5px;
}

#top_news .wrapper .inner .news_col02 .news_trade .news_list .box a .ttl .new img {
  padding-top: 2px;
}

#top_news .wrapper .inner .news_col02 .news_trade .news_list .box a:hover .ttl {
  text-decoration: underline;
}

#top_sitemap .wrapper {
  width: 100%;
  background: #f1f5ff;
}

@media screen and (max-width: 768px) {
  #top_sitemap .wrapper .inner .sitemap_col03 {
    padding: 10px 0px;
  }
}

#top_sitemap .wrapper .inner .sitemap_col03 .box {
  float: left;
  width: 33.3333333333333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #dddddd;
  height: 350px;
  box-sizing: border-box;
  padding-top: 65px;
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  #top_sitemap .wrapper .inner .sitemap_col03 .box {
    float: none;
    width: 100%;
    padding-top: 20px;
    padding-left: 0px;
    padding-bottom: 20px;
    border-right: none;
    height: auto;
    border-bottom: 1px solid #dddddd;
  }
}

#top_sitemap .wrapper .inner .sitemap_col03 .box:last-child {
  border-right: none;
  border-bottom: none;
}

#top_sitemap .wrapper .inner .sitemap_col03 .box h2 {
  line-height: 45px;
  font-size: 129%;
  font-weight: bold;
  color: #000;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  #top_sitemap .wrapper .inner .sitemap_col03 .box h2 {
    font-size: 108%;
    margin-bottom: 10px;
  }
}

#top_sitemap .wrapper .inner .sitemap_col03 .box.box01 h2 {
  background-image: url(../images/icon_top_sitemap_01.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 52px;
}

@media screen and (max-width: 768px) {
  #top_sitemap .wrapper .inner .sitemap_col03 .box.box01 h2 {
    background-image: url(../images/icon_top_sitemap_01_sp.png);
    background-size: 26px;
    padding-left: 45px;
  }
}

#top_sitemap .wrapper .inner .sitemap_col03 .box.box02 h2 {
  background-image: url(../images/icon_top_sitemap_02.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  #top_sitemap .wrapper .inner .sitemap_col03 .box.box02 h2 {
    background-image: url(../images/icon_top_sitemap_02_sp.png);
    background-size: 35px;
    padding-left: 45px;
  }
}

#top_sitemap .wrapper .inner .sitemap_col03 .box.box03 h2 {
  background-image: url(../images/icon_top_sitemap_03.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  #top_sitemap .wrapper .inner .sitemap_col03 .box.box03 h2 {
    background-image: url(../images/icon_top_sitemap_03_sp.png);
    background-size: 33px;
    padding-left: 45px;
  }
}

#top_sitemap .wrapper .inner .sitemap_col03 .box ul li {
  margin-bottom: 10px;
}

#top_sitemap .wrapper .inner .sitemap_col03 .box ul li a {
  color: #001f7a;
  font-size: 93%;
  padding-left: 15px;
  background-image: url(../images/icon_link_arrow_bl.png);
  background-position: left;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #top_sitemap .wrapper .inner .sitemap_col03 .box ul li a {
    font-size: 86%;
  }
}

#top_beginner .wrapper {
  background: #001f7a;
  padding: 50px 0px 85px;
}

@media screen and (max-width: 768px) {
  #top_beginner .wrapper {
    padding: 30px 0px 20px;
  }
}

#top_beginner .wrapper .inner h2 {
  font-size: 193%;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #top_beginner .wrapper .inner h2 {
    font-size: 165%;
    margin-bottom: 15px;
  }
}

#top_beginner .wrapper .inner ul {
  width: 100%;
}

#top_beginner .wrapper .inner ul li {
  text-align: center;
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

@media screen and (max-width: 768px) {
  #top_beginner .wrapper .inner ul li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #4d5fa4;
  }
}

@media screen and (max-width: 768px) {
  #top_beginner .wrapper .inner ul li:last-child {
    border-bottom: none;
  }
}

#top_beginner .wrapper .inner ul li a {
  display: block;
  text-decoration: none;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  #top_beginner .wrapper .inner ul li a {
    height: 75px;
    position: relative;
    padding-left: 73px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#top_beginner .wrapper .inner ul li a:hover {
  opacity: 0.7;
}

#top_beginner .wrapper .inner ul li a img {
  display: block;
  margin: 0px auto 25px;
}

@media screen and (max-width: 768px) {
  #top_beginner .wrapper .inner ul li a img {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 50px;
  }
}

#top_beginner .wrapper .inner ul li a span {
  display: inline-block;
  font-size: 108%;
  padding-left: 15px;
  background-image: url(../images/icon_link_arrow_wh.png);
  background-position: left;
  background-repeat: no-repeat;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #top_beginner .wrapper .inner ul li a span {
    font-size: 100%;
    width: 100%;
    background-position: right;
    line-height: 75px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0px;
  }
}

#top_banner .wrapper {
  padding: 60px 0px 70px;
}

@media screen and (max-width: 768px) {
  #top_banner .wrapper {
    padding: 30px 0px 40px;
  }
}

#top_banner .wrapper .inner .banner_top {
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  #top_banner .wrapper .inner .banner_top {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

#top_banner .wrapper .inner .banner_top .youtube {
  float: left;
  width: 270px;
}

@media screen and (max-width: 768px) {
  #top_banner .wrapper .inner .banner_top .youtube {
    float: none;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0px;
    position: relative;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  #top_banner .wrapper .inner .banner_top .youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
  }
}

#top_banner .wrapper .inner .banner_top .pickup {
  float: right;
  width: 690px;
  padding-bottom: 35px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  #top_banner .wrapper .inner .banner_top .pickup {
    float: none;
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
}

#top_banner .wrapper .inner .banner_top .pickup h3 {
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #top_banner .wrapper .inner .banner_top .pickup h3 {
    font-size: 86%;
  }
}

#top_banner .wrapper .inner .banner_top .pickup ul li {
  float: left;
  width: 217px;
  height: 60px;
  margin-right: 19px;
}

@media screen and (max-width: 768px) {
  #top_banner .wrapper .inner .banner_top .pickup ul li {
    float: none;
    width: 100%;
    height: 40px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

#top_banner .wrapper .inner .banner_top .pickup ul li:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 768px) {
  #top_banner .wrapper .inner .banner_top .pickup ul li:last-child {
    margin-bottom: 0px;
  }
}

#top_banner .wrapper .inner .banner_top .pickup ul li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #001f7a;
  line-height: 58px;
  height: 60px;
  color: #001f7a;
  font-weight: bold;
  text-decoration: none;
  font-size: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#top_banner .wrapper .inner .banner_top .pickup ul li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #top_banner .wrapper .inner .banner_top .pickup ul li a {
    line-height: 40px;
    text-align: center;
    font-size: 86%;
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  #top_banner .wrapper .inner .banner_top .pickup ul li a br {
    display: none;
  }
}

#top_banner .wrapper .inner .banner_top .pickup ul li.ai a {
  padding-left: 100px;
  background-image: url(../images/icon_banner_top_pick01.png);
  background-position: 27px 12px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #top_banner .wrapper .inner .banner_top .pickup ul li.ai a {
    padding: 0px;
    background: none;
  }
}

@media screen and (max-width: 768px) {
  #top_banner .wrapper .inner .banner_top .pickup ul li.ai a span {
    display: inline-block;
    line-height: 40px;
    background-image: url(../images/icon_banner_top_pick01_sp.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 28px;
    width: 160px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 45px;
    text-align: left;
  }
}

#top_banner .wrapper .inner .banner_top .pickup ul li.comics a {
  padding-left: 100px;
  line-height: 1.2;
  padding-top: 14px;
  background-image: url(../images/icon_banner_top_pick02.png);
  background-position: 27px 12px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #top_banner .wrapper .inner .banner_top .pickup ul li.comics a {
    padding: 0px;
    background: none;
    padding-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  #top_banner .wrapper .inner .banner_top .pickup ul li.comics a span {
    display: inline-block;
    line-height: 40px;
    background-image: url(../images/icon_banner_top_pick02_sp.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 28px;
    width: 160px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 45px;
    text-align: left;
  }
}

#top_banner .wrapper .inner .banner_top .pickup ul li.present a {
  padding-left: 90px;
  background-image: url(../images/icon_banner_top_pick03.png);
  background-position: 27px 10px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #top_banner .wrapper .inner .banner_top .pickup ul li.present a {
    padding: 0px;
    background: none;
  }
}

@media screen and (max-width: 768px) {
  #top_banner .wrapper .inner .banner_top .pickup ul li.present a span {
    display: inline-block;
    line-height: 40px;
    background-image: url(../images/icon_banner_top_pick03_sp.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 28px;
    width: 160px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 45px;
    text-align: left;
  }
}

#top_banner .wrapper .inner .banner_top .sns {
  float: right;
  width: 690px;
}

@media screen and (max-width: 768px) {
  #top_banner .wrapper .inner .banner_top .sns {
    float: none;
    width: 100%;
  }
}

#top_banner .wrapper .inner .banner_top .sns h3 {
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #top_banner .wrapper .inner .banner_top .sns h3 {
    font-size: 86%;
  }
}

#top_banner .wrapper .inner .banner_top .sns ul li {
  width: 158px;
  float: left;
  margin-right: 19px;
}

@media screen and (max-width: 768px) {
  #top_banner .wrapper .inner .banner_top .sns ul li {
    float: left;
    width: 48%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

#top_banner .wrapper .inner .banner_top .sns ul li:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 768px) {
  #top_banner .wrapper .inner .banner_top .sns ul li:nth-child(2n) {
    float: right;
  }
}

#top_banner .wrapper .inner .banner_top .sns ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#top_banner .wrapper .inner .banner_top .sns ul li a:hover {
  opacity: 0.7;
}

#top_banner .wrapper .inner .banner_top .sns ul li a img {
  width: 100%;
}

#top_banner .wrapper .inner .banner_bottom h3 {
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #top_banner .wrapper .inner .banner_bottom h3 {
    font-size: 86%;
  }
}

#top_banner .wrapper .inner .banner_bottom ul li {
  float: left;
  width: 192px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  #top_banner .wrapper .inner .banner_bottom ul li {
    width: 48%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

#top_banner .wrapper .inner .banner_bottom ul li:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 768px) {
  #top_banner .wrapper .inner .banner_bottom ul li:nth-child(2n) {
    float: right;
  }
}

#top_banner .wrapper .inner .banner_bottom ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#top_banner .wrapper .inner .banner_bottom ul li a:hover {
  opacity: 0.7;
}

#top_banner .wrapper .inner .banner_bottom ul li a img {
  width: 100%;
}



/* --------------------
	202404　追加分
---------------------- */

#top_first .wrapper {
  width: 100%;
  background: #f1f5ff;
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  #top_first .wrapper {
    padding: 15px 0px 30px;
  }
}



#top_first .wrapper .inner .top_first_list{
	overflow:hidden;
	zoom:1;
	margin:0 auto;
}

#top_first .wrapper .inner .top_first_list .box{
	float:left;
	border:solid 1px #777;
	padding:1%;
	color:#333;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:600;
	font-size:100%;
	border-radius:15px;
	width:301px;
	margin:0% 5px;
	text-align:center;
	background:#fff;
}

@media screen and (max-width: 768px) {
#top_first .wrapper .inner .top_first_list .box{
	float:none;
	padding:4%;
	font-size:85%;
	overflow: hidden;
	margin:1% auto;
	width:90%;
}

}


#top_first .wrapper .inner .top_first_list .box img{
	padding:0 2%;
	width:100px;
	display:block;
	margin:0 auto;
}

@media screen and (max-width: 768px) {

#top_first .wrapper .inner .top_first_list .box img{
	float:left;
	width:27%;
	padding:4% 1% 1% 5%;
}
}


#top_first .wrapper .inner .top_first_list .box ul.link{
	margin:1% 0;
	
}

#top_first .wrapper .inner .top_first_list .box ul.link li{
	padding:1%;
	display:block;
}

#top_first .wrapper .inner .top_first_list .box ul.link li a:link,
#top_first .wrapper .inner .top_first_list .box ul.link li a:visited {
	text-decoration:none;
	color:#073ebd;
}

#top_first .wrapper .inner .top_first_list .box ul.link li a:hover {
	border-bottom:solid #073ebd 1px;
}


#top_first .wrapper .inner .top_first_list .box ul.link li:after{
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	padding-left:5px;
	color:#0039E1;
	}




#top_first .wrapper .inner .top_first_list .box .account_btn{
	background:#cc0000;
	color:#fff;
	padding:2% 0;
	text-align:center;
	border-radius:10px;
	letter-spacing: 1px;  
	width:200px;
	margin:2% auto;
	font-size:110%;
}

#top_first .wrapper .inner .top_first_list .box a:link,
.top_first_list .box a:visited {
	text-decoration:none;
}


#top_first .wrapper .inner .top_first_list .box a:hover .account_btn {
background-color:#9d1818;
	transform: translate(0,3px);
	transition:0.2s;
	-webkit-transition:0.2;
}




@media screen and (max-width: 768px) {


#top_first .wrapper .inner .top_first_list .box ul.link{
	float:left;
	text-align:left;
	padding: 0 0 2% 4%;
	width:60%;
}


#top_first .wrapper .inner .top_first_list .box ul.link li{
	padding:1% 0;
	font-size:110%;
}


#top_first .wrapper .inner .top_first_list .box .account_btn{
	display:block;
	clear:both;
	width:80%;
	margin:0 auto;
	clear:both
}

}




#top_first .wrapper .inner .top_first_list .box .ttl{
	text-align:center;
	border-bottom:solid 1px #777;
	padding:1%;
	color:#333;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:900;
	font-size:130%;
	display:inline-block;
	
}


@media screen and (max-width: 768px) {

#top_first .wrapper .inner .top_first_list .box .ttl{
	border-bottom:none;
	font-size:150%;
	display:block;
}

}


#top_first .wrapper .inner .top_first_list .box .app_ttl,
#top_first .wrapper .inner .top_first_list .layoutdouble01 .app_banner,
#top_first .wrapper .inner .top_first_list .layoutdouble01 .play_banner{
display:none;
}

@media screen and (max-width: 768px) {


#top_first .wrapper .inner .top_first_list .box .app_ttl{
	color:#333;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:900;
	font-size:110%;
	display:inline-block;
	margin-top:5%;
}

#top_first .wrapper .inner .top_first_list .box .layoutdouble01 .app_banner{
	float:left;
	width:43%;
	display:block;
}

#top_first .wrapper .inner .top_first_list .box .layoutdouble01 .play_banner {
	float:left;
	width:54%;
	display:block;
}

#top_first .wrapper .inner .top_first_list .box .layoutdouble01 .app_banner img {
	width:90%!important;
	padding:11px 0 0 17px;
	float:none;
}

#top_first .wrapper .inner .top_first_list .box .layoutdouble01 .play_banner img{
	width:100%!important;
	padding:0;
	float:none;
}

}





#top_first .wrapper .inner h2 ,
#top_movie .wrapper .inner h2 ,
#top_campaign .wrapper .inner h2 ,
#header .headerrate .inner h2 {
  text-align: center;
  font-size: 286%;
  margin-bottom: 30px;
  font-family:"Zen Antique";

}

@media screen and (max-width: 768px) {
#top_first .wrapper .inner h2 ,
#top_movie .wrapper .inner h2 ,
#top_campaign .wrapper .inner h2 ,
#header .headerrate .inner h2 {
    font-size: 186%;
    margin-bottom: 20px;
  }
}


#top_first .wrapper .inner h2 .h2-sml,
#top_movie .wrapper .inner h2 .h2-sml,
#top_campaign .wrapper .inner h2 .h2-sml,
#header .headerrate .inner h2 .h2-sml {
  border-bottom: solid 1px #000;
  display: inline-block;
  font-size: 50%;
  text-indent: 1px;
  padding-bottom: 10px;
  letter-spacing:1px;
  font-family:"IBM Plex Sans JP";
  font-weight:500;
}





#top_first .wrapper .inner .support_list{
	overflow:hidden;
	zoom:1;
	margin:0 auto;
	width:747px;
}

@media screen and (max-width: 768px) {

#top_first .wrapper .inner .support_list{
	width:100%;
}

}



#top_first .wrapper .inner .support_list .box{
	float:left;
	border:solid 1px #777;
	padding:1% 20px;
	color:#333;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:600;
	font-size:100%;
	border-radius:15px;
	width:193px;
	margin:5px 7px;
	background:#fff;
}

#top_first .wrapper .inner .support_list .box:hover{
	transform: translate(0,5px);
	transition:0.1s;
	webkit-transition:0.1;
  background: #ddefff;
}


@media screen and (max-width: 768px) {


#top_first .wrapper .inner .support_list .box{
	width:30%;
	padding:1% 0 3% 0;
	text-align:center;
	height:100%;
	font-size:85%;
	margin:1%
}


#top_first .wrapper .inner .support_list .box:hover{
	transform: translate(0,0);
	transition:0s;
	webkit-transition:0;
  background: #fff;
}

}


#top_first .wrapper .inner .support_list .box img{
	padding:0 2%;
	width:60px;
}

#top_first .wrapper .inner .support_list .box a span{
	text-decoration:none;
}

#top_first .wrapper .inner .support_list .box span{
	display:inline-block;
	padding-left:5px;
}


@media screen and (max-width: 768px) {


#top_first .wrapper .inner .support_list .box img{
	text-align:center;
	padding:0;
}

#top_first .wrapper .inner .support_list .box span{
	display:block;
	padding:0;
}

}


/* -------------------------------------------------------------------

    layout

-------------------------------------------------------------------- */
#container {
  margin: 0px auto 120px;
  width: 1000px;
}

@media screen and (max-width: 768px) {
  #container {
    margin: 20px auto 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 15px;
    width: 100%;
  }
}

#container .content {
  float: right;
  width: 700px;
}

@media screen and (max-width: 768px) {
  #container .content {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
}

#container .sidebar {
  float: left;
  width: 260px;
}

@media screen and (max-width: 768px) {
  #container .sidebar {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}




/* 240201 ワイド用 */


.content_only{
float:none;
width:100%;
magin-bottom:40px;

}






/* -------------------------------------------------------------------

    bread

-------------------------------------------------------------------- */
#bread {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #bread {
    display: none;
  }
}

#bread .wrapper {
  width: 100%;
  background: #e6e6e6;
  height: 30px;
}

#bread .wrapper .inner ul li {
  float: left;
  padding-right: 27px;
  padding-left: 20px;
  background-image: url(../images/icon_arrow_bread.png);
  background-repeat: no-repeat;
  background-position: right;
  line-height: 30px;
  font-size: 86%;
}

#bread .wrapper .inner ul li:first-child {
  padding-left: 0px;
}

#bread .wrapper .inner ul li:last-child {
  padding-right: 0px;
  background-image: none;
}

#bread .wrapper .inner ul li a {
  color: #000;
  line-height: 30px;
  display: block;
}

/* -------------------------------------------------------------------

    service / chart

-------------------------------------------------------------------- */
.charticon {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000000;
}

.charticon:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.charticon .box {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .charticon .box {
    width: 100%;
    float: none;
  }
}

.charticon .box:nth-child(odd) {
  border-right: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .charticon .box:nth-child(odd) {
    background-color: #fff !important;
    border-right: none;
  }
}

@media screen and (max-width: 768px) {
  .charticon .box:nth-child(even) {
    background-color: #e9edf7 !important;
  }
}

.charticon .box:nth-of-type(3), .charticon .box:nth-of-type(4), .charticon .box:nth-of-type(7), .charticon .box:nth-of-type(8) {
  background: #e9edf7;
}

.charticon .box .tr {
  display: table;
  width: 100%;
  height: 72px;
}

@media screen and (max-width: 768px) {
  .charticon .box .tr {
    height: 90px;
  }
}

.charticon .box .tr figure {
  display: table-cell;
  width: 80px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .charticon .box .tr figure {
    width: 80px;
  }
}

.charticon .box .tr .num {
  display: table-cell;
  width: 60px;
  vertical-align: middle;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .charticon .box .tr .num {
    width: 42px;
    font-size: 86%;
  }
}

.charticon .box .tr .num span {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  border: 1px solid #0a3e86;
  font-weight: bold;
  color: #0a3e86;
}

@media screen and (max-width: 768px) {
  .charticon .box .tr .num span {
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
}

.charticon .box .tr .txt {
  display: table-cell;
  font-size: 93%;
  vertical-align: middle;
  padding-right: 12px;
  color: #000 !important;
}

@media screen and (max-width: 768px) {
  .charticon .box .tr .txt {
    padding-right: 10px;
  }
}

.charticon .box .tr .txt span {
  font-size: 85%;
}

.charticon.ver02 .box .tr {
  height: 80px;
}

@media screen and (max-width: 768px) {
  .charticon.ver02 .box .tr {
    height: 90px;
  }
}

.charticon.ver02 .box .tr .num span {
  border-color: #ce0000 !important;
  color: #ce0000 !important;
}

.charticon.ver02 .box .tr figure img {
  width: 36px;
}

.btn_backnumber {
  width: 340px;
  margin: 10px auto 0px;
}

@media screen and (max-width: 768px) {
  .btn_backnumber {
    width: 270px;
  }
}

.btn_backnumber a {
  background-color: #001f7a;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 100%;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  background-image: url(../images/icon_arrow_open_sp.png);
  background-position: 96% center;
  background-repeat: no-repeat;
  background-size: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .btn_backnumber a {
    font-size: 86%;
    line-height: 35px;
  }
}

.btn_backnumber a:hover {
  opacity: 0.7;
}

/* -------------------------------------------------------------------

    market news

-------------------------------------------------------------------- */
.marketreportbox {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .marketreportbox {
    margin-bottom: 30px;
  }
}

.marketreportbox .marketreportlist .box {
  border-bottom: 1px solid #dddddd;
}

.marketreportbox .marketreportlist .box a {
  display: block;
  padding: 20px 0px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .marketreportbox .marketreportlist .box a {
    padding: 12px 0px;
  }
}

.marketreportbox .marketreportlist .box a .date {
  line-height: 18px;
  color: #888888;
  font-size: 86%;
  display: inline-block;
  padding-right: 6px;
  padding-top: 1px;
}

@media screen and (max-width: 768px) {
  .marketreportbox .marketreportlist .box a .date {
    font-size: 72%;
    line-height: 13px;
    padding-right: 5px;
    padding-top: 0px;
  }
}

.marketreportbox .marketreportlist .box a .cat {
  display: inline-block;
  min-width: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 5px;
  color: #fff;
  text-align: center;
  line-height: 18px;
  background: #001f7a;
  margin-right: 5px;
  font-size: 79%;
}

@media screen and (max-width: 768px) {
  .marketreportbox .marketreportlist .box a .cat {
    min-width: 80px;
    line-height: 13px;
    margin-right: 0px;
    font-size: 72%;
  }
}

.marketreportbox .marketreportlist .box a .ttl {
  display: inline-block;
  font-size: 93%;
}

@media screen and (max-width: 768px) {
  .marketreportbox .marketreportlist .box a .ttl {
    display: block;
    padding-top: 4px;
  }
}

.marketreportbox .marketreportlist .box a:hover .ttl {
  text-decoration: underline;
}

.marketreportbox .listlink {
  text-align: right;
  margin-top: 20px;
}

.marketreportbox .listlink a {
  font-size: 93%;
  color: #000;
  padding-left: 15px;
  background-image: url(../images/icon_link_arrow_bk.png);
  background-repeat: no-repeat;
  background-position: left;
}

@media screen and (max-width: 768px) {
  .marketreportbox .listlink a {
    font-size: 72%;
    padding-left: 10px;
  }
}

.statbanner {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .statbanner {
    margin-bottom: 20px;
  }
}

.statbanner .statbannerbtn a {
  display: block;
  width: 100%;
  height: 160px;
  background-image: url(../market/images/bg_market_btn_pc.png);
  background-position: center;
  background-size: cover;
  text-align: center;
  line-height: 160px;
  font-size: 200%;
  letter-spacing: 0.8em;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .statbanner .statbannerbtn a {
    background-image: url(../market/images/bg_market_btn_sp.png);
    height: 120px;
    line-height: 120px;
    font-size: 129%;
  }
}

.statbanner .statbannerbtn a span {
  display: inline-block;
  padding-left: 30px;
  background-image: url(../images/icon_arrow_open_sp.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 5px;
}

@media screen and (max-width: 768px) {
  .statbanner .statbannerbtn a span {
    padding-left: 10px;
    background: none;
  }
}

.statbanner .statbannerbtn a:hover {
  opacity: 0.7;
}

/* -------------------------------------------------------------------

    faq

-------------------------------------------------------------------- */
.faqbox {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .faqbox {
    margin-bottom: 10px;
  }
}

.faqbox .accordion_faq_btn {
  width: 100%;
  background-color: #e9edf7;
  background-image: url(../images/icon_arrow_faq_down.png);
  background-position: 97%;
  background-repeat: no-repeat;
  position: relative;
  padding: 16px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .faqbox .accordion_faq_btn {
    padding: 10px 30px 10px 50px;
  }
}

.faqbox .accordion_faq_btn.active {
  background-image: url(../images/icon_arrow_faq_up.png);
}

.faqbox .accordion_faq_btn .icon {
  position: absolute;
  font-size: 172%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #001f7a;
  left: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .faqbox .accordion_faq_btn .icon {
    left: 15px;
  }
}

.faqbox .accordion_faq_btn .question {
  font-size: 108%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .faqbox .accordion_faq_btn .question {
    font-size: 93%;
  }
}

.faqbox .accordion_faq_content {
  display: none;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 30px 16px 60px;
}

@media screen and (max-width: 768px) {
  .faqbox .accordion_faq_content {
    padding: 12px 18px 16px 50px;
  }
}

.faqbox .accordion_faq_content .icon {
  position: absolute;
  font-size: 172%;
  top: 8px;
  color: #cc0000;
  left: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .faqbox .accordion_faq_content .icon {
    left: 16px;
  }
}

.faqbox .accordion_faq_content .txt {
  font-size: 93%;
}

/* -------------------------------------------------------------------

    spread

-------------------------------------------------------------------- */
.spread_top {
  width: 100%;
  height: 130px;
  background: #001f7a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 120px 0 ;

}

@media screen and (max-width: 768px) {
  .spread_top {
    padding: 0px;
    height: 120px;
    line-height: 80px;
    width: 100%;
    text-align: center;
  }
}

.spread_top .flag {
  float: left;
}

@media screen and (max-width: 768px) {
  .spread_top .flag {
    float: none;
    display: inline-block;
    line-height: 80px;

  }
}

.spread_top .flag img {
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .spread_top .flag img {
    padding-right: 5px;
    width: 40px;
    padding-top: 25px;
      padding-right: 5px;
  }
}

@media screen and (max-width: 320px) {
  .spread_top .flag img {
    width: 35px;
    padding-top: 25px;

  }
}

.spread_top .ttl {
  float: left;
  line-height: 40px;
  color: #fff;
  font-size: 229%;
  margin-left:30px;
  margin-right: 30px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .spread_top .ttl {
    float: none;
    display: inline-block;
    line-height: 80px;
    font-size: 130%;
    margin-right: 10px;
      margin-left:10px;
  }
}

@media screen and (max-width: 320px) {
  .spread_top .ttl {
    font-size: 108%;
  }
}

.spread_top .spread {
  float: left;
  line-height: 0.9;
}





@media screen and (max-width: 768px) {
  .spread_top .spread {
    float: none;
    line-height: 0.1;
    margin: 0px;
    display: inline-block;
  }
}



@media screen and (max-width: 320px) {
  .spread_top .spread {
    float: none;
    line-height: 100px;
    margin: 0px;
    display: inline-block;
  }
}



.spread_top .spread .num {
  font-size: 329%;
  font-weight: normal;
  vertical-align: top;
  color: #fff;
  display: inline-block;
  font-family: 'Tienne', serif;
}







@media screen and (max-width: 768px) {
  .spread_top .spread .num {
    font-size: 250%;
    line-height: 80px;
  }
  
}





@media screen and (max-width: 768px) {
  .spread_top .spread .unit  {
    font-size: 98%;
    line-height: 80px;
    vertical-align: middle;
    padding-bottom: 5px;
    padding-top: 2px;
  }




}




.spread_board {
width:100%;
background-color:#001f7a;
padding:15px 10px;
text-align:center;
color:#fff;
margin:30px 0;
font-size:180%;
}


.spread_board p{
padding:5px 0 ;
}


.spread_board .pair{
 text-align:left;
 padding-left:30px;
}


.spread_board .pair img{
 padding:0 4px;
}

.spread_board .pair .pairname{
font-size:130%;
padding:10px;
text-align:middle;
font-weight:bold;
}


.spread_board .pair .pairname{
font-size:130%;
padding:5px 0 5px;"
}



.spread_board .price{

padding:15px;
font-family: 'Tienne', serif;
line-height:30px;

}




@media screen and (max-width: 768px) {
.spread_board {
padding:10px 0;
text-align:center;
color:#fff;
margin:30px 0;
font-size:100%;
}


.spread_board p{
padding:5px 0 ;
}


.spread_board .pair{
 text-align:left;
 padding-left:30px;
}


.spread_board .pair img{
 padding:0 2px;
 width:35px;
}

.spread_board .pair .pairname{
font-size:130%;
margin-left:10px;
text-align:middle;
font-weight:bold;
}


.spread_board .pair .pairname{
font-size:130%;
padding:5px 0 5px;"
}



.spread_board .price{

padding:15px 5px;
font-family: 'Tienne', serif;
line-height:20px;

}


}







.spread_top:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.tablespread {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  border-collapse: collapse;
}

.tablespread th {
  padding: 15px;
  text-align: center;
  font-size: 108%;
  font-weight: bold;
  background: #001f7a;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .tablespread th {
    font-size: 115%;
    padding: 10px;
  }
}

.tablespread td {
  border-collapse: collapse;
  border: 1px solid #000;
  border-top: none;
  text-align: center;
  font-size: 12px;
  padding: 15px 0px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .tablespread td {
    padding: 10px 0px;
  }
}

@media screen and (max-width: 320px) {
  .tablespread td {
    font-size: 10px;
    letter-spacing: -0.05em;
  }
}

.basicspreadbox .box {
  border: 1px solid #000;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-family: "Tienne", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
}

@media screen and (max-width: 768px) {
  .basicspreadbox .box {
    width: 49% !important;
    float: left !important;
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .basicspreadbox .box:nth-child(2n) {
    width: 49% !important;
    float: right !important;
  }
}

.basicspreadbox .box .ttl {
  text-align: center;
  font-size: 258%;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: normal;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .basicspreadbox .box .ttl {
    font-size: 129%;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 320px) {
  .basicspreadbox .box .ttl {
    font-size: 100%;
  }
}

.basicspreadbox .box .ttl .flag01 {
  position: absolute;
  top: 21px;
  left: 15px;
}

@media screen and (max-width: 768px) {
  .basicspreadbox .box .ttl .flag01 {
    top: 10px;
    left: 10px;
    width: 24px;
  }
}

@media screen and (max-width: 320px) {
  .basicspreadbox .box .ttl .flag01 {
    width: 20px;
  }
}

.basicspreadbox .box .ttl .flag02 {
  position: absolute;
  top: 21px;
  right: 15px;
}

@media screen and (max-width: 768px) {
  .basicspreadbox .box .ttl .flag02 {
    top: 10px;
    right: 10px;
    width: 24px;
  }
}

@media screen and (max-width: 320px) {
  .basicspreadbox .box .ttl .flag02 {
    width: 20px;
  }
}

.basicspreadbox .box .currency {
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .basicspreadbox .box .currency {
    font-size: 72%;
  }
}

.basicspreadbox .box .spread {
  text-align: center;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .basicspreadbox .box .spread {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}

.basicspreadbox .box .spread .num {
  font-size: 572%;
  color: #cc0000;
  font-weight: normal;
  font-family: 'Tienne', serif;
}

@media screen and (max-width: 768px) {
  .basicspreadbox .box .spread .num {
    font-size: 286%;
  }
}

.basicspreadbox .box .spread .sen {
  font-size: 215%;
  font-weight: bold;
  vertical-align: bottom;
  display: inline-block;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .basicspreadbox .box .spread .sen {
    font-size: 108%;
    padding-bottom: 5px;
  }
}

.basicspreadbox .box .other {
  padding-right: 45px;
  text-align: right;
  font-size: 100%;
  line-height: 1.3;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .basicspreadbox .box .other {
    font-size: 72%;
    padding-right: 0px;
    letter-spacing: -0.03em;
  }
}

.basicspreadbox .box .other span {
  font-size: 172%;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: -4px;
}

@media screen and (max-width: 768px) {
  .basicspreadbox .box .other span {
    font-size: 108%;
    margin-bottom: 0px;
    display: inline;
  }
}

.spreadtable {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .spreadtable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.spreadtable table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .spreadtable table {
    min-width: 630px;
  }
}

.spreadtable table th {
  background: #001f7a;
  border: 1px solid #dadada;
  border-collapse: collapse;
  color: #fff;
  font-size: 93%;
  text-align: center;
  vertical-align: middle;
  padding: 3px 0px;
}

@media screen and (max-width: 768px) {
  .spreadtable table th {
    font-size: 86%;
  }
}

.spreadtable table td {
  font-size: 93%;
  text-align: center;
  vertical-align: middle;
  padding: 3px 0px;
  border: 1px solid #dadada;
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  .spreadtable table td {
    font-size: 86%;
  }
}

.superdealerbox {
  max-width: 500px;
  margin: 0px auto;
  border: 1px solid #cc0000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .superdealerbox {
    padding: 20px;
    max-width: inherit;
    width: 100%;
  }
}

.superdealerbox h3 {
  text-align: center;
  color: #cc0000;
  margin-bottom: 15px;
  font-size: 129%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .superdealerbox h3 {
    font-size: 100%;
    margin-bottom: 10px;
  }
}

.superdealerbox .txt {
  font-size: 93%;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .superdealerbox .txt {
    font-size: 86%;
  }
}

/* -------------------------------------------------------------------

    sidebar

-------------------------------------------------------------------- */
.sidebar .side01 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .sidebar .side01 {
    margin-bottom: 30px;
  }
}

.sidebar .bthopen_side {
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .sidebar .bthopen_side {
    height: 70px;
  }
}

.sidebar .bthopen_side a {
  display: block;
  background-color: #cc0000;
  border-radius: 3px;
  width: 100%;
  background-image: url(../images/icon_arrow_open_sp.png);
  background-size: 5px;
  background-repeat: no-repeat;
  background-position: 95% center;
  padding-left: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .sidebar .bthopen_side a {
    text-align: center;
    padding-left: 0px;
    line-height: 70px;
  }
}

.sidebar .bthopen_side a:hover {
  opacity: 0.7;
}

.sidebar .bthopen_side a .min {
  display: inline-block;
  width: 107px;
  height: 21px;
  line-height: 21px;
  /*background: url(../images/bg_side_open_balloon_pc.png);*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 6px;
  font-weight: bold;
  font-size: 89%;
  margin-top: 20px;
  color: #cc0000;
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 2px;
  color: #cc0000;
  margin-top: 7.5%;
}

.sidebar .bthopen_side a .min::before {
  content: "";
  position: absolute;
  top: 36%;
  left: 100%;
  /* margin-left: -15px; */
  border: 3px solid transparent;
  border-left: 6px solid #fff;	
}

@media screen and (max-width: 768px) {
  .sidebar .bthopen_side a .min {
    width: 65px;
    /*height: 17px;*/
    /*background: url(../images/bg_side_open_balloon_sp.png);*/
    background-size: 65px;
    background-repeat: no-repeat;
    margin-top: 22px;
    font-size: 86%;
    padding-left: 7px;
    text-align: left;
	  
	display: inline-block;
    width: 110px;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 90%;
    line-height: 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 23px;
	margin-right: 1%;
  }
	
	.sidebar .bthopen_side a .min::before {
		top: 50%;
    left: 100%;
    margin-top: -5px;
    border: 4px solid transparent;
    border-left: 7px solid #fff;	
	}
}

.sidebar .bthopen_side a .open {
  font-size: 150%;
  color: #fff;
  font-weight: bold;
  padding-left: 5px;
}

@media screen and (max-width: 768px) {
  .sidebar .bthopen_side a .open {
    font-size: 143%;
  }
}

.sidebar .btnlogin_side {
  width: 100%;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .sidebar .btnlogin_side {
    height: 50px;
  }
}

.sidebar .btnlogin_side a {
  display: block;
  background: #666666;
  color: #fff;
  line-height: 40px;
  width: 100%;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .sidebar .btnlogin_side a {
    line-height: 50px;
    text-align: center;
    padding-left: 0px;
  }
}

.sidebar .btnlogin_side a:hover {
  opacity: 0.7;
}

.sidebar .btnlogin_side a span {
  padding-left: 68px;
  background-image: url(../images/icon_side_login_pc.png);
  background-repeat: no-repeat;
  background-position: left;
  font-size: 108%;
  font-weight: bold;
  line-height: 40px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .sidebar .btnlogin_side a span {
    padding-left: 32px;
    display: inline-block;
    font-size: 129%;
    background-image: url(../images/icon_side_login_sp.png);
    background-size: 17px;
    line-height: 50px;
  }
}

.sidebar .sidenav {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .sidebar .sidenav {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

.sidebar .sidenav li {
  border-bottom: 1px solid #dddddd;
}

.sidebar .sidenav li:first-child {
  border-top: 1px solid #dddddd;
}

.sidebar .sidenav li a {
  padding: 15px 0px 15px 20px;
  font-size: 93%;
  color: #001f7a;
  background-image: url(../images/icon_link_arrow_bl.png);
  background-position: left 20px;
  background-repeat: no-repeat;
  display: block;
}

@media screen and (max-width: 768px) {
  .sidebar .sidenav li a {
    padding: 15px 0px 15px 30px;
    background-position: 15px 20px;
    font-size: 86%;
  }
}

.sidebar .ttl_side {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .sidebar .ttl_side {
    font-size: 86%;
  }
}

.sidebar .related {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .sidebar .related {
    margin-bottom: 15px;
  }
}

.sidebar .related li {
  margin-bottom: 5px;
}

.sidebar .related li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #000;
  text-align: center;
  font-size: 93%;
  color: #000;
  text-decoration: none;
  padding: 15px 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .sidebar .related li a {
    font-size: 86%;
  }
}

.sidebar .related li a:hover {
  opacity: 0.7;
}

.sidebar .pickup li {
  margin-bottom: 5px;
}

.sidebar .pickup li a {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 40px;
  border: 1px solid #001f7a;
  padding-left: 30px;
  font-size: 93%;
  font-weight: bold !important;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .sidebar .pickup li a {
    padding-left: 30px;
    font-size: 86%;
    text-align: center;
  }
}

.sidebar .pickup li a:hover {
  opacity: 0.7;
}

.sidebar .pickup li a span {
  display: inline-block;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 55px;
}

@media screen and (max-width: 768px) {
  .sidebar .pickup li a span {
    width: 140px;
    text-align: left;
    padding-left: 48px;
  }
}

.sidebar .pickup li.ai span {
  background-image: url(../images/icon_side_ai_pc.png);
}

@media screen and (max-width: 768px) {
  .sidebar .pickup li.ai span {
    background-image: url(../images/icon_side_ai_sp.png);
    background-size: 28px;
  }
}

.sidebar .pickup li.comics span {
  background-image: url(../images/icon_side_comic_pc.png);
}

@media screen and (max-width: 768px) {
  .sidebar .pickup li.comics span {
    background-image: url(../images/icon_side_comic_sp.png);
    background-size: 28px;
  }
}

.sidebar .pickup li.present span {
  background-image: url(../images/icon_side_present_pc.png);
}

@media screen and (max-width: 768px) {
  .sidebar .pickup li.present span {
    background-image: url(../images/icon_side_present_sp.png);
    background-size: 28px;
  }
}

/* -------------------------------------------------------------------

    footer

-------------------------------------------------------------------- */
#footer .footer01 {
  width: 100%;
  background: #f1f5ff;
}

#footer .footer01 .inner .footernav {
  padding: 50px 0px 40px;
  border-bottom: 1px solid #dddddd;
}

@media screen and (max-width: 768px) {
  #footer .footer01 .inner .footernav {
    padding: 25px 0px;
    border-bottom: none;
  }
}

#footer .footer01 .inner .footernav ul {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #footer .footer01 .inner .footernav ul {
    text-align: left;
  }
}

#footer .footer01 .inner .footernav ul li {
  display: inline-block;
  padding: 0px 15px;
  line-height: 0.8;
  border-right: 1px solid #333;
}

@media screen and (max-width: 768px) {
  #footer .footer01 .inner .footernav ul li {
    padding: 0px 5px;
    display: inline;
  }
}

#footer .footer01 .inner .footernav ul li span {
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #footer .footer01 .inner .footernav ul li span {
    padding-top: 1px;
  }
}

@media screen and (max-width: 768px) {
  #footer .footer01 .inner .footernav ul li:first-child {
    padding: 0px 5px 0px 0px;
  }
}

#footer .footer01 .inner .footernav ul li:last-child {
  border-right: none;
}

#footer .footer01 .inner .footernav ul li a {
  font-size: 86%;
  color: #333333;
}

@media screen and (max-width: 768px) {
  #footer .footer01 .inner .footernav ul li a {
    font-size: 72%;
  }
}

#footer .footer01 .inner .footertext {
  padding: 40px 0px;
  border-bottom: 1px solid #dddddd;
}

@media screen and (max-width: 768px) {
  #footer .footer01 .inner .footertext {
    padding: 0px 0px 20px;
  }
}

#footer .footer01 .inner .footertext p {
  font-size: 86%;
  line-height: 2;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #footer .footer01 .inner .footertext p {
    font-size: 72%;
  }
}

#footer .footer01 .inner .footerbanner {
  padding-top: 20px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #footer .footer01 .inner .footerbanner {
    padding-bottom: 10px;
  }
}

#footer .footer01 .inner .footerbanner ul li {
  float: left;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  #footer .footer01 .inner .footerbanner ul li {
    width: 48%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

#footer .footer01 .inner .footerbanner ul li:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 768px) {
  #footer .footer01 .inner .footerbanner ul li:nth-child(2n) {
    float: right;
  }
}

/* 24.06.19 追記 */
#footer .footer01 .inner .footerbanner ul li:nth-child(6) {
  margin-right: 0px;
}

#footer .footer01 .inner .footerbanner ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#footer .footer01 .inner .footerbanner ul li a:hover {
  opacity: 0.7;
}

#footer .footer01 .inner .footerbanner ul li a img {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
#footer .footer01 .inner .footerbanner ul li a img {
  margin-bottom: 0px;
}
}

#footer .footer02 {
  background: #000000;
  padding: 50px 0px 35px;
}

@media screen and (max-width: 768px) {
  #footer .footer02 {
    padding: 30px 0px 15px;
  }
}

#footer .footer02 .inner .ttl {
  color: #fff;
  font-size: 115%;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #footer .footer02 .inner .ttl {
    font-size: 86%;
    margin-bottom: 10px;
  }
}

#footer .footer02 .inner ul li {
  color: #fff;
  margin-bottom: 15px;
  padding: 0px 10px;
  display: inline-block;
  font-size: 86%;
  border-right: 1px solid #fff;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #footer .footer02 .inner ul li {
    padding: 0px 5px;
    font-size: 72%;
    display: inline;
  }
}

#footer .footer02 .inner ul li:first-child {
  padding: 0px 10px 0px 0px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #footer .footer02 .inner ul li:first-child {
    padding: 0px 10px 0px 0px;
  }
}

#footer .footer02 .inner ul li:last-child {
  border-right: 0px;
}

#footer .footer02 .inner ul li a {
  color: #fff;
}

#footer .footer02 .inner .copy {
  text-align: center;
  color: #fff;
  font-size: 86%;
  padding-top: 65px;
}

@media screen and (max-width: 768px) {
  #footer .footer02 .inner .copy {
    padding-top: 55px;
    font-size: 72%;
  }
}

#footer .footer02.nobanner .copy {
  padding-top: 0px;
}

@media screen and (max-width: 768px) {
  #footer .footer02.nobanner .copy {
    padding-top: 0px;
  }
}

.pagetop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}

.pagetop.top {
  bottom: 200px;
}

@media screen and (max-width: 768px) {
  .pagetop.top {
    bottom: 120px;
  }
}

@media screen and (max-width: 414px) {
  .pagetop.top {
    bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .pagetop {
    width: 27px;
    right: 10px;
    bottom: 10px;
  }
}

.pagetop.bottom {
  bottom: 40px;
}

@media screen and (max-width: 768px) {
  .pagetop.bottom {
    bottom: 10px;
  }
}

.pagetop a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagetop a:hover {
  opacity: 0.7;
}

.bannerfixed {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: none;
}

@media screen and (max-width: 768px) {
  .bannerfixed {
    bottom: 0px;
    right: 0px;
    width: 100%;
    z-index: 100;
  }
}

.bannerfixed.none {
  display: none !important;
}

.bannerfixed P {
  position: relative;
}

.bannerfixed P .close {
  /*top: 1px;
  right: 1px;*/
  position: absolute;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 6px;
  right: 219px;
}

@media screen and (max-width: 768px) {
  .bannerfixed P .close {
    /*width: 20px;*/
	width: 16px;
  }
}

.bannerfixed P .close:hover {
  opacity: 0.7;
}

.bannerfixed a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bannerfixed a:hover {
  opacity: 0.7;
}

/* --------------------------------------------------------------------
	フェードイン
--------------------------------------------------------------------- */
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

/* --------------------------------------------------------------------
	preload
--------------------------------------------------------------------- */
.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

/* --------------------------------------------------------------------
	slider
--------------------------------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  /*overflow: hidden;*/
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 44%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1000;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: -32px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 2px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: #fff;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  height: 2px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li {
  outline: none;
  opacity: .6;
}

.slick-dots li.slick-active {
  outline: none;
  opacity: 1;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: .6;
  color: black;
}

.source_wrap {
  width: 100%;
  min-height: 120px;
  border: 1px solid #333;
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
  background-color: #000;
  color: #1AFF00 !important;
  text-align: left !important;
  border-radius: 0px;
  font-size: 12px;
}

.preDiv {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .preDiv {
    margin-bottom: 30px;
  }
}

.modulettl {
  font-size: 179%;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #fff;
  text-align: center;
  background: #001f7a;
  margin-bottom: 20px;
}

.spse {
  display: none;
}

@media screen and (max-width: 320px) {
  .spse {
    display: block;
  }
}



/* -------------------------------------------------------------------

    title

-------------------------------------------------------------------- */
.ttl01 {
  font-size: 222%;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .ttl01 {
    font-size: 158%;
    margin-bottom: 15px;
  }
}

.ttl02 {
  font-size: 186%;
  font-weight: bold;
  margin-bottom: 28px;
  padding-left: 20px;
  line-height: 1.4;
  border-left: 4px solid #001f7a;
}

@media screen and (max-width: 768px) {
  .ttl02 {
    font-size: 129%;
    margin-bottom: 20px;
    padding-left: 10px;
  }
}

.ttl03 {
  font-size: 129%;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.1;
  border-bottom: 2px solid #000;
  padding-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .ttl03 {
    font-size: 115%;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
  }
}

.ttl04 {
  font-size: 122%;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .ttl04 {
    font-size: 108%;
    margin-bottom: 5px;
  }
}

.ttl05 {
  font-size: 108%;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .ttl05 {
    font-size: 100%;
    margin-bottom: 10px;
  }
}

.ttl06 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .ttl06 {
    font-size: 93%;
    margin-bottom: 10px;
  }
}

/* -------------------------------------------------------------------

    text

-------------------------------------------------------------------- */
.fz14 {
  font-size: 100%;
  line-height: 1.8;
}

.fz13 {
  font-size: 93%;
  line-height: 1.8;
}

.fz12 {
  font-size: 86%;
  line-height: 1.8;
}

.fz11 {
  font-size: 79%;
  line-height: 1.8;
}

.fz10 {
  font-size: 72%;
  line-height: 1.8;
}

.note {
  font-size: 100%;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .note {
    font-size: 80%;
  }
}

.red {
  color: #cc0000;
}

.red-bold {
  color: #cc0000;
  font-weight: bold;
}

.pdf-icon {
  display: inline;
  background-image: url(../images/icon_pdf.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 13px 18px;
  padding-right: 18px;
}

@media screen and (max-width: 768px) {
  .pdf-icon {
    background-size: 12px 15px;
    padding-right: 17px;
  }、
}

/* -------------------------------------------------------------------

    link

-------------------------------------------------------------------- */
.blankicon {
  display: inline-block;
  padding-right: 17px;
  background-image: url(../images/icon_news_blank.png);
  background-position: right;
  background-repeat: no-repeat;
  color:#001f7a!important;
}


.blankiconinline {
  display: inline-block;
  padding: 0 17px;
  background-image: url(../images/icon_news_blank.png);
  background-position: right;
  background-repeat: no-repeat;
}

.anchor {
  display: inline-block;
  padding-right: 17px;
  background-image: url(../images/icon_arrow_glonav_on.png);
  background-position: right;
  background-repeat: no-repeat;
}

.anchorup {
  display: inline-block;
  padding-right: 17px;
  background-image: url(../images/icon_arrow_anc_up.png);
  background-position: right;
  background-repeat: no-repeat;
}

.linklist01_col1 li {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .linklist01_col1 li {
    margin-bottom: 10px;
    width: 100%;
  }
}

.linklist01_col1 li a {
  display: table;
  height: 70px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #001f7a;
  font-size: 108%;
  color: #001f7a;
  background-image: url(../images/icon_link_arrow_bl.png);
  background-repeat: no-repeat;
  background-position: 96%;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .linklist01_col1 li a {
    display: block !important;
    height: auto;
    padding: 17px 15px 17px 10px;
    font-size: 93%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.linklist01_col1 li a:hover {
  background-color: #001f7a;
  background-image: url(../images/icon_link_arrow_wh.png);
  color: #fff;
}

.linklist01_col1 li a span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 20px;
}

@media screen and (max-width: 768px) {
  .linklist01_col1 li a span {
    display: inline-block;
    padding: 0px;
  }
}

@media screen and (max-width: 768px) {
  .linklist01_col1 li a br {
    display: none;
  }
}

.linklist01_col1.link_arrow_bottom li a {
  background-image: url(../images/icon_arrow_faq_down.png);
}

.linklist01_col1.link_arrow_bottom li a:hover, .linklist01_col1.link_arrow_bottom li a.current {
  background-image: url(../images/icon_arrow_btn_bottom.png);
}

.linklist01_col1.link_arrow_up li a {
  background-image: url(../images/icon_arrow_anc_up.png);
}

.linklist01_col1.link_arrow_up li a:hover, .linklist01_col1.link_arrow_up li a.current {
  background-image: url(../images/icon_arrow_btn_up.png);
}

.linklist01_col1:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.linklist01_col2 li {
  float: left;
  width: 49%;
  margin-bottom: 20px;
}

.linklist01_col2 li:nth-child(2n) {
  float: right;
}

@media screen and (max-width: 768px) {
  .linklist01_col2 li {
    float: none !important;
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
  }
}

.linklist01_col2 li a {
  display: table;
  height: 70px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #001f7a;
  font-size: 108%;
  color: #001f7a;
  background-image: url(../images/icon_link_arrow_bl.png);
  background-repeat: no-repeat;
  background-position: 96%;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .linklist01_col2 li a {
    display: block !important;
    height: auto;
    padding: 17px 15px 17px 10px;
    font-size: 93%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.linklist01_col2 li a:hover, .linklist01_col2 li a.current {
  background-color: #001f7a;
  background-image: url(../images/icon_link_arrow_wh.png);
  color: #fff;
}

.linklist01_col2 li a span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 20px;
}

@media screen and (max-width: 768px) {
  .linklist01_col2 li a span {
    display: inline-block;
    padding: 0px;
  }
}

.linklist01_col2 li a span.pdf-icon {
  background-position: 130px center;
}

@media screen and (max-width: 768px) {
  .linklist01_col2 li a span.pdf-icon {
    background-position: 100px center;
  }
}

@media screen and (max-width: 768px) {
  .linklist01_col2 li a br {
    display: none;
  }
}

.linklist01_col2.link_arrow_bottom li a {
  background-image: url(../images/icon_arrow_faq_down.png);
}

.linklist01_col2.link_arrow_bottom li a:hover, .linklist01_col2.link_arrow_bottom li a.current {
  background-image: url(../images/icon_arrow_btn_bottom.png);
}

.linklist01_col2.link_arrow_up li a {
  background-image: url(../images/icon_arrow_anc_up.png);
}

.linklist01_col2.link_arrow_up li a:hover, .linklist01_col2.link_arrow_up li a.current {
  background-image: url(../images/icon_arrow_btn_up.png);
}

.linklist01_col2:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.linklist01_col2_02 li {
  float: left;
  width: 49%;
  margin-bottom: 20px;
}

.linklist01_col2_02 li:nth-child(2n) {
  float: right;
}

.linklist01_col2_02 li a {
  display: table;
  height: 70px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #001f7a;
  font-size: 108%;
  color: #001f7a;
  background-image: url(../images/icon_link_arrow_bl.png);
  background-repeat: no-repeat;
  background-position: 96%;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .linklist01_col2_02 li a {
    font-size: 93%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.linklist01_col2_02 li a:hover, .linklist01_col2_02 li a.current {
  background-color: #001f7a;
  background-image: url(../images/icon_link_arrow_wh.png);
  color: #fff;
}

.linklist01_col2_02 li a span {
  display: 3-cell;
  vertical-align: middle;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 20px;
}

@media screen and (max-width: 768px) {
  .linklist01_col2_02 li a span {
    padding: 0px 10px;
  }
}

.linklist01_col2_02.link_arrow_bottom li a {
  background-image: url(../images/icon_arrow_faq_down.png);
}

.linklist01_col2_02.link_arrow_bottom li a:hover, .linklist01_col2_02.link_arrow_bottom li a.current {
  background-image: url(../images/icon_arrow_btn_bottom.png);
}

.linklist01_col2_02.link_arrow_up li a {
  background-image: url(../images/icon_arrow_anc_up.png);
}

.linklist01_col2_02.link_arrow_up li a:hover, .linklist01_col2_02.link_arrow_up li a.current {
  background-image: url(../images/icon_arrow_btn_up.png);
}

.linklist01_col2_02:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.linklist01_col3 li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.linklist01_col3 li:nth-child(3n) {
  margin-right: 0px;
}

@media screen and (max-width: 768px) {
  .linklist01_col3 li {
    float: none !important;
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
  }
}

.linklist01_col3 li a {
  display: table;
  height: 70px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #001f7a;
  font-size: 108%;
  color: #001f7a;
  background-image: url(../images/icon_link_arrow_bl.png);
  background-repeat: no-repeat;
  background-position: 96%;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .linklist01_col3 li a {
    display: block;
    height: auto;
    padding: 17px 15px 17px 10px;
    font-size: 93%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.linklist01_col3 li a:hover, .linklist01_col3 li a.current {
  background-color: #001f7a;
  background-image: url(../images/icon_link_arrow_wh.png);
  color: #fff;
}

.linklist01_col3 li a span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 20px;
}

@media screen and (max-width: 768px) {
  .linklist01_col3 li a span {
    display: inline-block;
    padding: 0px;
  }
}

@media screen and (max-width: 768px) {
  .linklist01_col3 li a br {
    display: none;
  }
}

.linklist01_col3.link_arrow_bottom li a {
  background-image: url(../images/icon_arrow_faq_down.png);
}

.linklist01_col3.link_arrow_bottom li a:hover, .linklist01_col3.link_arrow_bottom li a.current {
  background-image: url(../images/icon_arrow_btn_bottom.png);
}

.linklist01_col3.link_arrow_up li a {
  background-image: url(../images/icon_arrow_anc_up.png);
}

.linklist01_col3.link_arrow_up li a:hover, .linklist01_col3.link_arrow_up li a.current {
  background-image: url(../images/icon_arrow_btn_up.png);
}

.linklist01_col3:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.linklist01_col4 li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.linklist01_col4 li:nth-child(4n) {
  margin-right: 0px;
}

@media screen and (max-width: 768px) {
  .linklist01_col4 li {
    float: none !important;
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
  }
}

.linklist01_col4 li a {
  display: table;
  height: 70px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #001f7a;
  font-size: 108%;
  color: #001f7a;
  background-image: url(../images/icon_link_arrow_bl.png);
  background-repeat: no-repeat;
  background-position: 95%;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .linklist01_col4 li a {
    display: block;
    height: auto;
    padding: 17px 15px 17px 10px;
    font-size: 93%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-position: 96%;
  }
}

.linklist01_col4 li a:hover, .linklist01_col4 li a.current {
  background-color: #001f7a;
  background-image: url(../images/icon_link_arrow_wh.png);
  color: #fff;
}

.linklist01_col4 li a span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 20px;
}

@media screen and (max-width: 768px) {
  .linklist01_col4 li a span {
    display: inline-block;
    padding: 0px;
  }
}

@media screen and (max-width: 768px) {
  .linklist01_col4 li a br {
    display: none;
  }
}

.linklist01_col4.link_arrow_bottom li a {
  background-image: url(../images/icon_arrow_faq_down.png);
}

.linklist01_col4.link_arrow_bottom li a:hover, .linklist01_col4.link_arrow_bottom li a.current {
  background-image: url(../images/icon_arrow_btn_bottom.png);
}

.linklist01_col4.link_arrow_up li a {
  background-image: url(../images/icon_arrow_anc_up.png);
}

.linklist01_col4.link_arrow_up li a:hover, .linklist01_col4.link_arrow_up li a.current {
  background-image: url(../images/icon_arrow_btn_up.png);
}

.linklist01_col4:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

/* -------------------------------------------------------------------

    list

-------------------------------------------------------------------- */
.order01 li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
  font-size: 93%;
}

.order02.bold {
  font-weight: bold;
}

.order02.fs_normal li {
  font-size: 100%;
}

.order02 li {
  padding-left: 21px;
  line-height: 1.8;
  font-size: 110%;
  position: relative;
}

.order02 li .num {
  position: absolute;
  left: 0px;
  top: 0px;
}

.list01 li {
  padding-left: 21px;
  line-height: 1.8;
  font-size: 93%;
  background-image: url(../images/icon_list_dot.png);
  background-repeat: no-repeat;
  background-position: left 8px;
}

/* -------------------------------------------------------------------

    button

-------------------------------------------------------------------- */
.open_btn {
  text-align: center;
}

.open_btn a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.open_btn a:hover {
  opacity: 0.7;
}

.btnblue01 {
  text-align: center;
}

.btnblue01 a {
  display: inline-block;
  width: 340px;
  line-height: 60px;
  background-color: #001f7a;
  background-image: url(../images/icon_arrow_open_sp.png);
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 5px;
  color: #fff;
  font-size: 108%;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btnblue01 a:hover {
  opacity: 0.7;
}



@media screen and (max-width: 768px) {
  .btnblue01 a {
    width: 240px;
    font-size: 93%;
  }
}



.open_btn_02 {
  position:relative;
  width:476px;
  height:121px;
  margin:0 auto;
  display:block;
  text-align: center;

  overflow:hidden;



}

.open_btn_02  img {
  position:absolute;
  top:0;
  left:0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  width:100%;
  display:block;
}

.open_btn_02:hover  img:nth-of-type(2) {
  opacity: 0;
  
}





@media screen and (max-width: 768px) {

.open_btn_02 {
  position:static;
  width:100%;
  height:100%;


}

.open_btn_02  img {
  position:static;

}

.open_btn_02 img:nth-of-type(1) {
  display:none;
  
}



}

.btn_down {
  -webkit-transition: 0.1s;
  transition: 0.1s;

}

.btn_down:hover{
  transform: translate(0,8px);
}




/* -------------------------------------------------------------------

    table

-------------------------------------------------------------------- */
.table01 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  table-layout: fixed;
}

.table01 th {
  border: 1px solid #aaa;
  border-collapse: collapse;
  padding: 15px;
  background: #001f7a;
  color: #fff;
  font-weight: bold;
  font-size: 93%;
}

.table01 th.nb {
  background: #00043a;
}

.table01 td {
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #aaa;
  font-size: 93%;
  border-collapse: collapse;
}

.table01 td.gr {
  background: #e9edf7;
}

.spsr {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .spsr {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.spsr table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .spsr table {
    min-width: 630px;
  }
}

.table-col2 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .table-col2 {
    border-bottom: none;
  }
}

.table-col2 .tr {
  display: table;
  width: 100%;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .table-col2 .tr {
    display: block;
  }
}

.table-col2 .tr .th {
  border-right: 1px solid #000;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 20px;
  display: table-cell;
  background: #001f7a;
  color: #fff;
  font-weight: bold;
  font-size: 93%;
}

@media screen and (max-width: 768px) {
  .table-col2 .tr .th {
    display: block;
    width: 100% !important;
    border-right: none;
    border-bottom: 1px solid #000;
    padding: 13px;
  }
}

.table-col2 .tr .th.nb {
  background: #00043a;
}

.table-col2 .tr .td {
  padding: 8px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 93%;
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  .table-col2 .tr .td {
    padding: 13px;
    display: block;
    border-bottom: 1px solid #000;
  }
  .table-col2 .tr .td + .td {
    border-bottom: none;
  }
}

.table-col2 .tr .td.gr {
  background: #e9edf7;
  width: 100%;
}

.table-col4 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  border-right: none;
}

@media screen and (max-width: 768px) {
  .table-col4 {
    border: 1px solid #000;
    border-right: 1px solid #000;
  }
}

.table-col4 .tr {
  display: table;
  width: 100%;
  min-height: 80px;
}

@media screen and (max-width: 768px) {
  .table-col4 .tr {
    min-height: inherit;
    display: block;
  }
}

.table-col4 .tr .td {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #000;
  display: table-cell;
  min-height: 80px;
  vertical-align: middle;
  text-align: center;
  font-size: 93%;
}

@media screen and (max-width: 768px) {
  .table-col4 .tr .td {
    padding: 13px;
    min-height: inherit;
    display: block;
    text-align: left;
    border-right: none;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .table-col4 .tr .td:nth-child(2n) {
    background: #e9edf7;
  }
}

.table-col4-02 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  border-right: none;
}

@media screen and (max-width: 768px) {
  .table-col4-02 {
    border: 1px solid #000;
    border-right: 1px solid #000;
  }
}

.table-col4-02 .tr {
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .table-col4-02 .tr {
    min-height: inherit;
    display: block;
  }
}

.table-col4-02 .tr .td {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #000;
  display: table-cell;
  padding: 15px;
  text-align: center;
  font-size: 93%;
}

@media screen and (max-width: 768px) {
  .table-col4-02 .tr .td {
    padding: 13px;
    min-height: inherit;
    display: block;
    text-align: left;
    border-right: none;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .table-col4-02 .tr .td:nth-child(2n) {
    background: #e9edf7;
  }
}

.table-col4-02 .tr:nth-child(2n) {
  background: #e9edf7;
}

@media screen and (max-width: 768px) {
  .table-col4-02 .tr:nth-child(2n) {
    background: #fff;
  }
}

.table-col2img {
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.table-col2img .img {
  padding: 20px;
  width: 200px;
}

@media screen and (max-width: 768px) {
  .table-col2img .img {
    width: 140px;
    padding: 10px;
  }
}

.table-col2img .txt {
  vertical-align: middle;
  font-size: 93%;
  padding: 20px;
  padding-left: none;
}

@media screen and (max-width: 768px) {
  .table-col2img .txt {
    padding: 10px;
    padding-left: none;
  }
}

.table-col2img tr:nth-child(2n) td {
  background: #e9edf7;
}

.table-ttl {
  background: #001f7a;
  border-right: solid 1px #000;
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  color: #fff;
  font-size: 13px;
  padding: 10px 15px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .table01.sp-table th, .table01.sp-table td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: none;
    display: block;
    width: 100%;
  }
  .table01.sp-table tr:last-child td {
    border-bottom: solid 1px #000;
  }
}

@media screen and (max-width: 768px) {
  .table01.sp-table02 .thead {
    display: none;
  }
  .table01.sp-table02 td {
    display: block;
    border-bottom: none;
    text-align: right;
  }
  .table01.sp-table02 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
  .table01.sp-table02 .sp-blue {
    background: #001f7a;
    color: #fff;
    font-weight: bold;
  }
  .table01.sp-table02 tr:last-child td:last-child {
    border-bottom: solid 1px #000;
  }
  .table01.sp-table02 .sp-center {
    text-align: center !important;
  }
  .table01.sp-table02 .sp-left {
    text-align: left !important;
  }
}

/* -------------------------------------------------------------------

    layout

-------------------------------------------------------------------- */
.layoutbd {
  padding: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .layoutbd {
    padding: 10px;
  }
}

.layoutbd.red_bd {
  border: 1px solid #cc0000;
}

.layoutblue {
  padding: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f1f5ff;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .layoutblue {
    padding: 10px;
  }
}

.layoutdouble01 {
  width: 100%;
}

.layoutdouble01 .box {
  float: left;
  margin-bottom: 20px;
  width: 49%;
}

@media screen and (max-width: 768px) {
  .layoutdouble01 .box {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}

.layoutdouble01 .box:nth-child(2n) {
  float: right;
}

@media screen and (max-width: 768px) {
  .layoutdouble01 .box:nth-child(2n) {
    float: none;
  }
}

.layoutdouble01 .box:nth-child(2n) td .pt7 {
  height: 310px;
}

@media screen and (max-width: 768px) {
  .layoutdouble01 .box:nth-child(2n) td .pt7 {
    height: inherit;
  }
}

.layoutdouble01:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.layoutdouble01.borderbox .box {
  padding: 18px;
  border: 1px solid #000;
  width: calc(49% - 38px);
}

@media screen and (max-width: 768px) {
  .layoutdouble01.borderbox .box {
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.layoutdouble01.bluebox .box {
  padding: 18px;
  background: #f1f5ff;
  width: calc(49% - 38px);
}

@media screen and (max-width: 768px) {
  .layoutdouble01.bluebox .box {
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.layoutdouble01.border-bottom {
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}

@media screen and (max-width: 768px) {
  .layoutdouble01.border-bottom {
    margin-bottom: 15px;
  }
}

.layoutdouble01 .basic_img.corp_contr img {
  width: 100%;
}

.layoutdouble01 .table01 td {
  padding: 10px;
}

.layouttriple01 {
  width: 100%;
}

.layouttriple01 .box {
  float: left;
  margin-bottom: 20px;
  margin-right: 2%;
  width: 32%;
}

@media screen and (max-width: 768px) {
  .layouttriple01 .box {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}

.layouttriple01 .box:nth-child(3n) {
  margin-right: 0px;
}

.layouttriple01:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.layouttriple01.borderbox .box {
  padding: 18px;
  border: 1px solid #000;
  width: calc(32% - 38px);
}

@media screen and (max-width: 768px) {
  .layouttriple01.borderbox .box {
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.layouttriple01.bluebox .box {
  padding: 18px;
  background: #f1f5ff;
  width: calc(32% - 38px);
}

@media screen and (max-width: 768px) {
  .layouttriple01.bluebox .box {
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.layoutquad01 {
  width: 100%;
}

.layoutquad01 .box {
  float: left;
  margin-bottom: 20px;
  width: 23.5%;
  margin-right: 2%;
}

@media screen and (max-width: 768px) {
  .layoutquad01 .box {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}

.layoutquad01 .box:nth-child(4n) {
  margin-right: 0px;
}

.layoutquad01:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.layoutquad01.borderbox .box {
  padding: 18px;
  border: 1px solid #000;
  width: calc(23.5% - 38px);
}

@media screen and (max-width: 768px) {
  .layoutquad01.borderbox .box {
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.layoutquad01.bluebox .box {
  padding: 18px;
  background: #f1f5ff;
  width: calc(23.5% - 38px);
}

@media screen and (max-width: 768px) {
  .layoutquad01.bluebox .box {
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.layoutdouble_img01 {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .layoutdouble_img01 {
    margin-bottom: 10px;
  }
}

.layoutdouble_img01 .box {
  width: 340px;
  float: left;
  margin-bottom: 20px;
  background: #f1f5ff;
}

@media screen and (max-width: 768px) {
  .layoutdouble_img01 .box {
    float: none !important;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
  }
}

.layoutdouble_img01 .box:nth-child(2n) {
  float: right;
}

.layoutdouble_img01 .box a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

.layoutdouble_img01 .box a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .layoutdouble_img01 .box figure {
    float: left;
    width: 100px;
  }
}

.layoutdouble_img01 .box figure img {
  width: 100%;
}

.layoutdouble_img01 .box .txtbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 20px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .layoutdouble_img01 .box .txtbox {
    float: left;
    min-height: 140px;
    width: calc(100% - 100px);
    padding: 12px;
  }
}

.layoutdouble_img01 .box .txtbox .ttl {
  color: #333333;
  font-weight: bold;
  font-size: 115%;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .layoutdouble_img01 .box .txtbox .ttl {
    font-size: 115%;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 320px) {
  .layoutdouble_img01 .box .txtbox .ttl {
    font-size: 100%;
  }
}

.layoutdouble_img01 .box .txtbox .txt {
  font-size: 93%;
  color: #000;
}

@media screen and (max-width: 768px) {
  .layoutdouble_img01 .box .txtbox .txt {
    font-size: 86%;
  }
}

@media screen and (max-width: 320px) {
  .layoutdouble_img01 .box .txtbox .txt {
    font-size: 72%;
  }
}

@media screen and (max-width: 768px) {
  .layoutdouble_img01 .box:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
  }
}

.layoutdouble_img01:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.layoutdouble_camp01 {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .layoutdouble_camp01 {
    margin-bottom: 10px;
  }
}

.layoutdouble_camp01 .box {
  width: 340px;
  float: left;
  margin-bottom: 20px;
  background: #f1f5ff;
}

@media screen and (max-width: 768px) {
  .layoutdouble_camp01 .box {
    float: none !important;
    margin-bottom: 15px;
    width: 100%;
  }
}

.layoutdouble_camp01 .box:nth-child(2n) {
  float: right;
}

.layoutdouble_camp01 .box a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

.layoutdouble_camp01 .box a:hover {
  opacity: 0.7;
}

.layoutdouble_camp01 .box figure img {
  width: 100%;
}

.layoutdouble_camp01 .box .txtbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 23px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .layoutdouble_camp01 .box .txtbox {
    padding: 12px;
  }
}

.layoutdouble_camp01 .box .txtbox .date {
  font-size: 93%;
  margin-bottom: 10px;
  color: #888888;
}

@media screen and (max-width: 768px) {
  .layoutdouble_camp01 .box .txtbox .date {
    font-size: 72%;
    margin-bottom: 5px;
  }
}

.layoutdouble_camp01 .box .txtbox .ttl {
  color: #333333;
  font-weight: bold;
  font-size: 129%;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .layoutdouble_camp01 .box .txtbox .ttl {
    font-size: 115%;
    margin-bottom: 5px;
  }
}

.layoutdouble_camp01 .box .txtbox .txt {
  font-size: 93%;
  color: #000;
}

@media screen and (max-width: 768px) {
  .layoutdouble_camp01 .box .txtbox .txt {
    font-size: 86%;
  }
}

.layoutdouble_camp01 .box .txtbox .term {
  position: relative;
  font-size: 93%;
  color: #888888;
  padding-left: 70px;
  padding-top: 1px;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .layoutdouble_camp01 .box .txtbox .term {
    font-size: 72%;
    padding-left: 50px;
    margin-top: 10px;
  }
}

.layoutdouble_camp01 .box .txtbox .term span {
  position: absolute;
  display: block;
  width: 60px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  color: #fff;
  background: #cc0000;
  left: 0px;
  top: 0px;
}

@media screen and (max-width: 768px) {
  .layoutdouble_camp01 .box .txtbox .term span {
    width: 40px;
    height: 17px;
    line-height: 17px;
  }
}

.layoutdouble_camp01:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.layoutdouble_service01 {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .layoutdouble_service01 {
    margin-bottom: 10px;
  }
}

.layoutdouble_service01 .box {
  width: 340px;
  float: left;
  margin-bottom: 20px;
  background: #f1f5ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 20px;
}

@media screen and (max-width: 768px) {
  .layoutdouble_service01 .box {
    float: none !important;
    margin-bottom: 15px;
    width: 100%;
    padding: 12px;
  }
}

.layoutdouble_service01 .box:nth-child(2n) {
  float: right;
}

.layoutdouble_service01 .box .date {
  font-size: 93%;
  margin-bottom: 10px;
  color: #888888;
}

@media screen and (max-width: 768px) {
  .layoutdouble_service01 .box .date {
    font-size: 72%;
    margin-bottom: 5px;
  }
}

.layoutdouble_service01 .box .ttl {
  color: #333333;
  font-weight: bold;
  font-size: 129%;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .layoutdouble_service01 .box .ttl {
    font-size: 115%;
    margin-bottom: 5px;
  }
}

.layoutdouble_service01 .box .txt {
  font-size: 93%;
  color: #000;
  line-height: 1.8;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .layoutdouble_service01 .box .txt {
    font-size: 86%;
    margin-bottom: 5px;
  }
}

.layoutdouble_service01 .box .link {
  text-align: right;
}

.layoutdouble_service01 .box .link a {
  font-size: 93%;
  padding-left: 15px;
  background-image: url(../images/icon_link_arrow_bk.png);
  background-position: left;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .layoutdouble_service01 .box .link a {
    font-size: 72%;
    padding-left: 10px;
  }
}

.layoutdouble_service01:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.layoutdouble_bb_contact.tel-single {
  text-align: center;
}

.layoutdouble_bb_contact.tel-single .box {
  float: inherit;
  display: inline-block;
}

.layoutdouble_bb_contact .box {
  width: 49%;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

@media screen and (max-width: 768px) {
  .layoutdouble_bb_contact .box {
    float: none !important;
    width: 100%;
    margin-bottom: 10px;
  }
}

.layoutdouble_bb_contact .box:nth-child(2n) {
  float: right;
}

@media screen and (max-width: 768px) {
  .layoutdouble_bb_contact .box:last-child {
    margin-bottom: 0px;
  }
}

.layoutdouble_bb_contact .box .ttl {
  background: #001f7a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .layoutdouble_bb_contact .box .ttl {
    font-size: 86%;
  }
}

.layoutdouble_bb_contact .box .address {
  padding: 20px 20px 20px 40px;
  background-image: url(../inquiry/images/icon_address.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  font-size: 93%;
}

@media screen and (max-width: 768px) {
  .layoutdouble_bb_contact .box .address {
    padding: 10px 10px 10px 40px;
    font-size: 86%;
    background-image: url(../inquiry/images/icon_address_sp.png);
    background-size: 20px;
    background-position: 10px center;
  }
}

.layoutdouble_bb_contact .box .mail {
  font-size: 93%;
  padding: 40px 20px 40px 50px;
  background-image: url(../inquiry/images/icon_mail.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .layoutdouble_bb_contact .box .mail {
    padding: 10px 10px 10px 50px;
    font-size: 86%;
    background-size: 23px;
    background-image: url(../inquiry/images/icon_mail_sp.png);
    padding-left: 35px;
  }
}

.layoutdouble_bb_contact .box .tel01 {
  font-size: 186%;
  line-height: 1.2;
  font-weight: bold;
  color: #001f7a;
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .layoutdouble_bb_contact .box .tel01 {
    font-size: 143%;
    text-align: center;
  }
}

.layoutdouble_bb_contact .box .tel01 span {
  display: inline-block;
  padding-left: 30px;
  background-image: url(../inquiry/images/icon_tel.png);
  background-repeat: no-repeat;
  background-position: left 1px;
}

@media screen and (max-width: 768px) {
  .layoutdouble_bb_contact .box .tel01 span {
    background-size: 16px;
    padding-left: 25px;
    background-image: url(../inquiry/images/icon_tel_sp.png);
  }
}

.layoutdouble_bb_contact .box .tel02 {
  font-size: 186%;
  line-height: 1.2;
  font-weight: bold;
  color: #001f7a;
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .layoutdouble_bb_contact .box .tel02 {
    font-size: 143%;
    text-align: center;
  }
}

.layoutdouble_bb_contact .box .tel02 span {
  display: inline-block;
  padding-left: 30px;
  background-image: url(../inquiry/images/icon_mobile.png);
  background-repeat: no-repeat;
  background-position: left 3px;
}

@media screen and (max-width: 768px) {
  .layoutdouble_bb_contact .box .tel02 span {
    background-size: 14px;
    padding-left: 25px;
    background-image: url(../inquiry/images/icon_mobile_sp.png);
    background-position: left center;
  }
}

.layoutdouble_bb_contact:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.linklistbox01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #000;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .linklistbox01 {
    padding-top: 10px;
  }
}

.linklistbox01 .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 20px;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .linklistbox01 .box {
    padding: 0px 10px;
    margin-bottom: 15px;
  }
}

.linklistbox01 .box .ttl {
  font-weight: bold;
  font-size: 108%;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .linklistbox01 .box .ttl {
    font-size: 93%;
  }
}

.linklistbox01 .box ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 93%;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .linklistbox01 .box ul li {
    padding-top: 5px;
  }
}

.titletextbox01 {
  border: 1px solid #001a7c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.titletextbox01 .ttl {
  padding: 10px 20px;
  background: #001a7c;
  color: #fff;
  font-weight: bold;
  font-size: 93%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .titletextbox01 .ttl {
    padding: 5px 10px;
  }
}

.titletextbox01 .txtbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 18px 20px;
}

@media screen and (max-width: 768px) {
  .titletextbox01 .txtbox {
    padding: 5px 10px;
  }
}

.stepbox {
  margin-bottom: 30px;
}

.stepbox .ttl {
  position: relative;
  padding-left: 50px;
  padding-bottom: 10px;
  padding-top: 2px;
  font-size: 129%;
  font-weight: bold;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .stepbox .ttl {
    font-size: 93%;
    margin-bottom: 10px;
    padding-bottom: 7px;
    padding-left: 35px;
  }
}

.stepbox .ttl span {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  border: 1px solid #001a7c;
  color: #001a7c;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .stepbox .ttl span {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
  }
}

/* -------------------------------------------------------------------

    login

-------------------------------------------------------------------- */
.loginbox {
  max-width: 700px;
  width: 100%;
  margin: 0px auto;
  background: #001f7a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0px;
}

@media screen and (max-width: 768px) {
  .loginbox {
    margin: 0px auto 15px;
    padding: 27px 0px;
  }
}

.loginbox p {
  text-align: center;
  font-size: 93%;
  line-height: 25px;
  margin-bottom: 20px;
}

.loginbox p:last-child {
  margin-bottom: 0px;
}

.loginbox p span {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding-right: 20px;
  width: 89px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.loginbox p input {
  width: 400px;
  height: 25px;
  background: #fff;
  border: none;
  font-size: 122%;
}

@media screen and (max-width: 768px) {
  .loginbox p input {
    width: 180px;
  }
}

.loginbtn {
  width: 100%;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -ms-center;

}

.loginbtn ul li {
  display: flex;
  width:40%;
}

@media screen and (max-width: 768px) {
  .loginbtn ul li {
    display: block;
    max-width: 600px;
  }
}

.loginbtn ul li a {
  display: block;
  background-color: #001f7a;
  color: #fff;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../images/icon_arrow_open_sp.png);
  background-repeat: no-repeat;
  background-position: 94%;
  background-size: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  margin: 5px;
  padding:5px 0;
  }

@media screen and (max-width: 768px) {
  .loginbtn ul li a {
    font-size: 79%;
  }
}

.loginbtn ul li a:hover {
  opacity: 0.7;
}

/* -------------------------------------------------------------------

    pagenav

-------------------------------------------------------------------- */
.pagenav ul {
  text-align: center;
}

.pagenav ul li {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .pagenav ul li {
    display: none;
    font-size: 10px;
  }
}

.pagenav ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #001f7a;
  text-align: center;
  color: #001f7a;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagenav ul li a:hover {
  background: #001f7a;
  color: #fff;
}

.pagenav ul li.current {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #001f7a;
  text-align: center;
  background-color: #001f7a;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .pagenav ul li.current {
    display: inline-block !important;
    width: calc(100% - 168px);
    background: #fff;
    color: #001f7a;
  }
}

@media screen and (max-width: 768px) {
  .pagenav ul li.prev {
    display: inline-block !important;
  }
}

.pagenav ul li.prev a {
  display: inline-block;
  width: 74px;
  height: 30px;
  border: none;
  background-image: url(../images/bg_prev.png);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 32px;
}

.pagenav ul li.prev a:hover {
  background-image: url(../images/bg_prev_on.png);
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .pagenav ul li.prev a {
    padding-left: 22px;
  }
}

@media screen and (max-width: 768px) {
  .pagenav ul li.next {
    display: inline-block !important;
  }
}

.pagenav ul li.next a {
  display: inline-block;
  width: 74px;
  height: 30px;
  border: none;
  background-image: url(../images/bg_next.png);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 32px;
}

@media screen and (max-width: 768px) {
  .pagenav ul li.next a {
    padding-right: 22px;
  }
}

.pagenav ul li.next a:hover {
  background-image: url(../images/bg_next_on.png);
  background-color: #fff;
}

/* -------------------------------------------------------------------

		common

-------------------------------------------------------------------- */
.pc {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.pc_ib {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .pc_ib {
    display: none !important;
  }
}

.sp_ib {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp_ib {
    display: inline-block !important;
  }
}

.blue {
  color: #001f7a;
}

.blue-bold {
  color: #001f7a;
  font-weight: bold;
}

.green {
  color: #007a15;
}

.green-bold {
  color: #007a15;
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.normal {
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .expand01 img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .expand01 img:hover {
    -webkit-transform: scale(2.69);
    transform: scale(2.69);
  }
}

#container.modal {
  width: 100%;
}

#container.modal .content {
  float: none;
  margin: 30px auto 0;
}

/* -------------------------------------------------------------------

		ttl07

-------------------------------------------------------------------- */
.ttl07 {
  font-size: 129%;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.4;
  border-bottom: 2px solid #000;
  padding-bottom: 7px;
}

.ttl07 span {
  font-weight: normal;
  font-size: 86%;
  line-height: 1.6;
}




/* -------------------------------------------------------------------

		ttl08

-------------------------------------------------------------------- */
.ttl08 {
  font-size: 170%;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .ttl08 {
    font-size: 130%;
    margin-bottom: 15px;
  }
}




/* -------------------------------------------------------------------

		icon_text

-------------------------------------------------------------------- */
.icon_text {
  display: inline-block;
}

.icon_text img {
  margin: 0 5px 0 0;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .icon_text img {
    width: 35px;
  }
}

/* -------------------------------------------------------------------

		exc-mark

-------------------------------------------------------------------- */
.mark-left {
  padding-left: 25px;
  position: relative;
}

.mark-left span {
  position: absolute;
  content: "!";
  display: block;
  width: 20px;
  height: 20px;
  font-size: 14px;
  background: #001f7a;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mark-right {
  padding-right: 25px;
  position: relative;
}

.mark-right span {
  position: absolute;
  content: "!";
  display: block;
  width: 20px;
  height: 20px;
  font-size: 14px;
  background: #001f7a;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* -------------------------------------------------------------------

		star_icon

-------------------------------------------------------------------- */
.star_icon {
  display: inline-block;
  width: 78px;
  height: 25px;
  background: url(../images/icon_star.png) no-repeat;
  background-size: 100%;
}

.star_icon.star0 {
  background-position: 0 0;
}

.star_icon.star1 {
  background-position: 0 -26px;
}

.star_icon.star2 {
  background-position: 0 -51px;
}

.star_icon.star3 {
  background-position: 0 -76px;
}

/* -------------------------------------------------------------------

		linklist02

-------------------------------------------------------------------- */
.linklist02 li {
  display: inline-block;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 768px) {
  .linklist02 li {
    margin: 0 10px 10px 0;
  }
}

.linklist02 li a {
  text-align: center;
  background-image: url(../images/icon_link_arrow_bl.png);
  background-repeat: no-repeat;
  background-position: 96%;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 15px 0 0;
color:#001f7a;
}

.linklist02 li a:hover {
  text-decoration: underline;
}

.linklist02.link_arrow_bottom li a {
  background-image: url(../images/icon_arrow_faq_down.png);
}

.linklist02.link_arrow_up li a {
  background-image: url(../images/icon_arrow_anc_up.png);
}

/* -------------------------------------------------------------------

		icon_btn_list_col2

-------------------------------------------------------------------- */
.icon_btn_list_col2 li {
  float: left;
  width: 49%;
  margin-bottom: 20px;
}

.icon_btn_list_col2 li:nth-child(2n) {
  float: right;
}

@media screen and (max-width: 768px) {
  .icon_btn_list_col2 li {
    float: none !important;
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
  }
}

.icon_btn_list_col2 li a {
  display: table;
  height: 70px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #001f7a;
  font-size: 108%;
  color: #001f7a;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

@media screen and (max-width: 768px) {
  .icon_btn_list_col2 li a {
    display: block !important;
    height: auto;
    padding: 17px 15px;
    background-size: 30px;
    font-size: 93%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.icon_btn_list_col2 li a:hover {
  opacity: 0.7;
}

.icon_btn_list_col2 li a span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 15px 0 15px;
}

@media screen and (max-width: 768px) {
  .icon_btn_list_col2 li a span {
    display: inline-block;
    padding: 0px;
  }
}

@media screen and (max-width: 768px) {
  .icon_btn_list_col2 li a br {
    display: none;
  }
}

.icon_btn_list_col2:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

/* -------------------------------------------------------------------

		icon_btn_list_col3

-------------------------------------------------------------------- */
.icon_btn_list_col3 li {
  float: left;
  width: 32%;
  margin-bottom: 20px;
  margin-left: 2%;
}

@media screen and (min-width: 769px) {
  .icon_btn_list_col3 li:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .icon_btn_list_col3 li {
    float: none !important;
    margin-left: 0px;
    margin-bottom: 10px;
    width: 100%;
  }
}

.icon_btn_list_col3 li a {
  display: table;
  height: 70px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #001f7a;
  font-size: 108%;
  color: #001f7a;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

@media screen and (max-width: 768px) {
  .icon_btn_list_col3 li a {
    display: block !important;
    height: auto;
    padding: 17px 15px;
    background-size: 30px;
    font-size: 93%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.icon_btn_list_col3 li a:hover {
  opacity: 0.7;
}

.icon_btn_list_col3 li a span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 20px;
}

@media screen and (max-width: 768px) {
  .icon_btn_list_col3 li a span {
    display: inline-block;
    padding: 0px;
  }
}

@media screen and (max-width: 768px) {
  .icon_btn_list_col3 li a br {
    display: none;
  }
}

.icon_btn_list_col3:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

/* -------------------------------------------------------------------

		linklist03

-------------------------------------------------------------------- */
.linklist03 {
  text-align: center;
}

.linklist03:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.linklist03 li {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .linklist03 li {
    width: 28%;
  }
}

.linklist03 li.fr_left {
  float: left;
}

.linklist03 li.fr_right {
  float: right;
}

/* -------------------------------------------------------------------

	 linklist04

-------------------------------------------------------------------- */
.linklist04:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.linklist04 li {
  float: left;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .linklist04 li {
    width: 100%;
  }
}

.linklist04 li a {
  display: block;
  position: relative;
  border: 1px solid #001f7a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px 20px 95px;
  font-size: 108%;
  color: #001f7a;
  background-image: url(../images/icon_arrow_glonav_on.png);
  background-repeat: no-repeat;
  background-position: 95%;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .linklist04 li a {
    font-size: 93%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-position: 96%;
  }
}

.linklist04 li a:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  width: 75px;
  height: 75px;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.linklist04 li a.step01:before {
  background-image: url(../account/images/account_01.png);
}

.linklist04 li a.step02:before {
  background-image: url(../account/images/account_02.png);
}

.linklist04 li a.step03:before {
  background-image: url(../account/images/account_add.png);
}

.linklist04 li a.step04:before {
  background-image: url(../account/images/account_03.png);
}

.linklist04 li a.step05:before {
  background-image: url(../account/images/account_04.png);
}

.linklist04 li a:hover, .linklist04 li a.current {
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  .linklist04 li a {
    border-top: none;
  }
  .linklist04 li:nth-child(even) a {
    border-left: none;
  }
  .linklist04 li:nth-child(1) a {
    border-top: 1px solid #001f7a;
    height: 120px;
    padding: 34px 30px 30px 95px;
  }
  .linklist04 li:nth-child(2) a {
    border-top: 1px solid #001f7a;
    height: 120px;
  }
}

@media screen and (max-width: 768px) {
  .linklist04 li a {
    border-top: none;
  }
  .linklist04 li:nth-child(1) a {
    border-top: 1px solid #001f7a;
    height: auto;
  }
  .linklist04 li:nth-child(2) a {
    height: auto;
  }
}

.linklist04:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

/* -------------------------------------------------------------------

		two_list

-------------------------------------------------------------------- */
.two_list:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.two_list li {
  float: left;
  width: 49%;
  margin: 0 0 10px 2%;
}

.two_list li:nth-child(odd) {
  clear: both;
  margin: 0 0 10px;
}

.two_list li a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.two_list li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .two_list li {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
}

/* -------------------------------------------------------------------

		three_list

-------------------------------------------------------------------- */
.three_list:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.three_list li {
  float: left;
  width: 32%;
  margin: 0 0 10px 2%;
}

@media screen and (min-width: 769px) {
  .three_list li:nth-child(3n+1) {
    clear: both;
    margin: 0 0 10px;
  }
}

.three_list li a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.three_list li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .three_list li {
    width: 49%;
    margin: 0 0 10px 2%;
  }
  .three_list li:nth-child(odd) {
    clear: both;
    margin: 0 0 10px;
  }
}

/* -------------------------------------------------------------------

		four_list

-------------------------------------------------------------------- */
.four_list:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.four_list.add_link_style li a {
  text-decoration: underline;
  color: #001f7a;
}

.four_list li {
  float: left;
  width: 23%;
  margin: 0 0 20px 2%;
}

.four_list li a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}

.four_list li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.four_list li a .img-size {
  max-width: 180px;
}

@media screen and (min-width: 769px) {
  .four_list li:nth-child(4n+1) {
    margin: 0 0 20px;
    clear: both;
  }
}

@media screen and (max-width: 768px) {
  .four_list li {
    width: 49%;
    margin: 0 0 20px 2%;
  }
  .four_list li:nth-child(odd) {
    clear: both;
    margin: 0 0 20px;
  }
}

/* -------------------------------------------------------------------

	 policy_list

-------------------------------------------------------------------- */
.policy_list_outer {
  text-align: center;
}

.policy_list_outer .policy_list {
  border: 2px solid #001f7a;
  padding: 20px 40px;
  display: inline-block;
  text-align: left;
}


.policy_list_outer .policy_list li {
  padding: 2px 0 0 80px;
  line-height: 1.8;
  position: relative;
  margin-bottom: 10px;

  font-size: 129%;
}


.policy_list_outer .policy_list li .name {
  position: absolute;
  left: -10px;
  top: 0px;
  display: inline-block;
  padding: 2px 10px;
  background: #001f7a;
  border-radius: 5px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .policy_list_outer .policy_list li {
    font-size: 100%;
  }
    
  .policy_list_outer .policy_list {
  padding: 20px;
  
}
  
  .policy_list_outer .policy_list li .name {

  left: 0;

}
  
  
}








/* -------------------------------------------------------------------

	 tab-list

-------------------------------------------------------------------- */
.tab-list:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.tab-list li {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #001f7a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  padding: 10px;
  text-align: center;
}

.tab-list li:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .tab-list li {
    border-left: none;
  }
  .tab-list li:nth-child(1) {
    border-left: 1px solid #001f7a;
  }
}

@media screen and (max-width: 768px) {
  .tab-list li {
    border-top: none;
    width: 50%;
  }
  .tab-list li:nth-child(even) {
    border-left: none;
  }
  .tab-list li:nth-child(1) {
    border-top: 1px solid #001f7a;
  }
  .tab-list li:nth-child(2) {
    border-top: 1px solid #001f7a;
  }
}

.tab-area {
  display: none;
}

.tab-area.current {
  display: block;
}

/* -------------------------------------------------------------------

	 table01

-------------------------------------------------------------------- */
.table01 .bg_red {
  background: #e6b8b7 !important;
}

/* -------------------------------------------------------------------

	 table_style

-------------------------------------------------------------------- */
.table_style01 .table01 .blue {
  color: #001f7a !important;
}

.table_style01 .table01 .red {
  color: #cc0000 !important;
}

.table_style01 .table01 th {
  padding: 15px 5px;
  background: none;
  color: #000;
  text-align: center;
  width: 8%;
}

.table_style01 .table01 th:first-child {
  width: 20%;
}

.table_style01 .table01 .bg_blue {
  background: #001f7a !important;
  color: #fff;
}

.table_style01 .table01 .bg_red {
  background: #e6b8b7 !important;
}

.table_style01 .table01 td {
  padding: 15px 5px;
  text-align: center;
}

.table_style01 .table01 tr:nth-child(odd) td {
  background: #e9edf7;
}

.table_style02 {
  width: 700px;
  overflow-y: auto;
}

.table_style02 .table01 {
  width: 200%;
}

.table_style02 .table01 .blue {
  color: #001f7a !important;
}

.table_style02 .table01 .red {
  color: #cc0000 !important;
}

.table_style02 .table01 th {
  padding: 15px 5px;
  background: none;
  color: #000;
  text-align: center;
  width: 20px;
}

.table_style02 .table01 .bg_blue {
  background: #e9edf7 !important;
}

.table_style02 .table01 .bg_red {
  background: #e6b8b7 !important;
}

.table_style02 .table01 .bg_green {
  background: #eaf7e9 !important;
}

.table_style02 .table01 td {
  padding: 15px 5px;
  text-align: center;
}

.table_style03 .table01 .blue {
  color: #001f7a !important;
}

.table_style03 .table01 .red {
  color: #cc0000 !important;
}

.table_style03 .table01 th {
  padding: 15px 5px;
  background: none;
  color: #000;
  text-align: center;
}

.table_style03 .table01 .bg_navy_blue {
  background: #00043a !important;
  color: #fff;
}

.table_style03 .table01 .bg_deep_blue {
  background: #001f7a !important;
  color: #fff;
}

.table_style03 .table01 .bg_blue {
  background: #e9edf7 !important;
}

.table_style03 .table01 .bg_red {
  background: #f7e9ec !important;
}

.table_style03 .table01 .bg_deep_green {
  background: #007a0a !important;
  color: #fff;
}

.table_style03 .table01 .bg_green {
  background: #eaf7e9 !important;
}

.table_style03 .table01 .border_top_none {
  border-top: none;
}

.table_style03 .table01 .border_none {
  border: none;
}

.table_style03 .table01 td {
  padding: 15px 5px;
  text-align: center;
}

.table_style04 .table01 th {
  padding: 15px 5px;
  text-align: center;
}

.table_style04 .table01 td {
  padding: 15px 5px;
}

/* -------------------------------------------------------------------

		pagenav

-------------------------------------------------------------------- */
.pagenav_detail ul:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.pagenav_detail ul li {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .pagenav_detail ul li {
    display: none;
    font-size: 72%;
  }
}

.pagenav_detail ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #001f7a;
  text-align: center;
  color: #001f7a;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagenav_detail ul li a:hover {
  background: #001f7a;
  color: #fff;
}

.pagenav_detail ul li.prev {
  float: left;
}

@media screen and (max-width: 768px) {
  .pagenav_detail ul li.prev {
    display: inline-block !important;
  }
}

.pagenav_detail ul li.prev a {
  display: inline-block;
  width: 74px;
  height: 30px;
  border: none;
  background-image: url(../images/bg_prev.png);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 32px;
}

.pagenav_detail ul li.prev a:hover {
  background-image: url(../images/bg_prev_on.png);
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .pagenav_detail ul li.prev a {
    padding-left: 22px;
  }
}

.pagenav_detail ul li.next {
  float: right;
}

@media screen and (max-width: 768px) {
  .pagenav_detail ul li.next {
    display: inline-block !important;
  }
}

.pagenav_detail ul li.next a {
  display: inline-block;
  width: 74px;
  height: 30px;
  border: none;
  background-image: url(../images/bg_next.png);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 32px;
}

@media screen and (max-width: 768px) {
  .pagenav_detail ul li.next a {
    padding-right: 22px;
  }
}

.pagenav_detail ul li.next a:hover {
  background-image: url(../images/bg_next_on.png);
  background-color: #fff;
}

/* -------------------------------------------------------------------

		basic_content

-------------------------------------------------------------------- */
.basic_content_30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .basic_content_30 {
    margin-bottom: 15px;
  }
}

.basic_content_40 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .basic_content_40 {
    margin-bottom: 20px;
  }
}

.basic_content_50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .basic_content_50 {
    margin-bottom: 30px;
  }
}

.basic_content_60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .basic_content_60 {
    margin-bottom: 30px;
  }
}

/* -------------------------------------------------------------------

		basic_info

-------------------------------------------------------------------- */
.basic_info {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .basic_info {
    margin-bottom: 0px;
  }
}

.basic_info .date {
  display: inline-block;
  font-size: 86%;
  color: #888888;
  line-height: 18px;
  padding-right: 13px;
}

@media screen and (max-width: 768px) {
  .basic_info .date {
    font-size: 72%;
    padding-right: 10px;
    line-height: 13px;
  }
}

.basic_info .cat {
  color: #fff;
  line-height: 18px;
  padding: 0px 5px;
  display: inline-block;
  font-size: 79%;
  min-width: 90px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .basic_info .cat {
    font-size: 72%;
    line-height: 13px;
    min-width: 82px;
    padding: 0px 3px;
  }
}

.basic_info .cat.cat01 {
  background: #cc0000;
}

.basic_info .cat.cat02 {
  background: #001f7a;
}

.basic_info .cat {
  background: #001f7a;
}

.basic_info .cat.cat03 {
  background: #001f7a;
}

.basic_info .cat.cat04 {
  background: #001f7a;
}

.basic_info .cat.cat05 {
  background: #001f7a;
}

/* -------------------------------------------------------------------

		basic_news_list

-------------------------------------------------------------------- */
.basic_news_list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.basic_news_list .box {
  border-bottom: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.basic_news_list .box:last-child {
  border-bottom: none;
}

.basic_news_list .box a {
  display: block;
  padding: 30px 0px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .basic_news_list .box a {
    padding: 15px 0px;
  }
}

.basic_news_list .box a .info {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .basic_news_list .box a .info {
    margin-bottom: 0px;
  }
}

.basic_news_list .box a .info .date {
  display: inline-block;
  font-size: 86%;
  color: #888888;
  line-height: 18px;
  padding-right: 13px;
}

@media screen and (max-width: 768px) {
  .basic_news_list .box a .info .date {
    font-size: 72%;
    padding-right: 10px;
    line-height: 13px;
  }
}

.basic_news_list .box a .info .cat {
  background: #001f7a;
  color: #fff;
  line-height: 18px;
  padding: 0px 5px;
  display: inline-block;
  font-size: 79%;
  min-width: 90px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .basic_news_list .box a .info .cat {
    font-size: 72%;
    line-height: 13px;
    min-width: 82px;
    padding: 0px 3px;
  }
}

.basic_news_list .box a .info .cat.cat01 {
  background: #cc0000;
}

.basic_news_list .box a .ttl {
  color: #001f7a;
  font-size: 93%;
}

@media screen and (max-width: 768px) {
  .basic_news_list .box a .ttl {
    font-size: 86%;
  }
}

.basic_news_list .box a .ttl .blank {
  vertical-align: baseline;
  display: inline-block;
  padding: 0px 5px;
}

.basic_news_list .box a .ttl .blank img {
  padding-top: 3px;
}

.basic_news_list .box a .ttl .new {
  vertical-align: baseline;
  display: inline-block;
  padding: 0px 5px;
}

.basic_news_list .box a .ttl .new img {
  padding-top: 2px;
}

.basic_news_list .box a:hover .ttl {
  text-decoration: underline;
}

.blank.pdf_link {
  display: inline-block;
  height: 18px;
  width: 13px;
}

.blank img {
  padding-top: 0;
}

.marketreportlist .ttl .blank {
  vertical-align: baseline;
  display: inline-block;
  padding: 0px 5px;
}

.marketreportlist .ttl .blank.pdf_link {
  display: inline-block;
  height: 18px;
  width: 13px;
}

.marketreportlist .ttl .blank img {
  padding-top: 0;
}

/* -------------------------------------------------------------------

		basic_img

-------------------------------------------------------------------- */
.basic_img {
  max-width: 100%;
  height: auto;
margin-bottom: 3%;
}

.basic_img a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.basic_img a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .basic_img {
    width: 100%;
  }
}

/* -------------------------------------------------------------------

		basic_youtube

-------------------------------------------------------------------- */
.basic_youtube iframe {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .basic_youtube {
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
  }
  .basic_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.iframe_sp {
  border: solid 1px #c0c0c0;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .iframe_sp {
    padding: 145% 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .design04 {
    width: 100%;
    height: 30px;
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  #stage {
    width: 100%;
    height: 650px;
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  [id^="btn"] {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .cover_left, .cover_right,
  .cover_btn_right,
  .cover_btn_left,
  .cover_btn_center,
  .cover_btn_left_2,
  .cover_btn_right_2,
  .cover_btn_center_2 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .cover_right span {
    right: 10px;
    left: inherit;
    top: 130px;
  }
}

@media screen and (max-width: 768px) {
  .cover_left span {
    left: 10px;
    top: 130px;
  }
}

@media screen and (max-width: 768px) {
  #photos {
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  [id^="photo"] {
    margin: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  [id^="photo"] img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .comment {
    height: 182px;
    padding: 0;
    width: 100%;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .cover_btn_trouble {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .cover_btn_trouble span {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    left: 0;
  }
}

/* -------------------------------------------------------------------

		basic_btn

-------------------------------------------------------------------- */
.basic_btn_list {
  text-align: center;
}

.basic_btn_list li + li {
  margin: 0 0 0 10px;
}

@media screen and (max-width: 768px) {
  .basic_btn_list li + li {
    margin: 10px 0 0;
  }
}

.basic_btn {
  display: inline-block;
  width: 340px;
}

@media screen and (max-width: 768px) {
  .basic_btn {
    width: 100%;
  }
}

.basic_btn a {
  display: table;
  height: 70px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #001f7a;
  font-size: 108%;
  color: #001f7a;
  background-image: url(../images/icon_link_arrow_bl.png);
  background-repeat: no-repeat;
  background-position: 96%;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .basic_btn a {
    display: block;
    height: auto;
    padding: 17px 15px 17px 10px;
    font-size: 93%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.basic_btn a:hover, .basic_btn a.current {
  background-color: #001f7a;
  background-image: url(../images/icon_link_arrow_wh.png);
  color: #fff;
}

.basic_btn a span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 20px;
}

@media screen and (max-width: 768px) {
  .basic_btn a span {
    display: inline-block;
    padding: 0px;
  }
}

.basic_btn a.back {
  background-image: url(../images/icon_back_arrow_bl.png);
  background-position: 4%;
}

.basic_btn a.back:hover, .basic_btn a.back.current {
  background-image: url(../images/icon_back_arrow_wh.png);
}

@media screen and (max-width: 768px) {
  .basic_btn a.back {
    padding: 17px 10px 17px 25px;
  }
}

.basic_btn a.back span {
  padding: 0px 20px 0 30px;
}

@media screen and (max-width: 768px) {
  .basic_btn a.back span {
    display: inline-block;
    padding: 0px;
  }
}



.basic_btn a.glonav {
  background-image: url(../images/icon_arrow_glonav_on.png);
  background-position: 4%;
}

.basic_btn a.glonav:hover, .basic_btn a.glonav.current {
  background-image: url(../images/icon_arrow_rate_down.png);
}

@media screen and (max-width: 768px) {
  .basic_btn a.glonav {
    padding: 17px 10px 17px 25px;
  }
}

.basic_btn a.glonav span {
  padding: 0px 20px 0 30px;
}

@media screen and (max-width: 768px) {
  .basic_btn a.glonav span {
    display: inline-block;
    padding: 0px;
  }
}

.basic_img_btn {
  display: inline-block;
  width: 340px;
}

@media screen and (max-width: 768px) {
  .basic_img_btn {
    width: 100%;
  }
}

.basic_img_btn a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.basic_img_btn a:hover {
  opacity: 0.7;
}

.single_icon_btn {
  display: table !important;
  height: 70px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #001f7a;
  font-size: 108%;
  color: #001f7a;
  background-repeat: no-repeat;
  background-position: 96%;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .single_icon_btn {
    display: block;
    height: auto;
    padding: 17px 15px 17px 10px;
    font-size: 93%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.single_icon_btn:hover, .single_icon_btn.current {
  text-decoration: none;
  opacity: 0.7;
}

.single_icon_btn span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 20px;
}

@media screen and (max-width: 768px) {
  .single_icon_btn span {
    display: inline-block;
    padding: 0px;
  }
}

@media screen and (max-width: 768px) {
  .single_icon_btn.atm {
    line-height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .single_icon_btn.quick {
    line-height: 40px;
  }
}

.icon_btn {
  position: relative;
}

.icon_btn .right_icon {
  position: absolute;
  right: 10px;
  display: block;
  width: auto;
  padding: 0;
  height: 61px;
  width: 61px;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .icon_btn .right_icon {
    height: 40px;
    width: 40px;
  }
}

.icon_btn.pdf {
  background-image: url(../images/icon/pdf_icon.png);
  background-repeat: no-repeat;
  background-position: 15px;
  background-size: 50px;
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .icon_btn.pdf {
    background-size: 25px;

  }
}

.icon_btn.quick {
  background-image: url(../images/icon/quickmanual_icon.png);
  background-repeat: no-repeat;
  background-position: 15px;
  background-size: 50px;
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .icon_btn.quick {
    background-size: 25px;
  }
}

.icon_btn.web {
  background-image: url(../images/icon/webmanual_icon.png);
  background-repeat: no-repeat;
  background-position: 15px;
  background-size: 50px;
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .icon_btn.web {
    background-size: 25px;
  }
}

.icon_btn.movie {
  background-image: url(../images/icon/movie_icon.png);
  background-repeat: no-repeat;
  background-position: 15px;
  background-size: 50px;
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .icon_btn.movie {
    background-size: 25px;
  }
}

.icon_btn.iphone {
  background-image: url(../images/icon/iPhone_icon.png);
  background-repeat: no-repeat;
  background-position: 15px;
  background-size: 50px;
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .icon_btn.iphone {
    background-size: 27px;
  }
}

.icon_btn.android {
  background-image: url(../images/icon/android_icon.png);
  background-repeat: no-repeat;
  background-position: 15px;
  background-size: 50px;
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .icon_btn.android {
    background-size: 25px;
  }
}

.icon_btn.kaisetu {
  background-image: url(../images/icon/icon_kaisetu.png);
  background-repeat: no-repeat;
  background-position: 15px;
  background-size: 50px;
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .icon_btn.kaisetu {
    background-size: 25px;
  }
}

.icon_btn.torihiki {
  background-image: url(../images/icon/icon_torihiki.png);
  background-repeat: no-repeat;
  background-position: 15px;
  background-size: 50px;
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .icon_btn.torihiki {
    background-size: 25px;
  }
}

.icon_btn.kouza {
  background-image: url(../images/icon/icon_kouza.png);
  background-repeat: no-repeat;
  background-position: 15px;
  background-size: 50px;
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .icon_btn.kouza {
    background-size: 25px;
  }
}

.icon_btn.shikin {
  background-image: url(../images/icon/icon_shikin.png);
  background-repeat: no-repeat;
  background-position: 15px;
  background-size: 50px;
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .icon_btn.shikin {
    background-size: 25px;
  }
}

.icon_btn.zeikin {
  background-image: url(../images/icon/icon_zeikin.png);
  background-repeat: no-repeat;
  background-position: 15px;
  background-size: 50px;
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .icon_btn.zeikin {
    background-size: 25px;
  }
}

.icon_btn.houjin {
  background-image: url(../images/icon/icon_houjin.png);
  background-repeat: no-repeat;
  background-position: 15px;
  background-size: 50px;
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .icon_btn.houjin {
    background-size: 25px;
  }
}

.icon_btn.atm {
  background-image: url(../images/icon/icon_atm.png);
  background-repeat: no-repeat;
  background-position: 15px;
  background-size: 50px;
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .icon_btn.atm {
    background-size: 25px;
  }
}

.btnlogin {
  width: 100%;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}

.btnlogin.small {
  width: 260px;
}

@media screen and (max-width: 768px) {
  .btnlogin.small {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .btnlogin {
    height: 50px;
  }
}

.btnlogin a {
  text-align: left;
  display: block;
  background: #666666;
  color: #fff;
  line-height: 70px;
  width: 100%;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .btnlogin a {
    line-height: 50px;
    text-align: center;
    padding-left: 0px;
    margin: 5px 0;
  }
}

.btnlogin a:hover {
  opacity: 0.7;
}

.btnlogin a span {
  padding-left: 68px;
  background-image: url(../images/icon_side_login_pc.png);
  background-repeat: no-repeat;
  background-position: left;
  font-size: 108%;
  font-weight: bold;
  line-height: 70px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .btnlogin a span {
    padding-left: 32px;
    display: inline-block;
    font-size: 129%;
    background-image: url(../images/icon_side_login_sp.png);
    background-size: 17px;
    line-height: 50px;
  }
}

/* -------------------------------------------------------------------

		manual

-------------------------------------------------------------------- */
.linklist01_col3 {
  z-index: 9;
  position: relative;
}

.zi09 {
  z-index: 9;
  position: relative;
}

.manual_img {
  border: solid 1px #c0c0c0;
}

/* -------------------------------------------------------------------

		tel_single

-------------------------------------------------------------------- */
.tel_single {
  margin: 0 auto;
  width: 342px;
}

@media screen and (max-width: 768px) {
  .tel_single {
    width: 100%;
  }
}

.tel_single + p {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tel_single + p {
    text-align: left;
  }
}

/* -------------------------------------------------------------------

	routine/index.html point1.html point3.html

-------------------------------------------------------------------- */
.routine-movie-wrap {
position: relative;
/*padding-bottom: 56.25%; アスペクト比 16:9の場合の縦幅*/
margin:0 auto;
width: 50%;
}

.routine-movie-wrap-point1 {
width: 80%;
}

.routine-movie-wrap-point3 {
width: 80%;
}

.routine-wrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.routine-movie-title {
text-align:center;
font-weight:bold;
font-size:18px;
}


@media screen and (max-width: 768px) {
  .non-icon .accordion_faq_btn {
    padding: 10px 30px 10px 30px;
  }
  .non-icon .accordion_faq_content {
    padding: 12px 18px 16px 20px;
  }

.routine-movie-wrap {
width: 100%;
}
.routine-movie-title {
font-size:16px;
}


}

/* -------------------------------------------------------------------

		download

-------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .download .layoutdouble01 .pct_spnone30 {
    text-align: center;
  }
  .download .layoutdouble01 .pct_spnone30 img {
    width: 70%;
  }
  .download .pct_spnone68 .four_list .pct_spnone28 {
    width: 68% !important;
  }
  .download .pct_spnone68 .four_list .pct_spnone19 {
    width: 27% !important;
  }
}

/* -------------------------------------------------------------------

		basic_indent

-------------------------------------------------------------------- */
.basic_indent_block_01 {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.basic_indent_block_02 {
  display: block;
  text-indent: -2em;
  padding-left: 2em;
}

.basic_indent_block_03 {
  display: block;
  text-indent: -3em;
  padding-left: 3em;
}

.basic_indent_block_04 {
  display: block;
  text-indent: -4em;
  padding-left: 4em;
}

.basic_indent_block_05 {
  display: block;
  text-indent: -5em;
  padding-left: 5em;
}

.basic_indent_block_06 {
  display: block;
  text-indent: -6em;
  padding-left: 6em;
}

.basic_indent_block_07 {
  display: block;
  text-indent: -7em;
  padding-left: 7em;
}

.basic_indent_block_08 {
  display: block;
  text-indent: -8em;
  padding-left: 8em;
}

.basic_indent_block_09 {
  display: block;
  text-indent: -9em;
  padding-left: 9em;
}

.basic_indent_block_10 {
  display: block;
  text-indent: -10em;
  padding-left: 10em;
}

.basic_indent_inline_01 {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.basic_indent_inline_02 {
  display: inline-block;
  text-indent: -2em;
  padding-left: 2em;
}

.basic_indent_inline_03 {
  display: inline-block;
  text-indent: -3em;
  padding-left: 3em;
}

.basic_indent_inline_04 {
  display: inline-block;
  text-indent: -4em;
  padding-left: 4em;
}

.basic_indent_inline_05 {
  display: inline-block;
  text-indent: -5em;
  padding-left: 5em;
}

.basic_indent_inline_06 {
  display: inline-block;
  text-indent: -6em;
  padding-left: 6em;
}

.basic_indent_inline_07 {
  display: inline-block;
  text-indent: -7em;
  padding-left: 7em;
}

.basic_indent_inline_08 {
  display: inline-block;
  text-indent: -8em;
  padding-left: 8em;
}

.basic_indent_inline_09 {
  display: inline-block;
  text-indent: -9em;
  padding-left: 9em;
}

.basic_indent_inline_10 {
  display: inline-block;
  text-indent: -10em;
  padding-left: 10em;
}

/* -------------------------------------------------------------------

   calender_block

-------------------------------------------------------------------- */
.calender_block .calender_info_text {
  padding-left: 30px;
  position: relative;
}

.calender_block .calender_info_text.day:before {
  position: absolute;
  content: "";
  display: block;
  background: #e6b8b7;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.calender_block .calender_info_text.week:before {
  position: absolute;
  content: "";
  display: block;
  background: #e9edf7;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.calender_block .calender_info_text.month:before {
  position: absolute;
  content: "";
  display: block;
  background: #eaf7e9;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* -------------------------------------------------------------------

   service_other_block

-------------------------------------------------------------------- */
.service_other_block .cont01 {
  padding: 20px;
  background: #e9edf7;
}

.service_other_block .cont01 .text_block {
  border: 1px solid #001f7a;
  padding: 10px;
  background: #fff;
}

.service_other_block .cont01 .caution_block {
  background: #cc0000;
  padding: 10px;
}

.service_other_block .cont01 .caution_block p {
  color: #fff;
  font-weight: bold;
}

.service_other_block .cont01 .img {
  text-align: center;
}

/* -------------------------------------------------------------------

   manual_modal

-------------------------------------------------------------------- */
.manual_modal .btnlogin {
  width: 260px;
}

@media screen and (max-width: 768px) {
  .manual_modal .btnlogin {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .manual_modal #header .headernav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px 0;
    border-bottom: 1px solid #001f7a;
    z-index: 10;
  }
  .manual_modal #header .headernav .inner {
    width: 840px;
    margin: 0 auto;
    height: auto;
  }
  .manual_modal #header .headernav .inner .linklist02 li {
    margin-bottom: 10px;
  }
  .manual_modal #container {
    padding-top: 83px;
  }
  .manual_modal #container .content {
    width: 840px;
  }
  .manual_modal #container .content .anchor_point {
    position: relative;
    margin-top: -83px;
    padding-top: 83px;
    height: 0;
  }
}

@media screen and (max-width: 768px) {
  .manual_modal #header .headernav .inner {
    height: auto;
    padding: 20px 15px 0;
  }
}

.manual_modal .toolTip {
  width: 250px;
  background-color: #fff;
  color: #001f7a;
  position: absolute;
  padding: 5px 5px 5px 20px;
  border: 2px solid #001f7a;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .manual_modal .toolTip {
    top: 75 !important;
    left: 0 !important;
  }
}

.manual_modal .invisible {
  display: none;
}

.manual_modal .basic_img {
  position: relative;
}

.manual_modal .mapOuter {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.manual_modal .mapOuter .mapInner {
  width: 800px;
}

#footer.modalfooter .footer01 .inner {
  width: inherit;
}

#footer.modalfooter .footer01 .inner .footertext {
  padding: 40px;
}

#footer.modalfooter .footer02 .inner {
  width: inherit;
}


/* -------------------------------------------------------------------

   document_checker

-------------------------------------------------------------------- */
.document_checker .document_checker_inner + .document_checker_inner {
  margin-top: 20px;
}

.document_checker .document_checker_inner.second_condition {
  display: none;
}

.document_checker .document_checker_inner.second_condition.current {
  display: block;
}

.document_checker .checkBoxList {
  text-align: center;
  margin: 0 0 20px;
}

.document_checker .checkBoxList li {
  display: inline-block;
  margin: 0 5px;
}

.document_checker .answerBox {
  display: none;
  padding: 10px;
  background: #e6e6e6;
  text-align: center;
  line-height: 1.6;
}

.document_checker .answerBox .style01 {
  display: inline-block;
  margin: 0 10px;
  color: #cc0000;
}

.document_checker .answerBox .style02 {
  font-size: 129%;
  font-weight: bold;
  margin: 0 10px;
}

.document_checker .answerBox.current {
  display: block;
}

.document_checker input[type=radio] {
  display: none;
}

.document_checker .radio {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 0 8px;
  padding: 12px 12px 12px 42px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}

.document_checker .radio:hover {
  background-color: #d7e0ed;
}

.document_checker .radio:hover:after {
  border-color: #001f7a;
}

.document_checker .radio:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.document_checker .radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #001f7a;
  content: '';
  opacity: 0;
}

.document_checker input[type=radio]:checked + .radio:before {
  opacity: 1;
}

/* -------------------------------------------------------------------

   faq

-------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .faqbox .iframe_cont {
    padding: 12px 18px 16px 12px;
  }
}

.faqbox .iframe_cont .accordion_faq_btn {
  padding: 14px 60px;
}

/* -------------------------------------------------------------------

   footer

-------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .modal + #footer .inner {
    padding: 15px;
  }
}

/* -------------------------------------------------------------------

   tuika_kaisyu

-------------------------------------------------------------------- */

#top_campaign .wrapper .inner .campaign_list .box, #top_campaign .wrapper .inner .accbox .box {
  float: inherit;
  margin-right: 0;
  margin-bottom: 10px;
  width: 100%;
}

#top_campaign .wrapper .inner .campaign_list .box a figure, #top_campaign .wrapper .inner .accbox .box a figure {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #top_campaign .wrapper .inner .campaign_list .box a figure, #top_campaign .wrapper .inner .accbox .box a figure {
    width: 100%;
    float: inherit;
  }
}

#top_campaign .wrapper .inner .campaign_list .box a .txtbox, #top_campaign .wrapper .inner .accbox .box a .txtbox {
  float: right;
  width: calc(78% - 100px);
}

@media screen and (max-width: 768px) {
  #top_campaign .wrapper .inner .campaign_list .box a .txtbox, #top_campaign .wrapper .inner .accbox .box a .txtbox {
    width: 100%;
  }
}

#top_campaign .wrapper .inner .campaign_list .box a .txtbox .txt, #top_campaign .wrapper .inner .accbox .box a .txtbox .txt {
  color: #333;
  margin: 10px 0 0;
}

@media screen and (max-width: 768px) {
  #top_campaign .wrapper .inner .campaign_list .box a .txtbox .txt, #top_campaign .wrapper .inner .accbox .box a .txtbox .txt {
    font-size: 86%;
  }
}

#top_beginner .wrapper .inner h2 .h2-sml {
  border-bottom: solid 1px #fff;
  display: inline-block;
  font-size: 16px;
  text-indent: 1px;
  padding-bottom: 10px;
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.market {
  padding: 20px;
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li .nav_lv02.market {
    padding: 0;
  }
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.market li {
  padding: 0 10px 0 0;
  width: 300px;
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li .nav_lv02.market li {
    width: 100%;
    height: inherit;
    line-height: 1.5;
    padding: 0 !important;
  }
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.market li .two_grade {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li .nav_lv02.market li .two_grade {
    margin-top: 0;
    border-top: solid 1px #a8b3d7;
  }
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.market li .ttlnav {
  border-bottom: solid 1px #001f7a;
  margin-bottom: 10px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li .nav_lv02.market li .ttlnav {
    display: none;
  }
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.market li .ttlnav .txt {
  font-size: 20px;
  letter-spacing: -2.6px;
  margin-left: 10px;
  display: inline-block;
  height: inherit;
  margin-bottom: 10px;
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.market li .ttlnav .icon {
  width: 27px;
  height: 27px;
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li .nav_lv02.market li .list_blue {
    background: #f1f5ff;
  }
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.market .nav_lv03_list {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.market .nav_lv03_list li {
  padding: 10px 0 0 10px;
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li .nav_lv02.market .nav_lv03_list li {
    height: 50px;
  }
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.market .nav_lv03_list li a {
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  background-image: url(../images/icon_link_arrow_bl.png);
  background-repeat: no-repeat;
  background-position: left;
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li .nav_lv02.market .nav_lv03_list li a {
    background: none;
  }
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li .nav_lv02.market .nav_lv03_list li:last-child {
    border-bottom: none;
  }
}






#header .glolnav .inner .nav_lv01 > li .nav_lv04_list {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

#header .glolnav .inner .nav_lv01 > li .nav_lv04_list li {
  padding: 10px 0 0 10px;
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li .nav_lv04_list li {
    height: 50px;
  }
}

#header .glolnav .inner .nav_lv01 > li .nav_lv04_list li a {
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  background-image: url(../images/icon_link_arrow_bl.png);
  background-repeat: no-repeat;
  background-position: left;
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li .nav_lv04_list li a {
    background: none;
  }
}

@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li .nav_lv04_list li:last-child {
    border-bottom: none;
  }
}
















/* -------------------------------------------------------------------

   kv

-------------------------------------------------------------------- */
#kv .topslider .slick-active a:hover img {
  opacity: 0.7;
}

/* -------------------------------------------------------------------

    cms

-------------------------------------------------------------------- */
#entrybody h1 {
  font-size: 222%;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
}

#entrybody h2 {
  font-size: 186%;
  font-weight: bold;
  margin-bottom: 28px;
  padding-left: 20px;
  line-height: 1.4;
  border-left: 4px solid #001f7a;
}

#entrybody h3 {
  font-size: 129%;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.1;
  border-bottom: 2px solid #000;
  padding-bottom: 7px;
}

#entrybody h4 {
  font-size: 122%;
  font-weight: bold;
  margin-bottom: 15px;
}

#entrybody h5 {
  font-size: 108%;
  font-weight: bold;
  margin-bottom: 15px;
}

#entrybody h6 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 15px;
}

#entrybody p {
  font-size: 93%;
  margin: 0 0 20px;
  position: relative;
}

#entrybody p strong {
  font-size: 93%;
  font-weight: bold;
}

#entrybody p em {
  font-size: 93%;
  font-style: italic;
}

#entrybody hr {
  display: inherit;
  border-bottom: solid 1px #333;
  border-top: none;
  margin: 0 0 20px 0;
}

#entrybody a {
  font-size: 93%;
  line-height: 1.8;
}

#entrybody a[target="_blank"] {
  display: inline-block;
  padding-right: 17px;
  background-image: url(../images/icon_news_blank.png);
  background-position: right;
  background-repeat: no-repeat;
}

#entrybody a[href$="pdf"] {
  display: inline;
  background-image: url(../images/icon_pdf.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 13px 18px;
  padding-right: 18px;
}

#entrybody blockquote {
  padding: 18px;
  background: #f1f5ff;
  margin: 0 0 20px;
}

#entrybody blockquote p {
  margin: 0;
}

#entrybody ul {
  margin: 0 0 20px;
}

#entrybody ul li {
  padding-left: 21px;
  line-height: 1.8;
  font-size: 93%;
  background-image: url(../images/icon_list_dot.png);
  background-repeat: no-repeat;
  background-position: left 8px;
}

#entrybody ol {
  margin: 0 0 20px 1em;
}

#entrybody ol li {
  line-height: 1.8;
  font-size: 93%;
  position: relative;
  list-style: decimal;
}

@media screen and (max-width: 768px) {
  #entrybody h1 {
    font-size: 158%;
    margin-bottom: 15px;
  }
  #entrybody h2 {
    font-size: 129%;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  #entrybody h3 {
    font-size: 115%;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
  }
  #entrybody h4 {
    font-size: 108%;
    margin-bottom: 10px;
  }
  #entrybody h5 {
    font-size: 100%;
    margin-bottom: 10px;
  }
  #entrybody h6 {
    font-size: 93%;
    margin-bottom: 10px;
  }
}



/* -------------------------------------------------------------------

    2018.12.11～ addition

-------------------------------------------------------------------- */



/* -------------------------------------------------------------------

    font-size

-------------------------------------------------------------------- */


.fz26 {
  font-size: 186%;
  line-height: 1.5;
}

.fz25 {
  font-size: 179%;
  line-height: 1.5;
}


.fz24 {
  font-size: 172%;
  line-height: 1.5;
}


.fz23 {
  font-size: 165%;
  line-height: 1.5;
}


.fz22 {
  font-size: 158%;
  line-height: 1.5;
}



.fz21 {
  font-size: 150%;
  line-height: 1.5;
}


.fz20 {
  font-size: 143%;
  line-height: 1.5;
}


.fz19 {
  font-size: 136%;
  line-height: 1.5;
}


.fz18 {
  font-size: 129%;
  line-height: 1.5;
}



.fz17 {
  font-size: 122%;
  line-height: 1.5;
}


.fz16 {
  font-size: 115%;
  line-height: 1.5;
}


.fz15 {
  font-size: 108%;
  line-height: 1.5;
}




@media screen and (max-width: 480px) {


.sp-fz20 {
  font-size: 143%;
  line-height: 1.5;
}


.sp-fz19 {
  font-size: 136%;
  line-height: 1.5;
}


.sp-fz18 {
  font-size: 129%;
  line-height: 1.5;
}



.sp-fz17 {
  font-size: 122%;
  line-height: 1.5;
}


.sp-fz16 {
  font-size: 115%;
  line-height: 1.5;
}


.sp-fz15 {
  font-size: 108%;
  line-height: 1.5;
}



.sp-fz14 {
  font-size: 100%;
  line-height: 1.5;
}

.sp-fz13 {
  font-size: 93%;
  line-height: 1.5;
}

.sp-fz12 {
  font-size: 86%;
  line-height: 1.5;
}

.sp-fz11 {
  font-size: 79%;
  line-height: 1.5;
}

.sp-fz10 {
  font-size: 72%;
  line-height: 1.5;
}

}


/* -------------------------------------------------------------------

    ttl_design

-------------------------------------------------------------------- */

/*　design_01 青ラベル見出し
------------------------------------------*/


.design_01 {
padding:10px 10px 10px 15px;
background-color:#001f7a;
color:#fff;
font-size:150%;
margin-bottom:10px;
font-weight:normal;
}

@media screen and (max-width: 768px) {
.design_01 {
padding:8px 10px 8px 10px;
font-size:115%;
margin-bottom:5px;
}
}

/*　design_02 正方形アイコン
------------------------------------------*/


.design_02 {
	position: relative;
	padding-left: 30px;
	font-size:120%;
	color: #001f7a;
	margin:5px 0 5px;
}

.design_02::before,
.design_02::after{
	content: "□";
	position: absolute;
}

.design_02::before{
	left:0;
	top:-3px;
}

.design_02::after{
	left: 5px;
	top: 3px;
	color: #001f7a;
}



/*　design_03　[]
------------------------------------------*/

.design_03{
font-size:150%;
position: relative;
padding:0.25em 1em;
display: inline-block;
top:0;
margin:15px 0;

}

.design_03:before,
.design_03:after{ 
  position: absolute;
  top: 0;
  content:'';
width: 8px;
height: 100%;
display: inline-block;

}
.design_03:before{
border-left: solid 1px black;
border-top: solid 1px black;
border-bottom: solid 1px black;
  left: 0;
}
.design_03:after{
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}



@media screen and (max-width: 768px) {

.design_03{
font-size:100%;
width:90%;
text-align:center;
}

}

/*　design_04 青ラベル小文字
------------------------------------------*/

.design_04 {
padding:4px 0;
background-color:#001f7a;
color:#fff;
font-weight:normal;
text-align:center;
}




/*　design_05 緑ラベル小文字
------------------------------------------*/

.design_05 {
padding:4px 0;
background-color:#539e43;
color:#fff;
font-weight:normal;
text-align:center;
}



/*　design_06 赤ラベル小文字
------------------------------------------*/

.design_06 {
padding:4px 0;
background-color:#bb0000;
color:#fff;
font-weight:normal;
text-align:center;
}



/*　design_07 太文字　細アンダーライン
------------------------------------------*/

.design_07 {
	font-size:130%;
	font-weight:bold;
	border-bottom:solid 1px #777;
	margin-bottom:10px;
	color:#444;
}

@media screen and (max-width: 480px) {
.design_07 {
	font-size:110%;
	padding:0 1%;

}

}

/*　design_08 鉛筆アイコン
------------------------------------------*/
.design_08{
  overflow:hidden;
  color:#001c54; 
  font-size:129%;
  line-height:2.0;
  margin-bottom:10px;
  
}

.design_08 span{
  float:left;
  margin:0 3px;
}

.pen_icon{
  overflow:hidden;
  height:30px;
  width:30px;
  display:block;
  position:relative;}

.pen_icon:before{
  content:'';
  height:0;
  width:0;
  display:block;
  border:13px
  transparent solid; border-top-width:0;
  border-left-width:0;
  border-bottom-color:#001c54;
  position:absolute;
  bottom:0px;
  left:0px;
}

.pen_icon:after{
  content:'';
  height:17px;
  width:18px;
  display:block;
  background:#001c54;
  transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  position:absolute;
  top:6px;
  left:6px;
}



@media screen and (max-width: 480px) {

.design_08{
  font-size:110%;
  line-height:1.5;
  margin-bottom:10px;
  
}



.design_08 .pen_icon ,.design_08 .pen_icon:after ,.design_08 .pen_icon:before{
display:none;
}

}




/*　design_09 吹き出し
------------------------------------------*/

.design_09 {
position: relative;
display: inline-block;
margin:0 auto;
padding: 10px 1%;
width: 97%;
color: #444;
background: #fff;
border:solid 3px #777;
text-align:center;
}

.design_09:before{
content: "";
position: absolute;
bottom: -24px;
left: 50%;
margin-left: -15px;
border: 12px solid transparent;
border-top: 12px solid #fff;
z-index:2;
}


.design_09:after{
content: "";
position: absolute;
bottom: -30px;
left: 50%;
margin-left: -17px;
border: 14px solid transparent;
border-top: 14px solid #777;
z-index:1;
}



.design_09 p {
margin: 0;
padding: 0;
}





@media screen and (max-width: 768px) {

.design_09 {
position: relative;
display: inline-block;
margin:0 auto;
padding: 10px 1%;
width: 97%;
color: #444;
background: #fff;
border:solid 2px #777;
text-align:center;
}

.design_09:before{
content: "";
position: absolute;
bottom: -24px;
left: 50%;
margin-left: -15px;
border: 12px solid transparent;
border-top: 12px solid #fff;
z-index:2;
}


.design_09:after{
content: "";
position: absolute;
bottom: -29px;
left: 50%;
margin-left: -17px;
border: 14px solid transparent;
border-top: 14px solid #777;
z-index:1;
}






}






/*　design_10　－－
------------------------------------------*/

.design_10{
position: relative;
padding:0 55px;
display: inline-block;
margin:10px 0;
}

.design_10:before,
.design_10:after{ 
  position: absolute;
  top: 40%;
  content:'';
width: 45px;
height: 1px;
background-color:#000;

}


.design_10:before{

left:0;

}


.design_10:after{
 
right:0;

}








@media screen and (max-width: 768px) {

.design_10{
position: relative;
padding:0 20px;
display: inline-block;
margin:10px 0;
}

.design_10:before,
.design_10:after{ 
  position: absolute;
  top: 40%;
  content:'';
width: 15px;
height: 1px;
background-color:#000;

}

}






/*　design_11　Step
------------------------------------------*/



.design_11{
border-bottom:1px solid #777;
font-size:150%;
padding:10px 0 5px 0;
margin:15px 0;
}


.design_11 span{
background:#333;
color:#fff;
padding:5px 15px;
}




@media screen and (max-width: 768px) {

.design_11{
font-size:100%;
padding:10px 0 5px 0;
margin:15px 0;

}


.design_11 span{
background:#333;
color:#fff;
padding:5px 15px;
display:block;
margin-bottom:10px;
}

}





/*　design_13 水色ラベル
------------------------------------------*/

.design_13 {
padding:4px 0;
background-color:#00a0e9;
color:#fff;
font-weight:normal;
text-align:center;
}





/*　design_14 マニュアルタイトル
------------------------------------------*/

.design_14{
border-bottom:1px solid #777;
font-size:135%;
padding:10px 0 5px 0;
margin:15px 0;
}


.design_14 span.blue{
background:#001f7a;
color:#fff;
padding:5px 15px;
}



.design_14 span.skyblue{
background:#dfe3f2;
color:#001f7a;
padding:5px 15px;

}


.design_14 span.black{
background:#231815;
color:#fff;
padding:5px 15px;
}


.design_14 span.glay{
background:#ccc;
color:#231815;
padding:5px 15px;

}



@media screen and (max-width: 768px) {

.design_14{
font-size:100%;
padding:10px 0 5px 0;
margin:15px 0;

}


.design_14 span{
color:#fff;
padding:5px 15px;
display:block;
margin-bottom:10px;
}

}



.design_15 {
	height:40px;
	position: relative;
	padding: 15px 0 0 25px ;
	border: 1px solid #ccc;
	font-size:140%;
	font-family:"メイリオ";
	font-weight: normal;
	margin-bottom:15px;
}
.design_15::after {
	position: absolute;
	top: 25%;
	left: 10px;
	content: '';
	width: 6px;
	height:50%;
	background-color: #cc0000;

}





@media screen and (max-width: 768px) {

.design_15 {
	height:40px;
	position: relative;
	padding: 8px 15px 5px 25px ;
	border: 1px solid #ccc;
	font-size:95%;
	font-family:"メイリオ";
	font-weight: normal;
	margin-bottom:15px;
	align-items:center;
	display:flex;
}
.design_15::after {
	position: absolute;
	top: 25%;
	left: 10px;
	content: '';
	width: 6px;
	height:50%;
	background-color: #cc0000;

}

}

/*　design_16 チェックマーク
------------------------------------------*/

.design_16 {
position: relative;
padding:5px 0;
margin-left:20px;
font-size:120%;

}
.design_16::after {
  display: block;
  content: '';
  position: absolute;
  top: .7em;
  left: -1em;
  width: 8px;
  height: 3px;
  border-left: 2px solid #3498db;
  border-bottom: 2px solid #3498db;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


@media screen and (max-width: 768px) {

.design_16 {

font-size:110%;

}

}


/*　design_18 黒背景タイトル
------------------------------------------*/

.design_18{
background:#333;
color:#fff;
padding:1% 2%;
display:inline-block;
margin-bottom:1%;
font-size:115%;
line-height:1.5;
}

@media screen and (max-width: 768px) {
.design_18{
font-size:100%;
}

}



/*　design_19 左青線タイトル
------------------------------------------*/

.design_19{
border-left:solid #4d64b9 10px ;
padding:0 0 1% 2%;
font-size:160%;
margin:1% 0 2%;
color:#333;
font-weight:600;
font-family:'Noto Sans JP',sans-serif;
line-height:1.7;
}

@media screen and (max-width: 768px) {
.design_19{
border-left:solid #4d64b9 5px ;
padding:0 2%;
font-size:110%;
}

}



/*　design_20 水色背景　丸文字
------------------------------------------*/

.design_20{
font-family: 'M PLUS Rounded 1c', sans-serif;
font-size:200%;
text-align:center;
background:#4d64b9;
color:#fff;
padding:3px 0 ;
font-weight:500;
margin-bottom:2%;

}


@media screen and (max-width: 768px) {

.design_20{
font-size:110%;
padding:5px;
margin-bottom:15px;

}

}


/*　design_21 丸文字　中央
------------------------------------------*/

.design_21{
font-family: 'M PLUS Rounded 1c', sans-serif;
font-size:260%;
text-align:center;
color:#333;
padding:3px 0 ;
font-weight:700;
margin-bottom:30px;
}


@media screen and (max-width: 768px) {

.design_21{
font-size:130%;
padding:3px 0 ;
margin-bottom:10px;
}


}





/*　design_21 左青線　タイトル　小さめ
------------------------------------------*/

.design_22{
border-left:solid #4d64b9 10px ;
padding:0 0 5px 2%;
font-size:140%;
margin:1% 0 2%;
color:#333;
font-weight:600;
font-family:'Noto Sans JP',sans-serif;
}



@media screen and (max-width: 768px) {

.design_22{
border-left:solid #4d64b9 5px ;
padding:0 2%;
font-size:110%;

}

}




/* -------------------------------------------------------------------

    br

-------------------------------------------------------------------- */

.br-pc { display:block; }
.br-sp { display:none; }

@media screen and (max-width: 480px) {

.br-pc { display:none; }
.br-sp { display:block; }

}






.sitemap a{

color:#001f7a;


}







/* -------------------------------------------------------------------

    campaign_index

-------------------------------------------------------------------- */

/*　キャンペーンまとめ
------------------------------------------*/

.cam_topicbox {
margin:30px 0;
border-bottom:solid 1px #ccc;
}


.cam_topicbox a {
text-decoration:none;
}


.cam_box:hover {
opacity: 0.7!important;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}

.close_ttl:hover {
opacity: 0.7!important;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}



@media screen and (max-width: 480px) {
.cam_topicbox {
margin:10px 0;

}
}



/*　キャンペーン期間
------------------------------------------*/

@media screen and (max-width: 480px) {
.cam_term{
display:block;
text-align:right;
padding:5px 15px;
}


.cam_term_02{
display:block;
padding:5px 10px;
text-align:center
}


.cam_term span{
display:block;
text-align:left;

}


}



/*　キャンペーン詳細
------------------------------------------*/

.cam_box{
overflow: hidden;
position: relative;
zoom:1;
border:1px #001f7a solid;
margin:10px 0 30px;
padding: 10px 15px;
}


@media screen and (max-width: 480px) {

.cam_box{
margin:5px 0;
padding: 5px;
}

}



.cam_box_more {
width:54%;
float:left;
display:block;
}

@media screen and (max-width: 480px) {
.cam_box_more {
width:98%;
}
}










/*　キャンペーンタイトル
------------------------------------------*/

.cam_ttl {
font-weight:bold;
padding:0 10px;
color:#001f7a;
font-size:130%;
border-bottom:solid 1px #001f7a;
width:97%;
margin:0px auto 10px;
}


@media screen and (max-width: 480px) {

.cam_ttl {
padding:10px;
font-size:100%;
border-bottom:none;
margin:0;
}

}




/*　キャンペーンタイトル
------------------------------------------*/

.close_ttl {
font-weight:bold;
padding:18px 0 15px 30px ;
color:#001f7a;
font-size:130%;

margin:0px auto 10px;
position:relative;
}

.close_ttl:before {
content:"‣";
position:absolute;
top:0;
left:0;
font-size:230%;

}


@media screen and (max-width: 480px) {

.close_ttl {
padding:15px 15px 15px 25px ;
font-size:100%;
border-bottom:none;
margin:0;
}


.close_ttl:before {
content:"‣";
position:absolute;
top:0;
left:0;
font-size:230%;

}



}





/*　更新日
------------------------------------------*/

.cam_date{
margin:0 5px;
color:#444;
text-align:right;
}


@media screen and (max-width: 480px) {

.cam_date{
margin:5px 5px 0;
font-size:90%;
}

}





/*　キャンペーン概要
------------------------------------------*/

.cam_txt{
padding:10px;
color:#111;
}


@media screen and (max-width: 480px) {
.cam_txt{
padding:5px;
font-size:100%;
}
}





/*　キャンペーンサムネイル
------------------------------------------*/
.cam_box_img {
float:left;
display:block;
margin: auto;
}









/* -------------------------------------------------------------------

    TOPページ用　キャンペーン一覧

-------------------------------------------------------------------- */

/*　TOP　キャンペーンまとめ
------------------------------------------*/

#top_campaign .wrapper .inner .box {
margin:30px 0;
}


#top_campaign .wrapper .inner .box a {
text-decoration:none;
}


#top_campaign .wrapper .inner .cam_box:hover {
opacity: 0.7!important;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}




/*　TOP　キャンペーン期間
------------------------------------------*/


#top_campaign .wrapper .inner .cam_box_more .cam_term_all {
color:#111;
text-align:right;
}


#top_campaign .wrapper .inner .cam_term_all .cam_term {
color:#111;
}

#top_campaign .wrapper .inner .cam_term_all .term_icon {
background-color:#001f7a;
padding:1px 8px;
color:#fff;
margin-right:5px;

}



@media screen and (max-width: 480px) {
#top_campaign .wrapper .inner  .cam_term_all .term_icon {
margin:10px 5px 0;
text-align:center;
font-size:85%;
}

#top_campaign .wrapper .inner .cam_term_all .term_icon {
display:block;

}





}


@media screen and (max-width: 480px) {



#top_campaign .wrapper .inner .cam_term{
display:block;
text-align:right;
font-size:85%;
}

#top_campaign .wrapper .inner .cam_term span{
display:block;
text-align:left;
}



#top_campaign .wrapper .inner .cam_term_02{
display:block;
padding:5px 10px;
text-align:center
}









}



/*　TOP　キャンペーン詳細
------------------------------------------*/

#top_campaign .wrapper .inner .cam_box{
overflow: hidden;
position: relative;
zoom:1;
border:1px #001f7a solid;
margin:10px 0 30px;
padding: 20px 15px;
background-color:#fff;

}


@media screen and (max-width: 480px) {

#top_campaign .wrapper .inner .cam_box{
margin:5px 0;
padding: 5px;

}

}



#top_campaign .wrapper .inner .cam_box_more {
width: calc(100% - 330px);
float:left;
display:block;
margin:10px;
}

@media screen and (max-width: 480px) {
#top_campaign .wrapper .inner .cam_box_more {
width:98%;
margin:0 auto;
}
}





#top_campaign .wrapper .inner .cam_box_more {
width: calc(100% - 330px);
float:left;
display:block;
margin:10px;
}

@media screen and (max-width: 480px) {
#top_campaign .wrapper .inner .cam_box_more {
width:98%;
margin:2px;
padding-bottom:10px;

}
}





/*　TOP　キャンペーンタイトル
------------------------------------------*/

#top_campaign .wrapper .inner .cam_ttl {
font-weight:bold;
padding:0 10px;
color:#001f7a;
font-size:140%;
border-bottom:solid 1px #001f7a;

}


@media screen and (max-width: 480px) {

#top_campaign .wrapper .inner .cam_ttl {
padding:10px 10px 0;
font-size:100%;
border-bottom:none;
margin:0;
}

}






/*　TOP　更新日
------------------------------------------*/

#top_campaign .wrapper .inner .cam_date{
margin:0 5px;
color:#444;
text-align:right;
}


@media screen and (max-width: 480px) {

#top_campaign .wrapper .inner .cam_date{
margin:5px 5px 0;
font-size:85%;
}

}





/*　TOP　キャンペーン概要
------------------------------------------*/

#top_campaign .wrapper .inner .cam_txt{
padding:10px 20px;
color:#111;
}


@media screen and (max-width: 480px) {
#top_campaign .wrapper .inner .cam_txt{
padding:5px;
font-size:90%;
}
}





/*　TOP　キャンペーンサムネイル
------------------------------------------*/
#top_campaign .wrapper .inner .cam_box_img {
float:left;
display:block;
margin: auto;
}







/* -------------------------------------------------------------------

    ログインページ用　キャンペーン一覧

-------------------------------------------------------------------- */

/*　ログイン　キャンペーンまとめ
------------------------------------------*/

.login_cam_list {
margin:30px 0;
overflow: hidden;
position: relative;
zoom:1;

}


.login_cam_box {
float:left;
width:48%;

}



.login_cam_box a {
text-decoration:none;
}


.login_cam_box img:hover {
opacity: 0.7!important;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}




@media screen and (max-width: 480px) {


.login_cam_list {
margin:30px 0;
overflow: hidden;
position: relative;
zoom:1;

}


.login_cam_box {
float:none;
width:95%;
margin-bottom:20px;
}




}





/*　ログイン　キャンペーンサムネイル
------------------------------------------*/
.login_cam_img {
text-align:center;
margin-bottom:10px;
}






/*　ログイン　キャンペーン期間
------------------------------------------*/

.login_cam_term {
color:#111;
text-align:center;
}

.login_term_icon {
background-color:#001f7a;
padding:1px 8px;
color:#fff;
display:block;
width:85%;
margin:5px auto;
}



.login_term_start {
display:block;
text-align:left;
padding:0 40px
}


.login_term_end {
display:block;
text-align:right;
padding:0 40px
}





@media screen and (max-width: 480px) {
.login_cam_term .term_icon {
background-color:#001f7a;
padding:1px 8px;
color:#fff;
margin:1px 0;
text-align:center;
}



.login_cam_term{
display:block;
text-align:left;
}





.login_cam_term span{
display:block;
}



.login_term_start {
display:block;
text-align:left;
padding:0 20px
}


.login_term_end {
display:block;
text-align:right;
padding:0 20px
}



}






/* -------------------------------------------------------------------

    campaign_label

-------------------------------------------------------------------- */

.cam_now{
margin:10px;
background-color:#cc0000;
padding:2px 10px;
color:#fff;
}

.cam_soon{
margin:10px;
padding:2px 10px;
background-color:#ccc;
color:#000;
}


.cam_open {
margin:10px;
background-color:#001f7a;
color:#fff;
padding:2px 10px;
}


.cam_end {
margin:10px;
background-color:#222;
color:#fff;
padding:2px 10px;
}





@media screen and (max-width: 480px) {
.cam_now, .cam_soon, .cam_open, .cam_end {
margin:5px;
display:block;
padding:5px 0;
text-align:center;
}


}




/* -------------------------------------------------------------------

    campaign_status

-------------------------------------------------------------------- */


.cam_status{
font-size: 158%!important;
margin-bottom:10px;
text-align:center;
}


@media screen and (max-width: 480px) {

.cam_status{
font-size: 129%!important;

}

}




/* -------------------------------------------------------------------

    campaign_period

-------------------------------------------------------------------- */


.cam_period {
margin-bottom:10px;
font-size: 143%!important;
text-align:center;
}




@media screen and (max-width: 480px) {

.cam_period{
font-size: 122%!important;
}



.cam_period span{
display:block;
}

.sp-rotartion{

transform:rotate(90deg);


}


}



/* -------------------------------------------------------------------

    campaign_details

-------------------------------------------------------------------- */


.cam_details{

border-top:solid 1px #aaa;
border-bottom:solid 1px #aaa;
padding:20px 15px;

}




/* -------------------------------------------------------------------

    cam_salescopy

-------------------------------------------------------------------- */


.cam_salescopy{

text-align:center;
margin:40px 0 30px 0;

}







.login_thum {
text-align:center;
padding:10px 0;
margin:0 0 60px;
background:#444;
}




.login_thum ul li{
display:inline-block;
margin: 0 5px;

}




@media screen and (max-width: 480px) {


.login_thum {
display:none;
}




.login_thum ul li{
display:none;

}


}



/* -------------------------------------------------------------------

    swap_table

-------------------------------------------------------------------- */

.table02 {
text-align:center;
margin-bottom:15px;
}


.table02 .thead th {
background:#001f7a;
border:solid 1px #aaa;
color:#fff;
padding:5px;
text-align:center;
}

.table02 th {
border:solid 1px #aaa;
padding:5px;
text-align:center;
}

.table02 td {
border:solid 1px #aaa;
padding:5px;
text-align:center;
}


@media screen and (max-width: 480px) {


.table02 th {
display:block;
border-bottom:none;
border-top:none;
background:#001f7a;
color:#fff;
}

.table02 td {
display:block;
text-align:right;
border-bottom:none;
}


.table02 th:first-child {
border-top:solid 1px #aaa;
}

.table02 td:last-child {
border-bottom:solid 1px #aaa;
}


.table02 .thead {
display:none;
}

.table02 td::before {
content: attr(data-label);
float: left;
clear:both;
font-weight:bold;
}

}



/* -------------------------------------------------------------------

    sp_cut_table

-------------------------------------------------------------------- */

.table03 {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
table-layout: fixed;
}

.table03 th {
border: 1px solid #777;
border-collapse: collapse;
padding: 5px;
background: #001f7a;
color: #fff;
font-size: 93%;
text-align:center;
}

.table03 td {
padding: 10px 5px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #777;
font-size: 110%;
border-collapse: collapse;
text-align:center;
}



.table03_title{
background-color: #001f7a;
color:#fff;
text-align:center;
padding:8px 0;
}

.table03_title img {
margin: 0 5px 0 0;
vertical-align: middle;
}



@media screen and (max-width: 768px) {

.table03 {
width: 100%;
}

.table03 tr {
display: block;
float: left;

}
.table03 td, 
.table03 th {
border-left: none;
border-bottom: none;
display: block;
}



.table03 td {
padding:13px 0;
}


.table03 thead th:last-child ,
.table03 tbody td:last-child {
border-bottom: solid 1px #777;
}



.table03 thead {
display: block;
float: left;
}
.table03 thead tr {
width: 100%;

}
.table03 tbody {
display: block;
float: left;

}
.table03 tbody tr {
width: 100%;
}

.table03_title{
font-size:100%!important;
text-align:center;
padding:8px 0;
}


}





/* -------------------------------------------------------------------

    TrackRecord_table

-------------------------------------------------------------------- */

.trackrecord {
border:solid 1px #aaa;
padding:5px;
height: 1px;
height: auto;
overflow: hidden;
}

.trackrecord span {
display:block;
float:left;
width:25%;
}



.trackrecord_list {
height: 1px;
height: auto;
overflow: hidden;
}

.trackrecord02 {
width:25%;
float:left;
}


.trackrecord02 div {
border:solid 1px #aaa;
padding:5px 10px;
}





@media screen and (max-width: 768px) {

.trackrecord span {
float:none;
width:100%;
}



.trackrecord02 {
width:50%;

}




}

/* -------------------------------------------------------------------

    Option_beginner 

-------------------------------------------------------------------- */



/* ---------------------------------------
	basic_content_op30
--------------------------------------- */


.basic_content_op30{
 margin-bottom: 30px;
 overflow:hidden;
 position:relative;
 zoom:1;
 
 
}




@media screen and (max-width: 768px) {

.basic_content_op30{
 margin-bottom: 15px;
}
}





/* ---------------------------------------
	moreBOX
--------------------------------------- */


.morebox{
	border:solid 1px #001f7a;
	color: #001f7a;
	posirion:absolute;
	float:right;
	text-align:center;
	padding:5px 10px;
}


.morebox:link{
	text-decoration:none;
}


.morebox:hover{
	background-color:#001f7a;
	color: #fff;
	posirion:absolute;
	text-decoration:none;
}




/* ---------------------------------------
	dot_mark_list
--------------------------------------- */

.list02{
margin:5px;
}


.list02 li{
position:relative;
text-indent:-1.3em;
padding-left:1em;
lign-height:1.8;
margin:5px 0;
}

.list02 li span{
font-weight:bold;
font-size:130%;
line-height:1.1;
}





/* ---------------------------------------
	checkmark_list
--------------------------------------- */

.list03 {
  padding:10px 20px 10px 35px;
font-size:110%;
border:solid 1px #999;

}

.list03 li {
  position: relative;
padding:5px 0;
}

.list03 a {
color:#001f7a;
}

.list03 a:hover {
color:#001f7a;
}



.list03 li::after {
  display: block;
  content: '';
  position: absolute;
  top: .7em;
  left: -1em;
  width: 8px;
  height: 3px;
  border-left: 2px solid #3498db;
  border-bottom: 2px solid #3498db;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}



.list03 a li {

}



@media screen and (max-width: 768px) {

.list03 {
  padding:5px 15px 5px 30px;
font-size:110%;
border:solid 1px #999;
}

.list03 li {
  position: relative;
padding:5px 0;

}
.list03 li::after {
  display: block;
  content: '';
  position: absolute;
  top: .8em;
  left: -1em;
  width: 8px;
  height: 3px;
  border-left: 2px solid #3498db;
  border-bottom: 2px solid #3498db;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

}



/* ---------------------------------------
	Triangle_list
--------------------------------------- */

.list04 {
  padding:10px;
border:solid 1px #999;
	overflow:hidden;
	position:relative;
	zoom:1;
	
}

.list04 li {
position: relative;
padding:5px 10px;
display:block;
float:left;
width:30%;
}


@media screen and (max-width: 768px) {


.list04 li {
position: relative;
padding:0 10px;
float:none;
width:95%;
}


}



/* ---------------------------------------
	quickpayment_list
--------------------------------------- */


.list05 {
	overflow:hidden;
	position:relative;
	zoom:1;
	
}

.list05 li {
	padding:10px 5px;
	float:left;
	width:45%;
	border:solid 1px #999;
	text-align:center;
	margin:10px;
}

.list05 span {
	padding:15px 0 0;
	display:block;
}





.trouble li{
	margin-left:5px;
	position:relative;
	padding:3px 0 3px 20px;
	font-size:130%;
	color:#001f7a;
}

.trouble li a{

	color:#001f7a;
}


.trouble li:before{
	content:"";
	display:block;
	position:absolute;
	top:6px;
	left:2px;
	height:0;
	width:0;
	border-top:8px solid transparent;
	border-right:7px solid transparent;
	border-bottom:8px solid transparent;
	border-left:10px solid #001f7a;

}


.bank {
	position: relative;
	color:#222222;
	padding-left:2em;
	background-image: url("../images/icon/bank.png");
	background-repeat:no-repeat;
	background-size:contain;
}



.net_bank {
	position: relative;
	color:#222222;
	padding-left:2em;
	background-image: url("../images/icon/netbank.png");
	background-repeat:no-repeat;
	background-size:contain;
}

@media screen and (max-width: 768px) {


.list05 li {
width:95%;
margin:5px 0;
}

.list05 span {
padding:15px 0px 15px 10px;
float:left;
font-size:100%
}


.list05 img {
float:left;
width:50px;
padding: 0 5px;
}


.bank, .net_bank {
	padding-left:1.5em;
	line-height:1.8;
}

}




/* ---------------------------------------
	選択場所
--------------------------------------- */

.area{
	overflow:hidden;
	margin:10px 0;
}

.area > img {
	float:left;
	padding: 1px;
	width:150px;
}

.area > p {
	float:left;
	padding: 10px;
	width:75%
}


@media screen and (max-width: 768px) {

.area > img ,.area > p{
	float:none;
	width:95%;
	padding: 5px;
}

}


/* ---------------------------------------
	計算ボックス（枠のみ）
--------------------------------------- */


.calculation_box{
	border:solid 1px #999;
	padding:10px 0;
	margin:10px 0;
	text-align:center;
}

@media screen and (max-width: 768px) {

.calculation_box{
	padding:10px 10px;
	margin:10px 0;
	text-align:left;
}
}



/* ---------------------------------------
	計算ボックス（表形式）
--------------------------------------- */

.calculation_box02{
	overflow:hidden;
	margin:10px 0;
}

.calculation_box02 .boxA{
	float:left;
	padding:10px 20px;
	width:25%;
	background-color:#001f7a;
	color:#fff;
	font-size:110%;
	border:solid 1px #ccc;
	border-right:solid 0px #ccc;
}

.calculation_box02 .boxB{
	float:left;
	padding:10px 20px;
	width:60%;
	font-size:110%;
	border:solid 1px #ccc;
}


.calculation_box02 .boxC{
	float:none;
	padding:10px 20px;
	width:90%;
	background-color:#001f7a;
	color:#fff;
	font-size:110%;
	border:solid 1px #ccc;
	border-bottom:solid 0px #ccc;
}

.calculation_box02 .boxD{
	float:none;
	padding:10px 20px;
	width:90%;
	font-size:110%;
	border:solid 1px #ccc;
}



@media screen and (max-width: 768px) {

.calculation_box02 .boxA, .calculation_box02 .boxB, .calculation_box02 .boxC, .calculation_box02 .boxD{
	float:none;
	width:85%;
	border-right:solid 1px #ccc;
}

.calculation_box02 .boxA{
	border-right:solid 1px #ccc;
	border-bottom:solid 0px #ccc;
	
}

}




/* ---------------------------------------
	計算ボックス（個別）
--------------------------------------- */


.calculation {
	overflow:hidden;
	margin:0 auto;
}



.calbox {
	float:left;
	padding:5px 3px;
	width:28%;
	text-align:center;
	border:solid 1px #ccc;
	margin:0 1%;
}


.calresult {
	float:left;
	padding:5px 3px;
	width:100%;
	border-bottom:solid 2px #ccc;
	margin:10px 1%;
}

.calsymbol {
	float:left;
	padding:15px 1px;
	width:auto;
	text-align:center;

}

@media screen and (max-width: 768px) {



.calbox {
	float:none;
	padding:10px 0;
	width:95%;
	text-align:center;
	border:solid 1px #ccc;
}

.calsymbol {
	float:none;
	padding:5px 1px;


}

.calresult {
	float:none;
	padding:5px 3px;
	width:90%;
	border-bottom:solid 2px #ccc;
	margin:10px 1%;
}


}









/* ---------------------------------------
	重要なポイント
--------------------------------------- */

.important_point{
	position:relative;
	padding-left: 38px;
	line-height:32px;
	font-size:130%;
	margin:5px 0 30px 10px;
	color:#cc0000;
}


.important_point::before{
	content:'';
	width:0;
	height:0;
	display:block;
	border:15px transparent solid;
	border-right-width:0;
	border-left-color:#cc0000;
	position:absolute;
	top:0px;
	left:15px;
}


.important_point::after{
	content:'';
	width:15px;
	height:15px;
	display:block;
	background:#cc0000;
	position:absolute;
	top:7px;
	left:0px;
}



@media screen and (max-width: 768px) {

.important_point{
	padding-left: 23px;
	line-height:20px;
	font-size:103%;
	margin:5px 0 10px 10px;
}

.important_point::before{
	border:10px transparent solid;
	border-right-width:0;
	border-left-color:#cc0000;
	left:10px;
}


.important_point::after{
	width:10px;
	height:10px;
	top:5px;
	left:0px;
}


}




/* ---------------------------------------
	オプション用語集
--------------------------------------- */


.wordlist{
overflow:hidden;
margin-bottom:20px;
}

.wordlist li {
padding:8px 15px 0 10px ;
float:left;

}


.word_box{
padding:10px 0 30px;
border-bottom:1px #999 solid;
}


/* ---------------------------------------
	オプションコラム
--------------------------------------- */

.columnbox{
padding:15px 15px;
margin:20px 0;
border:solid 1px #001f7a;
}


.columnbox:hover{
background-color: #cedeff;
}

.columnbox p{
color:#111;
padding-left:40px;

}


@media screen and (max-width: 768px) {

.columnbox{
padding:10px 10px;
margin:20px 0;
border:solid 1px #001f7a;
}




.columnbox p{
color:#111;
padding-left:10px;

}


}

/* ---------------------------------------
	オプショントレード日記
--------------------------------------- */


/* ---------------------------------------
	ブロク日時
--------------------------------------- */

	.diary_date{
		color:#555;
		text-align:right;
		margin:5px;
	}



/* ---------------------------------------
	ブロク内容
--------------------------------------- */
	.blog_comment{
		font-size:110%;
		margin:20px 0;
	}



/* ---------------------------------------
	イラスト＋吹き出し
--------------------------------------- */

	.speech{
	overflow:hidden;
	position:relative;
	zoom:1;
	}


	.speech .box{
	float:left;
	}



/* ---------------------------------------
	日記まとめ
--------------------------------------- */

	.basic_content_120{
	
	margin-bottom:120px;
	
	}



@media screen and (max-width: 768px) {

	.basic_content_120{
	
	margin-bottom:60px;
	
	}

}


/* ---------------------------------------
	吹き出し 基本形
--------------------------------------- */

	.balloon {
		position: relative;
		display: inline-block;
		margin: 1.5em 0 1.5em 15px;
		padding: 7px 5px;
		width: 100%;
		font-size: 16px;
	}

	.balloon:before{
		content: "";
		position: absolute;
		top: 50%;
		left: -30px;
		margin-top: -15px;
		border: 15px solid transparent;
	}

	.balloon p {
		margin: 0;
		padding: 20px;
	}


@media screen and (max-width: 768px) {

	.balloon {
		margin: 5px 0;
		padding: 7px 10px;
		width: 90%;
	}

	.balloon:before{
		top: -10px;
		left: 20%;
		margin-left: -15px;
	}

	.balloon p {
		padding: 5px 10px;
	}

}

/* ---------------------------------------
	吹き出し ピンク
--------------------------------------- */


	.balloon.pink {
	 	color: #cc0000;
		background: #f9d6d6;
	}


	.balloon.pink:before{
		border-right: 15px solid #f9d6d6;
	}

@media screen and (max-width: 768px) {

	.balloon.pink:before{
		border-bottom: 15px solid #f9d6d6;
	}

}

/* ---------------------------------------
	吹き出し 水色
--------------------------------------- */

	.balloon.sky {
		color: #001f7a;
		background: #dfe3f2;
	}

	.balloon.sky:before{
		border-right: 15px solid #dfe3f2;
	}

@media screen and (max-width: 768px) {

	.balloon.sky:before{
		border-bottom: 15px solid #dfe3f2;
	}

}



/* ---------------------------------------
	取引状況
--------------------------------------- */

.trade_status{
	width:99%;
	text-align:center;
	background-color:#b6eab0;
	color:#054400;
	font-size:140%;
	margin:60px auto 10px;
	padding:5px 0;
}


@media screen and (max-width: 768px) {

.trade_status{
	font-size:100%;
	padding:5px 0;
}

}




/* ---------------------------------------
	表
--------------------------------------- */


	.table01.positionFX th{
		font-weight:normal;
		font-size:105%;
		padding:10px;
	}


	.table01.positionOP th{
		font-weight:normal;
		font-size:105%;
		background-color:#282828;
		padding:10px;
	}
	
	

	.table01.positionPUT th{
		font-weight:normal;
		font-size:105%;
		background-color:#f9d6d6;
		color:#111;
		padding:10px;
	}

	.table01.positionCALL th{
		font-weight:normal;
		font-size:105%;
		background-color:#dfe3f2;
		color:#111;
		padding:10px;
	}
	
	
		.table01.positionPUT td,
		.table01.positionCALL td {
		text-align:right;
	}



	.table01.positionFX td,
	.table01.positionOP td,
	.table01.positionPUT td,
	.table01.positionCALL td{
		font-weight:normal;
		font-size:105%;
		padding:10px;
	}


.total{
background-color:#fbffca;
color:#cc0000;
}

.call_st{
background-color:#cad1ea!important;
color:#000!important;
}

.put_st{
background-color:#eacad1!important;
color:#000!important;
}


.table01.td_right td{
text-align:right;

}


@media screen and (max-width: 768px) {

	.table01.positionFX th,
	.table01.positionOP th,
	.table01.positionPUT th,
	.table01.positionCALL th{
		font-size:90%;
		padding:6px;
	}

	.table01.positionFX td,
	.table01.positionOP td,
	.table01.positionPUT td,
	.table01.positionCALL td{
		font-size:90%;
		padding:6px;
	}


}






/* ---------------------------------------
	文字色
--------------------------------------- */

.Pko, .Otaro, .Qsuke{
	color:#222;
	text-indent:-65px;
	padding-left:65px;

}

.Pko:before{
	content:"P子";
	background-color:#ff5050;
	color:#fff;
	padding:0px 15px;
	margin-right:10px;
	text-align:center;
}





.Otaro:before{
	content:"O太郎";
	background-color:#4074f4;
	color:#fff;
	padding:0px 6px;
	text-align:center;
	margin-right:10px;
}




.Qsuke:before{
	content:"Q助";
	background-color:#444;
	color:#fff;
	padding:0px 15px;
	text-align:center;
	margin-right:9px;
}



@media screen and (max-width: 768px) {



.Pko:before{
	padding:2px 15px;
}

.Otaro:before{
	padding:2px 6px;
}

.Qsuke:before{
	padding:2px 15px;
}





}




/* ---------------------------------------
	リンクボタン
--------------------------------------- */

a.linkbtn{
	width:50%;
	text-align:center;
	padding:3% 3%;
	text-decoration:none;
	display:block;
	font-size:110%;
	margin:1px auto;
	border:solid 1px #001f7a;
	color:#001f7a;
}

.linkbtn span{
	position: relative;
	padding-right: 30px;
}


.linkbtn span::after{
	content: "‣";
	position: absolute;
	right: -20px;
	font-size:50px;
	top:-25px;
	
}



a.linkbtn:hover{
	color:#fff;
	background-color:#001f7a;
	text-decoration:none;
}



@media screen and (max-width: 768px) {

a.linkbtn{
	width:94%;
	padding:4% 3%;
}

.linkbtn span{
	padding-right: 15px;
}

.linkbtn span::after{
	top:-28px;
}

}




/* ---------------------------------------
	後日談　結果
--------------------------------------- */


.opfxresult{
	overflow:hidden;
	position:relative;
	zoom:1;
	margin:0 15px;
	width:99%;


}


.opfxresult .fx,
.opfxresult .op,
.opfxresult .result,
.opfxresult .symbol {
float:left;
font-size:110%;
text-align:center;
border:solid 1px #ccc;
width:28%;
}


.opfxresult .symbol {
border:none;
padding:25px 0px;
font-size:120%;
font-weight:bold;
width:5%;
}


.opfxresult .fx p{
background-color:#001f7a;
color:#fff;
padding:5px 15px;
}


.opfxresult .op p{
background-color:#222;
color:#fff;
padding:5px 15px;
}

.opfxresult .result p{
background-color:#0a8701;
color:#fff;
padding:5px 15px;
}



.opfxresult .fx span,
.opfxresult .op span,
.opfxresult .result span{
line-height:45px;

}




@media screen and (max-width: 768px) {



.opfxresult{
	overflow:hidden;
	position:relative;
	zoom:1;
	margin:0 5px;
	width:99%;


}




.opfxresult .fx,
.opfxresult .op,
.opfxresult .result,
.opfxresult .symbol {
float:none;
font-size:95%;
text-align:center;
border:solid 1px #ccc;
width:99%;
}







.opfxresult .symbol {
border:none;
padding:5px 0px;
font-size:100%;
font-weight:bold;
text-align:center;
}




}


/* ---------------------------------------
	TOP　header
--------------------------------------- */
#header .header_list{
  background: #000000;
  padding: 10px 0px;
}





#header .header_list .inner {
	overflow:hidden;

}


#header .header_list .inner .header_btn{
border:solid 1px #fff;
color:#fff;
margin:0 5px;
float:left;
padding:15px 10px;
width:46%;
font-size:115%;
position:relative;
text-decoration:none;
}


@media screen and (max-width: 768px) {


#header .header_list .inner .header_btn{
border:solid 1px #fff;
color:#fff;
margin:5px 0;
float:nonet;
padding:15px 10px;
width:95%;
font-size:95%;
position:relative;
text-decoration:none;
}



}




#header .header_list .inner .header_btn span{
display:block;
text-align:center;
margin-right:20px;
}


#header .header_list .inner .header_btn:hover{
color:#000;
background:#fff;
}


@media screen and (max-width: 768px) {
#header .header_list .inner .header_btn:hover{
color:#fff;
background:#000;
}
}


#header .header_list .inner .header_btn:before{
content:"▼";
position:absolute;
right:15px;
}



@media screen and (max-width: 768px) {


#header .header_list .inner .header_btn:before{

top:32%;
}

}






/* ---------------------------------------
	TOP　Service
--------------------------------------- */


#top_service .wrapper {
  width: 100%;
  background: #ffffff;
  padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
  #top_service .wrapper {
    padding: 35px 0px 40px;
  }
}

#top_service .wrapper .inner h2 {
  text-align: center;
  font-size: 286%;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #top_service .wrapper .inner h2 {
    font-size: 186%;
    margin-bottom: 20px;
  }
}


#top_service .wrapper .inner h2 .h2-sml {
  border-bottom: solid 1px #000;
  display: inline-block;
  font-size: 16px;
  text-indent: 1px;
  padding-bottom: 10px;
}

#top_service .wrapper .inner .service_list{
border:solid 1px #001f7a;
overflow:hidden;

padding:30px 0 15px;

}


@media screen and (max-width: 768px) {
#top_service .wrapper .inner .service_list{
border:solid 1px #001f7a;
overflow:hidden;
text-align:center;
padding:10px 0 10px;

}
}


#top_service .wrapper .inner .service_list .service_box {
float:left;
margin:15px;
width:30%;
text-align:center;
}




@media screen and (max-width: 768px) {
#top_service .wrapper .inner .service_list .service_box {
float:none;
margin:10px;
width:95%;
overflow:hidden;
}

}





#top_service .wrapper .inner .service_list .service_box:hover {
  opacity: 0.7;
    -webkit-transition: 0.3s;
  transition: 0.3s;
}


#top_service .wrapper .inner .service_list .service_box img {
 width:250px;
 display:block;
 margin:0 auto;
text-align:center;
}


@media screen and (max-width: 768px) {
#top_service .wrapper .inner .service_list .service_box img {
 width:60px;
float:left;
margin:0 10px;
}


}




#top_service .wrapper .inner .service_list .service_box p {
display:block;
color:#001f7a;
margin:30px 0 0;
font-size:130%;
font-weight:bold;
text-align:center;
}


@media screen and (max-width: 768px) {
#top_service .wrapper .inner .service_list .service_box p {
float:left;
margin:0 20px;
font-size:105%;
font-weight:bold;
text-align:left;
padding:5px 0;
}
}


#top_service .wrapper .inner .service_list .service_box span {
display:block;
color:#001f7a;

font-size:110%;
text-align:center;
}


@media screen and (max-width: 768px) {
#top_service .wrapper .inner .service_list .service_box span {
float:left;
margin:0 20px;
font-size:100%;

text-align:left;
}
}





/* -------------------------------------------------------------------

    marketinfo

-------------------------------------------------------------------- */

/* ---------------------------------------
	market_report
--------------------------------------- */

.report_list{
overflow:hidden;
position:relative;
zoom:1;
width:100%;
margin-top:-40px;
}

.report_list .box{
float:left;
width:48%;
margin:3px;
}

.report_btn{
border:solid 1px #001f7a;
padding:8px;
}

.report_btn:hover{
background-color:#cfe6ff;
}

.report_btn span{
padding:15px 5px 10px 15px;
display:inline-block;
font-size:130%;
color:#001f7a;
}

.date.update{
padding:5px 0 ;
vertical-align:middle;
}

.newmark{
padding:0px 5px;
background-color:#cc0000;
color:#fff;
font-size:80%;
vertical-align:middle;
margin-top:5px;
}

.senior{
font-size:113%!important;
}

.report_btn_long{
margin:2% 0;
}

.report_btn_long a{
text-decoration:none;
}

.report_btn_long .box{
border:solid 1px #001f7a;
padding:10px 20px;
width:93%;
}

.report_btn_long .box:hover{
background-color:#cfe6ff;

}



@media screen and (max-width: 768px) {

.report_btn img{
width:30px;
padding-left:5px;
}


.report_btn span{
padding:5px 2px 5px 20px;
display:inline-block;
font-size:100%;
color:#001f7a;
}

.report_list .box{
float:none;
width:99%;
margin:5px 0;
}

.senior{
font-size:100%!important;
}

.date.update{
padding:1px 0 ;
}


.report_btn_long .box{
border:solid 1px #001f7a;
padding:10px 10px;
width:93%;
}


}




/* ---------------------------------------
	technical
--------------------------------------- */

.technical_table{
font-size:130%;

}


.technical_table th{
padding:10px;
border-top:solid 1px #bbb;
border-bottom:solid 1px #bbb;
width:18%;
}

.technical_table td{
padding:10px;
border-top:solid 1px #bbb;
border-bottom:solid 1px #bbb;
}

.technical_table .level{
background-color:#FCECF0;
}



@media screen and (max-width: 768px) {

.technical_table{
font-size:100%;
}


.technical_table th{

width:34%;
}


}



/* ---------------------------------------
	resultanalysis
--------------------------------------- */

.profile{
overflow:hidden;
position:relative;
zoom:1;
width:100%;
}

.profile .boxA{
float:left;
width:28%;
margin:10px 0;
}

.profile .boxB{
float:left;
width:67%;
margin:3px 10px;

}



@media screen and (max-width: 480px) {


.profile .boxA{
float:none;
width:98%;
margin:3px;
text-align:center;
}

.profile .boxB{
float:none;
width:98%;
margin:3px;

}

}


.backnumber{
margin:10px 0;
}





.table04 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  table-layout: fixed;
}

.table04 th {
  border: 1px solid #aaa;
  border-collapse: collapse;
  padding: 5px;
  background: #001f7a;
  color: #fff;
  font-weight: bold;
  font-size: 100%;
  text-align:center;
}



.table04 td {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #aaa;
  font-size: 100%;
  border-collapse: collapse;
  text-align:center;
  vertical-align:middle;
}

.table04 .sp,.table04 .star{
display:none;
}



@media screen and (max-width: 768px) {

.table04  .thead{
display:none;
}


.table04  .star{
display:inline-block;
font-size:90%;
font-weight:normal;

}




.table04  .sp{
display:block;
   padding: 5px;
  background: #001f7a;
  color: #fff;
  font-weight: bold;
  text-align:center;

}

.table04 tr {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #aaa;
  font-size: 100%;
  border-collapse: collapse;
  text-align:left;
  vertical-align:middle;


}



.table04 td {
border:none;
}




.table04 td.date {
display:inline-block;
vertical-align:middle;
padding:15px 10px 5px;

}


.table04 td.name {
display:block;
width:99%;
padding:0 10px;
}


.table04 td.value {
display:inline-block;
width:33%;
vertical-align:top;

}

.values{
padding:5px;
}



}




.economic_nav ul {
  text-align: center;
  margin-bottom:10px;

}

.economic_nav ul li {
  display: inline-block;
}






.economic_nav ul li a {
  display: inline-block;
  padding:5px 0px;
  width:135px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #001f7a;
  text-align: center;
  color: #001f7a;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.economic_nav ul li a:hover {
  background: #001f7a;
  color: #fff;
  
}





@media screen and (max-width: 768px) {
  .economic_nav ul li a {
  display: inline-block;
  padding:5px 8px;
  margin-bottom:5px;
  width:90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #001f7a;
  text-align: center;
  color: #001f7a;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
  
  
  
  
}




.table05 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  table-layout: fixed;
}

.table05 th {
  border: 1px solid #888;
  border-collapse: collapse;
  padding: 5px;
  background: #001f7a;
  color: #fff;
  text-align:center;
  vertical-align:middle;
}

.table05 th.nb {
  background: #00043a;
}

.table05 td {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #888;
  border-collapse: collapse;
   vertical-align:middle;
   text-align:center;
}

.table05 td.gr {
  background: #e9edf7;
}



@media screen and (max-width: 768px) {
  .table05 .thead {
    display: none;
  }
  .table05 td {
    display: block;
    border-bottom: none;
    text-align: right;
  }
  .table05 td:before {
    content: attr(data-label);
    float: left;
    margin-right: 10px;
  }
  .table05 .sp-th {
    background: #001f7a;
    color: #fff;
    text-align:center;
  }
  .table05 tr:last-child td:last-child {
    border-bottom: solid 1px #000;
  }
  .table05 .sp-center {
    text-align: center !important;
  }
  .table05 .sp-left {
    text-align: left !important;
  }

}




.table06 {
text-align:center;
margin-bottom:15px;
}


.table06 th {
background:#001f7a;
border:solid 1px #ccc;
color:#fff;
padding:5px;
text-align:center;
}



.table06 td {
border:solid 1px #ccc;
padding:5px;
text-align:center;
}

.table06 .losscut{

height:95px;
vertical-align:middle;

}


@media screen and (max-width: 480px) {

.table06 .losscut{

height:20px;


}

}




.table07 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  table-layout: fixed;
}

.table07 th {
  border: 1px solid #888;
  border-collapse: collapse;
  padding: 5px;
  background: #001f7a;
  color: #fff;
  text-align:center;
  vertical-align:middle;
}



.table07 td {
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #888;
  border-collapse: collapse;
   vertical-align:middle;
   text-align:center;
   
}




@media screen and (max-width: 768px) {
  .table07 .thead {
    display: none;
  }
  .table07 td {
    display: block;
    border-bottom: none;
  }
  .table07 td:before {
    content: attr(data-label);
    display:block;
	text-align:center;
	background:#333;
	color:#fff;
	margin-bottom:5px;
	padding:5px 10px;
  }
  
  
    .table07 th {
    display:block;
    border-bottom:none;
    font-size:110%;
  }
  


  .table07 tr:last-child td:last-child {
    border-bottom: solid 1px #888;
  }


} 






/* ---------------------------------------
	spread_price
--------------------------------------- */


.spread_box{
overflow:hidden;
zoom:1;
}

.spread_box .box{
float:left;
width:50%;
padding:10px 0;

}



.currency_pair {
text-align:center;
margin-bottom:10px;
padding-left:10%;
overflow:hidden;
}


.currency_pair .flag01 {
margin-right:15px;
float:left;
}


.currency_pair .flag02 {
margin-left:15px;
float:left;
}


.currency_pair .currency {
font-size:450%;
font-family:'Gidugu';
float:left;
line-height:0.5;
}




.currency_pair_cfd {
text-align:center;
margin-bottom:5px;
overflow:hidden;
padding-left:30%;
border-bottom:10px #001f7a solid;
padding-bottom:5px;
}


.currency_pair_cfd .flag01 {
margin-right:15px;
float:left;
}


.currency_pair_cfd .flag02 {
margin-left:15px;
float:left;
}


.currency_pair_cfd .currency {
font-size:450%;
font-family:'Gidugu';
float:left;
line-height:0.6;
}




.spread_box .price_box{
border:solid 1px #777;
padding:20px 10px 0;
width:320px;
text-align:center;
margin:0 1px;
}



.spread_box .price_box .currency{
font-size:130%;
}


.spread_box .price_box .price_red{
text-align:center;
overflow:hidden;
width:100%;
}


.spread_box .price_box .price_red .price{
font-size:570%;
color:#cc0000;
font-family:'Gidugu';
line-height:0.5;
}

.spread_box .price_box .price_red .sen{
font-size:100%;
color:#000;
margin:0 1%;
line-height:4.5;
}



.spread_box .price_box .price_orange{
margin:5px 0 0 6%;

}


.spread_box .price_box .price_orange .price{
font-size:450%;
color:#e88400;
font-family:'Gidugu';
line-height:0.6;

}

.spread_box .price_box .price_orange .sen{
font-size:100%;
line-height:4;
color:#000;
margin:0 1%;

}





@media screen and (max-width: 768px) {



.currency_pair {
font-size:120%;
line-height:0.9;
margin-bottom:5px;
}


.currency_pair .flag01 {
margin-right:5px;
}

.currency_pair .flag02 {
margin-left:5px;

}


.spread_box .price_box {

margin:0 1px;
padding:10px 0 ;
width:95%;

}


.spread_box .price_box .currency{
font-size:110%;
}






.spread_box .price_box .price_red, .spread_box .price_box .price_orange{
font-size:100%;
line-height:0.4;


}

.spread_box .price_box .price_red .sen ,.spread_box .price_box .price_orange .sen{
font-size:90%;

}


.currency_pair_cfd {
text-align:center;
margin-bottom:5px;
overflow:hidden;
padding-left:13%;
border-bottom:5px #001f7a solid;
padding-bottom:5px;
text-align:center;
}


.currency_pair_cfd .flag01 {
margin-right:10px;
float:left;
}


.currency_pair_cfd .flag02 {
margin-left:10px;
float:left;
}


.currency_pair_cfd .currency {
font-size:350%;
font-family:'Gidugu';
float:left;
line-height:0.8;
}









}


@media screen and (max-width: 480px) {

.spread_box{
margin:0 0 15px;

}


.spread_box .box{
float:none;
width:99%;

}



.spread_box .price_box{
padding:10px 0 0;
width:99%;
text-align:center;
margin:0 auto;
}




.currency_pair {
font-size:80%;
line-height:1.0;
margin:5px 1%;
}


.currency_pair .flag01 {
margin-right:10px;

}

.currency_pair .flag02 {
margin-left:10px;

}


.spread_box .price_box .currency{
font-size:100%;
line-height:1.0;
margin:10px 0;
}


.spread_box .price_box .price_red, .spread_box .price_box .price_orange .price{
font-size:80%;
line-height:0.9;


}

.spread_box .price_box .price_red .sen ,.spread_box .price_box .price_orange .sen{
font-size:95%;

}

}










/* ---------------------------------------
	spread_table
--------------------------------------- */

.sprd-table {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
table-layout: fixed;

}

.sprd-table th ,.sprd-table td {
height:40px;
vertical-align:middle;
border: 1px solid #999;
border-collapse: collapse;
text-align:center;
-webkit-box-sizing: border-box;
box-sizing: border-box;

}


.sprd-table th {
background: #025dbf;
color:#fff;
font-size: 110%;

}

.sprd-table td {
font-size: 125%;
}




.change_before{
display:inline-block;
padding-top:10px;
font-size:100%;
font-family:"Meiryo";
}


.change_after{
font-size:180%;
color:#cc0000;
font-weight:bold;
font-family:"Meiryo";

}







.price_performance{
border:solid 1px #aaa;
padding:15px 10px 0;
text-align:center;
vertical-align:middle;
margin-bottom:10px;
}




.price_performance .price{
font-size:180%;
color:#222;
line-height:0.9;
margin:1px 0 10px;
}

.price_performance .price .sen{
font-size:65%;
vertical-align:bottom;
color:#000;
margin:0 1%;

}



.spread_graph{
overflow:hidden;
}



.spread_graph .tick , .spread_graph .time{
float:left;
padding:2px;

}

.spread_graph .tick p , .spread_graph .time p{
text-align:center;
background-color:#001f7a;
padding:5px;
color:#fff;
}









@media screen and (max-width: 768px) {



.sprd-table th {

font-size: 80%;

}

.sprd-table td {
font-size: 85%;
}




.four_list li{
font-size:90%;
}

.four_list img{
width:20%;
}



.spread_graph .tick , .spread_graph .time{
float:none;
padding:0;
text-align:center;
}



.spread_graph .tick p , .spread_graph .time p{
margin-bottom:5px;
}



.price_performance{
border:solid 1px #aaa;
padding:15px 10px;
text-align:center;
vertical-align:middle;
margin-bottom:10px;
}




.price_performance .price{
font-size:150%;
color:#222;
margin:1px 0 10px;
}

.price_performance .price .sen{
font-size:60%;
vertical-align:bottom;
color:#000;
margin:0 1%;
line-height:1.3;
}


}


/* -------------------------------------------------------------------

		quick_manual

-------------------------------------------------------------------- */


#quick_manual{
width:900px;
margin:auto;
}


@media screen and (max-width: 768px) {
#quick_manual{
width:90%;
margin:auto;
}


}





.tab {
overflow:hidden;
}

.tab li,
.tab li.select {
	float:left;
	padding:20px 1%;
	border:solid 1px #001f7a;
	margin:3px;
	width:30%;
	text-align:center;
}


.tab li {
color:#001f7a;
	cursor:pointer;
}


.tab li.select {
background-color:#001f7a;
color:#fff;
cursor:default;

}



@media screen and (max-width: 768px) {
.tab {
overflow:hidden;
}

.tab li,
.tab li.select {
	float:left;
	padding:20px 0;
	border:solid 1px #001f7a;
	margin:3px;
	width:95%;
	text-align:center;
}


.tab li {
color:#001f7a;
cursor:pointer;
}


.tab li.select {
background-color:#001f7a;
color:#fff;
cursor:default;

}



}

.quick_content li{
text-align:center;
}




.quick_content li .design_10{
font-size:179%

}




.quick_content li span{
text-align:left;
display:block;
padding:15px 0;
margin-bottom:10px;
font-size:129%
}

.hide{
display:none;
}


.quick_content li.close{
display:none;
}









@media screen and (max-width: 768px) {

.quick_content li{
text-align:center;
}


.quick_content li span{
text-align:left;
display:block;
padding:0 10px;
margin-bottom:10px;
font-size:100%;

}


.quick_content li .design_10{
font-size:115%
}




.hide{
display:none;
}


.quick_content li.close{
display:none;
}




}




.quick_manual_content{
margin:10px 0 90px;
padding:30px 0 100px;
border-bottom:solid 1px #ccc;
}


@media screen and (max-width: 768px) {
.quick_manual_content{
margin:10px 0 10px;
padding:15px 0 20px;
border-bottom:solid 1px #ccc;
}
}




.popup_block a{

text-decoration:none;
background-color:#cc0000;
color:#fff;
text-align:center;
padding:10px;
width:80%;
margin:0 auto;
box-shadow:2px 2px 4px #777;
display:block;
transition:0.2s all ease 0s;
}


.popup_block a:hover{
transform: translate3d(0, 3px, 0);

}


.popup_box{
font-size:129%;
border: solid 1px #cc0000;
padding:20px 0px;
text-align:center;

}



@media screen and (max-width: 768px) {

.popup_box{
font-size:100%;
border: solid 1px #cc0000;
padding:20px 10px;
text-align:center;

}

}




/* ---------------------------------------
	FAQ
--------------------------------------- */

/*　質問一覧
------------------------------------------*/

.question_list{
margin-bottom:30px;
}

.question_list li{
padding:20px 10px 20px 45px;
border-bottom:solid 1px #ccc;
position:relative;
}

.question_list li:before{
content:"Q";
position:absolute;
top:14px;
left:15px;
font-size:160%;
color:#cc0000;
font-weight:bold;
}

.question_list li span{
font-size:110%;
color:#001f7a;
}



@media screen and (max-width: 768px) {

.question_list{
margin-bottom:10px;
}

.question_list li{
padding:11px 5px 10px 26px;
border-bottom:solid 1px #ccc;
position:relative;
}

.question_list li:before{
content:"Q";
position:absolute;
top:7px;
left:6px;
font-size:130%;
color:#cc0000;
font-weight:bold;
}

.question_list li span{
font-size:100%;
}






}





/*　個別ページ
------------------------------------------*/


.service_box{
overflow:hidden;


}



.service_list{
overflow:hidden;
float:right;

}

@media screen and (max-width: 768px) {

.service_list{
margin:1% auto;
width:98%;
}

}





.service_btn{
padding:5px 1px;
width:120px;
display:block;
float:left;
text-align:center;
margin-right:5px;
margin-bottom:5px;
color:#aaa;
border:solid 1px #aaa;
}






.service_btn.fx{
background-color:#001f7a;
color:#fff;
border:none;
padding:6px 2px;
}

.service_btn.routine{
color:#001f7a;
background-color:#dfe3f2;
border:none;
padding:6px 2px;}

.service_btn.option{
background-color:#231815;
color:#fff;
border:none;
padding:6px 2px;}


.service_btn.cfd{
background:#ccc;
color:#231815;
border:none;
padding:6px 2px;}





@media screen and (max-width: 768px) {






.service_btn{
padding:5px 1px;
width:23%;
display:block;
float:left;
text-align:center;
margin:1px ;
color:#aaa;
border:solid 1px #aaa;
font-size:70%;
}

}




.op_faq_btn {
font-weight:bold;
  width: 100%;
  position: relative;
  padding: 15px 5px 15px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
border-bottom:solid 1px #001f7a;
margin-bottom:10px;
}


@media screen and (max-width: 768px) {
.op_faq_btn {
    padding: 5px 5px 5px 35px;
  }
}






.op_faq_btn .icon {
  position: absolute;
  font-size: 250%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #001f7a;
  left: 10px;
  font-weight: bold;
}



@media screen and (max-width: 768px) {
.op_faq_btn .icon {
    left: 5px;
    font-size: 160%;
  }
}






.op_faq_btn .question {
  font-size: 150%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
.op_faq_btn .question {
    font-size: 105%;
  }
}





.op_faq_content {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 15px 16px 50px;

}

@media screen and (max-width: 768px) {
.op_faq_content {
    padding: 35px 5px 16px 5px;

  }
}





.op_faq_content .icon {
  position: absolute;
  font-size: 250%;
  top: 8px;
  color: #cc0000;
  left: 15px;
  font-weight: bold;
}


@media screen and (max-width: 768px) {
.op_faq_content .icon {
    left: 5px;
    font-size: 150%;
  }
}



.op_faq_content .txt {
  font-size: 115%;

}


@media screen and (max-width: 768px) {
.op_faq_content .txt {
  font-size: 100%;

}
}

.block01 {
  padding-left: 21px;
  position: relative;
}

.block01 .num {
  position: absolute;
  left: 0px;
  top: 0px;
}



#header .glolnav .inner .nav_lv01 > li .nav_lv02.guide02 {
  padding:20px 10px;
}




#header .glolnav .inner .nav_lv01 > li .nav_lv02.guide02 > li {
  width: 200px;
  padding:0 10px;
  margin:0 10px;
  border-right:1px solid #ccc;
}



#header .glolnav .inner .nav_lv01 > li .nav_lv02.guide02 > li:last-child {
  border-right:none;
}



#header .glolnav .inner .nav_lv01 > li .nav_lv02.guide02 > li:nth-child(odd) a .icon {
  width: 40px;
}


#header .glolnav .inner .nav_lv01 > li .nav_lv02.guide02 > li:nth-child(even) a .icon {
  width: 40px;
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.guide02 > li:nth-child(even) a .icon img {
  padding-bottom: 5px;
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.guide02 > li a p {
  padding-left: 0px;
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.guide02 > li a p .icon {
  width: auto;
  text-align: left;
  padding-right: 20px;
  display: inline-block;
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.guide02 > li a p .txt {
  font-size: 115%;
  padding-top: 5px;
  display: inline-block;
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.guide02 > li .nav_lv03 {
  margin-top: 10px;
  padding-bottom: 10px;
}



@media screen and (max-width: 768px) {
  #header .glolnav .inner .nav_lv01 > li .nav_lv02.guide02 > li .nav_lv03 {
    display: none;
  }
}



#header .glolnav .inner .nav_lv01 > li .nav_lv02.guide02 > li .nav_lv03 .ttlnav {
  font-size: 150%;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #001f7a;
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.guide02 > li .nav_lv03 .nav_lv03_list li {
  float: none;
  width: 100%;
  margin-bottom: 10px;
  padding: 0px;
}

#header .glolnav .inner .nav_lv01 > li .nav_lv02.guide02 > li .nav_lv03 .nav_lv03_list li a {
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  background-image: url(../images/icon_link_arrow_bl.png);
  background-repeat: no-repeat;
  background-position: left;
}




.beginner_box{
	border:solid 1px #666;
	height:200px;
	position:relative;
	box-shadow: 1px 1px 2px rgba(96,96,96,0.3);
}



.title{
border-bottom:solid 1px #aaa;
text-align:center;
background:linear-gradient(#ffffff ,#eeeeee);
padding:2px 0 0;

}

.title img{
width:10%;
padding:2% 0% 3% 1%;

}


.title span{
padding:4% 3% 0 0;
display:inline-block;
font-size:115%;
}


.beginner_box .comment{
padding:5%;
display:inline-block;
width:90%;
}

.beginner_box .link{

display:block;
position:absolute;
bottom:10px;
right:10px;
width:125px;
background:linear-gradient(#ffffff ,#eeeeee);
color:#333;
text-decoration:none;
border:solid 1px #aaa;
padding:1% 0;
}

.beginner_box .link a:link{
color:#333;
text-decoration:none;
}


.beginner_box .link:hover{
color:#fff;
text-decoration:none;
background:#333;
}



.beginner_box .link a:link:hover{
color:#fff;
text-decoration:none;
}




.beginner_box .link:before{
content:"▶";
color:#333;
padding:0 5px;
}

.beginner_box .link:hover:before{
content:"▶";
color:#fff;
}





* -------------------------------------------------------------------

    table design

-------------------------------------------------------------------- */

/* -----------------
    table BLUE
----------------- */

.Table_blue .Table_title{
	border: 1px solid #bedbeb;
	border-bottom:none;
	background: #f1faff;
}



.Table_blue .Table_temp .cell{
	border-bottom: 1px solid #bedbeb;
}

.Table_blue .Table_temp .cell p{
	border: 1px solid #bedbeb;
	border-bottom:none;
	border-left:none;
}

.Table_blue .Table_temp .cell p:nth-of-type(3){
	background:#c8f3ff;
}

.Table_blue .Table_temp .cell p:nth-of-type(4){
	color:#0083cb;
}


.Table_blue .Table_temp .cell p:first-child{
	background: #f1faff;
}


.Table_blue .Table_temp .cell p.th{
	background: #f1faff;
	color:#444;
}


.Table_blue .Table_temp .cell:first-child{
	border-left: 1px solid #bedbeb;
}



@media screen and (max-width: 480px) {


.Table_blue .Table_title{
	border:none;
	background:none;
}


.Table_blue .Table_temp .cell{
	border:none;
}

.Table_blue .Table_temp .cell p{
	border: 1px solid #bedbeb;
	border-top:none;
	border-left:none;
}

.Table_blue .Table_temp .cell p:first-child {
	border-left: 1px solid #bedbeb;
}


.Table_blue .Table_temp .cell p.th{
	border-top: 1px solid #bedbeb;

}


.Table_blue .Table_temp .cell:first-child p:first-child{
	border-left:none;
}


}




/* -----------------
    table orange
----------------- */


.Table_orange .Table_title{
	border: 1px solid #f8e597;
	border-bottom:none;
	background: #fff4e4;
}




.Table_orange .Table_temp .cell{
border-bottom: 1px solid #f8e597;
}

.Table_orange .Table_temp .cell p{
	border: 1px solid #f8e597;
	border-bottom:none;
	border-left:none;
}



.Table_orange .Table_temp .cell p:first-child{
	background: #fff4e4;
}



.Table_orange .Table_temp .cell:first-child{
	border-left: 1px solid #f8e597;
}



.Table_orange .Table_temp .cell p:nth-of-type(4){
	background:#ffba70;
}

.Table_orange .Table_temp .cell p:nth-of-type(3){
	color:#ff2400;
}



.Table_orange .Table_temp .cell p.th{
	background: #fff4e4;
	color:#444;
}




@media screen and (max-width: 480px) {


.Table_orange .Table_title{
	border:none;
	background:none;
}


.Table_orange .Table_temp .cell{
	border:none;
}

.Table_orange .Table_temp .cell p{
	border: 1px solid #f8e597;
	border-top:none;
	border-left:none;
}

.Table_orange .Table_temp .cell p:first-child {
	border-left: 1px solid #f8e597;
}



.Table_orange .Table_temp .cell p.th{

	border-top: 1px solid #f8e597;
}


.Table_orange .Table_temp .cell:first-child p:first-child{
	border-left:none;
}


}




/* -----------------
    table template
-------------------- */


.Table_title{
	font-size:100%;
	padding:1%;
	width: 681px;
	text-align:center;
}



.Table_temp{
	margin-bottom:10px;
	overflow:hidden;
	
}


.Table_temp .cell{
float:left;
}



.Table_temp .cell p{
	display:block;
	padding-top: 10%;
	width: calc(688px / 8);
	height:20px;
	font-size:90%;
	text-align:center;
	vertical-align:middle;
}



.Table_temp .cell p:first-child,
.Table_temp .cell:first-child{
	font-weight:bold;
	
}





@media screen and (max-width: 480px) {


.Table_title{
	font-size:90%;
	background:none;
	padding:1% 0;
 text-align:left;
 width:100%;

}




.Table_temp{
	width: 100%;
	overflow:hidden;
 margin:0;
	padding:1% 0;
}


.Table_temp .cell{
	display:block;
	width: 100%;
}



.Table_temp .cell p{
	float:left;
	padding-top: 2%;
	width: 26%;
	height:25px;
	font-size:80%;
	text-align:center;

	
}



.Table_temp .cell p:first-child {
	width: 19%;

}

}



.average_result{
font-size:150%;
text-align:center;
margin-top:20px;
font-weight:bold;
color:#333;
}



.average_result span{
font-size:200%;
color:#cc0000;;
font-weight:bold;
line-height:0.5;
padding:0 5px;
}




@media screen and (max-width: 480px) {

.average_result{
font-size:100%;

}



.average_result span{
font-size:180%;
line-height:0.6;

}

}



.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;

}


.tab-label {
  color: #fff;
  background: #d3d3d3;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px 0;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}







.tab-label:not(:last-of-type) {
  margin-right: 5px;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;

}


.tab-content.skyblue{
  border-top:3px solid #00bfff;
}



.tab-content.orange{
margin-top:-3px;
  border-top:3px solid #FFA500;
}



/* アクティブなタブ */
.tab-switch:checked+.tab-label.blue {
  background: #00bfff;
}

.tab-switch:checked+.tab-label.orange {
  background: #FFA500;

}





.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px 0;
  opacity: 1;


}



/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}





/*　Topic00 list
------------------------------------------*/



	.red_ver .ttl,
	.blue_ver .ttl,
	.green_ver .ttl  {
	font-size:180%;
	padding:10px 0;
	font-weight:800;
	text-align:center;
font-family: 'M PLUS 1p', sans-serif;

	}
	
	

	.red_ver .ttl  {
		color:#910000;
		border-bottom:5px #910000 solid;
		
	}
	

	.blue_ver .ttl {
		color:#000e54;
		border-bottom:5px #000e54 solid;
	}
	

	.green_ver .ttl  {
		color:#0a4200;
		border-bottom:5px #0a4200 solid;
	}
	
	
	





	.red_ver .bold,
	.blue_ver .bold,
	.green_ver .bold {
	font-weight:bold;
	font-family: 'M PLUS 1p', sans-serif;

	}
	





@media screen and (max-width: 480px) {



	.red_ver .ttl,
	.blue_ver .ttl,
	.green_ver .ttl  {
	font-size:150%;
	padding:5px 0;
	font-weight:800;
	text-align:center;
font-family: 'M PLUS 1p', sans-serif;

	}
	
	

	.red_ver .ttl  {
		color:#910000;
		border-bottom:3px #910000 solid;
		
	}
	

	.blue_ver .ttl {
		color:#000e54;
		border-bottom:3px #000e54 solid;
	}
	

	.green_ver .ttl  {
		color:#0a4200;
		border-bottom:3px #0a4200 solid;
	}
	
	
	





	.red_ver .bold,
	.blue_ver .bold,
	.green_ver .bold {
	font-weight:bold;
	font-family: 'M PLUS 1p', sans-serif;

	}

}








.interest_rate{

margin:10px 0;
}




.interest_rate th{
	background: #b6dbff;
	color:#001f7a;
	background: #b6dbff;
	font-weight:bold;
	padding:5px;
	text-align:center;
	border:solid 1px #ccc;

}



.interest_rate td{
padding:5px;
text-align:center;
width:100px;
border:solid 1px #ccc;

}



@media screen and (max-width: 480px) {


.interest_rate{
width:100%;
border-bottom:solid 1px #ccc;
}


.interest_rate th {
display:block;
border-bottom:none;
border-top:none;
background:#001f7a;
color:#fff;
}

.interest_rate td {
display:block;
text-align:right;
border-bottom:none;
width:95%;
text-align:center;
}





.interest_rate .thead {
display:none;
}

.interest_rate td::before {
content: attr(data-label);
float: left;
clear:both;
font-weight:bold;
padding:5px 15px;
background: #b6dbff;
color:#001f7a;
margin-top:-5px;
margin-left:-5px;
width:40%;
text-align:center;
}




}






/* 自動購入 */

	.routine_maintopics {
		margin-bottom:20px;
		margin-left:1%;
	}


	.main_box {
		display:table;
		width: 96%;
		padding: 30px 0 ;
		background-color:#001a7c;
		color:#fff;
		text-align:center;
		transition: 0.2s;
	}


	.main_box:hover {
		-webkit-transform: translate(2px,2px);
		-moz-transform: translate(2px,2px);
		-ms-transform: translate(2px,2px);
		-o-transform: translate(2px,2px);
		transform: translate(2px,2px);
	}


	.main_images {
		display:table-cell;
		width:80px;
		padding-left:80px;
	}


	.main_text {
		display:table-cell;
		font-size:180%;
		text-align:center;
		vertical-align:middle;
	}


@media screen and (max-width: 768px) {
	.routine_maintopics {
		margin-bottom:0;
		padding: 10px;
	}
}


@media screen and (max-width: 480px) {

	.main_box {
		display:table;
		width: 108%;
		padding: 10px 0 ;
		margin-left:-10px;
	}

	.main_images {
		display:table-cell;
		width:50px;
		padding-left:20px;
		vertical-align:middle;
	}

	.main_text {
		display:table-cell;
		font-size:120%;
		text-align:center;
		vertical-align:middle;
	}

}



/* その他トピックス */

	.routine_topics {
		overflow: hidden; 
		position: relative; 
		zoom:1; 
		margin-left:2%;
	}

	.routine_topics .box {
		width: 49%;
		float: left;
		margin-bottom: 20px;
	}


	.ov_box {
		display:table;
		transition: 0.2s;
	}

	.ov_box:hover {
		-webkit-transform: translate(2px,2px);
		-moz-transform: translate(2px,2px);
		-ms-transform: translate(2px,2px);
		-o-transform: translate(2px,2px);
		transform: translate(2px,2px);
	}

	.ov_images {
		display:table-cell;
		padding-right:10px;
	}


	.ov_text {
		display:table-cell;
		width:70%;
		border-top:solid 1px #ccc;
		border-bottom:solid 1px #ccc;
		font-size:120%;
		text-align:center;
		vertical-align:middle;
	}


	.ov_link:link{
		color:#000;
		text-decoration:none;
	}



@media screen and (max-width: 480px) {


	.routine_topics .box {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}


	.routine_topics .box:nth-child(2n) {
		float: none;
	}



	.ov_text {
		display:table-cell;
		width:75%;
		border-top:solid 1px #ccc;
		border-bottom:solid 1px #ccc;
		font-size:110%;
		text-align:center;
		vertical-align:middle;
	}

}


	.design_12 {
		width: 100%;
		font-size: 120%;
		color: #fff;
		padding: 7px 0 2px 0;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		text-align: center;
		background: #ea5e5d;
		letter-spacing:2px;
		margin-bottom:10px;
	}

	.design_12 span {
		font-size: 140%;
		vertical-align:baseline;
	}



@media screen and (max-width: 480px) {


	.design_12 {
		width: 100%;
		font-size: 100%;
		color: #fff;
		text-align: center;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		padding: 7px 0 2px 0;
		background: #ea5e5d;
		letter-spacing:0px;

	}

	.design_12 span {
		font-size: 120%;
		vertical-align:baseline;

	}

}




/*　Topic01 list
------------------------------------------*/

	.tuuka{
		font-size:115%;
		vertical-align:middle;
	}

	.tuuka span{
		font-size:90%;
		vertical-align:middle;
	}







.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}



.movie{
width:1120px;
text-align:left;

}


.movie source{
width:100%;

}






/* -----------------
    table template_cfd
-------------------- */




.Table_temp02{
	margin-bottom:10px;
	overflow:hidden;
	
}


.Table_temp02 .cell{
float:left;
}



.Table_temp02 .cell p{
	display:block;
	padding-top: 5%;
	width: calc(688px / 6);
	height:25px;
	font-size:100%;
	text-align:center;
	vertical-align:middle;
	
}



.Table_temp02 .cell p:first-child,
.Table_temp02 .cell:first-child{
	font-weight:bold;
	
}





@media screen and (max-width: 480px) {




.Table_temp02{
	width: 100%;
	overflow:hidden;
 margin:0;
	padding:1% 0;
}


.Table_temp02 .cell{
	display:block;
	width: 100%;
}



.Table_temp02 .cell p{
	float:left;
	padding-top: 2%;
	width: 35%;
	height:25px;
	font-size:100%;
	text-align:center;

	
}



.Table_temp02 .cell p:first-child {
	width: 25%;

}

}




/* -----------------
    table BLUE
----------------- */

.Table_blue .Table_temp02 .cell{
	border-bottom: 1px solid #bedbeb;
}

.Table_blue .Table_temp02 .cell p{
	border: 1px solid #bedbeb;
	border-bottom:none;
	border-left:none;
}

.Table_blue .Table_temp02 .cell p:nth-of-type(2){
	background:#c8f3ff;
}

.Table_blue .Table_temp02 .cell p:nth-of-type(4){
	color:#0083cb;
}


.Table_blue .Table_temp02 .cell p:first-child{
	background: #f1faff;
}


.Table_blue .Table_temp02 .cell p.th{
	background: #f1faff;
	color:#444;
}


.Table_blue .Table_temp02 .cell:first-child{
	border-left: 1px solid #bedbeb;
}



@media screen and (max-width: 480px) {


.Table_blue .Table_temp02 .cell{
	border:none;
}

.Table_blue .Table_temp02 .cell p{
	border: 1px solid #bedbeb;
	border-top:none;
	border-left:none;
}

.Table_blue .Table_temp02 .cell p:first-child {
	border-left: 1px solid #bedbeb;
}


.Table_blue .Table_temp02 .cell p.th{
	border-top: 1px solid #bedbeb;

}


.Table_blue .Table_temp02 .cell:first-child p:first-child{
	border-left:none;
}


}






.tab_wrap02{
width:700px;
margin:20px auto;
}

input[type="radio"]{
display:none;
}


.tab_area{
font-size:0;
margin:0;
}


.tab_area label{
width:137px;
display:inline-block;
padding:14px 0 12px;
color: #fff;
background: #d3d3d3;
text-align:center;
font-size:16px;
cursor:pointer;
border-top-left-radius:10px;
border-top-right-radius:10px;
vertical-align:bottom;
margin-right:4px;
}


.tab_area label:last-child{
margin-right:-5px;
}


tab_area label:hover{
opacity:0.5;
transition:ease 0.2s;
}

.panel_area{
background:#fff;
}

.tab_panel{
width:100%;
padding:10px 0;
display:none;
border-top:solid 6px #00bfff;
}

.tab_panel .cfd_contents{
letter-spacing:1px;
}

#tab01:checked ~ .tab_area .tab1_label,
#tab02:checked ~ .tab_area .tab2_label,
#tab03:checked ~ .tab_area .tab3_label,
#tab04:checked ~ .tab_area .tab4_label,
#tab05:checked ~ .tab_area .tab5_label{
background:#00bfff;
color:#fff;
}

#tab01:checked ~ .panel_area #panel1,
#tab02:checked ~ .panel_area #panel2,
#tab03:checked ~ .panel_area #panel3,
#tab04:checked ~ .panel_area #panel4,
#tab05:checked ~ .panel_area #panel5{
display:block;
}





@media screen and (max-width: 480px) {

.tab_wrap02{
width:100%;
margin:20px auto;
}


.tab_area label{
width:19%;
display:inline-block;
padding:10px 0 5px;
color: #fff;
background: #d3d3d3;
text-align:center;
font-size:11px;
cursor:pointer;
border-top-left-radius:10px;
border-top-right-radius:10px;
vertical-align:bottom;
margin-right:4px;
}


.tab_area label:last-child{
margin-right:-4px;
}





}




.u-line{
border-bottom:solid 1px #777;
padding:2px 8px;
display:inline-block;

}




.WeeklyReport_box,
.MonthlyReport_box,
.Column_box,
.TopicReport_box,
.CFDReport_box {
	margin: 60px 0;
	position:relative;
}


.WeeklyReport_box {
	border-top:solid 5px #5fb3f5;
}

.MonthlyReport_box {
	border-top:solid 5px #1e2488;
}

.Column_box {
	border-top:solid 5px #6fbc17;
}

.TopicReport_box {
	border-top:solid 5px #e08f00;
}


.CFDReport_box {
	border-top:solid 5px #17a500;
}




.WeeklyReport_box:after,
.MonthlyReport_box:after,
.Column_box:after,
.TopicReport_box:after,
.CFDReport_box:after {
	position:absolute;
	left:0;
	bottom:100%;
	border-radius:5px 5px 0 0;
	font-size:140%;
	padding:5px 15px 3px;
	letter-spacing:1px;
	color:#fff;
}



.WeeklyReport_box:after {
	content:'WeeklyReport';
	background:#5fb3f5;

}


.MonthlyReport_box:after {
	content:'MonthlyReport';
	background:#1e2488;
}


.Column_box:after {
	content:'Column';
	background:#6fbc17;
}


.TopicReport_box:after {
	content:'Topic';
	background:#e08f00;
}


.CFDReport_box:after {
	content:'Report';
	background:#17a500;
}






.WeeklyReport_box .title_,
.MonthlyReport_box .title_,
.Column_box .title_,
.TopicReport_box .title_,
.CFDReport_box .title_{
    font-size: 140%;
    color:#333;
    padding: 5px 20px 5px;
    text-decoration:none;
    margin: 0;
}



.WeeklyReport_box .date,
.MonthlyReport_box .date,
.Column_box .date,
.TopicReport_box .date,
.CFDReport_box .date {
    color:#333;
    padding:15px 20px 0;
    font-size:110%;
}






.WeeklyReport_box .more,
.MonthlyReport_box .more,
.Column_box .more,
.TopicReport_box .more,
.CFDReport_box .more  {
	text-align:right;
} 





.WeeklyReport_box .more span,
.MonthlyReport_box .more span,
.Column_box .more span,
.TopicReport_box .more span,
.CFDReport_box .more span {
	margin:0 20px 10px;
	padding:10px 15px;
	display:inline-block;
	color:#333;
	border-bottom:2px #777 solid;
	font-size:110%;
} 



.WeeklyReport_box .more :hover,
.MonthlyReport_box .more :hover,
.Column_box .more :hover,
.TopicReport_box .more :hover,
.CFDReport_box .more :hover{
	border-top:2px #fff solid;
	border-bottom:0px #333 solid;
} 



.cfd_article .weekly,
.cfd_article .monthly,
.cfd_article .column,
.cfd_article .topic {
display:inline-block;
width:110px;
color:#fff;
padding:1px 5px;
margin-right:8px;
text-align:center;

}

.cfd_article .weekly{
background-color:#5fb3f5;

}


.cfd_article .monthly{
background-color:#1e2488;

}

.cfd_article .column{
background-color:#6fbc17;

}

.cfd_article .topic{
background-color:#e08f00;

}






.cfd_article a{
display:inline-block;
font-size:115%;
}





.headline{
margin-bottom:10px;
}



.headline .ttl{

border-bottom:1px solid #777;
font-size:130%;
padding:10px 0 5px 15px;
margin:15px 0;
}





.headline .ttl span{
background:#231815;
color:#fff;
padding:5px 15px;
display:block;
margin-bottom:10px;
margin-left:-15px;
}


.headline p{
padding:0 15px;
}






.sitemap_list {
padding:10px;
font-size:110%;


}

.sitemap_list li {
  display: inline-block;
position: relative;
padding:0px 10px 5px 20px;

}
.sitemap_list li::before {
  display: block;
  content: '';
  position: absolute;
  top:  5px;
  left: 5px;
 width:0;
 height:0;
 border-left:8px solid #001f7a;
 border-top:5px solid transparent;
 border-bottom:5px solid transparent;
 


}





@media screen and (max-width: 768px) {

.sitemap_list {
  padding:10px 5px 10px 25px;
font-size:110%;
border:solid 1px #999;
}

.sitemap_list li {
  position: relative;
padding:5px 20px 5px 0;

}




.sitemap_list li::before {
  display: block;
  content: '';
  position: absolute;
  top:  10px;
  left: -12px;
 width:0;
 height:0;
 border-left:8px solid #001f7a;
 border-top:5px solid transparent;
 border-bottom:5px solid transparent;
 


}



}





/* -----------------
   campaign_btn
-------------------- */




.campaign_btn,
a.campaign_btn,
button.btn {
  width:99%;
  font-size: 120%;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.campaign_btn-wrap {
  margin: 20px 0;
}

a.campaign_btn-c {
  font-size: 140%;
  position: relative;
  padding: 3% 0 2%;
  color: #fff;
  background: #f2a602;
  -webkit-box-shadow: 0 5px 0 #ab7500;
  box-shadow: 0 5px 0 #ab7500;
}

a.campaign_btn-c span {
background:#fff;
  color: #f2a602;
padding:1% 2%;
font-size:85%;
margin:1% 0;
display:inline-block;
width:80%;

}

a.campaign_btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #f2c602;
  -webkit-box-shadow: 0 2px 0 #c9a500;
  box-shadow: 0 2px 0 #c9a500;
}

a.campaign_btn-d {
	font-size: 140%;
	position: relative;
	padding: 4% 0 4%;
	color: #fff;
	background: #808080;
	/* -webik-box-shadow: 0 5px 0 #333; */
	/* box-shadow: 0 5 0 #f00; */
}



a.campaign_btn-e {
  font-size: 140%;
  position: relative;
  padding: 5% 0 5%;
  color: #fff;
  background: #f2a602;
  -webkit-box-shadow: 0 5px 0 #ab7500;
  box-shadow: 0 5px 0 #ab7500;
}


a.campaign_btn-e:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #f2c602;
  -webkit-box-shadow: 0 2px 0 #c9a500;
  box-shadow: 0 2px 0 #c9a500;
}


.row-btn{
	display: flex;
	justify-content: space-evenly;
}

a.campaign_btn-blue {
  font-size: 140%;
  padding: 10% 8px 10%;
  color: #fff;
  background: #00acee;
  -webkit-box-shadow: 0 5px 0 #0092ca;
  box-shadow: 0 5px 0 #0092ca;
}

a.campaign_btn-blue:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #00acee;
  -webkit-box-shadow: 0 2px 0 #0092ca;
  box-shadow: 0 2px 0 #0092ca;
}

a.campaign_btn-red {
  font-size: 140%;
  padding: 10% 8px 10%;
  color: #fff;
  background: #ec2136;
  -webkit-box-shadow: 0 5px 0 #c0392b;
  box-shadow: 0 5px 0 #c0392b;
}

a.campaign_btn-red:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #ec2136;
  -webkit-box-shadow: 0 2px 0 #c0392b;
  box-shadow: 0 2px 0 #c0392b;
}



@media screen and (max-width: 768px) {
a.campaign_btn-c {
  font-size: 120%;
}

a.campaign_btn-c span {
font-size:75%;
}
	
a.campaign_btn-d {
font-size: 120%;
}


a.campaign_btn-e {
font-size: 130%;
}

.row-btn{
display: block;
}

a.campaign_btn-blue {
  padding: 10% 0 10%;
}

a.campaign_btn-red {
  padding: 10% 0 10%;
}

}




.top_movie_list {
width:99%;
text-align:center;
}


.top_movie_list li{
display:inline-block;
padding:0 1%;
}



.top_movie_list li .movie_data{
font-size:100%;
color:#777;
}


.top_movie_list li .movie_title{
font-size:110%;
font-weight:bold;

}


.top_channel_list {
width:99%;
text-align:center;
}


.top_channel_list li{
display:inline-block;
padding:2% 5%;
border:solid 1px #001f7a;
margin:0 1%;
color:#001f7a;
}


.top_channel_list a li  {
text-decoration:none;

}

.top_channel_list li span{
display:block;
font-size:130%;
}

.top_channel_list li:hover {
background:#001f7a;
color:#ffffff;

}




@media screen and (max-width: 768px) {



.top_channel_list {
width:99%;
text-align:center;
}


.top_channel_list li{

display:inline-block;
padding:3% 0;
width:98%;
margin:1% 0;
}


.top_channel_list a li  {
text-decoration:none;

}

.top_channel_list li span{
font-size:110%;
}



.top_movie_list li .movie_title{
font-size:95%;
font-weight:normal;

}


}







/* -------------------------------------------------------------------

    spreadbox

-------------------------------------------------------------------- */
.spreadbox {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .spreadbox {
    margin-bottom: 10px;
  }
}

.spreadbox .accordion_faq_btn {
  width: 100%;
  border-bottom:solid 2px #888;
  background-image: url(../images/icon_arrow_faq_down.png);
  background-position: 97%;
  background-repeat: no-repeat;
  position: relative;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;

}

@media screen and (max-width: 768px) {
  .spreadbox .accordion_faq_btn {
    padding: 10px 30px 10px 10px;
  }
}

.spreadbox .accordion_faq_btn.active {
  background-image: url(../images/icon_arrow_faq_up.png);
}

.spreadbox .accordion_faq_btn .icon {
  position: absolute;
  font-size: 172%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #001f7a;
  left: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .spreadbox .accordion_faq_btn .icon {
    left: 15px;
  }
}

.spreadbox .accordion_faq_btn .spread_btn {
  font-size: 115%;

}

@media screen and (max-width: 768px) {
  .spreadbox .accordion_faq_btn .spread_btn {
    font-size: 96%;

  }
  
    .spreadbox .accordion_faq_btn .spread_btn img{
    width: 8%;
  }
  
  
}

.spreadbox .accordion_spread {
  display: none;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .spreadbox .accordion_spread {
    padding: 12px 10px 16px 10px;
  }
}

.spreadbox .accordion_spread .icon {
  position: absolute;
  font-size: 172%;
  top: 8px;
  color: #cc0000;
  left: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .spreadbox .accordion_spread .icon {
    left: 16px;
  }
}

.spreadbox .accordion_spread .txt {
  font-size: 93%;
}







.service_guide_list{
		overflow: hidden; 
		position: relative; 
		zoom:1; 
}


.service_guide_list .box {
		width: 47%;
		float: left;
		padding:3% 1%;
		margin:3px;
		height:580px;
	}

.service_guide_list .box .name{
		font-size:280%;
		font-weight:bold;
		text-align:center;
		font-family: 'M PLUS Rounded 1c', sans-serif;
	}

.service_guide_list .box .text{
		font-size:110%;
		letter-spacing:1px;
		padding:0 3%;
	}


.service_guide_list .box ul {
	margin-left:0px;
}

.service_guide_list .box ul li {
	position: relative;
	font-size:110%;
	padding:10px;
	font-weight:bold;
}
.service_guide_list .box ul li::after,
.service_guide_list .box ul li::before {
	display: block;
	content: '';
	position: absolute;
}

.service_guide_list .box ul li::after {
	top: 12px;
	left: -20px;
	width: 20px;
	height: 20px;
	background-color: #3498db;
	border-radius: 100%;
}
.service_guide_list .box ul li::before {
	z-index: 2;
	top: 17px;
	left: -15px;
	width: 5px;
	height: 5px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



.service_guide_list .box .btn{

	width:300px;
	background-color:#001f7a;
	padding:10px;
	text-align:center;
	color:#fff;
	margin:0 auto;
	font-weight:bold;
	font-size:120%;
	border-radius:5px;

}


@media screen and (max-width: 768px) {


.service_guide_list{
		overflow: hidden; 
		position: relative; 
		zoom:1; 
}



.service_guide_list .box {
		width: 97%;
		float: left;
		padding:3% 1%;
		margin:3px;
		height:580px;
	}
}











.annual_rate01,
.annual_rate02,
.annual_rate03{
overflow:hidden;
zoom:1;
}


.annual_rate01 .box{
float:left;
width:98%;
padding:10px 0;

}


.annual_rate02 .box{
float:left;
width:49%;
padding:10px 0;

}

.annual_rate03 .box{
float:left;
width:33%;
padding:10px 0;

}


.annual_rate01 .box .currency_pair,
.annual_rate02 .box .currency_pair,
.annual_rate03 .box .currency_pair {
margin:1% auto;
overflow:hidden;
padding:0;

}


.annual_rate01 .box .currency_pair .flag01 {
margin-right:5px;
float:none;
width:40px;
}

.annual_rate02 .box .currency_pair .flag01,
.annual_rate03 .box .currency_pair .flag01 {
margin-right:7px;
float:none;
width:33px;

}


.annual_rate01 .box .currency_pair .flag02 {
margin-left:5px;
float:none;
width:40px;
}


.annual_rate02 .box .currency_pair .flag02,
.annual_rate03 .box .currency_pair .flag02 {
margin-left:7px;
float:none;
width:33px;
}


.annual_rate01 .box .currency_pair .currency {
font-size:200%;
float:none;
line-height:1.0;
font-weight:700;
font-family: 'M PLUS Rounded 1c', sans-serif;
}


.annual_rate02 .box .currency_pair .currency {
font-size:150%;
float:none;
line-height:1.0;
font-weight:700;
font-family: 'M PLUS Rounded 1c', sans-serif;
}



.annual_rate03 .box .currency_pair .currency {
font-size:120%;
float:none;
line-height:1.6;
font-weight:700;
font-family: 'M PLUS Rounded 1c', sans-serif;
}


.annual_rate01 .box .rate_box,
.annual_rate02 .box .rate_box,
.annual_rate03 .box .rate_box{
border:solid 1px #aaa;
padding:25px 5px 10px 10px;
text-align:center;
margin:0 1px;
}


.annual_rate01 .box .rate_box .rate,
.annual_rate02 .box .rate_box .rate,
.annual_rate03 .box .rate_box .rate{
font-size:300%;
color:#cc0000;
font-family: 'M PLUS Rounded 1c', sans-serif;
line-height:0.5;
font-weight:900;
}


.annual_rate01 .box .rate_box .rate .per,
.annual_rate02 .box .rate_box .rate .per,
.annual_rate03 .box .rate_box .rate .per{
font-size:50%;
color:#000;
margin:0 1%;
line-height:1.7;
}







@media screen and (max-width: 768px) {


}


@media screen and (max-width: 480px) {

.annual_rate01 .box,
.annual_rate02 .box,
.annual_rate03 .box{
float:none;
width:98%;
padding:10px 0;

}


.annual_rate01 .box .currency_pair .flag01,
.annual_rate02 .box .currency_pair .flag01,
.annual_rate03 .box .currency_pair .flag01 {
margin-right:7px;
float:none;
width:33px;

}


.annual_rate01 .box .currency_pair .flag02,
.annual_rate02 .box .currency_pair .flag02,
.annual_rate03 .box .currency_pair .flag02 {
margin-left:7px;
float:none;
width:33px;
}


.annual_rate01 .box .currency_pair .currency ,
.annual_rate02 .box .currency_pair .currency ,
.annual_rate03 .box .currency_pair .currency {
font-size:170%;
float:none;
line-height:1.1;
font-weight:700;
font-family: 'M PLUS Rounded 1c', sans-serif;
}



}





/* -------------------------------------------------------------------

    account_index

-------------------------------------------------------------------- */


ul.lineup_img02{
  width: 100%;
	overflow:hidden;
}

.lineup_img02 li{
	float:left;
	width:48%;
	margin:1%;
}




a.btn_triple,
a.btn_single {
  font-size: 130%;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  padding: 10px 0 20px;
  border-radius: 10px;
  margin-bottom:3%;
  
}

a.btn_triple {
  border-radius: 0.5rem;
  width: 230px;
  color: #fff;
  background: #eb6877;
  -webkit-box-shadow: 0 7px 0 #e53b4e;
  box-shadow: 0 7px 0 #e53b4e;
  margin-bottom:5%;
  
}


a.btn_single {
  border-radius: 0.5rem;
  width: 60%;
  color: #fff;
  background:#f2a602;
  -webkit-box-shadow: 0 7px 0 #c18f02;
  box-shadow: 0 7px 0 #c18f02;
}




a.btn_triple i,
a.btn_single i {
  font-size: 130%;
  color: #fff;
}




a.btn_triple:hover {
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
  color: #fff;
  -webkit-box-shadow: 0 3px 0 #e53b4e;
  box-shadow: 0 3px 0 #e53b4e;
}




a.btn_single:hover {
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
  color: #fff;
  -webkit-box-shadow: 0 3px 0 #c18f02;
  box-shadow: 0 3px 0 #c18f02;
}




.fa-position-bottom {
  position: absolute;
  bottom: 2%;
  left: calc(50% - 0.5rem);
}

@media screen and (max-width: 768px) {

a.btn_triple {
  font-size: 100%;
  font-weight:bold;
  width: 32%;
  
}
	
a.btn_single {
  font-size: 100%;
  width: 95%;
}
}



/* 2023.07.03 メディア掲載情報ページ */
.media_block01 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3%;
}

.media_block02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3%;
}

.media_block01 li {
  border: solid 1px #aaa;
  padding: 2.5% 3% 2% 3%;
  width: 25%;
  margin-right: 3%;
}

.media_block01 li:last-child {
  margin-right: 0%;
}

.media_block02 {
  border-top: solid 1px #aaa;
  padding-top: 8%;
  margin-top: 8%;
}

.media_tit {
  margin-right: 9%;
}

.media_icon {
  width: 7%;
}

@media screen and (max-width: 768px) {
  .media_block01 {
    display: block;
    width: 100%;
  }
  
  .media_block01 li {
    padding: 6%;
    width: 86%;
    margin-right: 0%;
    margin-bottom: 4%;
  }
  
  .media_logo {
    width: 90%;
    margin: 0 auto;
  }
  
  .media_block02 {
    padding-top: 6%;
    margin-top: 4%;
  }
}


/* 230727 追記 */
.app-mode_tit{
    font-size: 30px;
    border-top: 2px #001f7a solid;
    margin-bottom: 4%;
    margin-top: 16%;
    color: #001f7a;
    padding-top: 5%;
}

@media screen and (max-width: 768px) {
 .app-mode_tit {
    text-align: center;
    font-size: 6.3vw;
  }  
}

/* 230825 追記 */
.currency-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -2%;
}

.currency-box .box {
  width: 20%;
  float: none;
  margin-bottom: 2%;
  line-height: 26px;
}

.currency-box .tuuka {
  font-size: 100%;
}

@media screen and (max-width: 768px) {
  .currency-box {
    display: block;
    padding: 5%;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 2%;
  }
  
  .currency-box .box {
    width: 100%;
  }
  
  .currency-box .tuuka {
    font-size: 130%;
   margin-bottom: 4%;
  }
}


/* 231002 つみたて外貨アプリキャンペーンページ */
.tumitatejyanbo_app-icon {
  width: 22%;
  margin: 0 auto;
  margin-top: 4%;
}

.tumitatejyanbo_install {
    width: 64%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 3%;
    margin-bottom: 3%;
    background: #f1f5ff;
    border: solid 1px #001a7c36;
    padding-top: 3%;
    padding-bottom: 1.5%;
    padding-left: 7%;
    padding-right: 7%;
}

.tumitatejyanbo_install li {
  width: 43%;
}

.tumitatejyanbo_install .google-play {
    margin-top: -2%;
    width: 51%;
}

.ttl02 {
  margin-top: 5%;
}

@media screen and (max-width: 768px) {
  .tumitatejyanbo_app-icon {
    width: 26%;
    margin-top: 8%;
  }
  
  .tumitatejyanbo_install {
    width: 86%;
    margin-bottom: 7%;
  }

}



/* 20231114 追記 --Firefoxのみ-- */
@-moz-document url-prefix() {
  #header .glolnav .inner .nav_lv01 > li > a .menu_tsumitategaika, #header .glolnav .inner .nav_lv01 > li > a .menu_neobank {
    line-height: 11px;
  }
}




/* 231113 SNS一覧ページ */
.sns_fv {
  background-image: url(../sns/images/sns_fv_bg.png);
  background-size: cover;
  width: 100%;
  padding-top: 6%;
  padding-bottom: 6%;
}

.sns_fv_txt {
  color: #fff;
  text-align: center;
  margin-top: 4%;
}

.sns_fv_tit {
  width: 64%;
  margin: 0 auto;
}

.sns_list {
  margin-top: 12%;
}

.sns_list_content {
  border: solid 1px #ccc;
  border-radius: 10px;
  margin-top: 2%;
}

.sns_list_content_block {
    width: 90%;
    margin: 0 auto;
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #ccc;
    padding-bottom: 5%;
}

.sns_account_view {
  width: 38%;
}

.sns_account_view img {
border: solid 1px #888;
}

.sns_list_content_block_sub {
  width: 57%;
}

.sns_list_account_neme {
  font-size: 23px;
  font-weight: 700;
}

.sns_list_account_txt {
  line-height: 25px;
  margin-top: 4%;
}

.sns_list_info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3%;
}

/*.sns_list_account_link {
  background: #000;
  padding: 3.5%;
  color: #fff;
  width: 54%;
  text-align: center;
  border-radius: 6px;
  margin-top: 6%;
}

.sns_list_account_link a {
  color: #fff;
}*/

.sns_list_fukidashi{
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 410px;
    background: #BED9FD;
    padding: 10px;
    text-align: center;
    color: #001F7A;
    font-size: 17px;
    font-weight: bold;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px
}
.sns_list_fukidashi:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(190, 217, 253, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#BED9FD;
    top:100%;
    left:22%;
}

.sns_list_fukidashi_txt {
  text-align: center;
  width: 380px;
  line-height: 27px;
}

.sns_list_fukidashi_icon {
  width: 28px;
}

.sns_list_tit {
  display: flex;
  margin-top: 4%;
}

.sns_list_logo img {
  height: 34px;
}

.sns_list_txt {
  line-height: 45px;
  margin-left: 3%
}

.sns_list_info_list {
  display: block;
  width: 100%;
	padding: 7px 15px 7px 27px;
  background-color: #fff;
  
  /*左から16pxの上下中央に背景画像を配置*/
  background-position: left 3px center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  
  /*折り返しの対応*/
  overflow-wrap: break-word;
  background-image: url("../sns/images/sns_list_info_list_icon.png");
}

.sns_pagelink {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 4%;
  width: 100%;
}

.sns_pagelink li {
  /*width: 32%; 3つのとき */
  /*width: 48%;　2つのとき */
  width: 23%;
  margin-top: 2%;
}

.sns_list li {
  margin-top: 12%;
}

.sns_list li:first-child {
  margin-top: 0%;
}

.sns_policy a {
  /*border-bottom: 1px #001f7a solid;*/
  color: #001f7a;
}

.sns_policy {
  margin-top: 10%;
  text-align: center;
}

.sns_list_account_link {
  padding: 3.5%;
  color: #fff;
  width: 54%;
  text-align: center;
  border-radius: 6px;
  margin-top: 6%;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #000;
  border:2px solid #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/*.sns_list_youtube .sns_list_account_link {
  background-color: #FF0000;
  border:2px solid #FF0000;
}*/

.sns_list_content_block a {
  color: #fff;
  text-decoration: none;
  background: #001a7c;
}

.sns_list_content_block a:hover {
  color: #001a7c;
  border:2px solid #001a7c;
  background-color: #fff;
}

/*.sns_list_youtube .sns_list_account_link:hover {
  color: #FF0000;
  border:2px solid #FF0000;
  background-color: #fff;
}*/

.sns_list_content_block:last-child {
  border: none;
}

@media screen and (max-width: 768px) {
  .sns_list_content_block {
    display: block;
    width: 85%;
    margin-top: 7%;
  }
  
  .sns_account_view {
    width: 100%;
  }
  
  .sns_list_content_block_sub {
    width: 100%;
    margin-top: 6%;
  }

  .sns_list_account_neme {
    font-size: 20px;
  }
  
  .sns_list_account_link {
    margin-left: 6%;
    width: 80%;
    margin-top: 8%;
  }
  
  .sns_list_content_block {
    padding-bottom: 10%;
  }
  
  .sns_list_fukidashi {
    margin: 0 auto;
    width: 330px;
    font-size: 14px;
  }
  
  .sns_list_fukidashi:after {
    top: 98%;
    left: 50%;
  }
  
  .sns_list li {
    margin-top: 24%;
  }
  
  .sns_list_tit {
    margin-top: 6%;
	display: block;
	text-align: center;
  }
  
  /*.sns_list_x .sns_list_tit {
    margin-left: 33%;
  }
  
  .sns_list_youtube .sns_list_tit {
    margin-left: 25%;
  }
  
  .sns_list_tiktok .sns_list_tit {
    margin-left: 28%;
  }*/
  
  .sns_fv_tit {
    width: 86%;
  }
  
  .sns_fv_txt {
    width: 80%;
    margin: 0 auto;
    font-size: 11px;
    margin-top: 6%;
  }
  
  .sns_list_fukidashi_txt {
    width: 300px;
    line-height: 23px;
  }
  
  .sns_list_info_list {
    font-size: 12px;
	padding: 7px 15px 7px 27px;
	width: 35%;
	margin-top: 3%;
  }
  
  .sns_pagelink {
    width: 85%;
  }
  
  .sns_pagelink li {
  	margin-bottom: 4%;
	width: 48%;
	margin-top: 0%;
  }
  
  /*.sns_list_line .sns_list_tit {
      margin-left: 33%;*/
  
  .sns_list_info {
  flex-wrap: wrap;
  margin-top: 0%;
  }
  
  .sns_list_account_txt {
  margin-top: 5%;
  }
  
  .sns_list_txt {
  margin-left: 0%
	}
}







/* 231201 取引ルールページ */
.country_list {
  overflow: hidden;
}


.country_list li {
  float: left;
  width: 20%;
  margin: 0 0 2% 0;
  font-size:100%;
  display: inline-block;
  line-height:1.3;
}

.country_list li a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}


.country_list li a span{
border-bottom:1px #001f7a solid;
  color: #001f7a;
}


.country_list li a:hover {
text-decoration:none;

}


.country_list li a:hover span {
background :#001f7a;
color: #fff;
text-decoration:none;
border-bottom:none;
}

.country_list li img {
  width: 25px;
  margin-right:3%;
}



@media screen and (max-width: 768px) {
.country_list li {
    width: 33%;
  font-size:85%;
  line-height:1.1;
  margin-bottom:3%
  
    }
  
  .country_list li img {
  width: 15px;
  margin-right:3%;
}

  

}







.item {
font-size:100%;
padding:1% 0;

}



.item .bg_blue{
background:#4d64b9;
color:#fff;
padding:5px 10px;


}

.item .bg_black{
background:#3d3d3d;
color:#fff;
padding:5px 10px;


}


.item .item_txt{
padding:0 0 0 1em;
display:inline-block;
}



@media screen and (max-width: 768px) {


.item {
margin-bottom:1%;
}



.item .item_txt{
display:block;
padding:0.3em 0 0 0.7em;
}


}


.beginner_link{
position:relative;
padding-left:20px;

}



.beginner_link a{
color:#287b00;
font-size:120%;
line-height:1.2;
font-weight:600;
font-family:'Noto Sans JP',sans-serif;
text-decoration:none;
border-bottom:1px solid #287b00;
padding:0 1%;
}



.beginner_link a:hover{
background:#287b00;
color:#fff;
border-bottom:none;
font-weight:400;
}


@media screen and (max-width: 768px) {
.beginner_link a{
font-size:100%;
}

}



.beginner_link::before{
content:"";
position:absolute;
top:0;
left:0;
width:20px;
height:20px;
background-image:url("/images/beginner_mark.png");
background-repeat:no-repeat;
background-position:center;
background-size:contain;


}




.list_two,
.list_four {
	overflow: hidden;


}


.list_two p{
	float:left;
	width:48%;
	border:solid 1px #ccc;
	text-align:center;
	line-height:2.5;
	margin:0 1% 1% 0 ;
}


.list_two .bg_blue,
.list_four .bg_blue {
display:block;  
background:#4d64b9;
color:#fff;
font-size:90%;
}


.list_four p{
	float:left;

	margin:0 1% 1% 0 ;
	text-align:center;
	line-height:2.5;
	border:solid 1px #ccc;
}



.list_two .item_txt,
.list_four .item_txt{
display:inline-block;
}






@media screen and (max-width: 768px) {

.list_two,
.list_four {
	overflow: hidden;
	margin-bottom:0;

}



.list_two p,
.list_four p{
	float:none;
	width:100%;
	border:none;
	text-align:left;
	line-height:normal;
	margin-bottom:3%;

}

.list_two .bg_blue,
.list_four .bg_blue {
	display:inline-block;  
	padding:3px 10px;
	font-size:100%;
}

.list_two .item_txt,
.list_four .item_txt{
padding:0 0 0 0.7em;
display:block;
}




}








.table08 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  table-layout: fixed;
}

.table08 th {
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 5px;
  background: #4d64b9;
  color: #fff;
  text-align:center;
  vertical-align:middle;
width:15%;
}



.table08 td {
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  border-collapse: collapse;
   vertical-align:middle;

   
}




@media screen and (max-width: 768px) {


  
.table08 th {
display:inline-block;
border:none;
font-size:100%;
text-align:left;
padding:3px 10px;
width:auto;
}
  


.table08 td {
display: block;
border: none;
padding:0.3em 0.7em 0.7em 0.3em;
}



} 




.table09 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  table-layout: fixed;
}

.table09 th {
  border: 1px solid #888;
  border-collapse: collapse;
  padding: 1% 2%;
  background: #001f7a;
  color: #fff;
  text-align:left;
  vertical-align:middle;
}



.table09 td {
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #888;
  border-collapse: collapse;
   vertical-align:middle;
   text-align:center;
   
}




@media screen and (max-width: 768px) {
  .table09 .thead {
    display: none;
  }
  .table09 td {
    display: block;
    border-bottom: none;
    text-align:left;
    font-size:98%;

  }
  .table09 td:before {
    content: attr(data-label);
	text-align:center;
	margin-bottom:5px;

  }
  
  
    .table09 th {
    display:block;
    border-bottom:none;
    font-size:110%;
    text-align:left;
	  padding:3%;
  }
  


  .table09 tr:last-child td:last-child {
    border-bottom: solid 1px #888;
  }


} 



.content_nav_box summary {
	display: flex;
	align-items: center;
	position: relative;
	padding: 2% 0 2% 3%;
	cursor: pointer;
	font-size:115%;
}

.content_nav_box summary::-webkit-details-marker {
	display: none;
}

.content_nav_box summary::after {
	transform: translateY(-25%) rotate(45deg);
	width: 7px;
	height: 7px;
	margin-left: 10px;
	border-bottom: 3px solid #001f7a;
	border-right: 3px solid #001f7a;
	content: '';
	transition: transform .3s;
}

.content_nav_box[open] summary::after {
	transform: rotate(225deg);
}

.content_nav_box div {
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: 0 0 1% 3%;
	transition: transform .5s, opacity .5s;
}

.content_nav_box[open] div {
	transform: none;
	opacity: 1;
}

@media screen and (max-width: 768px) {

.content_nav_box summary {
	font-size:100%;
}

}

.contents_list{
  overflow: hidden;
}

.contents_list li{
	float:left;
	margin-right:1%;
	text-align:center;
	padding:0 2% 1% 0 ;
	color:#001f7a;
}

.contents_list li a{
	font-size:110%;
	border-bottom:1px #001f7a solid;
	text-decoraion:none;
	color:#001f7a;
}

.contents_list li a:hover {
	text-decoration:none;
	background :#001f7a;
	color: #fff;
}


@media screen and (max-width: 768px) {

.contents_list li a{
	font-size:80%;
}

}



.routine_country_list {
  overflow: hidden;
}


.routine_country_list li {
  float: left;
  width: 33%;
  margin: 0 0 2% 0;
  font-size:100%;
  display: inline-block;
  line-height:1.3;
}

.routine_country_list li a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}



.routine_country_list li a span{
border-bottom:1px #001f7a solid;
color: #001f7a;

}


.routine_country_list li a:hover {
text-decoration:none;

}


.routine_country_list li a:hover span {
background :#001f7a;
color: #fff;
text-decoration:none;
border-bottom:none;
}

.routine_country_list li img {
  width: 25px;
  margin-right:1%;
}



@media screen and (max-width: 768px) {
.routine_country_list li {
    width: 49%;
  font-size:85%;
  line-height:1.1;
  margin-bottom:3%
  
    }
  
.routine_country_list li img {
  width: 15px;
  margin-right:3%;
}

  

}




/* 231201 よくある質問-SBI新生銀行 */

.Transfer_Table{
margin-bottom:2%;
overflow:hidden;
border-bottom:none;

}
.Transfer_Table .cell{
float:left;
border-bottom: 1px solid #bedbeb;
width:90px;
}
.Transfer_Table .cell p:first-child{
background: #f1faff;
padding:5px 0;
}
.Transfer_Table .cell:last-child {
width:274px;
}
.Transfer_Table .cell:last-child p{
padding:5px 0;
}
.Transfer_Table .cell .cell_title{
display:block;
font-size:90%;
text-align:center;
border: 1px solid #bedbeb;
border-bottom:none;
border-left:none;
font-weight:bold;
}
.Transfer_Table .cell .cell_content{
display:block;
padding: 5px 0;
font-size:90%;
text-align:center;
border: 1px solid #bedbeb;
border-bottom:none;
border-left:none;
}
.Transfer_Table .cell:first-child{
border-left: 1px solid #bedbeb;
}

@media screen and (max-width: 480px) {
.Transfer_Table{
margin:0;
padding:1% 0;
}
.Transfer_Table .cell{
display:block;
width: 100%;
border:none;
}
.Transfer_Table .cell .cell_title,
.Transfer_Table .cell .cell_title:last-child {
float:left;
display:block;
font-size:80%;
text-align:center;
border: 1px solid #bedbeb;
border-bottom:none;
border-left:none;
font-weight:bold;
width: 80px;
border-left	: 1px solid #bedbeb;
}
.Transfer_Table .cell .cell_content,
.Transfer_Table .cell .cell_content:last-child{
float:none;
width: 330px;
display:block;
padding: 5px 0;
font-size:80%;
text-align:center;
border: 1px solid #bedbeb;
border-bottom:none;
border-left:none;
}
.Transfer_Table .cell:last-child {
width:250px;
}
.Transfer_Table .cell:last-child .cell_title,
.Transfer_Table .cell:last-child .cell_content{
border-bottom: 1px solid #bedbeb;
}
.Transfer_Table .cell:first-child{
border-left: 0;
}
}


/* 240201 お問い合わせページ */


.inquiry_faq_list{
	overflow:hidden;
	position:relative;
	zoom:1;
}

.inquiry_faq_list .box{
	float:left;
	border:solid 1px #777;
	padding:1%;
	color:#333;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:600;
	font-size:100%;
	border-radius:15px;
	width:218px;
	margin:0% 1% 1% 0;
}

.inquiry_faq_list .box:hover{
	transform: translate(0,5px);
	transition:0.1s;
	-webkit-transition:0.1;
}

.inquiry_faq_list .box:hover .inquiry_btn{
	transition:0.0s;
	-webkit-transition:0.0;
	background:#436ff1;
}


.inquiry_faq_list .box img{
	padding:0 2%;
	width:60px;
}

.inquiry_faq_list .box a span{
	text-decoration:none;
}

.inquiry_faq_list .box span{
	display:inline-block;
}


@media screen and (max-width: 768px) {

.inquiry_faq_list .box{
	width:46%;
	padding:1% 1% 5% 1%;
	text-align:center;
	height:130px;
	font-size:85%;
}

.inquiry_faq_list .box img{
	text-align:center;
	padding:0;
}

.inquiry_faq_list .box span{
	display:block;
	height:45px;
	padding:0;
}


.inquiry_faq_list .box:hover{
	transform: translate(0,0);
	transition:0.1s;
	-webkit-transition:0.1;
}

.inquiry_faq_list .box:hover .inquiry_btn{
	transition:0.0s;
	-webkit-transition:0.0;
	background:#436ff1;
}

}

.inquiry_btn{
	background:#001f7a;
	color:#fff;
	padding:2% 0;
	text-align:center;
	border-radius:10px;
	letter-spacing: 1px;  
}

@media screen and (max-width: 768px) {

.inquiry_btn{
	border-radius:10px;
	width:80%;
	margin:0 auto;
}

}


.inquiry_bigbtn{
	color:#fff;
	padding:2%;
	text-align:center;
	border-radius:40px;
	font-size:140%;
	display:inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:600;
	margin:1% auto;
	width:340px;
	letter-spacing: 1px;  
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
text-shadow: 1px 1px 2px rgba(75, 75, 75, 1);
  background-image: linear-gradient(0deg, rgba(211 79, 4, 1), rgba(255, 156, 74, 1));
  background:#f37832;
}

.inquiry_bigbtn:hover{
	background:#ff7d1e;
	transition:0.1s;
	-webkit-transition:0.1s;
	transform: translate(0,5px);
}

@media screen and (max-width: 768px) {

.inquiry_bigbtn{
	padding:4% 0;
	font-size:100%;
	font-weight:600;
	margin:1% auto;
	width:270px;
	letter-spacing: 1px;  
}

.inquiry_bigbtn:hover{
	background:#436ff1;
	transition:0.0s;
	-webkit-transition:0.0;
	transform: translate(0,0);
}

}


a.link_btn {
	overflow: hidden;
	padding: 1% 2%;
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom:#001f7a 5px solid;
	color: #001f7a;
	font-size: 130%;
	font-weight: 700;
	line-height: 1.5;
	display: inline-block;
	text-align: center;
	letter-spacing: 1px;
	text-decoration:none;
}

.link_btn:before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10%;
	content: '';
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	background: #4d64b9;
}

.link_btn:hover:before {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}


@media screen and (max-width: 768px) {

a.link_btn {
	padding: 1% 2%;
	-webkit-transition: all 0.0s;
	transition: all 0.0s;
	font-size: 100%;
	font-weight: 700;
	line-height: 1.5;
}

.link_btn:before{
	-webkit-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}


.link_btn:hover:before {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

}


@media screen and (max-width: 768px) {
  .linklist01_col4.sp_col2 li {
    float: left !important;
    margin-right: 1%;
    margin-bottom: 10px;
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  .linklist01_col3.sp_col2 li {
    float: left !important;
    margin-right: 1%;
    margin-bottom: 10px;
    width: 48%;
  }
}

.finmac{
margin-bottom:7%;
}


@media screen and (max-width: 768px) {
.finmac{
margin-bottom:0%;
}
}



/* 240216 ダウンロードページ */



.layoutdouble01 .QR_code{

float:left;
width:40%;
border:solid 5px #4d4d4d;
padding:3% 2%;
margin:1%;
text-align:center;
}


.layoutdouble01 .banner{
display:none;

}

@media screen and (max-width: 768px) {

.layoutdouble01 .QR_code{

display:none;

}


.layoutdouble01 .banner{
float:left;
width:47%;
text-align:center;
margin:1%;
display:block;
}

}


.fx_ttl,
.routine_ttl,
.cfd_ttl {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 300px;
	padding: 10px 25px 10px 50px;
	color: #fff;
	font-weight: 700;
	border-radius: 50px;
	z-index:0;
	overflow: hidden;
	font-family:'IBM Plex Sans JP', sans-serif;
	font-size:150%;
}


.fx_ttl:before,
.routine_ttl:before,
.cfd_ttl:before {
	line-height: 1;
	position: absolute;
	left: 5px;
	background: #FFF;
	border-radius: 60px;
	z-index: 2;

}

.fx_ttl {
	background: #0c77ce;
	letter-spacing:1.5px;
}

.fx_ttl:before {
	font-family: "Font Awesome 5 Free";
	content: "\f51e";
	color:#00237e;
	padding: 9px 9px;
	font-size:110%;
}

.routine_ttl {
	background: #51b700;
}


.routine_ttl:before {
	font-family: "Font Awesome 5 Free";
	content: "\f4d3";
	color:#2a9300;
	padding: 9px 8px;
	font-size:120%;
}



.cfd_ttl {
	background: #f79600;
}


.cfd_ttl:before {
	font-family: "Font Awesome 5 Free";
	content: "\f1b3";
	color:#f47900;
	padding: 8px 8px;
	font-size:140%;
}




@media screen and (max-width: 768px) {

.fx_ttl,
.routine_ttl,
.cfd_ttl {
	font-size:130%;
}

}





.layoutdouble01 .rich_box01{

float:left;
width:36%;
margin:1%;
text-align:center;
}




.layoutdouble01 .rich_box02{
float:left;
width:60%;
margin:1%;
}



@media screen and (max-width: 768px) {


.layoutdouble01 .rich_box01{
float:none;
width:98%;
margin:1%;
text-align:center;
}




.layoutdouble01 .rich_box02{
float:none;
width:98%;
margin:1%;
}

}




@media screen and (max-width: 768px) {

.krkr-button, .krkr-button-img{
right:7px!important;
bottom:5px!important;

}
}






/* 240528 シミュレーションページ */


.list06 {
	overflow:hidden;
	position:relative;
	zoom:1;
	
}


.list06 li {
padding:2% 1%;
float:left;
width:22%;
border:solid 1px #777;
text-align:center;
margin-right:5px;

}


.list06 li img {
width:100px;
}


.list06 li:hover {
background-color:#bdddfb;

}

.list06 span {
padding:10px 0 0;
display:block;
font-size:100%;
color:#333;
}


@media screen and (max-width: 768px) {


.list06 li {
padding:2% 1%;
width:45%;
margin:1%;
}

.list06 li:hover {
background:none;
}


.list06 li img {
width:50px;
}

.list06 span {
padding:5% 0 0 0;
font-size:100%;
line-height:1.2;
}
}

/* 24.06.19 追記 */
.footer-note .sitemap_list li {
display: block;
}


/* 240911 追記*/
.top-pickup_margin {
    margin-top: 3%;
}



/* -------------------------------------------------------------------

    お客さまサポート

-------------------------------------------------------------------- */

.support_list_03,
.support_list_04 {
	overflow:hidden;
	width:100%;
	margin:0 auto;
}


.support_list_03 .box{
	width:28%;
	float:left;
	border:solid 1px #aaa;
	padding:2%;
	margin-left:1%;
	border-radius:30px;
	margin-bottom:2%;
}



@media screen and (max-width: 768px) {
.support_list_03 .box{
	width:27%;
	border-radius:15px;
}

}

.support_list_04 .box{
width:21%;
float:left;
border:solid 1px #aaa;
padding:2% 1%;
margin-left:1%;
border-radius:30px;
margin-bottom:2%;
}

@media screen and (max-width: 768px) {
.support_list_04 .box{
	width:44%;
	border-radius:15px;
}

}

.support_list_03 a:link,
.support_list_04 a:link {
	text-decoration:none;
}

.support_list_03 .box:hover,
.support_list_04 .box:hover {
	transform:translateY(10px);
	transition:.5s;
	background:#f9fcff;
}


@media screen and (max-width: 768px) {
.support_list_03 .box:hover,
.support_list_04 .box:hover {
	transform:translateY(0px);
	transition:0;
	background:#fff;
}

}

.support_list_03 .box .img,
.support_list_04 .box .img {
	text-align:center;
}


@media screen and (max-width: 768px) {
.support_list_03 .box .img img,
.support_list_04 .box .img img {
	width:60px;
}
}

.support_list_03 .box .ttl{
	font-size:130%;
	font-weight:bold;
	text-align:center;
	padding:1%;
	color:#333;
	font-family:"Noto Sans JP", sans-serif;
}


@media screen and (max-width: 768px) {
.support_list_03 .box .ttl{
	font-size:88%;
}

}


.support_list_04 .box .ttl{
font-size:110%;
font-weight:bold;
text-align:center;
padding:1%;
color:#333;
font-family:"Noto Sans JP", sans-serif;
}


@media screen and (max-width: 768px) {
.support_list_04 .box .ttl{
font-size:92%;
}

}



.support_list_04 .box .txt{
font-size:85%;
padding:2% 0;
color:#333;
}


@media screen and (max-width: 768px) {
.support_list_04 .box .txt{
font-size:80%;
height:70px;
padding:1% 2% 0;
}

}

.support_list_04 .box .btn{
font-size:85%;
padding:2% 0;
background:#001f7a;
color:#fff;
width:50%;
border-radius:10px;
text-align:center;
margin:3% auto 0;
}


@media screen and (max-width: 768px) {
.support_list_04 .box .btn{
font-size:80%;
width:70%;
border-radius:5px;
margin:3% auto;
}

}

.support_list_04 .box:hover .btn{
background:#496fdf;

}


@media screen and (max-width: 768px) {
.support_list_04 .box:hover .btn{
background:#001f7a;
}

}

