@charset "UTF-8";
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

ins, mark {
  background-color: #ff9;
  color: #000;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "メイリオ", Sans-Serif;
  line-height: 1.5;
  color: #37474f;
}

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

ul, ol {
  list-style-type: none;
}

label {
  font-weight: normal;
}

a, .a_color {
  color: #4792E0;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: 0.8;
}

article p:not(:last-child),
.article_round p:not(:last-child),
.article_round_notab p:not(:last-child) {
  margin-bottom: 1em;
}

thead th, thead td {
  vertical-align: middle;
}

th {
  text-align: left;
}

td {
  vertical-align: top;
}

caption {
  text-align: left;
}

table {
  border-spacing: 0;
}

*, *:before, *:after { /*border幅を入れてwidth計算*/
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

@media (max-width: 599px) {
  :root {
    font-size: 16px;
  }
}
@media (min-width: 600px) and (max-width: 799px) {
  :root {
    font-size: 16px;
  }
}
@media (min-width: 800px) {
  :root {
    font-size: 16px;
  }
}
h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1rem;
}

.wf-mplus1p {
  font-family: "Mplus 1p";
}

.text_expand110 {
  font-size: 110%;
}

.text_expand120 {
  font-size: 120%;
}

.text_expand130 {
  font-size: 130%;
}

.text_expand140 {
  font-size: 140%;
}

.text_expand150 {
  font-size: 150%;
}

.txt-90 {
  font-size: 90%;
}

.txt-85 {
  font-size: 85%;
}

.txt-80 {
  font-size: 80%;
}

.txt-75 {
  font-size: 75%;
}

.txt-70 {
  font-size: 70%;
}

.text_shrink90 {
  font-size: 90%;
}

.text_shrink80 {
  font-size: 80%;
}

.text_shrink70 {
  font-size: 70%;
}

.text_shrink60 {
  font-size: 60%;
}

.text_shrink50 {
  font-size: 50%;
}

.text_10 {
  font-size: 62.5%;
}

.text_12 {
  font-size: 75%;
}

.text_14 {
  font-size: 87.5%;
}

.text_16 {
  font-size: 100%;
}

.text_18 {
  font-size: 112.5%;
}

.text_20 {
  font-size: 125%;
}

.text_22 {
  font-size: 137.5%;
}

.text_24 {
  font-size: 150%;
}

.text_26 {
  font-size: 162.5%;
}

.text_28 {
  font-size: 175%;
}

.text_30 {
  font-size: 187.5%;
}

.text_32 {
  font-size: 200%;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.underline {
  text-decoration: underline;
}

.text_nowrap {
  white-space: nowrap;
}

.flex {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
}
@media screen and (min-width: 768px) {
  .flex {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .flex > div, .flex > ul, .flex > li, .flex > a {
    max-width: 100%;
  }
  .flex img {
    display: block;
    margin: auto;
  }
  .flex p {
    text-align: left;
  }
}

.flex_reverse {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
}
@media screen and (min-width: 768px) {
  .flex_reverse {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .flex_reverse > div, .flex_reverse > ul, .flex_reverse > li, .flex_reverse > a {
    max-width: 100%;
  }
  .flex_reverse img {
    display: block;
    margin: auto;
  }
  .flex_reverse p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .flex_reverse {
    flex-direction: column-reverse;
  }
}

.flex_left {
  justify-content: flex-start !important;
}

.flex_right {
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .flex_right {
    justify-content: flex-end;
  }
}

.flex_center {
  justify-content: center;
}

.flex_between {
  justify-content: space-between;
}

.flex_around {
  justify-content: space-around;
}

.flex_wrap {
  flex-wrap: wrap;
}

.flex_nowrap {
  flex-wrap: nowrap;
}

.flex_nowrap_sp {
  flex-direction: row;
}

.flex_c {
  justify-content: center;
  align-items: center;
}

.flex_top {
  align-items: flex-start;
}

.flex_middle {
  align-items: center;
}

.flex_bottom {
  align-items: flex-end;
}

@media screen and (min-width: 768px) {
  .flex_g1 {
    flex: 1;
  }
  .flex_g2 {
    flex: 2;
  }
  .flex_g3 {
    flex: 3;
  }
  .flex_g4 {
    flex: 4;
  }
  .flex_g5 {
    flex: 5;
  }
  .flex_g6 {
    flex: 6;
  }
  .flex_g7 {
    flex: 7;
  }
  .flex_g8 {
    flex: 8;
  }
  .flex_g9 {
    flex: 9;
  }
  .flex_g10 {
    flex: 10;
  }
  .flex_g11 {
    flex: 11;
  }
  .flex_g12 {
    flex: 12;
  }
}
.flex_gt_10 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .flex_gt_10 {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .flex_gt_10 > *:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .flex_gt_10 > *:not(:first-child) {
    margin-left: 10px;
  }
}

.flex_gt_20 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .flex_gt_20 {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .flex_gt_20 > *:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .flex_gt_20 > *:not(:first-child) {
    margin-left: 20px;
  }
}

.flex_gt_30 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .flex_gt_30 {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .flex_gt_30 > *:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .flex_gt_30 > *:not(:first-child) {
    margin-left: 30px;
  }
}

.flex_gt_40 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .flex_gt_40 {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .flex_gt_40 > *:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .flex_gt_40 > *:not(:first-child) {
    margin-left: 40px;
  }
}

.flex_gt_50 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .flex_gt_50 {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .flex_gt_50 > *:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .flex_gt_50 > *:not(:first-child) {
    margin-left: 50px;
  }
}

.flex_gt_60 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .flex_gt_60 {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .flex_gt_60 > *:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .flex_gt_60 > *:not(:first-child) {
    margin-left: 60px;
  }
}

.flex_1 {
  margin-top: -1em;
}
@media screen and (min-width: 768px) {
  .flex_1 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.flex_1 > * {
  margin-top: 1em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flex_1 > * {
    width: 98.8%;
  }
}

.flex_2 {
  margin-top: -1em;
}
@media screen and (min-width: 768px) {
  .flex_2 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.flex_2 > * {
  margin-top: 1em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flex_2 > * {
    width: 48.8%;
  }
}

.flex_3 {
  margin-top: -1em;
}
@media screen and (min-width: 768px) {
  .flex_3 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.flex_3 > * {
  margin-top: 1em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flex_3 > * {
    width: 32.1333333333%;
  }
}

.flex_4 {
  margin-top: -1em;
}
@media screen and (min-width: 768px) {
  .flex_4 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.flex_4 > * {
  margin-top: 1em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flex_4 > * {
    width: 23.8%;
  }
}

.flex_eq {
  align-items: stretch;
  align-content: stretch;
}
.flex_eq > * {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 768px) {
  .flex_eq > * {
    flex-basis: 230px;
  }
}
@media screen and (max-width: 767px) {
  .flex_eq > * {
    max-width: 100%;
  }
}
.flex_eq > * > p, .flex_eq > * > li {
  text-align: left;
}
.flex_eq p {
  text-align: left;
}

.flex_strech {
  align-items: stretch;
}

@media screen and (min-width: 768px) {
  .flex_wrap_pc {
    flex-direction: column;
  }
}

.flex_column {
  flex-direction: column;
}

.alignself_start {
  align-self: start;
}

.alignself_end {
  align-self: end;
}

.alignself_center {
  align-self: center;
}

@media screen and (max-width: 767px) {
  .flex_reverse:has(input) {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  .flex_columnreverse:has(input) {
    flex-direction: column-reverse;
  }
}

.flex-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .flex-row {
    flex-direction: column;
  }
}

.content_all {
  /*　100%表示　*/
  width: 100%;
}

.bg_white {
  background-color: #fff;
}

.content_blkshrink, .content_blk, .content_inner, .content_blkfit {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.content_inner {
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (min-width: 768px) {
  .content_blk {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .content_blkshrink {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.inner_hightmin {
  height: min(75vh, 550px);
}

@media screen and (min-width: 768px) {
  .content_inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  .content_blk {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .content_blkshrink {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.expand_all {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

.block_right:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

.block_right div {
  float: right;
}

.col2divide {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .col2divide {
    width: 49%;
  }
}

@media (min-width: 768px) {
  .none_pc {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .none_sp {
    display: none !important;
  }
}
.dp_none {
  display: none;
}

.dp_blk {
  display: block;
}

.mg_auto,
.l_center,
.dp_table {
  display: table;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .Grid {
    display: flex;
    flex-wrap: wrap;
  }
  .Grid.\-top {
    align-items: flex-start;
  }
  .Grid.\-middle {
    align-items: center;
  }
  .Grid.\-bottom {
    align-items: flex-end;
  }
  .Grid.\-stretch {
    align-items: stretch;
  }
  .Grid.\-baseline {
    align-items: baseline;
  }
  .Grid.\-left {
    justify-content: flex-start;
  }
  .Grid.\-center {
    justify-content: center;
  }
  .Grid.\-right {
    justify-content: flex-end;
  }
  .Grid.\-between {
    justify-content: space-between;
  }
  .Grid.\-around {
    justify-content: space-around;
  }
  .Cell {
    flex-shrink: 0;
  }
  .Cell.\-fill {
    width: 0;
    min-width: 0;
    flex-grow: 1;
  }
  .Cell.grd1 {
    width: 8.3333333333%;
  }
  .Cell.grd2 {
    width: 16.6666666667%;
  }
  .Cell.grd3 {
    width: 25%;
  }
  .Cell.grd4 {
    width: 33.3333333333%;
  }
  .Cell.grd5 {
    width: 41.6666666667%;
  }
  .Cell.grd6 {
    width: 50%;
  }
  .Cell.grd7 {
    width: 58.3333333333%;
  }
  .Cell.grd8 {
    width: 66.6666666667%;
  }
  .Cell.grd9 {
    width: 75%;
  }
  .Cell.grd10 {
    width: 83.3333333333%;
  }
  .Cell.grd11 {
    width: 91.6666666667%;
  }
  .Cell.grd12 {
    width: 100%;
  }
}
.children_mg > *:not(:last-child) {
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  .children_mg > *:not(:last-child) {
    margin-bottom: 1.2em;
  }
}

.mg_bs {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .mg_bs {
    margin-top: 21px;
    margin-bottom: 21px;
  }
}

.pd_bs {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .pd_bs {
    padding: 20px;
  }
}

.pd_bs-y {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .pd_bs-y {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.blockmg {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .blockmg {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

.blk_int {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .blk_int {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

/* margin記述 */
/*　ネガティブマージン　*/
.mg_t__10 {
  margin-top: -10px;
}

.mg_t__15 {
  margin-top: -15px;
}

.mg_5 {
  margin: 5px;
}

.mg_10 {
  margin: 10px;
}

.mg_15 {
  margin: 15px;
}

.mg_20 {
  margin: 20px;
}

.mg_30 {
  margin: 30px;
}

.mg_40 {
  margin: 40px;
}

.mg_50 {
  margin: 50px;
}

.mg_60 {
  margin: 60px;
}

.mg_70 {
  margin: 70px;
}

.mg_80 {
  margin: 80px;
}

.mg_t_5 {
  margin-top: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mg_t_10 {
  margin-top: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mg_t_15 {
  margin-top: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mg_t_20 {
  margin-top: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mg_t_30 {
  margin-top: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mg_t_40 {
  margin-top: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mg_t_50 {
  margin-top: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mg_t_60 {
  margin-top: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mg_t_70 {
  margin-top: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mg_t_80 {
  margin-top: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mg_r_5 {
  margin-right: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mg_r_10 {
  margin-right: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mg_r_15 {
  margin-right: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mg_r_20 {
  margin-right: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mg_r_30 {
  margin-right: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mg_r_40 {
  margin-right: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mg_r_50 {
  margin-right: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mg_r_60 {
  margin-right: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mg_r_70 {
  margin-right: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mg_r_80 {
  margin-right: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mg_b_5 {
  margin-bottom: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.mg_b_10 {
  margin-bottom: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mg_b_15 {
  margin-bottom: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mg_b_20 {
  margin-bottom: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mg_b_30 {
  margin-bottom: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mg_b_40 {
  margin-bottom: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mg_b_50 {
  margin-bottom: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mg_b_60 {
  margin-bottom: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.mg_b_70 {
  margin-bottom: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.mg_b_80 {
  margin-bottom: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.mg_l_5 {
  margin-left: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mg_l_10 {
  margin-left: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mg_l_15 {
  margin-left: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mg_l_20 {
  margin-left: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mg_l_30 {
  margin-left: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mg_l_40 {
  margin-left: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mg_l_50 {
  margin-left: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mg_l_60 {
  margin-left: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mg_l_70 {
  margin-left: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mg_l_80 {
  margin-left: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mg_tb_5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mg_lr_5 {
  margin-left: 5px;
  margin-right: 5px;
}

.gap_5 {
  gap: 5px;
}

.mg_tb_10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mg_lr_10 {
  margin-left: 10px;
  margin-right: 10px;
}

.gap_10 {
  gap: 10px;
}

.mg_tb_15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mg_lr_15 {
  margin-left: 15px;
  margin-right: 15px;
}

.gap_15 {
  gap: 15px;
}

.mg_tb_20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mg_lr_20 {
  margin-left: 20px;
  margin-right: 20px;
}

.gap_20 {
  gap: 20px;
}

.mg_tb_30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mg_lr_30 {
  margin-left: 30px;
  margin-right: 30px;
}

.gap_30 {
  gap: 30px;
}

.mg_tb_40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mg_lr_40 {
  margin-left: 40px;
  margin-right: 40px;
}

.gap_40 {
  gap: 40px;
}

.mg_tb_50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mg_lr_50 {
  margin-left: 50px;
  margin-right: 50px;
}

.gap_50 {
  gap: 50px;
}

.mg_tb_60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mg_lr_60 {
  margin-left: 60px;
  margin-right: 60px;
}

.gap_60 {
  gap: 60px;
}

.mg_tb_70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mg_lr_70 {
  margin-left: 70px;
  margin-right: 70px;
}

.gap_70 {
  gap: 70px;
}

.mg_tb_80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mg_lr_80 {
  margin-left: 80px;
  margin-right: 80px;
}

.gap_80 {
  gap: 80px;
}

.mg_auto_t {
  margin-top: auto;
}

.mg_auto_r {
  margin-right: auto;
}

.mg_auto_b {
  margin-bottom: auto;
}

.mg_auto_l {
  margin-left: auto;
}

/* padding記述 */
.pd_5 {
  padding: 5px;
}

.pd_10 {
  padding: 10px;
}

.pd_15 {
  padding: 15px;
}

.pd_20 {
  padding: 20px;
}

.pd_30 {
  padding: 30px;
}

.pd_40 {
  padding: 40px;
}

.pd_50 {
  padding: 50px;
}

.pd_60 {
  padding: 60px;
}

.pd_70 {
  padding: 70px;
}

.pd_80 {
  padding: 80px;
}

.pd_t_5 {
  padding-top: 5px;
}

.pd_t_10 {
  padding-top: 10px;
}

.pd_t_15 {
  padding-top: 15px;
}

.pd_t_20 {
  padding-top: 20px;
}

.pd_t_30 {
  padding-top: 30px;
}

.pd_t_40 {
  padding-top: 40px;
}

.pd_t_50 {
  padding-top: 50px;
}

.pd_t_60 {
  padding-top: 60px;
}

.pd_t_70 {
  padding-top: 70px;
}

.pd_t_80 {
  padding-top: 80px;
}

.pd_r_5 {
  padding-right: 5px;
}

.pd_r_10 {
  padding-right: 10px;
}

.pd_r_15 {
  padding-right: 15px;
}

.pd_r_20 {
  padding-right: 20px;
}

.pd_r_30 {
  padding-right: 30px;
}

.pd_r_40 {
  padding-right: 40px;
}

.pd_r_50 {
  padding-right: 50px;
}

.pd_r_60 {
  padding-right: 60px;
}

.pd_r_70 {
  padding-right: 70px;
}

.pd_r_80 {
  padding-right: 80px;
}

.pd_b_5 {
  padding-bottom: 5px;
}

.pd_b_10 {
  padding-bottom: 10px;
}

.pd_b_15 {
  padding-bottom: 15px;
}

.pd_b_20 {
  padding-bottom: 20px;
}

.pd_b_30 {
  padding-bottom: 30px;
}

.pd_b_40 {
  padding-bottom: 40px;
}

.pd_b_50 {
  padding-bottom: 50px;
}

.pd_b_60 {
  padding-bottom: 60px;
}

.pd_b_70 {
  padding-bottom: 70px;
}

.pd_b_80 {
  padding-bottom: 80px;
}

.pd_l_5 {
  padding-left: 5px;
}

.pd_l_10 {
  padding-left: 10px;
}

.pd_l_15 {
  padding-left: 15px;
}

.pd_l_20 {
  padding-left: 20px;
}

.pd_l_30 {
  padding-left: 30px;
}

.pd_l_40 {
  padding-left: 40px;
}

.pd_l_50 {
  padding-left: 50px;
}

.pd_l_60 {
  padding-left: 60px;
}

.pd_l_70 {
  padding-left: 70px;
}

.pd_l_80 {
  padding-left: 80px;
}

.pd_tb_5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pd_lr_5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pd_tb_10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pd_lr_10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pd_tb_15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pd_lr_15 {
  padding-left: 15px;
  padding-right: 15px;
}

.pd_tb_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pd_lr_20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pd_tb_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pd_lr_30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pd_tb_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pd_lr_40 {
  padding-left: 40px;
  padding-right: 40px;
}

.pd_tb_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pd_lr_50 {
  padding-left: 50px;
  padding-right: 50px;
}

.pd_tb_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pd_lr_60 {
  padding-left: 60px;
  padding-right: 60px;
}

.pd_tb_70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pd_lr_70 {
  padding-left: 70px;
  padding-right: 70px;
}

.pd_tb_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pd_lr_80 {
  padding-left: 80px;
  padding-right: 80px;
}

.g_5 {
  margin-right: -5px;
  margin-bottom: -5px;
}

.g_5 > * {
  margin-right: 5px;
  margin-bottom: 5px;
}

.g_10 {
  margin-right: -10px;
  margin-bottom: -10px;
}

.g_10 > * {
  margin-right: 10px;
  margin-bottom: 10px;
}

.g_15 {
  margin-right: -15px;
  margin-bottom: -15px;
}

.g_15 > * {
  margin-right: 15px;
  margin-bottom: 15px;
}

.g_20 {
  margin-right: -20px;
  margin-bottom: -20px;
}

.g_20 > * {
  margin-right: 20px;
  margin-bottom: 20px;
}

.g_30 {
  margin-right: -30px;
  margin-bottom: -30px;
}

.g_30 > * {
  margin-right: 30px;
  margin-bottom: 30px;
}

.g_40 {
  margin-right: -40px;
  margin-bottom: -40px;
}

.g_40 > * {
  margin-right: 40px;
  margin-bottom: 40px;
}

.g_50 {
  margin-right: -50px;
  margin-bottom: -50px;
}

.g_50 > * {
  margin-right: 50px;
  margin-bottom: 50px;
}

.g_60 {
  margin-right: -60px;
  margin-bottom: -60px;
}

.g_60 > * {
  margin-right: 60px;
  margin-bottom: 60px;
}

.g_70 {
  margin-right: -70px;
  margin-bottom: -70px;
}

.g_70 > * {
  margin-right: 70px;
  margin-bottom: 70px;
}

.g_80 {
  margin-right: -80px;
  margin-bottom: -80px;
}

.g_80 > * {
  margin-right: 80px;
  margin-bottom: 80px;
}

.aroundg_5 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .aroundg_5 {
    margin-left: 2.5px;
    margin-right: 2.5px;
  }
}

.aroundg_5 > * {
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}
@media screen and (min-width: 768px) {
  .aroundg_5 > * {
    margin-left: 2.5px;
    margin-right: 2.5px;
  }
}

.aroundg_10 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .aroundg_10 {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.aroundg_10 > * {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .aroundg_10 > * {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.aroundg_15 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .aroundg_15 {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
}

.aroundg_15 > * {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
@media screen and (min-width: 768px) {
  .aroundg_15 > * {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
}

.aroundg_20 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .aroundg_20 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.aroundg_20 > * {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .aroundg_20 > * {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.aroundg_30 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .aroundg_30 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.aroundg_30 > * {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .aroundg_30 > * {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.aroundg_40 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .aroundg_40 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.aroundg_40 > * {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .aroundg_40 > * {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.aroundg_50 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .aroundg_50 {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.aroundg_50 > * {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .aroundg_50 > * {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.aroundg_60 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .aroundg_60 {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.aroundg_60 > * {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .aroundg_60 > * {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.aroundg_70 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .aroundg_70 {
    margin-left: 35px;
    margin-right: 35px;
  }
}

.aroundg_70 > * {
  margin-top: 35px;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .aroundg_70 > * {
    margin-left: 35px;
    margin-right: 35px;
  }
}

.aroundg_80 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .aroundg_80 {
    margin-left: 40px;
    margin-right: 40px;
  }
}

.aroundg_80 > * {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .aroundg_80 > * {
    margin-left: 40px;
    margin-right: 40px;
  }
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.txt-c {
  text-align: center;
}

p.text_left {
  text-align: left;
}

p.text_center {
  text-align: center;
}

p.text_right {
  text-align: right;
}

.text_center_left {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .text_center_left {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  p.text_left_spimportant {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  p.text_left_pcimportant {
    text-align: left !important;
  }
}
.line_h_l {
  line-height: 2;
}

.line_h_m {
  line-height: 1.8;
}

.line_h_s {
  line-height: 1.5;
}

.line_h_ss {
  line-height: 1.3;
}

.line_h_1 {
  line-height: 1;
}

ul.indent li {
  text-indent: -1em;
  padding-left: 1em;
}

.indent2 {
  text-indent: 1em;
}

.img_width_50 {
  max-width: 50%;
}

.img_width_60 {
  max-width: 60%;
}

.img_width_70 {
  max-width: 70%;
}

.img_width_80 {
  max-width: 80%;
}

.img_width_90 {
  max-width: 90%;
}

.img_width_100 {
  max-width: 100%;
}

.width_10per {
  width: 10%;
}

.width_20per {
  width: 20%;
}

.width_30per {
  width: 30%;
}

.width_40per {
  width: 40%;
}

.width_50per {
  width: 50%;
}

.width_60per {
  width: 60%;
}

.width_70per {
  width: 70%;
}

.width_80per {
  width: 80%;
}

.width_90per {
  width: 90%;
}

.width_100per {
  width: 100%;
}

.small {
  font-size: 0.9em;
}

.red {
  color: #c00;
}

.boder {
  border-top: 1px solid #CCC;
  clear: both;
}

a:link {
  color: #36c;
  text-decoration: none;
}

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

a:visited {
  color: #36c;
  text-decoration: none;
}

a:hover img {
  opacity: 0.8;
}

.header {
  background: #3465a3;
  height: 70px;
}

.header_aaa_bcg {
  background: url(../images/header_aaa_bcg.svg) center center/cover no-repeat;
}

.header_aaa {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  max-width: 1000px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .header_aaa {
    flex-direction: row;
  }
}
.header_aaa .logo_aaa {
  height: 40px;
  padding: 0 10px;
}

.header_wrap {
  margin: 0 auto;
  width: 1000px;
}
.header_wrap h1 {
  font-size: 1rem;
  padding: 25px 0 0 15px;
}
.header_wrap ul {
  float: right;
  margin: -20px 0 0;
}
.header_wrap ul li {
  padding: 0 10px;
  display: inline;
  border-left: 1px solid #fff;
}
.header_wrap ul li:first-child {
  border: none;
}
.header_wrap ul li a:link {
  color: #fff;
  text-decoration: none;
}
.header_wrap ul li a:visited {
  color: #fff;
  text-decoration: none;
}
.header_wrap ul li a:hover {
  color: #3465a3;
  text-decoration: none;
  background: #fff;
  padding: 2px 0;
}

.nav_wrap {
  margin: 0 auto;
  width: 1001px;
}

.breadcrumb {
  list-style: none;
  display: inline-block;
  margin-bottom: 20px;
}
.breadcrumb li {
  float: left;
}
.breadcrumb li a {
  color: #fff;
  display: block;
  background: #3465a3;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 30px 0 10px;
  text-align: center;
  cursor: default;
}
.breadcrumb li a.on {
  background-color: #8fc320;
}
.breadcrumb li a.on:before, .breadcrumb li a.on:after {
  background-color: #8fc320;
}
.breadcrumb li:first-child a {
  padding-left: 15px;
  border-radius: 4px 0 0 4px;
}
.breadcrumb li:first-child a:before, .breadcrumb li:first-child a:after {
  content: none;
}
.breadcrumb li:last-child a {
  padding-right: 15px;
  border-radius: 0 4px 4px 0;
}
.breadcrumb li a:before, .breadcrumb li a:after {
  position: absolute;
  left: -15px;
  display: block;
  content: "";
  background-color: #3465a3;
  border-left: 4px solid #fff;
  width: 20px;
  height: 20px;
}
.breadcrumb li a:after {
  top: 0;
  transform: skew(30deg);
}
.breadcrumb li a:before {
  bottom: 0;
  transform: skew(-30deg);
}

.table_pf {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .table_pf {
    margin-top: 21px;
    margin-bottom: 21px;
  }
}
.table_pf th, .table_pf td {
  border: 1px solid #ccc;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .table_pf th, .table_pf td {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .table_pf th, .table_pf td {
    display: block;
  }
}
.table_pf th {
  background: #f0f0f0;
}
@media screen and (min-width: 768px) {
  .table_pf th {
    width: 30%;
  }
}
.table_pf .note {
  font-size: 0.9em;
  color: #f36;
}
.table_pf caption {
  color: #399;
  font-weight: bold;
}

.select_inq1, .input_inq4, .input_inq3, .input_inq2, .input_inq1 {
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 15px;
  color: #333;
  border: 1px solid #aaa;
  height: 30px;
  padding: 0 8px;
  background-color: #fff;
}

label.input_radio {
  padding-left: 25px;
  position: relative;
  font-size: 14px;
}
label.input_radio:before {
  display: inline-block;
  vertical-align: middle;
}
label.input_checkbox:before {
  display: inline-block;
  vertical-align: middle;
}
label.checkbox {
  display: block;
  margin-top: 20px;
}
label.checkbox div {
  display: inline;
}

.ftxt3 {
  display: inline-block;
  vertical-align: middle;
}

.ftxt4 {
  display: inline-block;
  vertical-align: middle;
}

.input_inq1 {
  width: 200px;
}

@media screen and (min-width: 768px) {
  .input_inq2 {
    width: 400px;
  }
}

.input_inq3 {
  width: 120px;
}

.input_inq4 {
  width: 300px;
}

.select_inq1 {
  width: 250px;
}

.select_inq2 {
  width: 120px;
}

.fotm_list_inline li {
  display: inline-block;
  vertical-align: middle;
}

.btnconfirm_visitor {
  background: none;
  border: none;
  cursor: pointer;
}

.section_wrap {
  max-width: 1000px;
  margin-top: 14px;
  margin-bottom: 14px;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .section_wrap {
    margin-top: 21px;
    margin-bottom: 21px;
  }
}
@media screen and (min-width: 768px) {
  .section_wrap {
    margin-right: auto;
    margin-left: auto;
  }
}
.section_wrap h2 {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 14px;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .section_wrap h2 {
    margin-top: 21px;
    margin-bottom: 21px;
  }
}
.section_wrap .main_column {
  background: #fff;
  margin-bottom: 30px;
}
.section_wrap .main_column .box h3 {
  font-weight: bold;
}
.section_wrap .main_column .box dl.note {
  margin: 10px 0;
  clear: both;
}
.section_wrap .main_column .box dl.note dt {
  float: left;
  width: 80px;
  height: 50px;
}
.section_wrap .main_column .box dl.note dd {
  background: #fff;
  color: #333;
  padding: 3px 0;
  vertical-align: top;
  border: none;
  float: left;
  width: 860px;
  font-size: 0.9em;
}
.section_wrap .main_column .icon {
  text-align: center;
  margin: 0 0 20px 0;
}
.section_wrap .main_column .important {
  font-weight: bold;
  color: #c00;
  font-size: 1.1em;
}
.section_wrap .main_column .title {
  border-top: 1px solid #ccc;
  margin: 30px 0 10px;
  width: 950px;
}
.section_wrap .main_column .title h4 {
  position: relative;
  top: -13px;
}
.section_wrap .main_column .title h4 span {
  background-color: #fff;
  padding: 0 20px 0 0;
  color: #333;
  font-weight: bold;
}
.section_wrap .main_column .charge_ttl {
  padding: 20px 0 0;
}
.section_wrap .main_column .charge_btn {
  text-align: right;
  margin: -55px 20px 0 0;
}
.section_wrap .main_column .charge_box {
  background: #f0f0f0;
  padding: 10px;
  width: 430px;
  height: 60px;
  float: left;
  margin: 15px 0 0 15px;
}
.section_wrap .main_column .charge_box img {
  float: left;
  margin-right: 20px;
}
.section_wrap .main_column .order_box_title {
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.section_wrap .main_column .order_box_icon {
  text-align: center;
  margin: 0 0 20px 0;
}
.section_wrap .main_column .table_1gb {
  margin: 20px;
}
.section_wrap .main_column .table_1gb th {
  background: #f7f7f7;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  width: 20%;
  padding: 20px;
  text-align: center;
}
.section_wrap .main_column .table_1gb td {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 20px;
  width: 16%;
}

ol {
  margin: 0 0 20px 20px;
}

.cb-disable span, .cb-enable span {
  background: url("../images/switch.gif") repeat-x;
  display: block;
  float: left;
  line-height: 30px;
  background-repeat: no-repeat;
  font-weight: bold;
}

.thankyouPurchaseBg {
  height: 430px;
  background: center/contain no-repeat url("../images/thankyouPurchaseVisitor.png");
  background-color: #ffca52;
  text-align: center;
}
.visitorbuttonRed,
.puchasebutton {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  height: 50px;
  width: min(340px, 90vw);
  border-radius: 50px;
  background-color: #E60027;
  color: #fff !important;
  font-weight: bold;
  font-size: 18px;
}

.visitorbutton_white {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  height: 50px;
  width: min(275px, 90vw);
  border-radius: 50px;
  border: 3px solid #E60027;
  background-color: #fff;
  color: #E60027 !important;
  font-weight: bold;
  font-size: 18px;
}

.warning_box {
  padding: 10px;
  margin: 10px 0 10px 10px;
  border: 1px solid #DE041C;
  background: #F4F4F4;
  border-radius: 8px;
}

.cb-enable span {
  background-position: left -90px;
  padding: 0 10px;
}
.cb-enable.selected {
  background-position: 0 -60px;
}
.cb-enable.selected span {
  background-position: left -150px;
  color: #fff;
}

.cb-disable span {
  background-position: right -180px;
  padding: 0 10px;
}
.cb-disable.selected {
  background-position: 0 -30px;
}
.cb-disable.selected span {
  background-position: right -210px;
  color: #fff;
}

.switch label {
  cursor: pointer;
}
.switch input {
  display: none;
}

.nuko_wrap {
  margin-left: -10px;
  margin-right: -10px;
  background-color: #FECA52;
}

.nuko_upper {
  height: 255px;
  background: no-repeat url("../images/nuko_upper_bg.png");
  background-size: 390px 240px;
  background-position-x: center;
  background-position-y: bottom;
}
.nuko_upper h5 {
  padding: 60px 0 80px 0;
  font-size: 20px;
  text-align: center;
}

.nuko_bottom {
  height: 190px;
  background: no-repeat url("../images/nuko_bottom_bg.png"), repeat-x url("../images/nuko_bottom_bg2.png");
  background-size: 360px 168px, auto 180px;
  background-position-x: center, center;
  background-position-y: top, bottom;
}

.nuko_middle {
  width: 360px;
  margin: auto;
  padding: 20px;
  background-color: #F4F4F4;
  border-radius: 10px;
}

.footer, .footer-NU {
  margin-top: 20px;
  padding: 20px 0;
  clear: both;
}

.footer_end {
  background: #333;
}

.footer_end_wrap {
  text-align: center;
  color: #fff;
  font-size: 0.9em;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .footer_end_wrap {
    padding: 20px;
  }
}
.footer_end_wrap .logo_jed {
  margin: -35px 0 0;
  float: right;
}

body {
  color: #333;
  background: #fff;
}

.cl {
  font-size: 0;
  line-height: 0;
  height: 0;
  clear: both;
}

a {
  color: #262626;
  text-decoration: none;
}
a.disabled {
  opacity: 0.5;
}
a.callback span {
  width: 9em;
}

.shell {
  margin: 0 auto;
  width: 946px;
}
.shell a {
  color: #468e85;
  text-decoration: none;
}
.shell a img {
  border: 0;
}
.shell a:hover {
  color: #0075c0;
  text-decoration: underline;
  cursor: pointer;
}

.left {
  float: left;
  display: inline;
}

.right {
  float: right;
  display: inline;
}

.notext {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}

.center {
  display: block;
  margin: 0 auto;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

h2 {
  font-size: 22px;
  line-height: 22px;
}

h3 {
  font-size: 18px;
  color: #262626;
}

h4 {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin: 10px 15px;
  padding: 5px;
  width: 720px;
  color: #99a030;
}

h5 {
  font-weight: bold;
  color: #99a030;
  font-size: 16px;
}

.img-Float-L {
  float: left;
}

.img-Float-R {
  float: right;
}

.margin-T20 {
  margin-top: 20px;
}

.margin-B0 {
  margin-bottom: 0;
}

.margin-B10 {
  margin-bottom: 10px;
}

.margin-B20 {
  margin-bottom: 20px;
}

.margin-B30 {
  margin-bottom: 30px;
}

.margin-L10 {
  margin-left: 10px;
}

.margin-L20 {
  margin-left: 20px;
}

.margin-L30 {
  margin-left: 30px;
}

.clear {
  clear: both;
}

.dno {
  display: none;
}

#logout {
  float: right;
  padding-top: 41px;
}
#logout ul {
  list-style-type: none;
}
#logout ul li {
  display: inline;
  float: left;
  padding-right: 2px;
}

.heading-cnt {
  float: left;
  width: 600px;
  padding-top: 26px;
  padding-left: 8px;
}

.heading-cnt2 {
  float: left;
  width: 420px;
  padding-top: 26px;
  padding: 0 20px 0 8px;
}

.heading-cnt3 {
  float: left;
  width: 380px;
  padding-top: 26px;
  padding: 0 10px 0 8px;
}

.chameleon_box {
  background: url("../images/bg_chameleon.png") no-repeat bottom;
  height: 420px;
  float: left;
  width: 530px;
  margin-bottom: -17px;
}
.chameleon_box .next_arrow {
  background: url("../images/ico_chameleon_arrow.jpg") no-repeat;
  height: 112px;
  width: 134px;
}
.chameleon_box .next_arrow .txt {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 37px 0 0 10px;
  display: inline-block;
}

.heading-cnt_U2 {
  float: left;
  width: 900px;
  padding-top: 26px;
  padding-left: 8px;
}
.heading-cnt_U2 .option {
  width: 880px;
  margin-bottom: 20px;
}
.heading-cnt_U2 .option tr th {
  font-weight: bold;
  text-align: left;
  border: 1px solid #bbb;
  padding: 7px;
  color: #96a120;
}
.heading-cnt_U2 .option tr td {
  border: 1px solid #bbb;
  padding: 7px;
}
.heading-cnt_U2 .plan {
  width: 880px;
  margin-bottom: 20px;
}
.heading-cnt_U2 .plan tr th {
  font-weight: bold;
  text-align: left;
  padding: 7px;
  color: #96a120;
}
.heading-cnt_U2 .plan tr td {
  padding: 7px;
}

.th_span_style {
  font-weight: normal;
  color: #555;
}

.signed {
  color: #c03;
  font-weight: bold;
}

.unsigned {
  background-color: #daffff;
}

.reception {
  background-color: #fffcc9;
}

#Loading {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #333333;
  padding: 7px;
  background: #FFFFFF;
  display: none;
  z-Index: 2;
}

#Loading p {
  font-size: 12px;
  text-align: center;
  padding-top: 40px;
}

#heading h2 {
  color: #262626;
  padding-bottom: 15px;
}
#heading p {
  padding-bottom: 16px;
}

#features {
  background: url("../images/features.gif") repeat-x 0 0;
  height: 122px;
  padding-top: 5px;
}

.features-cnt {
  background: url("../images/features-cnt.gif") no-repeat 0 0;
  height: 118px;
  padding-left: 20px;
}

.feature {
  width: 290px;
  float: left;
  padding-top: 6px;
  padding-right: 30px;
}
.feature h2 {
  color: #fff;
  padding-bottom: 5px;
  font-size: 16px;
}
.feature img {
  padding-right: 6px;
}
.feature p {
  float: left;
  width: 198px;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  height: 71px;
}
.feature p span {
  padding-bottom: 4px;
  display: block;
}
.feature a.more {
  background: url("../images/more.gif") no-repeat 0 0;
  display: block;
  float: left;
  width: 24px;
  height: 11px;
}

.less-padding {
  padding-right: 14px;
}

.no-padding {
  padding-right: 0 !important;
}

#main {
  background: #e9e9e9;
  padding-top: 15px;
  padding-left: 28px;
  padding-bottom: 37px;
}
#main h3 {
  padding-bottom: 7px;
  font-size: 14px;
}
#main a {
  font-weight: bold;
  color: #96a120;
  text-decoration: underline;
  font-size: 11px;
}
#main a:hover {
  text-decoration: none;
}
#main a.rss {
  background: url("../images/rss.gif") no-repeat 0 0;
  width: 11px;
  height: 11px;
}

.link-margin {
  margin-right: 10px;
  margin-left: 2px;
}

.first-column {
  width: 297px;
  float: left;
  padding-right: 24px;
}

.middle-column {
  width: 312px;
  float: left;
  padding-right: 9px;
}

.last-column {
  width: 270px;
  float: left;
  padding-left: 8px;
}

.contacts {
  font-size: 12px;
}

strong.usa {
  background: url("../images/flag-usa.gif") no-repeat 0 11px;
  padding-left: 20px;
  display: block;
  padding-top: 8px;
}
strong.swe {
  background: url("../images/flag-swe.gif") no-repeat 0 11px;
  padding-left: 20px;
  display: block;
  padding-top: 8px;
}

#footer {
  background: #e9e9e9 url("../images/footer.gif") repeat-x 0 0;
  padding-top: 15px;
  padding-bottom: 50px;
}
#footer ul {
  list-style-type: none;
  float: left;
  padding-left: 19px;
  background: transparent;
}
#footer ul li {
  display: inline;
  float: left;
  padding-right: 9px;
}
#footer ul li a {
  text-decoration: underline;
  color: #6e6e6e;
  font-size: 10px;
}
#footer ul li a:hover {
  text-decoration: none;
}
#footer p.copy {
  float: right;
  font-size: 10px;
  color: #6e6e6e;
  padding-right: 10px;
}

.sortable {
  width: 880px;
  border-left: 1px solid #c6d5e1;
  border-top: 1px solid #c6d5e1;
  border-bottom: none;
  margin: 0 auto 15px;
  text-align: center;
}
.sortable th {
  background: url("../images/header-bg.gif");
  text-align: left;
  color: #cfdce7;
  border: 1px solid #fff;
  border-right: none;
}
.sortable th h3 {
  font-size: 12px;
  padding: 6px 8px 8px;
  color: #fff;
}
.sortable td {
  padding: 4px 6px 6px;
  border-bottom: 1px solid #c6d5e1;
  border-right: 1px solid #c6d5e1;
}
.sortable td.evenselected {
  background: #ecf2f6;
}
.sortable td.oddselected {
  background: #dce6ee;
}
.sortable .head h3 {
  background: url("../images/sort.gif") 7px center no-repeat;
  cursor: pointer;
  padding-left: 18px;
}
.sortable .head:hover {
  color: #fff;
}
.sortable .desc {
  background: url("../images/header-selected-bg.gif");
}
.sortable .desc h3 {
  background: url("../images/desc.gif") 7px center no-repeat;
  cursor: pointer;
  padding-left: 18px;
}
.sortable .desc:hover {
  color: #fff;
}
.sortable .asc {
  background: url("../images/header-selected-bg.gif");
}
.sortable .asc h3 {
  background: url("../images/asc.gif") 7px center no-repeat;
  cursor: pointer;
  padding-left: 18px;
}
.sortable .asc:hover {
  color: #fff;
}
.sortable .evenrow td {
  background: #fff;
}
.sortable .oddrow td {
  background: #ecf2f6;
}

#controls {
  width: 880px;
  margin: 0 auto;
  height: 20px;
}

#perpage {
  float: left;
  width: 200px;
}
#perpage select {
  float: left;
  font-size: 11px;
}
#perpage span {
  float: left;
  margin: 2px 0 0 5px;
}

#navigation {
  float: left;
  width: 580px;
  text-align: center;
}
#navigation img {
  cursor: pointer;
}

#text {
  float: left;
  width: 200px;
  text-align: right;
  margin-top: 2px;
}

.call_scroll {
  overflow: auto;
  height: 350px;
  overflow-x: hidden;
}

.call_all {
  border: 1px solid #999;
  width: 250px;
  margin: -20px 0 10px 630px;
}
.call_all tr td {
  padding: 7px;
  font-weight: bold;
}

.month_bill {
  padding: 7px 0 5px 15px;
  background: #9eb026;
  width: 120px;
  color: #fff;
  font-weight: bold;
  margin: 30px 0 5px;
}

.bill_table table {
  margin-bottom: 15px;
}
.bill_table tr th {
  background: #666;
  font-weight: bold;
  color: #fff;
  padding: 10px;
}
.bill_table tr td {
  border: 1px solid #999;
  padding: 7px;
}

.box_boder {
  border: 1px solid #999;
  padding: 10px;
  width: 850px;
  margin-bottom: 15px;
}

.table_device4 {
  width: 900px;
}
.table_device4 tr th {
  vertical-align: top;
  border: 1px solid #b5be38;
  padding: 5px;
  background-color: #fff;
  text-align: left;
  font-weight: bold;
}
.table_device4 tr td {
  border: 1px solid #999;
  background-color: #f7f7f7;
  padding: 5px;
  vertical-align: top;
}
.table_device4 tr td select {
  max-width: 700px;
}

table input {
  padding: 0.3em;
  color: #000;
}
table input.error {
  padding: 0.3em;
  color: #333;
  background-color: #ffe6e6;
}
table input:hover {
  opacity: 0.8;
  background: #f5f5f5;
}
table input:focus {
  background: #f5f5f5;
}
table textarea:focus {
  background: #f5f5f5;
}
table textarea:hover {
  background: #f5f5f5;
}
table.table1 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
  font-style: normal;
  border-collapse: separate;
}

.turbo_btn {
  padding: 165px 0 0 20px;
}

.data_status {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0 0 100px;
}

.sctble a.m_year span {
  width: 3em;
}
.sctble a.s_year span {
  width: 3em;
}
.sctble a.m_month span {
  width: 2em;
}
.sctble a.s_month span {
  width: 2em;
}
.sctble a.m_day span {
  width: 2em;
}
.sctble a.s_day span {
  width: 2em;
}

.sctble_mat {
  border: solid #dfdfdf 1px;
  border-top: none;
  border-left: none;
  overflow-y: scroll;
  max-height: 400px;
  background: #e1ead6;
}
.sctble_mat dl {
  margin: 0;
  border: solid #999 1px;
  border-top: none;
  border-left: none;
  padding: 1em 1em 0;
  border-color: #93af72;
}
.sctble_mat dl dt {
  margin: 0 0 1em 0 !important;
  border: none !important;
  padding: 0 !important;
  width: auto !important;
  color: #333 !important;
  font-weight: bold !important;
  font-size: 14px !important;
}
.sctble_mat dl dd {
  margin: 0 0 1em 0 !important;
  padding: 0 0 0 1.5em !important;
  font-weight: normal !important;
  font-size: 12px !important;
}
.sctble_mat a {
  padding-right: 0.7em;
  font-weight: bold;
  color: #333 !important;
}
.sctble_mat a.selected {
  text-decoration: none !important;
  color: #1972ea;
  cursor: default;
}
.sctble_mat a:hover {
  color: #1972ea !important;
}
.sctble_mat span.disabled {
  padding-right: 0.7em;
  color: #1972ea;
  font-weight: bold;
}
.sctble_mat.nooptgroup div.body {
  padding: 0.5em 0.6em;
  line-height: 1.9;
}
.sctble_mat.sBox div.body {
  border: none;
  padding: 0;
  line-height: 1.5;
}
.sctble_mat.nooptg p {
  border-color: solid #93af72 1px;
}

.sctble_focus {
  background-position: right -50px !important;
}
.sctble_focus span {
  background-position: left -50px !important;
}

.sctble_display {
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #262626;
  text-decoration: none;
  cursor: default;
  border: none;
  padding-right: 26px;
  background: url("../images/select_right.gif") no-repeat right top;
}
.sctble_display span {
  display: block;
  width: 120px;
  cursor: default;
  padding-left: 7px;
  height: 25px;
  background: url("../images/select_left.gif") no-repeat left top;
  line-height: 25px;
}
.sctble_display:hover {
  background-position: right -25px;
}
.sctble_display:hover span {
  background-position: left -25px;
}

.sBox {
  border-left: none;
  width: 130px;
  overflow: auto;
  overflow-x: hidden;
  border: solid #93af72 1px;
  background: #f2f8ec;
}
.sBox a {
  border: solid #dfdfdf 1px;
  border-top: none;
  border-right: none;
  padding: 0.3em 0.5em;
  display: block;
  text-decoration: none;
}
.sBox a.last-child {
  border-bottom: none;
}
.sBox a:hover {
  background: #eee;
  color: #fff;
  background: #93af72;
}
.sBox a.selected {
  background: #eee;
  color: #fff;
  background: #93af72;
}
.sBox a:focus {
  color: #fff;
  background: #93af72;
}
.sBox p {
  border: none !important;
}

div select {
  padding: 0.2em;
  color: #000;
}
div select:hover {
  opacity: 0.8;
  background: #f2f2f2;
}
div select:focus {
  background: #f2f2f2;
}

.form-button {
  padding: 4px 6px;
  cursor: pointer;
  text-align: center;
  margin-left: 0.3em;
}

.txt-C {
  text-align: center;
}

.txt-R {
  text-align: right;
}

.txt-L {
  text-align: left;
}

.txt-Top {
  vertical-align: top;
}

.txt-gray-bold {
  font-weight: bold;
  color: #666;
}

.txt-green-bold {
  font-weight: bold;
  color: #060;
}

.txt-brown-bold {
  font-weight: bold;
  color: #5a2415;
}

.txt-blue-bold {
  font-weight: bold;
  color: #003067;
}

.txt-yellow-bold {
  font-weight: bold;
  color: #f90;
}

.txt-white-bold {
  font-weight: bold;
  color: #fff;
}

.txt-white {
  color: #fff;
}

.txt-red {
  color: #c03;
}

.txt-Size-85 {
  font-size: 85%;
}

#pl {
  float: right;
  font-size: 1em;
  width: 600px;
  margin: -40px 4px 0 0;
}

#crumbs {
  height: 2em;
  border: 1px solid #999;
}
#crumbs li {
  float: left;
  line-height: 2em;
  padding-left: 0.75em;
  list-style: none;
}
#crumbs li span {
  display: block;
  background: url("../images/crumbs.gif") no-repeat right center;
  padding-right: 15px;
}

.txt-G {
  color: #e47911;
  font-weight: bold;
}

.question {
  position: absolute;
  display: inline;
  text-align: center;
  width: 250px;
  height: 112px;
  font-size: 14px;
  line-height: 1.6em;
  background: url("../images/bubble.jpg") left top no-repeat;
  padding: 15px 0 0;
  margin-left: -13em;
  margin-top: -8em;
  opacity: 0;
}

.yes, .cancel {
  margin-top: 0;
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
  width: 75px;
  height: 25px;
  color: #fff;
  background: url("../images/button.png") left top no-repeat;
}

.bill_list {
  width: 900px;
}
.bill_list h3 {
  margin: 5px 0;
}
.bill_list div {
  width: 430px;
  float: left;
}
.bill_list dl {
  width: 400px;
  border-bottom: 1px solid #ccc;
  padding: 5px 5px 10px 5px;
  margin-bottom: 10px;
}
.bill_list table {
  width: 400px;
  border-bottom: 1px solid #ccc;
  padding: 5px 5px 10px 5px;
  margin-bottom: 10px;
}

.bill_list_small {
  font-size: 0.8em;
}

.bill_list_bold {
  font-weight: bold;
  color: #444;
}

.reseller_ID {
  color: #fff;
  text-align: right;
  margin-bottom: -20px;
  padding-top: 7px;
}

.voip_amount {
  font-size: 16px;
  font-weight: bold;
}

.voip_amount_data {
  font-size: 16px;
  font-weight: bold;
}

.voip_amount_button {
  border: 1px solid #696;
  padding: 10px 0;
  text-align: center;
  width: 200px;
  border-radius: 5px;
  box-shadow: #666 0 2px 3px;
  background: linear-gradient(#d0e75a, #5b8811);
  zoom: 1;
}
.voip_amount_button a.txt-red {
  color: #c03;
  font-weight: bold;
}
.voip_amount_button a.txt-white {
  color: #fff;
}
.voip_amount_button:active {
  box-shadow: 0 1px 0 0 #a3c229 inset;
}

fieldset {
  border-radius: 5px;
}

.ttl-h4-boder {
  border-bottom: solid 1px #ccc;
  border-left: 3px solid #1b737f;
  padding: 0 2px 0 5px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 100%;
  color: #1b737f;
  clear: both;
}

.notes_box {
  width: 930px;
}
.notes_box dl {
  margin-bottom: 30px;
}
.notes_box dl dt {
  font-weight: bold;
  color: #333;
}
.notes_box dl dd {
  font-size: 0.9em;
  margin-left: 20px;
}

.error, .error_msg {
  color: #f00;
}
.error ul li, .error_msg ul li {
  list-style: none;
  margin-left: 10px;
  color: #c03;
}

.feedbackPanel {
  color: #f00;
  border: 1px dashed #f00;
  padding: 10px;
  background: #feecec;
  font-weight: bold;
  width: 875px;
  margin-bottom: 10px;
}
.feedbackPanel li {
  list-style: none;
  margin-left: 10px;
  color: #c03;
}

.st-accordion {
  width: 800px;
  min-width: 270px;
  margin: 0 auto;
}
.st-accordion ul li {
  height: 80px;
  border-bottom: 1px solid #c7deef;
  border-top: 1px solid #fff;
  overflow: hidden;
}
.st-accordion ul li:first-child {
  border-top: none;
}
.st-accordion ul li > a {
  text-shadow: 1px 1px 1px #fff;
  font-size: 15px;
  font-weight: bold;
  display: block;
  position: relative;
  line-height: 80px;
  outline: none;
  transition: color 0.2s ease-in-out;
}
.st-accordion ul li > a span {
  background: transparent url("../images/down.png") no-repeat center center;
  text-indent: -9000px;
  width: 26px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: -26px;
  margin-top: -7px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover {
  color: #1693eb;
}
.st-accordion ul li > a:hover span {
  opacity: 1;
  right: 10px;
}
.st-accordion ul li.st-open > a {
  color: #1693eb;
}
.st-accordion ul li.st-open > a span {
  transform: rotate(180deg);
  right: 10px;
  opacity: 1;
}

.st-content {
  padding: 5px 0 30px;
}
.st-content p {
  font-size: 13px;
  line-height: 28px;
  padding: 0 4px 15px;
}

@media screen and (max-width: 767px) {
  .st-accordion ul li > a {
    font-size: 36px;
  }
}
#login_form {
  background: #f2f2f2;
  margin: 0 20px 20px 0;
  padding: 10px 20px;
  width: 330px;
  height: 206px;
}
#login_form ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#login_form li {
  padding: 6px;
  background: #e1e1e1;
  margin-bottom: 1px;
}
#login_form label {
  float: left;
  width: 100px;
  margin-right: 7px;
  color: #939c1c;
  line-height: 23px;
}
#login_form input.nyuryoku {
  padding: 4px;
  width: 200px;
  border: none;
}
#login_form input:focus {
  border: 1px solid #666;
  background: #e3f1f1;
}

#login_newReg {
  background: #dfe3a6;
  margin: 0 20px 20px 0;
  padding: 10px 20px 0;
  width: 510px;
}

.ysinputcomp_box {
  background: url("../images/cap_ysim_comp.png") no-repeat;
  width: 594px;
  height: 350px;
  margin-left: 170px;
}

.cb-enable {
  background: url("../images/switch.gif") repeat-x;
  display: block;
  float: left;
}
.cb-enable span {
  background: url("../images/switch.gif") repeat-x;
  display: block;
  float: left;
  line-height: 30px;
  display: block;
  background-repeat: no-repeat;
  font-weight: bold;
  background-position: left -90px;
  padding: 0 10px;
}
.cb-enable.selected {
  background-position: 0 -60px;
}
.cb-enable.selected span {
  background-position: left -150px;
  color: #fff;
}

.cb-disable {
  background: url("../images/switch.gif") repeat-x;
  display: block;
  float: left;
}
.cb-disable span {
  background: url("../images/switch.gif") repeat-x;
  display: block;
  float: left;
  line-height: 30px;
  display: block;
  background-repeat: no-repeat;
  font-weight: bold;
  background-position: right -180px;
  padding: 0 10px;
}
.cb-disable.selected {
  background-position: 0 -30px;
}
.cb-disable.selected span {
  background-position: right -210px;
  color: #fff;
}

.switch label {
  cursor: pointer;
}
.switch input {
  display: none;
}

.table_round {
  border-spacing: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 1px 1px #ccc;
}
.table_round th {
  padding: 10px;
  background: #fff;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  text-align: center;
  background: #e3dcd5;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  color: #69655c;
}
.table_round td {
  padding: 10px;
  background: #fff;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  text-align: center;
}
.table_round tr:first-child th:first-child {
  border-radius: 5px 0 0 0;
}
.table_round tr:first-child th:last-child {
  border-radius: 0 5px 0 0;
}
.table_round tr:first-child td:first-child {
  border-radius: 5px 0 0 0;
}
.table_round tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
}
.table_round tr:last-child th:first-child {
  border-radius: 0 0 0 5px;
}
.table_round tr:last-child th:last-child {
  border-radius: 0 0 5px 0;
}
.table_round tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
.table_round tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.turbo_charge_panel_on {
  background: url("../images/bg_turbo_charge_on.jpg") no-repeat;
  width: 200px;
  height: 306px;
  float: right;
  margin: 20px 67px 15px 0;
}

.turbo_charge_panel_off {
  background: url("../images/bg_turbo_charge_off.jpg") no-repeat;
  width: 200px;
  height: 306px;
  float: right;
  margin: 20px 67px 15px 0;
}

.turbo_error_msg {
  color: #c03;
  font-size: 12px;
  width: 200px;
  clear: both;
}

.entry_info {
  width: 865px;
  background-color: #fef;
  border: #f00 dotted;
  padding: 10px;
  margin: 0 5px 10px;
}

.plan_select input {
  display: block;
}
.plan_select label {
  display: block;
}
.plan_select label span {
  font-size: 12px;
}
.plan_select label:first-of-type {
  border-radius: 3px;
}
.plan_select label:last-of-type {
  border-radius: 3px;
}
.plan_select input[type=radio]:checked + label {
  background-color: #a1b91d;
  color: #fff;
}

@media (min-width: 1px) {
  .plan_select input {
    display: none;
  }
  .plan_select label {
    display: block;
    float: left;
    cursor: pointer;
    width: 206px;
    padding: 5px;
    background: #fff;
    color: #555e64;
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    transition: 0.2s;
    margin: 0 15px 0 0;
    border: solid 1px #ccc;
  }
  .plan_select label span {
    font-size: 12px;
  }
  .plan_select label:first-of-type {
    border-radius: 3px;
  }
  .plan_select label:last-of-type {
    border-radius: 3px;
  }
  .plan_select input[type=radio]:checked + label {
    background-color: #a1b91d;
    color: #fff;
  }
}
.box_srcollbar {
  overflow: auto;
  width: 910px;
  height: 400px;
  padding: 20px;
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  margin: 0 0 20px 0;
}

.radio {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover {
  background-color: #e2edd7;
}
.radio:hover:after {
  border-color: #53b300;
}
.radio:after {
  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: "";
}
.radio:before {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 45%;
  left: 20px;
  display: block;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #53b300;
  content: "";
  opacity: 0;
}

input[type=radio]:checked + .radio:before {
  opacity: 1;
}

h1#logo {
  float: left;
  padding-top: 26px;
}

ul.news {
  list-style-type: none;
  padding-bottom: 8px;
}
ul.news li {
  background: url("../images/newsitem-bg.gif") repeat-x 0 bottom;
  padding-top: 6px;
  padding-bottom: 7px;
}
ul.news li small {
  color: #606d0f;
  font-size: 11px;
}
ul.news li small.grey {
  color: #656565;
}

.account_table tr td {
  padding: 5px;
}

.stock_table table tr th {
  padding: 7px;
  background: #ccc;
}
.stock_table table tr td {
  border: 1px solid #ddd;
  padding: 7px;
  text-align: right;
}

input#callback_dammy {
  width: 9.5em;
}

.btn a.button {
  display: inline-block;
  width: 250px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #87c040;
  border: 2px solid #87c040;
  line-height: 50px;
  border-radius: 5px;
  color: #fff;
  box-sizing: border-box;
  transition: all 0.3s;
  color: #fff;
}
.btn a.button:hover {
  background-color: #fff;
  border-color: #87c040;
  color: #59b1eb;
}
.btn a.button::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  box-sizing: border-box;
  transition: all 0.3s;
  color: #fff;
}
.btn a.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  box-sizing: border-box;
  transition: all 0.3s;
  color: #fff;
}
.btn a.button01 {
  display: inline-block;
  width: 200px;
  height: 34px;
  text-align: center;
  text-decoration: none;
  outline: none;
  margin: 0 0 0 15px;
  background-color: #87c040;
  border: 2px solid #87c040;
  line-height: 30px;
  border-radius: 5px;
  color: #fff;
  box-sizing: border-box;
  transition: all 0.3s;
  color: #fff;
}
.btn a.button01:hover {
  background-color: #fff;
  border-color: #87c040;
  color: #59b1eb;
}
.btn a.button01::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  box-sizing: border-box;
  transition: all 0.3s;
  color: #fff;
}
.btn a.button01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  box-sizing: border-box;
  transition: all 0.3s;
  color: #fff;
}/*# sourceMappingURL=bmarket.css.map */