@charset "UTF-8";
.layout {
  display: table;
  width: 100%; }
.layout .cell {
  vertical-align: top;
  display: table-cell; }
.layout .title_no {
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  width: 1020px; }
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  line-height: 0; }
.container-fluid:after {
  clear: both; }
@media only screen and (max-width: 1019px) {
  .container-fluid {
    width: auto; } }

a:hover img.hover,
span:hover img.hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )"; }

img.b,
.b {
  display: block; }

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

img.full {
  width: 100%;
  height: auto; }

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

.fR {
  float: right;
  _display: inline; }

.fL {
  float: left;
  _display: inline; }

.iL {
  float: left;
  display: inline;
  margin: 0 10px 5px 0; }

.iR {
  float: right;
  display: inline;
  margin: 0 0 5px 10px; }

.clear {
  clear: both;
  font: 1px/1px monospace; }

.aR {
  text-align: right !important; }

.aC {
  text-align: center !important; }

.aL {
  text-align: left !important; }

.vT {
  vertical-align: top !important; }

.vM {
  vertical-align: middle !important; }

.vB {
  vertical-align: bottom !important; }

.hidden {
  display: none; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.mgt0 {
  margin-top: 0px !important; }

.mgt5 {
  margin-top: 5px !important; }

.mgt10 {
  margin-top: 10px !important; }

.mgt15 {
  margin-top: 15px !important; }

.mgt20 {
  margin-top: 20px; }
@media only screen and (max-width: 1019px) {
  .mgt20 {
    margin-top: 10px; } }

.mgt25 {
  margin-top: 25px; }
@media only screen and (max-width: 1019px) {
  .mgt25 {
    margin-top: 12.5px; } }

.mgt30 {
  margin-top: 30px; }
@media only screen and (max-width: 1019px) {
  .mgt30 {
    margin-top: 15px; } }

.mgt35 {
  margin-top: 35px; }
@media only screen and (max-width: 1019px) {
  .mgt35 {
    margin-top: 17.5px; } }

.mgt40 {
  margin-top: 40px; }
@media only screen and (max-width: 1019px) {
  .mgt40 {
    margin-top: 20px; } }

.mgt45 {
  margin-top: 45px; }
@media only screen and (max-width: 1019px) {
  .mgt45 {
    margin-top: 22.5px; } }

.mgt50 {
  margin-top: 50px; }
@media only screen and (max-width: 1019px) {
  .mgt50 {
    margin-top: 25px; } }

.mgt75 {
  margin-top: 75px; }
@media only screen and (max-width: 1019px) {
  .mgt75 {
    margin-top: 37.5px; } }

.mgt100 {
  margin-top: 100px; }
@media only screen and (max-width: 1019px) {
  .mgt100 {
    margin-top: 50px; } }

.mgb0 {
  margin-bottom: 0px !important; }

.mgb5 {
  margin-bottom: 5px !important; }

.mgb10 {
  margin-bottom: 10px !important; }

.mgb15 {
  margin-bottom: 15px !important; }

.mgb20 {
  margin-bottom: 20px; }
@media only screen and (max-width: 1019px) {
  .mgb20 {
    margin-bottom: 10px; } }

.mgb25 {
  margin-bottom: 25px; }
@media only screen and (max-width: 1019px) {
  .mgb25 {
    margin-bottom: 12.5px; } }

.mgb30 {
  margin-bottom: 30px; }
@media only screen and (max-width: 1019px) {
  .mgb30 {
    margin-bottom: 15px; } }

.mgb35 {
  margin-bottom: 35px; }
@media only screen and (max-width: 1019px) {
  .mgb35 {
    margin-bottom: 17.5px; } }

.mgb40 {
  margin-bottom: 40px; }
@media only screen and (max-width: 1019px) {
  .mgb40 {
    margin-bottom: 20px; } }

.mgb45 {
  margin-bottom: 45px; }
@media only screen and (max-width: 1019px) {
  .mgb45 {
    margin-bottom: 22.5px; } }

.mgb50 {
  margin-bottom: 50px; }
@media only screen and (max-width: 1019px) {
  .mgb50 {
    margin-bottom: 25px; } }

.mgb75 {
  margin-bottom: 75px; }
@media only screen and (max-width: 1019px) {
  .mgb75 {
    margin-bottom: 37.5px; } }

.mgb100 {
  margin-bottom: 100px; }
@media only screen and (max-width: 1019px) {
  .mgb100 {
    margin-bottom: 50px; } }

.pdt0 {
  padding-top: 0px !important; }

.pdt5 {
  padding-top: 5px !important; }

.pdt10 {
  padding-top: 10px !important; }

.pdt15 {
  padding-top: 15px !important; }

.pdt20 {
  padding-top: 20px; }
@media only screen and (max-width: 1019px) {
  .pdt20 {
    padding-top: 10px; } }

.pdt25 {
  padding-top: 25px; }
@media only screen and (max-width: 1019px) {
  .pdt25 {
    padding-top: 12.5px; } }

.pdt30 {
  padding-top: 30px; }
@media only screen and (max-width: 1019px) {
  .pdt30 {
    padding-top: 15px; } }

.pdt35 {
  padding-top: 35px; }
@media only screen and (max-width: 1019px) {
  .pdt35 {
    padding-top: 17.5px; } }

.pdt40 {
  padding-top: 40px; }
@media only screen and (max-width: 1019px) {
  .pdt40 {
    padding-top: 20px; } }

.pdt45 {
  padding-top: 45px; }
@media only screen and (max-width: 1019px) {
  .pdt45 {
    padding-top: 22.5px; } }

.pdt50 {
  padding-top: 50px; }
@media only screen and (max-width: 1019px) {
  .pdt50 {
    padding-top: 25px; } }

.pdt75 {
  padding-top: 75px; }
@media only screen and (max-width: 1019px) {
  .pdt75 {
    padding-top: 37.5px; } }

.pdt100 {
  padding-top: 100px; }
@media only screen and (max-width: 1019px) {
  .pdt100 {
    padding-top: 50px; } }

.pdl0{
  padding-left: 0px !important; }

.pdr0{
  padding-right: 0px !important; }

.pdb0 {
  padding-bottom: 0px !important; }

.pdb5 {
  padding-bottom: 5px !important; }

.pdb10 {
  padding-bottom: 10px !important; }

.pdb15 {
  padding-bottom: 15px !important; }

.pdb20 {
  padding-bottom: 20px; }
@media only screen and (max-width: 1019px) {
  .pdb20 {
    padding-bottom: 10px; } }

.pdb25 {
  padding-bottom: 25px; }
@media only screen and (max-width: 1019px) {
  .pdb25 {
    padding-bottom: 12.5px; } }

.pdb30 {
  padding-bottom: 30px; }
@media only screen and (max-width: 1019px) {
  .pdb30 {
    padding-bottom: 15px; } }

.pdb35 {
  padding-bottom: 35px; }
@media only screen and (max-width: 1019px) {
  .pdb35 {
    padding-bottom: 17.5px; } }

.pdb40 {
  padding-bottom: 40px; }
@media only screen and (max-width: 1019px) {
  .pdb40 {
    padding-bottom: 20px; } }

.pdb45 {
  padding-bottom: 45px; }
@media only screen and (max-width: 1019px) {
  .pdb45 {
    padding-bottom: 22.5px; } }

.pdb50 {
  padding-bottom: 50px; }
@media only screen and (max-width: 1019px) {
  .pdb50 {
    padding-bottom: 25px; } }

.pdb75 {
  padding-bottom: 75px; }
@media only screen and (max-width: 1019px) {
  .pdb75 {
    padding-bottom: 37.5px; } }

.pdb100 {
  padding-bottom: 100px; }
@media only screen and (max-width: 1019px) {
  .pdb100 {
    padding-bottom: 50px; } }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
figure, figcaption,
article, section, nav, header, footer {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

form input, form textarea {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important; }

body {
  margin: 0;
  padding: 0;
  width: 100%; }

html {
  width: 100%;
  overflow-y: scroll;
  font-size: 62.5%; }

img {
  border: none;
  -ms-interpolation-mode: bicubic; }

p {
  margin: 0 0 1em 0; }
p:last-child {
  margin-bottom: 0; }

ul, ol {
  list-style: none;
  list-style-position: inside; }

ul li, ol li {
  margin-bottom: 0.5em; }
ul li:last-child, ol li:last-child {
  margin-bottom: 0; }

dl {
  margin: 0; }
dl dt {
  margin: 0;
  font-weight: bold; }
dl dt a {
  font-weight: bold; }
dl dd {
  margin-bottom: 0.5em; }
dl dd:last-child {
  margin-bottom: 0; }

hr {
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 0 0 0;
  height: 1px;
  margin-top: 15px !important;
  margin-bottom: 20px !important; }
hr.solid {
  border-style: solid;
  border-color: #ccc; }
hr.dotted {
  border-style: dotted;
  border-color: #ccc; }
hr.dashed {
  border-style: dashed;
  border-color: #bbb; }
hr.trans {
  border-color: transparent;
  margin: 25px 0; }

.vT {
  vertical-align: top; }

.vM {
  vertical-align: middle; }

.vB {
  vertical-align: bottom; }

.oH {
  overflow: hidden !important; }

.oV {
  overflow: visible !important; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit; }

.gold {
  color: #bca523; }

.blue {
  color: #4b94c4; }

.green {
  color: #22c5ac; }

.gray {
  color: #caced2; }

.red {
  color: #e43c3c; }

.orange {
  color: #f8a32f; }

.fs10 {
  font-size: 10px;
  font-size: 1.0rem; }

.fs12, .supp {
  font-size: 12px;
  font-size: 1.2rem; }

.fs14, select, input, button, textarea, pre, code, kbd, samp, tt, blockquote, dl, ol, ul, th, td, p, blockquote p, pre p, dl p, ol p, ul p, th p, td p, dd p, dt p {
  font-size: 14px;
  font-size: 1.4rem; }

.fs16 {
  font-size: 16px;
  font-size: 1.6rem; }

.fs18 {
  font-size: 18px;
  font-size: 1.8rem; }

.fs24 {
  font-size: 24px;
  font-size: 2.4rem; }
@media only screen and (max-width: 1019px) {
  .fs24 {
    font-size: 18px;
    font-size: 1.8rem; } }

.fs26 {
  font-size: 26px;
  font-size: 2.6rem; }
@media only screen and (max-width: 1019px) {
  .fs26 {
    font-size: 24px;
    font-size: 2.4rem; } }

.fs28 {
  font-size: 28px;
  font-size: 2.8rem; }
@media only screen and (max-width: 1019px) {
  .fs28 {
    font-size: 24px;
    font-size: 2.4rem; } }

.fs30 {
  font-size: 30px;
  font-size: 3.0rem; }
@media only screen and (max-width: 1019px) {
  .fs30 {
    font-size: 24px;
    font-size: 2.4rem; } }

.fs34 {
  font-size: 34px;
  font-size: 3.4rem; }
@media only screen and (max-width: 1019px) {
  .fs34 {
    font-size: 24px;
    font-size: 2.4rem; } }

.fs38 {
  font-size: 38px;
  font-size: 3.8rem; }
@media only screen and (max-width: 1019px) {
  .fs38 {
    font-size: 24px;
    font-size: 2.4rem; } }

.fs40 {
  font-size: 40px;
  font-size: 4.0rem; }
@media only screen and (max-width: 1019px) {
  .fs40 {
    font-size: 24px;
    font-size: 2.4rem; } }

.fs42 {
  font-size: 42px;
  font-size: 4.2rem; }
@media only screen and (max-width: 1019px) {
  .fs42 {
    font-size: 24px;
    font-size: 2.4rem; } }

body {
  font-family: "Helvetica Neue", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Helvetica Neue", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

  /* IE10 */ }
select, input, button, textarea {
  font-family: arial,helvetica,clean,sans-serif; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%; }

blockquote, pre, dl, ol, ul, th, td {
  line-height: 1.5; }

p {
  line-height: 1.7; }

ul, ol, dl {
  list-style-position: outside; }

.lh1 {
  line-height: 1; }

.bold {
  font-weight: bold; }

b {
  font-weight: bold; }

em {
  font-weight: bold;
  color: #4b94c4; }

.notes {
  text-indent: -1em;
  margin-left: 1em; }

.creep {
  color: #999; }

a {
  color: #4b94c4;
  text-decoration: underline; }
a:hover {
  color: #4b94c4;
  text-decoration: none; }
a:active, a:focus {
  outline: none; }
a.uNone {
  text-decoration: none !important; }
a.uLine {
  text-decoration: underline !important; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  margin: 0;
  padding: 0; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: bold; }
h1.skin-B, h2.skin-B, h3.skin-B, h4.skin-B, h5.skin-B, h6.skin-B {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem; }

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

ul.disc,
ol.disc {
  padding-left: 35px; }
ul.disc li,
ol.disc li {
  list-style-type: disc; }

ul.circle,
ol.circle {
  padding-left: 35px; }
ul.circle li,
ol.circle li {
  list-style-type: circle; }

ul.decimal,
ol.decimal {
  padding-left: 35px; }
ul.decimal li,
ol.decimal li {
  list-style-type: decimal; }

.acFooter {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  width: 1020px;
  *zoom: 1;
  clear: both;
  background-color: #FFF;
  padding: 30px 15px;
  border-top: 1px solid #ececec; }
.acFooter:before, .acFooter:after {
  display: table;
  content: "";
  line-height: 0; }
.acFooter:after {
  clear: both; }
@media only screen and (max-width: 1019px) {
  .acFooter {
    width: auto; } }
.acFooter:before, .acFooter:after {
  display: table;
  content: "";
  line-height: 0; }
.acFooter:after {
  clear: both; }
.acFooter .acFooter__logo {
  width: 100%;
  margin-bottom: 15px; }
.acFooter .acFooter__logo img {
  width: auto;
  height: 30px; }
.acFooter .acFooter__sign {
  background-color: #F6f6f6;
  padding: 5px 10px;
  margin-bottom: 10px; }
.acFooter .acFooter__sign a {
  padding: 3px 5px;
  white-space: nowrap;
  display: block;
  color: #333;
  text-align: center;
  font-weight: bold;
  border-radius: 3px 3px 3px 3px !important;
  -webkit-border-radius: 3px 3px 3px 3px !important;
  -moz-border-radius: 3px 3px 3px 3px !important;
  border: 1px solid #aaa;
  font-size: 11px;
  -webkit-background-size: 14px 14px;
  -moz-background-size: 14px 14px;
  -ms-background-size: 14px 14px;
  -o-background-size: 14px 14px;
  background-size: 14px 14px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff; }
.acFooter .acFooter__sign a:hover {
  background-color: rgba(188, 165, 35, 0.2);
  text-decoration: none; }
.acFooter .acFooter__sign a .fa {
  color: #bca523;
  margin-right: 3px; }
.acFooter .acFooter__links-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 12px; }
.acFooter .acFooter__links-list {
  margin: 0 0;
  padding: 0 0; }
.acFooter .acFooter__links-list li {
  font-size: 12px;
  margin: 0 0 10px; }
.acFooter .acFooter__links-list li a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  display: block; }
.acFooter .acFooter__links-list li a:hover {
  text-decoration: underline; }

@media only screen and (min-width: 1020px) {
  body .gWrraper {
    position: relative;
    width: 1058px;
    margin: 0 auto;
    border-top: 3px solid #dbc100 !important;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee; } }

.content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  width: 1020px;
  color: #444;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative; }
.content:before, .content:after {
  display: table;
  content: "";
  line-height: 0; }
.content:after {
  clear: both; }
@media only screen and (max-width: 1019px) {
  .content {
    width: auto; } }
@media only screen and (max-width: 1019px) {
  .content {
    padding-top: 15px; } }
@media only screen and (max-width: 1019px) {
  .content {
    padding-bottom: 25px; } }
.content .content__row {
  margin-bottom: 30px; }
@media only screen and (max-width: 1019px) {
  .content .content__row {
    margin-bottom: 15px; } }
.content .content__title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 2.4rem; }
@media only screen and (max-width: 1019px) {
  .content .content__title {
    margin-bottom: 15px; } }
@media only screen and (max-width: 1019px) {
  .content .content__title {
    font-size: 18px;
    font-size: 1.8rem; } }
.content .content__title i.fa {
  margin: 0 5px; }
.content .content__title a {
  color: #444;
  text-decoration: none; }
.content .content__title a:hover {
  color: #4b94c4; }
.content .content__subtitle {
  font-weight: bold;
  text-align: center;
  color: #8699a9;
  margin-bottom: 40px;
  font-size: 14px;
  font-size: 1.4rem; }
@media only screen and (max-width: 1019px) {
  .content .content__subtitle {
    margin-bottom: 20px; } }
.content .content__lead {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem; }
.content .content__header .content__title {
  margin-bottom: 0; }
.content .content__header .content__submenu {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem; }
.content .content__header .content__submenu .content__submenu-inner {
  padding-bottom: 15px;
  border-bottom: 2px solid #ddd; }
.content .content__header .content__submenu .content__submenu-list {
  margin: 15px 0 0 15px;
  *zoom: 1; }
.content .content__header .content__submenu .content__submenu-list:before, .content .content__header .content__submenu .content__submenu-list:after {
  display: table;
  content: "";
  line-height: 0; }
.content .content__header .content__submenu .content__submenu-list:after {
  clear: both; }
.content .content__header .content__submenu .content__submenu-list li {
  display: inline;
  margin-right: 2em; }
.content .content__header .content__submenu .content__submenu-list li a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #444;
  padding: 0px 3px 3px;
  text-decoration: none;
  border-bottom: 3px solid transparent; }
.content .content__header .content__submenu .content__submenu-list li a:hover {
  border-bottom-color: #bca523; }
.content .content__header .content__submenu .content__submenu-list li.current a {
  border-bottom-color: #bca523; }
@media only screen and (max-width: 1019px) {
  .content .content__header .content__submenu {
    overflow: hidden;
    width: 100%; }
  .content .content__header .content__submenu .content__submenu-inner {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .content .content__header .content__submenu .content__submenu-list {
    white-space: nowrap;
    display: inline-table;
    max-width: 100%;
    margin-left: 0; }
  .content .content__header .content__submenu .content__submenu-list li {
    display: table-cell;
    padding: 0px 10px; } }
.content .content__heading {
  font-size: 16px;
  font-size: 1.6rem; }
.content .content__back {
  margin-top: 30px;
  text-align: center; }
.content .content__back a {
  color: #444; }

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000000; }
.footer .footer__links {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  width: 1020px; }
.footer .footer__links:before, .footer .footer__links:after {
  display: table;
  content: "";
  line-height: 0; }
.footer .footer__links:after {
  clear: both; }
@media only screen and (max-width: 1019px) {
  .footer .footer__links {
    width: auto; } }
.footer .footer__links ul {
  *zoom: 1;
  margin: 0 0 10px 0;
  padding: 0; }
.footer .footer__links ul:before, .footer .footer__links ul:after {
  display: table;
  content: "";
  line-height: 0; }
.footer .footer__links ul:after {
  clear: both; }
.footer .footer__links ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px; }
@media only screen and (max-width: 1019px) {
  .footer .footer__links ul li:nth-child(3) {
    clear: left; } }
.footer .footer__links ul li a {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: none; }
.footer .footer__links ul li a:hover {
  text-decoration: underline; }
.footer .footer__ascii {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  width: 1020px; }
.footer .footer__ascii:before, .footer .footer__ascii:after {
  display: table;
  content: "";
  line-height: 0; }
.footer .footer__ascii:after {
  clear: both; }
@media only screen and (max-width: 1019px) {
  .footer .footer__ascii {
    width: auto; } }
.footer .footer__ascii a {
  text-decoration: none;
  color: #fff;
  font-weight: bold; }
.footer .footer__ascii a:hover {
  text-decoration: underline; }
.footer .footer_copyrights {
  display: block;
  text-align: center;
  margin: auto;
  color: #fff;
  font-size: 10px;
  font-size: 1.0rem; }

.gnavi ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
  border-top: 2px solid #bca523;
  display: table;
  width: 100%; }
.gnavi ul:before, .gnavi ul:after {
  display: table;
  content: "";
  line-height: 0; }
.gnavi ul:after {
  clear: both; }
.gnavi ul li {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: middle; }
.gnavi ul li a {
  color: #444;
  text-decoration: none;
  border-left: 1px solid #fff;
  border-right: 1px solid #ddd;
  font-weight: bold;
  display: block;
  line-height: 1.1;
  padding: 0.8em 0;
  text-align: center;
  white-space: nowrap;
  -webkit-text-shadow: 1px 1px 0px #fff;
  -moz-text-shadow: 1px 1px 0px #fff;
  -ms-text-shadow: 1px 1px 0px #fff;
  -o-text-shadow: 1px 1px 0px #fff;
  text-shadow: 1px 1px 0px #fff;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #fff, #f3f3f3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f3f3f3));
  background-image: -webkit-linear-gradient(top, #fff, #f3f3f3);
  background-image: -o-linear-gradient(top, #fff, #f3f3f3);
  background-image: linear-gradient(to bottom, #fff, #f3f3f3);
  background-repeat: repeat-x;
  font-size: 14px;
  font-size: 1.4rem; }
@media only screen and (max-width: 1019px) {
  .gnavi ul li a {
    font-size: 11px; } }
.gnavi ul li a.l1 {
  padding: 1.35em 0; }
.gnavi ul li:first-child a {
  border-left: none; }
.gnavi ul li:last-child a {
  border-right: none; }

.gnavi-gold {
  font-family: 'Hiragino Kaku Gothic ProN',Meiryo,"メイリオ",'MS PGothic',sans-serif; }
.gnavi-gold ul {
  border-top: none; }
.gnavi-gold ul li {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
.gnavi-gold ul li a {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: none;
  background-color: #fff;
  text-shadow: none;
  color: #333;
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
  padding: 10px 10px 10px;
  font-size: 13px;
  font-size: 1.3rem; }
.gnavi-gold ul li a span {
  font-weight: bold; }
.gnavi-gold ul li a img {
  width: 20px;
  height: 20px;
  margin-right: 5px; }
@media only screen and (min-width: 1020px) {
  .gnavi-gold ul li a {
    height: 44px; } }
@media only screen and (max-width: 1019px) {
  .gnavi-gold ul li a {
    font-size: 9px;
    padding: 5px; }
  .gnavi-gold ul li a img {
    width: 20px;
    height: 20px;
    margin: 0 auto 3px;
    display: block; } }
.gnavi-gold ul li a.current, .gnavi-gold ul li a:hover {
  border-bottom: 3px solid #dbc100; }
.gnavi-gold.gnavi-list-4 ul li {
  width: 25%; }
.gnavi-gold.gnavi-list-5 ul li {
  width: 20%; }

.header__outer {
  position: relative;
  width: 100%;
  overflow: hidden; }

header.header {
  font-family: 'Hiragino Kaku Gothic ProN',Meiryo,"メイリオ",'MS PGothic',sans-serif;
  border-bottom: 1px solid #caced2;
  background-color: #fff;
  height: 107px;
  *zoom: 1;
  padding: 3px 15px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  border-bottom: none;
  *zoom: 1; }

@media only screen and (max-width: 1019px) {
  header.header {
    height: 40px; } }
header.header:before, header.header:after {
  display: table;
  content: "";
  line-height: 0; }
header.header:after {
  clear: both; }
header.header:before, header.header:after {
  display: table;
  content: "";
  line-height: 0; }
header.header:after {
  clear: both; }
@media only screen and (min-width: 1020px) {
  header.header {
    background: url("../images/common/bg_generalheader.gif") repeat-x left top; } }
header.header.transparent {
  background-color: transparent; }
header.header .header__logo {
  float: left;
  width: 180px;
  margin: 12px 0 0 9px; }
@media only screen and (max-width: 1019px) {
  header.header .header__logo {
    margin-top: 5px;
    width: 33%;
    float: left; } }
header.header .header__desc {
    font-size: 11px;
    color: #666;
    line-height: 1;
    margin-bottom: 10px;
    padding-left: 8px; }
@media only screen and (max-width: 1019px) {
  header.header .header__desc {
    display: none; } }
header.header .header__siteName {
  background: transparent url(../images/common/logo_300x90.png) no-repeat left top !important;
  margin: 0 !important; }
@media only screen and (min-width: 1020px) {
  header.header .header__siteName {
    width: 180px !important;
    height: 54px !important;
    -webkit-background-size: 180px 54px !important;
    -moz-background-size: 180px 54px !important;
    -ms-background-size: 180px 54px !important;
    -o-background-size: 180px 54px !important;
    background-size: 180px 54px !important; } }
header.header .header__siteName a {
  display: inline-block;
  text-indent: -10000px;
  padding: 39px 0 0;
  width: 180px;
  height: 0;
  overflow: hidden;  }
@media only screen and (max-width: 1019px) {
  header.header .header__siteName {
    width: 93px;
    height: 28px;
    -webkit-background-size: 93px 28px !important;
    -moz-background-size: 93px 28px !important;
    -ms-background-size: 93px 28px !important;
    -o-background-size: 93px 28px !important;
    background-size: 93px 28px; } }
header.header .header__circle {
  float: left;
  width: 100px;
  display: table;
  margin: 7px 0 0 10px; }
header.header .header__circle p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #dbc100;
  border: 2px solid #e0ce47;
  font-weight: bold;
  line-height: 1.55;
  font-size: 85%;
  width: 94px;
  height: 94px;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px; }
@media only screen and (max-width: 1019px) {
  header.header .header__circle {
    display: none; } }
header.header .header__ascii {
  width: 33%;
  float: left;
  margin: 0 10px 0 -10px !important;
  padding: 23px 0 0 0 !important;
  text-align: left; }
header.header .header__ascii a {
  width: 50%;
  display: block;
  padding-top: 1px; }
header.header .header__ascii img {
  height: 20px;
  width: auto; }
@media only screen and (max-width: 1019px) {
  header.header .header__ascii {
    padding: 8px 0 0 0 !important; }
  header.header .header__ascii img {
    height: 13px; } }
header.header .header__clubLogo {
  width: 30%;
  float: left;
  text-align: left;
  margin: 0;
  padding-top: 12px;
  line-height: 1; }
@media only screen and (max-width: 1019px) {
  header.header .header__clubLogo {
    padding-top: 4px; } }
header.header .header__clubLogo img {
  width: auto;
  height: 50px;
  display: inline-block; }
@media only screen and (max-width: 1019px) {
  header.header .header__clubLogo img {
    height: 26px; } }
header.header .header__sub {
  width: 70%;
  float: right;
  margin: 0 -15px 0 0px !important;
  height: 107px;
  *zoom: 1;
  text-align: right;
  padding-top: 20px; }
header.header .header__sub:before, header.header .header__sub:after {
  display: table;
  content: "";
  line-height: 0; }
header.header .header__sub:after {
  clear: both; }
@media only screen and (max-width: 1019px) {
  header.header .header__sub {
    padding-top: 0px;
    height: 40px;
    width: 66%; } }
header.header .header__regist--outer {
  display: inline-block;
  height: 107px;
  padding: 25px 10px 0;
  vertical-align: top; }
header.header .header__regist--outer .header__regist {
  font-weight: bold;
  text-decoration: none;
  border-radius: 15px 15px 15px 15px !important;
  -webkit-border-radius: 15px 15px 15px 15px !important;
  -moz-border-radius: 15px 15px 15px 15px !important;
  color: #000;
  background-color: #ffd150;
  padding: 5px 20px; }
header.header .header__regist--outer .header__regist:hover {
  background-color: rgba(255, 209, 80, 0.8); }
@media only screen and (max-width: 1019px) {
  header.header .header__regist--outer {
    height: 40px;
    padding: 10px 0 0;
    margin-right: 10px; }
  header.header .header__regist--outer .header__regist {
    font-size: 12px;
    padding: 5px 10px; } }
header.header .header__login--outer {
  display: inline-block;
  height: 107px;
  padding: 25px 10px 0;
  vertical-align: top; }
header.header .header__login--outer .header__login {
  color: #333;
  font-weight: bold;
  text-decoration: none; }
header.header .header__login--outer .header__login:hover {
  color: #999; }
@media only screen and (max-width: 1019px) {
  header.header .header__login--outer {
    height: 40px;
    padding: 10px 0px 0 0; }
  header.header .header__login--outer .header__login {
    font-size: 12px; } }
header.header .header__mypage--outer {
  display: inline-block;
  height: 107px;
  padding: 25px 10px 0;
  vertical-align: top; }
header.header .header__mypage--outer .header__mypage {
  color: #333;
  font-weight: bold;
  text-decoration: none; }
header.header .header__mypage--outer .header__mypage:hover {
  color: #999; }
@media only screen and (max-width: 1019px) {
  header.header .header__mypage--outer {
    height: 40px;
    padding: 10px 0px 0 0; }
  header.header .header__mypage--outer .header__mypage {
    font-size: 12px; } }
header.header .header__search--outer {
  display: inline-block;
  height: 107px;
  padding: 20px 15px 0 15px;
  vertical-align: top; }
header.header .header__search--outer .header__search {
  cursor: pointer; }
header.header .header__search--outer .header__search .fa {
  font-size: 26px;
  font-size: 2.6rem; }
@media only screen and (max-width: 1019px) {
  header.header .header__search--outer .header__search .fa {
    font-size: 24px;
    font-size: 2.4rem; } }
header.header .header__search--outer .header__search:hover .fa {
  color: #999; }
header.header .header__search--outer.open {
  background-color: #000; }
header.header .header__search--outer.open .fa {
  color: #fff; }
@media only screen and (max-width: 1019px) {
  header.header .header__search--outer {
    margin-right: 0;
    padding: 10px 8px 0;
    height: 40px;
    text-align: center; }
  header.header .header__search--outer .header__search .fa {
    font-size: 18px;
    font-size: 1.8rem; } }
header.header .header__menu--outer {
  display: inline-block;
  height: 107px;
  padding: 20px 15px 0 15px;
  vertical-align: top; }
header.header .header__menu--outer .header__menu {
  cursor: pointer; }
header.header .header__menu--outer .header__menu .fa {
  font-size: 26px;
  font-size: 2.6rem; }
@media only screen and (max-width: 1019px) {
  header.header .header__menu--outer .header__menu .fa {
    font-size: 24px;
    font-size: 2.4rem; } }
header.header .header__menu--outer .header__menu:hover .fa {
  color: #999; }
header.header .header__menu--outer.open {
  background-color: #000; }
header.header .header__menu--outer.open .header__menu .fa {
  color: #fff; }
@media only screen and (max-width: 1019px) {
  header.header .header__menu--outer {
    padding: 10px 8px 0;
    overflow: hidden;
    height: 40px; }
  header.header .header__menu--outer .header__menu {
    height: 40px;
    padding: 0; }
  header.header .header__menu--outer .header__menu .fa {
    font-size: 18px;
    font-size: 1.8rem; } }

.menu {
  margin: 0 10px 0 -15px !important;
  padding: 0 0 0 0 !important;
  text-align: left; }
.menu .menu__inner {
  width: 50px;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  height: 74px;
  padding-top: 20px; }
@media only screen and (max-width: 1019px) {
  .menu .menu__inner {
    height: 40px; } }
@media only screen and (max-width: 1019px) {
  .menu .menu__inner {
    padding-top: 5px; } }
.menu .menu__inner.open {
  background-color: #000; }
.menu .menu__inner.open .menu__button {
  padding: 3px 3px 3px 3px;
  width: 36px;
  height: 36px;
  color: #fff;
  border: none;
  background-position: 5px -21px; }
@media only screen and (max-width: 1019px) {
  .menu .menu__inner.open .menu__button {
    width: 30px; } }
@media only screen and (max-width: 1019px) {
  .menu .menu__inner.open .menu__button {
    height: 30px; } }
@media only screen and (max-width: 1019px) {
  .menu .menu__inner.open .menu__button {
    background-position: 2px -24px; } }
.menu .menu__button {
  font-weight: bold;
  display: block;
  padding: 3px 3px 3px 3px;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  border: 1px solid #ccc;
  background-image: url(../images/common/btn_header_menu.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 4px 4px;
  background-size: 61px 52px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 6px;
  font-size: 0.6rem;
  border-radius: 5px 5px 5px 5px !important;
  -webkit-border-radius: 5px 5px 5px 5px !important;
  -moz-border-radius: 5px 5px 5px 5px !important; }
@media only screen and (max-width: 1019px) {
  .menu .menu__button {
    width: 30px; } }
@media only screen and (max-width: 1019px) {
  .menu .menu__button {
    height: 30px; } }
@media only screen and (max-width: 1019px) {
  .menu .menu__button {
    background-position: 1px 1px; } }
.menu .menu__button .fa {
  display: block;
  font-size: 14px;
  font-size: 1.4rem; }

.menu-open {
  display: none;
  position: absolute;
  z-index: 1001;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  top: 74px; }
@media only screen and (max-width: 1019px) {
  .menu-open, .menu-open--search {
    top: 40px; } }
.menu-open.visible, .visible.menu-open--search {
  display: block; }
.menu-open .menu-open__subtitle, .menu-open--search .menu-open__subtitle {
  font-weight: bold;
  margin-bottom: 0;
  color: #eee;
  font-size: 8px;
  font-size: 0.8rem; }
.menu-open hr, .menu-open--search hr {
  height: 1px;
  margin: 0 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #999; }
.menu-open ul.menu-open__list, .menu-open--search ul.menu-open__list {
  margin: 0;
  padding: 0 0; }
.menu-open ul.menu-open__list li, .menu-open--search ul.menu-open__list li {
  margin-bottom: 0;
  color: #fff; }
.menu-open ul.menu-open__list li a, .menu-open--search ul.menu-open__list li a {
  font-weight: bold;
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  font-size: 1.4rem; }
.menu-open ul.menu-open__list li a:hover, .menu-open--search ul.menu-open__list li a:hover {
  background-color: rgba(255, 255, 255, 0.1); }
.menu-open ul.menu-open__list li a .fa, .menu-open--search ul.menu-open__list li a .fa {
  margin-right: 5px; }
.menu-open ul.menu-open__list li a span, .menu-open--search ul.menu-open__list li a span {
  display: block;
  font-size: 10px;
  font-size: 1.0rem;
  background: none;
  padding-left: 18px; }
.menu-open ul.menu-open__list li span, .menu-open--search ul.menu-open__list li span {
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 5px 15px;
  line-height: 1;
  text-decoration: none;
  font-weight: bold; }
.menu-open ul.menu-open__list li.menu-open__sublist, .menu-open--search ul.menu-open__list li.menu-open__sublist {
  font-size: 12px;
  font-size: 1.2rem;
  color: #bca523; }
.menu-open ul.menu-open__list li.menu-open__sublist-close, .menu-open--search ul.menu-open__list li.menu-open__sublist-close {
  text-align: right; }
.menu-open ul.menu-open__list li.menu-open__sublist-close .menu_btn-close, .menu-open--search ul.menu-open__list li.menu-open__sublist-close .menu_btn-close {
  color: #fff;
  cursor: pointer; }
.menu-open ul.menu-open__list li.menu-open__sublist-close .menu_btn-close .fa, .menu-open--search ul.menu-open__list li.menu-open__sublist-close .menu_btn-close .fa {
  color: #fff;
  border: 1px solid #fff;
  padding: 3px;
  margin-left: 4px; }
@media only screen and (min-width: 1020px) {
  .menu-open, .menu-open--search {
    z-index: 1001;
    height: auto;
    width: 450px;
    right: -450px; } }
.menu-open--search {
  display: none; }
.menu-open--search .menu-open__inner {
  padding: 15px 15px; }
.menu-open--search .menu-open__subtitle {
  padding-top: 10px; }
.menu-open--search .menu-open__search input[type='search'] {
  width: 95%;
  margin-top: 5px; }

.about .about__desc {
  margin-bottom: 2em; }
.about .about__catch {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 0.5em; }
@media only screen and (max-width: 1019px) {
  .about .about__catch {
    font-size: 14px;
    font-size: 1.4rem; } }
@media only screen and (max-width: 1019px) {
  .about .about__catch .entry_title {
    font-size: 18px;
    font-size: 1.8rem; } }
.about .about__feature {
  margin-bottom: 1.5em; }
.about .about__feature-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 3px;
  color: #CC0000;
  font-weight: bold; }
.about .about__feature-subtitle {
  color: #000;
  display: block;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem; }
.about .about__num {
  margin: 3px 3px 0 0; }
@media only screen and (max-width: 1019px) {
  .about .about__num {
    margin-top: 0; } }
.about .about__num .fa-circle {
  color: #bca523; }
.about .about__feature-desc {
  margin-top: 5px; }
.about .about__feature-desc p {
  font-size: 14px;
  font-size: 1.4rem; }

.author {
  padding: 15px;
  border: 3px solid #eee; }
.author .author__image {
  text-align: center; }
.author .author__image img {
  max-width: 100%;
  height: auto; }
.author .author__content {
  padding-top: 10px; }
.author .author__subtitle--mini {
  font-size: 12px;
  font-size: 1.2rem; }
.author .author__pop-outer {
  margin: -10px -5px 0 0;
  float: right;
  position: relative; }
.author .author__pop-in {
  text-align: right; }
.author .author__pop-in .fa {
  display: inline-block;
  padding: 10px;
  cursor: pointer; }
.author .author__pop-in .fa:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=$alpha )"; }
.author .author__pop-over {
  position: absolute;
  z-index: 10;
  right: 5px;
  display: none;
  padding: 10px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px #333;
  -moz-box-shadow: 0px 0px 3px #333;
  -ms-box-shadow: 0px 0px 3px #333;
  box-shadow: 0px 0px 3px #333;
  border-radius: 2px 2px 2px 2px !important;
  -webkit-border-radius: 2px 2px 2px 2px !important;
  -moz-border-radius: 2px 2px 2px 2px !important; }
.author .author__pop-over ul li {
  white-space: nowrap; }
.author .author__pop-over:before, .author .author__pop-over:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: ''; }
.author .author__pop-over:before {
  right: 15px;
  margin-top: -9px;
  margin-right: -9px;
  border-top: 0 solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #999;
  border-left: 9px solid transparent; }
.author .author__pop-over:after {
  right: 15px;
  margin-top: -8px;
  margin-right: -8px;
  border-top: 0 solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent; }
@media only screen and (max-width: 1019px) {
  .author .author__pop-outer {
    margin: 0px -5px 0 0; } }

.block .block__inner, .block--dotted .block__inner {
  border: 5px solid #d5dfe8;
  padding: 15px; }
.block .block__title, .block--dotted .block__title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px; }
.block .block__texts, .block--dotted .block__texts {
  padding-bottom: 15px; }

.block--dotted .block__inner {
  border: 2px dotted #d5dfe8; }

.book-lightbox {
  display: none; }
.book-lightbox .book-lightbox__pic {
  text-align: center; }
.book-lightbox .book-lightbox__pic a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=$alpha )"; }
.book-lightbox .book-lightbox__pic img {
  max-width: 100%;
  height: auto; }
.book-lightbox .book-lightbox__close {
  text-align: right;
  margin-top: 5px; }
.book-lightbox .book-lightbox__close img {
  cursor: pointer; }
.book-lightbox .book-lightbox__close img:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=$alpha )"; }

.book {
  margin-bottom: 60px; }
@media only screen and (max-width: 1019px) {
  .book {
    margin-bottom: 30px; } }
.book .book__image {
  margin-bottom: 5px; }
@media only screen and (max-width: 1019px) {
  .book .book__image {
    margin-bottom: 5px; } }
.book .book__image img {
  width: 100%;
  height: auto; }
.book .bx-wrapper {
  margin-bottom: 30px; }
.book .book__button-list {
  margin-bottom: 10px; }
@media only screen and (max-width: 1019px) {
  .book .book__button-list {
    margin-bottom: 20px; } }
.book .book__button-list .book__button-item {
  margin-bottom: 5px; }
.book .book__button-list .book__button-item .button.b, .book .book__button-list .book__button-item .b.button-small, .book .book__button-list .book__button-item .b.button--green, .book .book__button-list .book__button-item .b.button--green-small, .book .book__button-list .book__button-item .b.button--gold, .book .book__button-list .book__button-item .b.button--gold-small, .book .book__button-list .book__button-item .b.button--gold-gradient, .book .book__button-list .book__button-item .b.button--white, .book .book__button-list .book__button-item .b.button--white-small, .book .book__button-list .book__button-item .b.button--orange, .book .book__button-list .book__button-item .b.button--red, .book .book__button-list .book__button-item .b.button--facebook, .book .book__button-list .book__button-item .b.button--twitter, .book .book__button-list .book__button-item .b.button--rss, .book .book__button-list .book__button-item .b.button--line, .book .book__button-list .book__button-item .b.button--hatena, .book .book__button-list .book__button-item .b.button--fav {
  padding-top: 7px;
  padding-bottom: 7px; }
.book .book__number {
  font-weight: bold;
  color: #bca523;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.1; }
@media only screen and (max-width: 1019px) {
  .book .book__number {
    font-size: 14px;
    font-size: 1.4rem; } }
.book .book__time {
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1; }
@media only screen and (max-width: 1019px) {
  .book .book__time {
    font-size: 10px;
    font-size: 1.0rem; } }
.book .book__desc {
  margin-bottom: 10px; }
.book .book__thumb {
  display: block;
  margin-bottom: 10px; }
.book .book__index-title {
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #666;
  border-bottom: 1px solid #666;
  font-size: 16px;
  font-size: 1.6rem; }
.book .book__index-body {
  line-height: 1.5; }

@media only screen and (min-width: 1020px) {
  .book__outer--panel > div:nth-child(odd) .book {
    padding-right: 30px; }
  .book__outer--panel > div:nth-child(even) .book {
    padding-left: 30px; } }

.book__outer--list .book {
  margin-bottom: 30px; }
@media only screen and (max-width: 1019px) {
  .book__outer--list .book {
    margin-bottom: 30px; } }
.book__outer--list .book .book__desc {
  margin-bottom: 0; }
.book__outer--list .book .book__desc p {
  font-size: 16px;
  font-size: 1.6rem; }
.book__outer--list .book .book__desc a {
  display: block;
  text-decoration: none;
  color: #444; }
.book__outer--list .book .book__desc a:hover {
  color: #4b94c4; }
.book__outer--list .book .book__button-list .book__button-item .button.b, .book__outer--list .book .book__button-list .book__button-item .b.button-small, .book__outer--list .book .book__button-list .book__button-item .b.button--green, .book__outer--list .book .book__button-list .book__button-item .b.button--green-small, .book__outer--list .book .book__button-list .book__button-item .b.button--gold, .book__outer--list .book .book__button-list .book__button-item .b.button--gold-small, .book__outer--list .book .book__button-list .book__button-item .b.button--gold-gradient, .book__outer--list .book .book__button-list .book__button-item .b.button--white, .book__outer--list .book .book__button-list .book__button-item .b.button--white-small, .book__outer--list .book .book__button-list .book__button-item .b.button--orange, .book__outer--list .book .book__button-list .book__button-item .b.button--red, .book__outer--list .book .book__button-list .book__button-item .b.button--facebook, .book__outer--list .book .book__button-list .book__button-item .b.button--twitter, .book__outer--list .book .book__button-list .book__button-item .b.button--rss, .book__outer--list .book .book__button-list .book__button-item .b.button--line, .book__outer--list .book .book__button-list .book__button-item .b.button--hatena, .book__outer--list .book .book__button-list .book__button-item .b.button--fav {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1px;
  padding-right: 1px; }

.campaign .campaign__title {
  font-size: 18px;
  font-size: 1.8rem; }
.campaign .campaign__title .fa {
  margin-right: 5px; }

.cards {
  padding: 25px 0; }

.cards--vertical .card {
  padding: 0 0 30px; }
.cards--vertical .card .card__title {
  padding-top: 5px; }
.cards--vertical .card .card__desc {
  padding-top: 0px; }

.cards--list .card {
  padding: 15px 0px;
  border-bottom: 1px dotted #ddd; }

.cards__title {
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #666;
  border-bottom: 1px solid #666;
  font-size: 16px;
  font-size: 1.6rem;
  *zoom: 1; }
.cards__title:before, .cards__title:after {
  display: table;
  content: "";
  line-height: 0; }
.cards__title:after {
  clear: both; }

.card {
  padding: 0 15px; }
.card a {
  display: block;
  text-decoration: none;
  color: #444; }
.card a:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=$alpha )"; }
.card a:hover .card__title {
  color: #bca523; }
.card figure {
  position: relative; }
@media only screen and (min-width: 1020px) {
  .card figure {
    height: 367px; } }
@media only screen and (max-width: 1019px) {
  .card figure {
    height: calc( ( 100vw - 30px ) * 0.56 ); } }
.card figure img {
  position: absolute;
  width: 100%;
  height: auto; }
.card .card__time {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 10px;
  font-size: 1.0rem;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 2px 5px;
  background-color: rgba(0, 0, 0, 0.8);
  white-space: nowrap; }
.card .card__meta {
  *zoom: 1; }
.card .card__meta:before, .card .card__meta:after {
  display: table;
  content: "";
  line-height: 0; }
.card .card__meta:after {
  clear: both; }
.card .card__title {
  font-size: 18px;
  font-size: 1.8rem; }
.card .card__title a {
  font-weight: bold; }
.card .card__title a:hover {
  color: #bca523;
  text-decoration: none; }
.card .card__desc {
  padding-top: 10px;
  text-decoration: none; }
.card .card__desc p {
  text-decoration: none;
  color: #444; }
.card .card__date {
  font-size: 12px;
  font-size: 1.2rem; }
.card .card__label {
  background-color: #bca523;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 2px 5px;
  display: inline-block;
  margin-bottom: 5px;
  white-space: nowrap; }
.card .card__buttons {
  padding-top: 5px; }
.card .card__buttons .card__button {
  padding: 5px; }
.card .card__more {
  display: none; }

.card--large {
  padding: 0 0px 15px 0; }

.comment-add .comment-add__input {
  padding-top: 10px;
  padding-bottom: 10px; }
.comment-add .comment-add__btn {
  display: block;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.2;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px; }
.comment-add .comment-add__btn b {
  font-size: 14px;
  font-size: 1.4rem; }
.comment-add .comment-add__count {
  text-align: right; }
.comment-add .comment-add__count .comment-add__count-num {
  color: #666; }
.comment-add .comment-add__text {
  padding-top: 10px;
  font-size: 12px;
  font-size: 1.2rem; }

.comment-user, .comment-user--editor {
  *zoom: 1;
  vertical-align: middle;
  line-height: 1; }
.comment-user:before, .comment-user--editor:before, .comment-user:after, .comment-user--editor:after {
  display: table;
  content: "";
  line-height: 0; }
.comment-user:after, .comment-user--editor:after {
  clear: both; }
.comment-user .comment-user__image, .comment-user--editor .comment-user__image {
  display: inline;
  margin-right: 10px;
  position: relative; }
.comment-user .comment-user__image img.comment-user__pic, .comment-user--editor .comment-user__image img.comment-user__pic {
  vertical-align: middle;
  width: 30px;
  height: auto;
  border: 1px solid #fff; }
.comment-user .comment-user__image .comment-user__symbol, .comment-user--editor .comment-user__image .comment-user__symbol {
  position: absolute;
  top: -15px;
  right: -5px; }
.comment-user .comment-user__image .comment-user__symbol img, .comment-user--editor .comment-user__image .comment-user__symbol img {
  border: 2px solid #bca523;
  border-radius: 20px;
  width: 20px;
  height: 20px; }
.comment-user .comment-user__name, .comment-user--editor .comment-user__name {
  margin-right: 10px; }
.comment-user .comment-user__name a, .comment-user--editor .comment-user__name a {
  font-weight: bold;
  text-decoration: underline; }
.comment-user .comment-user__name a:hover, .comment-user--editor .comment-user__name a:hover {
  text-decoration: underline; }
.comment-user .comment-user__my-comments, .comment-user--editor .comment-user__my-comments {
  float: right;
  margin-top: 7px; }
.comment-user .comment-user__my-comments a, .comment-user--editor .comment-user__my-comments a {
  text-decoration: underline; }
.comment-user .comment-user__my-comments a:hover, .comment-user--editor .comment-user__my-comments a:hover {
  text-decoration: none; }
.comment-user .comment-user__time, .comment-user--editor .comment-user__time {
  display: inline-block;
  border-left: 1px solid #ddd;
  padding-left: 10px;
  color: #999; }

.comment {
  padding: 30px 0;
  border-bottom: 1px dotted #ddd;
  position: relative; }
.comment:last-child {
  margin-bottom: 15px; }
.comment .comment__title {
  color: #333;
  font-size: 18px;
  font-size: 1.8rem; }
.comment .comment__title a {
  color: #333; }
.comment .comment__category, .comment .comment__category--report, .comment .comment__category--movie {
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  margin-right: 5px;
  padding: 3px 10px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem; }
.comment .comment__category--report {
  background-color: #22c5ac; }
.comment .comment__category--movie {
  background-color: #4b94c4; }
.comment .comment__time {
  color: #666;
  font-size: 12px;
  font-size: 1.2rem; }
.comment .comment__del {
  cursor: pointer;
  text-align: center;
  line-height: 1.1;
  font-size: 12px;
  font-size: 1.2rem; }
.comment .comment__del:hover {
  color: #4b94c4; }
.comment .comment__del:hover .fa:before {
  color: #4b94c4; }
.comment .comment__del span {
  display: block;
  margin-bottom: 3px; }
.comment .comment__del .fa {
  display: block;
  font-size: 20px;
  font-size: 2.0rem; }
@media only screen and (max-width: 1019px) {
  .comment .comment__del .fa {
    font-size: 18px;
    font-size: 1.8rem; } }
.comment .comment__del .fa:before {
  color: #666; }
.comment .comment__num {
  font-weight: bold; }
.comment .comment__pop-outer {
  position: relative; }
.comment .comment__pop-in {
  text-align: right; }
.comment .comment__pop-in .fa {
  display: inline-block;
  padding: 10px;
  cursor: pointer; }
.comment .comment__pop-in .fa:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=$alpha )"; }
.comment .comment__pop-in .fa:before {
  color: #666; }
.comment .comment__pop-over {
  position: absolute;
  z-index: 10;
  right: 5px;
  display: none;
  padding: 10px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px #333;
  -moz-box-shadow: 0px 0px 3px #333;
  -ms-box-shadow: 0px 0px 3px #333;
  box-shadow: 0px 0px 3px #333;
  border-radius: 2px 2px 2px 2px !important;
  -webkit-border-radius: 2px 2px 2px 2px !important;
  -moz-border-radius: 2px 2px 2px 2px !important; }
.comment .comment__pop-over ul li {
  white-space: nowrap; }
.comment .comment__pop-over:before, .comment .comment__pop-over:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: ''; }
.comment .comment__pop-over:before {
  right: 15px;
  margin-top: -9px;
  margin-right: -9px;
  border-top: 0 solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #999;
  border-left: 9px solid transparent; }
.comment .comment__pop-over:after {
  right: 15px;
  margin-top: -8px;
  margin-right: -8px;
  border-top: 0 solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent; }
.comment .comment__content {
  padding: 10px 0; }
.comment .comment__content-more,
.comment .comment__content-close {
  line-height: 1;
  margin-bottom: 0; }
.comment .comment__content-more span,
.comment .comment__content-close span {
  line-height: 1;
  display: inline-block;
  padding: 5px 15px;
  cursor: pointer;
  text-align: center; }
.comment .comment__content-more .fa,
.comment .comment__content-close .fa {
  margin-right: 5px; }
.comment .comment__content-close {
  display: none; }
.comment .comment__action {
  *zoom: 1;
  position: relative; }
.comment .comment__action:before, .comment .comment__action:after {
  display: table;
  content: "";
  line-height: 0; }
.comment .comment__action:after {
  clear: both; }
.comment .comment__action-num {
  font-size: 14px;
  font-size: 1.4rem; }
.comment .comment__tooltip {
  display: none; }
.comment .comment__btn-like,
.comment .comment__btn-bad {
  line-height: 1;
  display: inline-block;
  float: right;
  padding: 5px 10px;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.comment .comment__btn-like .fa,
.comment .comment__btn-bad .fa {
  margin-right: 5px; }
.comment .comment__btn-like:hover,
.comment .comment__btn-bad:hover {
  position: relative; }
.comment .comment__btn-like:hover .comment__tooltip.enable,
.comment .comment__btn-bad:hover .comment__tooltip.enable {
  display: inline-block;
  position: absolute;
  font-size: 12px;
  font-size: 1.2rem;
  white-space: nowrap;
  top: 30px;
  left: 10px;
  color: #444;
  background-color: #f2f2f2;
  padding: 5px;
  border-radius: 3px;
  z-index: 100;
  line-height: 1;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  -moz-box-shadow: 0px 0px 3px #ccc;
  -ms-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc; }
.comment .comment__btn-like {
  border-radius: 3px 0 0 3px !important;
  -webkit-border-radius: 3px 0 0 3px !important;
  -moz-border-radius: 3px 0 0 3px !important; }
.comment .comment__btn-like .fa {
  color: #4b94c4; }
.comment .comment__btn-like:hover, .comment .comment__btn-like.-checked {
  color: #fff;
  border-color: #4b94c4;
  background-color: #4b94c4; }
.comment .comment__btn-like:hover .fa, .comment .comment__btn-like.-checked .fa {
  color: #fff; }
.comment .comment__btn-bad {
  border-left: none;
  border-radius: 0 3px 3px 0 !important;
  -webkit-border-radius: 0 3px 3px 0 !important;
  -moz-border-radius: 0 3px 3px 0 !important; }
.comment .comment__btn-bad .fa {
  color: #e43c3c; }
.comment .comment__btn-bad:hover, .comment .comment__btn-bad.-checked {
  color: #fff;
  border-color: #e43c3c;
  background-color: #e43c3c; }
.comment .comment__btn-bad:hover .fa, .comment .comment__btn-bad.-checked .fa {
  color: #fff; }
.comment .comment__actioned {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0; }
.comment .comment__actioned.-show {
  top: -2em;
  opacity: 1; }
.comment .comment__actioned.-out {
  top: -2em;
  right: 20px;
  opacity: 0; }
.comment .comment__actioned-like {
  display: none;
  color: #4b94c4; }
.comment .comment__actioned-bad {
  display: none;
  color: #e43c3c; }
.comment .comment__action-num {
  font-weight: bold; }
.comment .comment__modal {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.comment .comment__modal-title {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem; }
.comment .comment__modal-content {
  padding-top: 15px; }
.comment .comment__modal-bg {
  padding: 30px 15px;
  background-color: rgba(0, 0, 0, 0.8); }
.comment .comment__modal-complete {
  display: none; }
.comment .comment__modal-complete p {
  text-align: center;
  color: #fff; }
@media only screen and (max-width: 1019px) {
  .comment .comment__modal-bg {
    padding: 30px 30px; } }
@media only screen and (max-width: 1019px) {
  .comment .comment__title {
    font-size: 16px;
    font-size: 1.6rem; }
  .comment .comment__category, .comment .comment__category--report, .comment .comment__category--movie {
    padding: 2px 5px;
    font-size: 10px;
    font-size: 1.0rem; }
  .comment .comment__btn-like,
  .comment .comment__btn-bad {
    font-size: 10px;
    font-size: 1.0rem; }
  .comment .comment__texts {
    margin-left: -10px; }
  .comment .comment__del {
    white-space: nowrap;
    font-size: 12px;
    font-size: 1.2rem; }
  .comment .comment__del span {
    display: block;
    margin-bottom: 5px; }
  .comment .comment__del .fa {
    font-size: 26px;
    font-size: 2.6rem; } }

.comments {
  margin-top: 60px; }
.comments .comments__title {
  line-height: 1;
  margin-bottom: 10px;
  padding: 5px 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  font-size: 18px;
  font-size: 1.8rem;
  *zoom: 1; }
.comments .comments__title:before, .comments .comments__title:after {
  display: table;
  content: "";
  line-height: 0; }
.comments .comments__title:after {
  clear: both; }
.comments .comments__title .fa {
  font-size: 28px;
  font-size: 2.8rem; }
@media only screen and (max-width: 1019px) {
  .comments .comments__title .fa {
    font-size: 24px;
    font-size: 2.4rem; } }
.comments .comments__title-str {
  font-weight: bold;
  display: inline-block;
  float: left;
  margin-top: 6px; }
.comments .comments__num {
  font-weight: bold;
  position: relative;
  z-index: 0;
  display: inline-block;
  float: left;
  width: auto;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 15px;
  text-align: center;
  color: #fff;
  background: #bca523;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 5px 5px 5px 5px !important;
  -webkit-border-radius: 5px 5px 5px 5px !important;
  -moz-border-radius: 5px 5px 5px 5px !important; }
.comments .comments__num:after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -8px;
  content: '';
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: #bca523 transparent transparent transparent; }
.comments .comments__btn {
  padding: 10px 0 5px; }
.comments .comments__btn a,
.comments .comments__btn span {
  display: block; }
.comments .comments__onoff {
  float: right;
  line-height: 1;
  vertical-align: middle;
  *zoom: 1; }
.comments .comments__onoff:before, .comments .comments__onoff:after {
  display: table;
  content: "";
  line-height: 0; }
.comments .comments__onoff:after {
  clear: both; }
.comments .comments__onoff-text {
  display: inline;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 5px; }
.comments .comments__onoff-checkbox {
  display: none; }
.comments .comments__onoff-checkbox + label {
  float: right;
  margin-top: -3px; }
.comments .comments__onoff-checkbox + label:before,
.comments .comments__onoff-checkbox + label:after {
  display: inline-block;
  padding: .2em .5em;
  width: 3em;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ccc; }
.comments .comments__onoff-checkbox + label:before {
  content: "OFF";
  background: #fff;
  color: #444;
  border-top-left-radius: .3em;
  border-bottom-left-radius: .3em;
  border-right: none; }
.comments .comments__onoff-checkbox + label:after {
  content: "ON";
  background: #bca523;
  color: #fff;
  border-top-right-radius: .3em;
  border-bottom-right-radius: .3em;
  border-left: none; }
.comments .comments__onoff-checkbox:checked + label:before {
  background: #bca523;
  color: #fff; }
.comments .comments__onoff-checkbox:checked + label:after {
  background: #fff;
  color: #444; }
.comments .comments__onoff-close {
  display: none; }
.comments .comments__onoff-infobtn {
  cursor: pointer;
  padding: 1px; }
.comments .comments__onoff-info {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center; }
.comments .comments__onoff-triangle {
  width: 0;
  height: 0;
  margin: 0 auto;
  border: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.5); }
.comments .comments__onoff-infotext {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px;
  width: 220px;
  color: #fff; }
.comments .comments__tabs {
  margin-top: 20px;
  padding-top: 10px;
  border-bottom: 1px solid #ddd;
  *zoom: 1; }
.comments .comments__tabs:before, .comments .comments__tabs:after {
  display: table;
  content: "";
  line-height: 0; }
.comments .comments__tabs:after {
  clear: both; }
.comments .comments__tabs ul {
  margin-bottom: -1px;
  padding-left: 15px;
  *zoom: 1;
  float: left; }
.comments .comments__tabs ul:before, .comments .comments__tabs ul:after {
  display: table;
  content: "";
  line-height: 0; }
.comments .comments__tabs ul:after {
  clear: both; }
.comments .comments__tabs ul li {
  float: left;
  margin: 0; }
.comments .comments__tabs ul li a,
.comments .comments__tabs ul li span {
  font-weight: bold;
  display: block;
  padding: .5em 15px;
  text-decoration: none;
  color: #333;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none; }
.comments .comments__tabs ul li a:hover,
.comments .comments__tabs ul li span:hover {
  text-decoration: underline; }
.comments .comments__tabs ul li span {
  font-weight: normal;
  background-color: #fff; }
.comments .comments__tabs ul li:first-child a,
.comments .comments__tabs ul li:first-child span {
  border-left: 1px solid #ddd;
  border-radius: 3px 0 0 0 !important;
  -webkit-border-radius: 3px 0 0 0 !important;
  -moz-border-radius: 3px 0 0 0 !important; }
.comments .comments__tabs ul li:last-child a,
.comments .comments__tabs ul li:last-child span {
  border-radius: 0 3px 0 0 !important;
  -webkit-border-radius: 0 3px 0 0 !important;
  -moz-border-radius: 0 3px 0 0 !important; }
.comments .comments__sort {
  border-bottom: 1px solid #eee;
  *zoom: 1; }
.comments .comments__sort:before, .comments .comments__sort:after {
  display: table;
  content: "";
  line-height: 0; }
.comments .comments__sort:after {
  clear: both; }
.comments .comments__sort ul {
  padding: 10px 0; }
.comments .comments__sort ul li {
  line-height: 1;
  float: left; }
.comments .comments__sort ul li a,
.comments .comments__sort ul li span {
  display: block;
  padding: .5em 15px;
  border-right: 1px solid #eee;
  font-size: 12px;
  font-size: 1.2rem; }
.comments .comments__sort ul li a {
  text-decoration: none; }
.comments .comments__sort ul li a:hover {
  text-decoration: underline; }
.comments .comments__sort ul li span {
  font-weight: bold; }
.comments .comments__sort ul li:last-child a,
.comments .comments__sort ul li:last-child span {
  border-right: none; }
@media only screen and (max-width: 1019px) {
  .comments {
    margin-top: 20px; }
  .comments .comments__title {
    padding: 5px 0;
    font-size: 14px;
    font-size: 1.4rem; }
  .comments .comments__title-str {
    margin-top: 4px; }
  .comments .comments__num {
    margin-bottom: 3px;
    padding: 3px 10px;
    font-size: 12px;
    font-size: 1.2rem; }
  .comments .comments__num:after {
    bottom: -4px;
    margin-left: -4px;
    border-width: 4px 4px 0 4px; }
  .comments .comments__tabs {
    margin-top: 10px; }
  .comments .comments__tabs ul {
    padding-left: 5px; }
  .comments .comments__tabs ul li a,
  .comments .comments__tabs ul li span {
    padding: .5em 10px;
    font-size: 12px;
    font-size: 1.2rem; } }
@media only screen and (max-width: 632px) {
  .comments .comments__onoff {
    margin-top: -5px;
    margin-bottom: 5px; }
  .comments .comments__onoff-checkbox + label {
    float: right;
    margin-top: 0; }
  .comments .comments__onoff-checkbox + label:before,
  .comments .comments__onoff-checkbox + label:after {
    font-size: 12px;
    font-size: 1.2rem; }
  .comments .comments__tabs ul {
    float: none; }
  .comments .comments__onoff-close {
    display: inline-block;
    vertical-align: middle; }
  .comments .comments__onoff {
    float: none;
    text-align: right; }
  .comments .comments__onoff-info {
    position: static; }
  .comments .comments__onoff-triangle {
    display: none; }
  .comments .comments__onoff-infotext {
    width: 100%;
    background-color: #fff;
    margin: 10px 0 -5px;
    border: 1px dotted #bca523;
    padding: 5px;
    color: #444; } }
.comments .comments__more {
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #ccc; }
.comments .comments__more .button--white, .comments .comments__more .button--white-small {
  display: inline-block;
  width: auto; }

.dialog {
  display: none; }
.dialog .dialog__sec {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px; }
.dialog .dialog__sec:last-child {
  margin-bottom: 0; }
.dialog .dialog__sec p {
  line-height: 1.3; }
.dialog .dialog__images {
  width: 300px;
  margin: 0 auto 10px; }
@media only screen and (max-width: 1019px) {
  .dialog .dialog__images {
    width: 240px; } }
.dialog .dialog__images .dialog__image-list {
  width: 300px;
  height: 250px;
  overflow: hidden; }
@media only screen and (max-width: 1019px) {
  .dialog .dialog__images .dialog__image-list {
    width: 240px;
    height: 200px; } }
.dialog .dialog__images .dialog__image-list li img {
  max-width: 100%;
  height: auto; }
.dialog .dialog__button-list {
  margin-bottom: 10px; }
@media only screen and (max-width: 1019px) {
  .dialog .dialog__button-list {
    margin-bottom: 20px; } }
.dialog .dialog__button-list .dialog__button-item {
  margin-bottom: 5px; }
.dialog .dialog__button-list .dialog__button-item .button.b, .dialog .dialog__button-list .dialog__button-item .b.button-small, .dialog .dialog__button-list .dialog__button-item .b.button--green, .dialog .dialog__button-list .dialog__button-item .b.button--green-small, .dialog .dialog__button-list .dialog__button-item .b.button--gold, .dialog .dialog__button-list .dialog__button-item .b.button--gold-small, .dialog .dialog__button-list .dialog__button-item .b.button--gold-gradient, .dialog .dialog__button-list .dialog__button-item .b.button--white, .dialog .dialog__button-list .dialog__button-item .b.button--white-small, .dialog .dialog__button-list .dialog__button-item .b.button--orange, .dialog .dialog__button-list .dialog__button-item .b.button--red, .dialog .dialog__button-list .dialog__button-item .b.button--facebook, .dialog .dialog__button-list .dialog__button-item .b.button--twitter, .dialog .dialog__button-list .dialog__button-item .b.button--rss, .dialog .dialog__button-list .dialog__button-item .b.button--line, .dialog .dialog__button-list .dialog__button-item .b.button--hatena, .dialog .dialog__button-list .dialog__button-item .b.button--fav {
  padding-top: 7px;
  padding-bottom: 7px;
  width: 70%;
  margin-right: auto;
  margin-left: auto; }
.dialog .dialog__close {
  text-align: right;
  margin-top: 5px;
  *zoom: 1; }
.dialog .dialog__close:before, .dialog .dialog__close:after {
  display: table;
  content: "";
  line-height: 0; }
.dialog .dialog__close:after {
  clear: both; }
.dialog .dialog__close .fa {
  padding: 0.2em 0.3em;
  margin-bottom: 5px;
  width: 1.6em;
  height: 1.6em;
  font-size: 1em;
  display: block;
  float: right;
  border: 1px solid #666;
  cursor: pointer; }
.dialog .dialog__close .fa:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=$alpha )"; }

.entry_subtitle {
  font-weight: 100;
  font-size: 1.4rem;
  font-size: 14px;
}
.entries .entries__title, .entries .entries__title--green, .entries .entries__title--gold {
  font-size: 14px;
  font-size: 1.4rem; }
.entries .entries__title .fa, .entries .entries__title--green .fa, .entries .entries__title--gold .fa {
  margin-right: 5px; }
.entries .entries__title--green {
  color: #22c5ac; }
.entries .entries__title--gold {
  color: #bca523; }
.entries .entries__list {
  list-style: none; }
.entries .entries__list li {
  line-height: 1;
  margin-bottom: 10px; }
.entries .entries__list li a {
  font-weight: bold;
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #333;
  border: 1px solid #e9e9e9;
  padding: 20px 15px;
  vertical-align: middle;
  line-height: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
@media only screen and (max-width: 1019px) {
  .entries .entries__list li a {
    padding: 15px 15px; } }
.entries .entries__list li a:hover {
  background-color: rgba(213, 223, 232, 0.2); }
.entries .entries__list li a:before {
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  color: #444;
  right: 15px;
  margin-top: -0.5em;
  content: '\f105';
  font-size: 28px;
  font-size: 2.8rem; }
@media only screen and (max-width: 1019px) {
  .entries .entries__list li a:before {
    font-size: 24px;
    font-size: 2.4rem; } }
.entries .entries__list li a .fa {
  margin-right: 15px; }

.error {
  margin-bottom: 30px; }
@media only screen and (max-width: 1019px) {
  .error {
    margin-bottom: 15px; } }
.error .error__inner {
  border: 1px solid #ec6552;
  padding: 15px; }
.error .error__title {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ec6552;
  margin-bottom: 1em; }

.fixnav {
  display: none;
  position: fixed;
  right: 0;
  bottom: 65px; }
.fixnav .fixnav_list li {
  margin-bottom: 5px !important; }
.fixnav .fixnav_list li:last-child {
  margin-bottom: 0; }
.fixnav .fixnav_item-mypage a,
.fixnav .fixnav_item-mypage span,
.fixnav .fixnav_item-fav a,
.fixnav .fixnav_item-fav span {
  display: block;
  border-radius: 5px 0 0 5px !important;
  -webkit-border-radius: 5px 0 0 5px !important;
  -moz-border-radius: 5px 0 0 5px !important;
  padding: 12px 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none; }
.fixnav .fixnav_item-mypage a:hover,
.fixnav .fixnav_item-mypage span:hover,
.fixnav .fixnav_item-fav a:hover,
.fixnav .fixnav_item-fav span:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=$alpha )"; }
.fixnav .fixnav_item-mypage a,
.fixnav .fixnav_item-mypage span {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff !important;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff; }
.fixnav .fixnav_item-fav a,
.fixnav .fixnav_item-fav span {
  background-color: rgba(188, 165, 35, 0.8);
  color: #000 !important;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff; }
.fixnav .fixnav_ico-fav {
  background: url("../images/icon/fav-000.png") no-repeat left center;
  -webkit-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto 4px; }
.fixnav .fixnav_ico-personal {
  background: url("../images/icon/person_outline.png") no-repeat left center;
  -webkit-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto 4px; }
@media only screen and (max-width: 767px) {
  .fixnav {
    bottom: 60px; }
  .fixnav .fixnav_list li {
    margin-bottom: 0px !important; }
  .fixnav .fixnav_item-mypage a,
  .fixnav .fixnav_item-mypage span,
  .fixnav .fixnav_item-fav a,
  .fixnav .fixnav_item-fav span {
    padding: 5px 5px;
    font-size: 10px;
    font-size: 1.0rem; }
  .fixnav .fixnav_ico-fav {
    margin: 0 auto 0px; }
  .fixnav .fixnav_ico-personal {
    margin: 0 auto 0px; } }

.preview {
  margin-bottom: 10px; }
.preview .preview__img {
  width: 100%;
  height: auto;
  cursor: pointer; }
.preview .preview__click {
  cursor: pointer; }

.form .form__row {
  margin-bottom: 30px; }
@media only screen and (max-width: 1019px) {
  .form .form__row {
    margin-bottom: 15px; } }
.form .form__border {
  border: 1px solid #ddd;
  padding: 10px 10px;
  *zoom: 1; }
.form .form__border:before, .form .form__border:after {
  display: table;
  content: "";
  line-height: 0; }
.form .form__border:after {
  clear: both; }
.form .form__border--has-check {
  border: 1px solid #ddd;
  *zoom: 1;
  padding: 17px 10px 0; }
.form .form__border--has-check:before, .form .form__border--has-check:after {
  display: table;
  content: "";
  line-height: 0; }
.form .form__border--has-check:after {
  clear: both; }
@media only screen and (max-width: 1019px) {
  .form .form__border--has-check {
    padding: 2px 10px 0px; }
  .form .form__border--has-check .form__label {
    margin-top: 10px; } }
.form .form__heading {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem; }
.form .form__caption {
  color: #97a5b1;
  font-size: 14px;
  font-size: 1.4rem; }
.form .form__errors {
  padding-top: 5px; }
.form .form__errors ul li {
  font-weight: bold;
  color: #e43c3c;
  font-size: 12px;
  font-size: 1.2rem; }
.form .form__errors ul li:last-child {
  margin-bottom: .5em; }
.form .form_required {
  font-weight: bold;
  display: inline-block;
  margin-left: 5px;
  padding: 1px 5px;
  color: #fff;
  background-color: #4b94c4;
  border-radius: 2px 2px 2px 2px !important;
  -webkit-border-radius: 2px 2px 2px 2px !important;
  -moz-border-radius: 2px 2px 2px 2px !important; }
.form .form_input {
  width: 100%;
  padding: 10px;
  border: 2px solid #d2d2d2;
  border-radius: 5px 5px 5px 5px !important;
  -webkit-border-radius: 5px 5px 5px 5px !important;
  -moz-border-radius: 5px 5px 5px 5px !important;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-appearance: none; }
.form .form_search {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit; }
.form .form__textarea {
  width: 100%;
  padding: 10px;
  border: 2px solid #d2d2d2;
  border-radius: 5px 5px 5px 5px !important;
  -webkit-border-radius: 5px 5px 5px 5px !important;
  -moz-border-radius: 5px 5px 5px 5px !important;
  font-size: 16px;
  font-size: 1.6rem;
  min-height: 120px; }
@media only screen and (max-width: 1019px) {
  .form .form__textarea {
    min-height: 80px; } }
.form .form__textarea.-low {
  min-height: 60px; }
@media only screen and (max-width: 1019px) {
  .form .form__textarea.-low {
    min-height: 40px; } }
.form .form__checkbox {
  position: relative;
  display: block; }
.form .form__checkbox-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }
.form .form__check {
  display: inline-block; }
.form label.form__label {
  white-space: nowrap;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  color: #bca523; }
@media (min-width: 1px) {
  .form .form__check {
    display: none;
    margin: 0; }
  .form label.form__label {
    padding: 0px 0px 0px 0px; }
  .form label.form__label::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -22px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: 0;
    background: #FFF; }
  .form label.form__label::before {
    border: 2px solid #c3c3c3; }
  .form .form__check:checked + label.form__label::after {
    content: "";
    position: absolute;
    top: 3px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block; }
  .form .form__check:checked + label.form__label::after {
    left: -18px;
    width: 16px;
    height: 8px;
    margin-top: 0;
    border-left: 3px solid #bca523;
    border-bottom: 3px solid #bca523;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
.form .form__select-outer {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  border: 2px solid #d2d2d2;
  border-radius: 5px 5px 5px 5px !important;
  -webkit-border-radius: 5px 5px 5px 5px !important;
  -moz-border-radius: 5px 5px 5px 5px !important; }
.form .form__select-outer:before {
  font-family: FontAwesome;
  content: '\f078';
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 12px;
  right: .75rem;
  margin-top: -8px;
  margin-top: -.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #444; }
.form .form__select {
  position: relative;
  z-index: 2;
  display: block;
  width: 200%;
  width: -webkit-calc(100% + 3em);
  width: calc(100% + 3em);
  margin: 0;
  padding: 11px 35px 11px 11px;
  padding: .6875rem 2.1875rem .6875rem .6875rem;
  background: transparent;
  border: 0;
  outline: none;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
.form .form__select.customSelectFocus {
  background-color: #d1ebff; }
.form .form__select .customSelectInner {
  background: url(../images/form/custom_select-arrow.png) no-repeat center right;
  -webkit-background-size: 20px 13px;
  -moz-background-size: 20px 13px;
  -ms-background-size: 20px 13px;
  -o-background-size: 20px 13px;
  background-size: 20px 13px; }
.form .form__radio-label {
  font-size: 16px;
  font-size: 1.6rem; }
.form .form__radio {
  margin-right: 5px;
  font-size: 16px;
  font-size: 1.6rem; }
.form .form__button, .form .form__button--green, .form .form__button--gold, .form .button--gold-gradient {
  font-weight: bold;
  line-height: 1;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  color: #000;
  border: none;
  background-color: #f8f8f8;
  padding: 20px 15px;
  border-radius: 5px 5px 5px 5px !important;
  -webkit-border-radius: 5px 5px 5px 5px !important;
  -moz-border-radius: 5px 5px 5px 5px !important;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
@media only screen and (max-width: 1019px) {
  .form .form__button, .form .form__button--green, .form .form__button--gold, .form .button--gold-gradient {
    padding: 20px 15px/2; } }
.form .form__button--green {
  color: #fff;
  background-color: #22c5ac; }
.form .form__button--green:hover {
  background-color: rgba(34, 197, 172, 0.8); }
.form .form__button--gold {
  color: #fff;
  border: 1px solid #776A2C;
  background-color: #998a41;
  background-image: -moz-linear-gradient(top, #a99746, #827639);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a99746), to(#827639));
  background-image: -webkit-linear-gradient(top, #a99746, #827639);
  background-image: -o-linear-gradient(top, #a99746, #827639);
  background-image: linear-gradient(to bottom, #a99746, #827639);
  background-repeat: repeat-x; }
.form .form__button--gold:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=$alpha )"; }
.form .form__name-outer {
  margin-bottom: 5px; }
.form .form__name {
  font-size: 22px;
  font-size: 2.2rem; }
@media only screen and (max-width: 1019px) {
  .form .form__name {
    font-size: 18px;
    font-size: 1.8rem; } }
.form .form__name-edit {
  margin-left: 10px;
  color: #666; }
.form .form__name-edit a {
  color: #666; }
.form .form__count-results {
  text-align: right; }

.icon-open-book:after {
  content: ' ';
  background: url(../images/icon/open-book.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  vertical-align: middle; }

.icon-list-str:after {
  content: ' ';
  background: url(../images/icon/list-str.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  vertical-align: middle; }
.icon-list-str.current:after {
  content: ' ';
  background: url(../images/icon/list-str-current.png);
  background-repeat: no-repeat;
  background-size: contain; }

.icon-list-pic:after {
  content: ' ';
  background: url(../images/icon/list-pic.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  vertical-align: middle; }
.icon-list-pic.current:after {
  content: ' ';
  background: url(../images/icon/list-pic-current.png);
  background-repeat: no-repeat;
  background-size: contain; }

.icon-movie:after {
  content: ' ';
  background: url(../images/icon/movie.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: -10px 5px 0 0;
  width: 26px;
  height: 26px;
  vertical-align: middle; }
@media only screen and (max-width: 1019px) {
  .icon-movie:after {
    margin-top: -7px;
    width: 20px;
    height: 20px; } }

.icon-movie--menu:after {
  content: ' ';
  background: url(../images/icon/movie-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: -5px 4px 0 -5px;
  width: 20px;
  height: 20px;
  vertical-align: middle; }

.icon-fav:after, .icon-fav--large:after {
  content: ' ';
  background: url(../images/icon/fav-black.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0px 4px 0 0px;
  width: 16px;
  height: 16px;
  vertical-align: middle; }

.icon-fav--large:after {
  width: 26px;
  height: 26px;
  margin: 0px 5px 3px 5px; }
@media only screen and (max-width: 1019px) {
  .icon-fav--large:after {
    width: 20px;
    height: 20px; } }

.jumbotron, .jumbotron--1st, .jumbotron--2nd, .jumbotron--3rd, .jumbotron--4th, .jumbotron--5th {
  position: relative;
  height: 85vh;
  min-height: 85vh;
  border-bottom: 1px solid #fff;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.jumbotron .jumbotron__texts, .jumbotron--1st .jumbotron__texts, .jumbotron--2nd .jumbotron__texts, .jumbotron--3rd .jumbotron__texts, .jumbotron--4th .jumbotron__texts, .jumbotron--5th .jumbotron__texts, .jumbotron .jumbotron__texts--right, .jumbotron--1st .jumbotron__texts--right, .jumbotron--2nd .jumbotron__texts--right, .jumbotron--3rd .jumbotron__texts--right, .jumbotron--4th .jumbotron__texts--right, .jumbotron--5th .jumbotron__texts--right, .jumbotron .jumbotron__texts--left, .jumbotron--1st .jumbotron__texts--left, .jumbotron--2nd .jumbotron__texts--left, .jumbotron--3rd .jumbotron__texts--left, .jumbotron--4th .jumbotron__texts--left, .jumbotron--5th .jumbotron__texts--left {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
.jumbotron .jumbotron__texts .jumbotron__title, .jumbotron--1st .jumbotron__texts .jumbotron__title, .jumbotron--2nd .jumbotron__texts .jumbotron__title, .jumbotron--3rd .jumbotron__texts .jumbotron__title, .jumbotron--4th .jumbotron__texts .jumbotron__title, .jumbotron--5th .jumbotron__texts .jumbotron__title, .jumbotron .jumbotron__texts--right .jumbotron__title, .jumbotron--1st .jumbotron__texts--right .jumbotron__title, .jumbotron--2nd .jumbotron__texts--right .jumbotron__title, .jumbotron--3rd .jumbotron__texts--right .jumbotron__title, .jumbotron--4th .jumbotron__texts--right .jumbotron__title, .jumbotron--5th .jumbotron__texts--right .jumbotron__title, .jumbotron .jumbotron__texts--left .jumbotron__title, .jumbotron--1st .jumbotron__texts--left .jumbotron__title, .jumbotron--2nd .jumbotron__texts--left .jumbotron__title, .jumbotron--3rd .jumbotron__texts--left .jumbotron__title, .jumbotron--4th .jumbotron__texts--left .jumbotron__title, .jumbotron--5th .jumbotron__texts--left .jumbotron__title {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
  color: #f8a32f; }
.jumbotron .jumbotron__texts .jumbotron__pg, .jumbotron--1st .jumbotron__texts .jumbotron__pg, .jumbotron--2nd .jumbotron__texts .jumbotron__pg, .jumbotron--3rd .jumbotron__texts .jumbotron__pg, .jumbotron--4th .jumbotron__texts .jumbotron__pg, .jumbotron--5th .jumbotron__texts .jumbotron__pg, .jumbotron .jumbotron__texts--right .jumbotron__pg, .jumbotron--1st .jumbotron__texts--right .jumbotron__pg, .jumbotron--2nd .jumbotron__texts--right .jumbotron__pg, .jumbotron--3rd .jumbotron__texts--right .jumbotron__pg, .jumbotron--4th .jumbotron__texts--right .jumbotron__pg, .jumbotron--5th .jumbotron__texts--right .jumbotron__pg, .jumbotron .jumbotron__texts--left .jumbotron__pg, .jumbotron--1st .jumbotron__texts--left .jumbotron__pg, .jumbotron--2nd .jumbotron__texts--left .jumbotron__pg, .jumbotron--3rd .jumbotron__texts--left .jumbotron__pg, .jumbotron--4th .jumbotron__texts--left .jumbotron__pg, .jumbotron--5th .jumbotron__texts--left .jumbotron__pg {
  font-size: 52px;
  font-size: 5.2rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 0;
  white-space: nowrap; }
.jumbotron .jumbotron__texts--right, .jumbotron--1st .jumbotron__texts--right, .jumbotron--2nd .jumbotron__texts--right, .jumbotron--3rd .jumbotron__texts--right, .jumbotron--4th .jumbotron__texts--right, .jumbotron--5th .jumbotron__texts--right {
  right: 100px; }
.jumbotron .jumbotron__texts--right .jumbotron__title, .jumbotron--1st .jumbotron__texts--right .jumbotron__title, .jumbotron--2nd .jumbotron__texts--right .jumbotron__title, .jumbotron--3rd .jumbotron__texts--right .jumbotron__title, .jumbotron--4th .jumbotron__texts--right .jumbotron__title, .jumbotron--5th .jumbotron__texts--right .jumbotron__title {
  -webkit-text-shadow: 0px 0px 5px #000;
  -moz-text-shadow: 0px 0px 5px #000;
  -ms-text-shadow: 0px 0px 5px #000;
  text-shadow: 0px 0px 5px #000; }
.jumbotron .jumbotron__texts--right .jumbotron__pg, .jumbotron--1st .jumbotron__texts--right .jumbotron__pg, .jumbotron--2nd .jumbotron__texts--right .jumbotron__pg, .jumbotron--3rd .jumbotron__texts--right .jumbotron__pg, .jumbotron--4th .jumbotron__texts--right .jumbotron__pg, .jumbotron--5th .jumbotron__texts--right .jumbotron__pg {
  color: #fff;
  -webkit-text-shadow: 0px 0px 10px #000;
  -moz-text-shadow: 0px 0px 10px #000;
  -ms-text-shadow: 0px 0px 10px #000;
  text-shadow: 0px 0px 10px #000; }
.jumbotron .jumbotron__texts--left, .jumbotron--1st .jumbotron__texts--left, .jumbotron--2nd .jumbotron__texts--left, .jumbotron--3rd .jumbotron__texts--left, .jumbotron--4th .jumbotron__texts--left, .jumbotron--5th .jumbotron__texts--left {
  left: 100px; }
.jumbotron .jumbotron__texts--left .jumbotron__title, .jumbotron--1st .jumbotron__texts--left .jumbotron__title, .jumbotron--2nd .jumbotron__texts--left .jumbotron__title, .jumbotron--3rd .jumbotron__texts--left .jumbotron__title, .jumbotron--4th .jumbotron__texts--left .jumbotron__title, .jumbotron--5th .jumbotron__texts--left .jumbotron__title {
  text-shadow: -1px -1px #fff, 1px -1px #fff, -1px 1px #fff, 1px 1px #fff, 0 0 5px #fff; }
.jumbotron .jumbotron__texts--left .jumbotron__pg, .jumbotron--1st .jumbotron__texts--left .jumbotron__pg, .jumbotron--2nd .jumbotron__texts--left .jumbotron__pg, .jumbotron--3rd .jumbotron__texts--left .jumbotron__pg, .jumbotron--4th .jumbotron__texts--left .jumbotron__pg, .jumbotron--5th .jumbotron__texts--left .jumbotron__pg {
  color: #000;
  text-shadow: -1px -1px #fff, 1px -1px #fff, -1px 1px #fff, 1px 1px #fff, 0 0 5px #fff; }
.jumbotron .jumbotron__btn, .jumbotron--1st .jumbotron__btn, .jumbotron--2nd .jumbotron__btn, .jumbotron--3rd .jumbotron__btn, .jumbotron--4th .jumbotron__btn, .jumbotron--5th .jumbotron__btn {
  margin-top: 30px; }
@media only screen and (max-width: 767px) {
  .jumbotron, .jumbotron--1st, .jumbotron--2nd, .jumbotron--3rd, .jumbotron--4th, .jumbotron--5th {
    height: auto;
    min-height: 50vh;
    background-position: center bottom; }
  .jumbotron .jumbotron__texts, .jumbotron--1st .jumbotron__texts, .jumbotron--2nd .jumbotron__texts, .jumbotron--3rd .jumbotron__texts, .jumbotron--4th .jumbotron__texts, .jumbotron--5th .jumbotron__texts, .jumbotron .jumbotron__texts--right, .jumbotron--1st .jumbotron__texts--right, .jumbotron--2nd .jumbotron__texts--right, .jumbotron--3rd .jumbotron__texts--right, .jumbotron--4th .jumbotron__texts--right, .jumbotron--5th .jumbotron__texts--right, .jumbotron .jumbotron__texts--left, .jumbotron--1st .jumbotron__texts--left, .jumbotron--2nd .jumbotron__texts--left, .jumbotron--3rd .jumbotron__texts--left, .jumbotron--4th .jumbotron__texts--left, .jumbotron--5th .jumbotron__texts--left {
    position: static;
    top: auto;
    padding-top: 50vh;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .jumbotron .jumbotron__texts .jumbotron__title, .jumbotron--1st .jumbotron__texts .jumbotron__title, .jumbotron--2nd .jumbotron__texts .jumbotron__title, .jumbotron--3rd .jumbotron__texts .jumbotron__title, .jumbotron--4th .jumbotron__texts .jumbotron__title, .jumbotron--5th .jumbotron__texts .jumbotron__title, .jumbotron .jumbotron__texts--right .jumbotron__title, .jumbotron--1st .jumbotron__texts--right .jumbotron__title, .jumbotron--2nd .jumbotron__texts--right .jumbotron__title, .jumbotron--3rd .jumbotron__texts--right .jumbotron__title, .jumbotron--4th .jumbotron__texts--right .jumbotron__title, .jumbotron--5th .jumbotron__texts--right .jumbotron__title, .jumbotron .jumbotron__texts--left .jumbotron__title, .jumbotron--1st .jumbotron__texts--left .jumbotron__title, .jumbotron--2nd .jumbotron__texts--left .jumbotron__title, .jumbotron--3rd .jumbotron__texts--left .jumbotron__title, .jumbotron--4th .jumbotron__texts--left .jumbotron__title, .jumbotron--5th .jumbotron__texts--left .jumbotron__title {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center; }
  .jumbotron .jumbotron__texts .jumbotron__pg, .jumbotron--1st .jumbotron__texts .jumbotron__pg, .jumbotron--2nd .jumbotron__texts .jumbotron__pg, .jumbotron--3rd .jumbotron__texts .jumbotron__pg, .jumbotron--4th .jumbotron__texts .jumbotron__pg, .jumbotron--5th .jumbotron__texts .jumbotron__pg, .jumbotron .jumbotron__texts--right .jumbotron__pg, .jumbotron--1st .jumbotron__texts--right .jumbotron__pg, .jumbotron--2nd .jumbotron__texts--right .jumbotron__pg, .jumbotron--3rd .jumbotron__texts--right .jumbotron__pg, .jumbotron--4th .jumbotron__texts--right .jumbotron__pg, .jumbotron--5th .jumbotron__texts--right .jumbotron__pg, .jumbotron .jumbotron__texts--left .jumbotron__pg, .jumbotron--1st .jumbotron__texts--left .jumbotron__pg, .jumbotron--2nd .jumbotron__texts--left .jumbotron__pg, .jumbotron--3rd .jumbotron__texts--left .jumbotron__pg, .jumbotron--4th .jumbotron__texts--left .jumbotron__pg, .jumbotron--5th .jumbotron__texts--left .jumbotron__pg {
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center; }
  .jumbotron .jumbotron__texts--right, .jumbotron--1st .jumbotron__texts--right, .jumbotron--2nd .jumbotron__texts--right, .jumbotron--3rd .jumbotron__texts--right, .jumbotron--4th .jumbotron__texts--right, .jumbotron--5th .jumbotron__texts--right {
    right: auto; }
  .jumbotron .jumbotron__texts--left, .jumbotron--1st .jumbotron__texts--left, .jumbotron--2nd .jumbotron__texts--left, .jumbotron--3rd .jumbotron__texts--left, .jumbotron--4th .jumbotron__texts--left, .jumbotron--5th .jumbotron__texts--left {
    left: auto; }
  .jumbotron .jumbotron__btn, .jumbotron--1st .jumbotron__btn, .jumbotron--2nd .jumbotron__btn, .jumbotron--3rd .jumbotron__btn, .jumbotron--4th .jumbotron__btn, .jumbotron--5th .jumbotron__btn {
    margin: 15px 30px 30px; } }

.jumbotron--1st {
  height: auto;
  background-image: url("../images/lp/01/jumbotron01-pc.jpg"); }
.jumbotron--1st .jumbotron__texts, .jumbotron--1st .jumbotron__texts--right, .jumbotron--1st .jumbotron__texts--left {
  top: calc( 50% - 50px); }
.jumbotron--1st .jumbotron__logo {
  position: absolute;
  top: 50px;
  left: 100px; }
.jumbotron--1st .jumbotron__logo img {
  width: 230px;
  height: auto; }
.jumbotron--1st .jumbotron__login {
  position: absolute;
  top: 50px;
  right: 50px; }
.jumbotron--1st .jumbotron__login a {
  border: 1px solid #fff; }
.jumbotron--1st .jumbotron__lead {
  padding-top: 85vh; }
.jumbotron--1st .jumbotron__lead p {
  font-weight: bold;
  line-height: 1.2;
  padding: 50px;
  text-align: center;
  background-color: #fff;
  font-size: 32px;
  font-size: 3.2rem; }
@media only screen and (max-width: 1019px) {
  .jumbotron--1st .jumbotron__lead p {
    font-size: 24px;
    font-size: 2.4rem; } }
@media only screen and (max-width: 767px) {
  .jumbotron--1st {
    background-image: url("../images/lp/01/jumbotron01-sp.jpg"); }
  .jumbotron--1st .jumbotron__texts, .jumbotron--1st .jumbotron__texts--right, .jumbotron--1st .jumbotron__texts--left {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .jumbotron--1st .jumbotron__logo {
    position: absolute;
    top: 2px;
    left: 8px; }
  .jumbotron--1st .jumbotron__logo img {
    width: 130px;
    height: auto; }
  .jumbotron--1st .jumbotron__login {
    position: absolute;
    top: 15px;
    right: 15px; }
  .jumbotron--1st .jumbotron__login a {
    border: 1px solid #fff; }
  .jumbotron--1st .jumbotron__lead {
    padding-top: 0; }
  .jumbotron--1st .jumbotron__lead p {
    padding: 15px 15px;
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem; } }

.jumbotron--2nd {
  background-image: url("../images/lp/01/jumbotron02-pc.jpg"); }
@media only screen and (max-width: 767px) {
  .jumbotron--2nd {
    background-image: url("../images/lp/01/jumbotron02-sp.jpg"); } }

.jumbotron--3rd {
  background-image: url("../images/lp/01/jumbotron03-pc.jpg"); }
@media only screen and (max-width: 767px) {
  .jumbotron--3rd {
    background-image: url("../images/lp/01/jumbotron03-sp.jpg"); } }

.jumbotron--4th {
  background-image: url("../images/lp/01/jumbotron04-pc.jpg"); }
@media only screen and (max-width: 767px) {
  .jumbotron--4th {
    background-image: url("../images/lp/01/jumbotron04-sp.jpg"); } }

.jumbotron--5th {
  height: 70vh;
  min-height: 70vh;
  background-image: url("../images/lp/01/jumbotron05-pc.jpg");
  background-position: center top; }
@media only screen and (max-width: 767px) {
  .jumbotron--5th {
    background-image: url("../images/lp/01/jumbotron05-sp.jpg"); } }

.jumbotron--last {
  margin-bottom: 80px;
  padding: 0 0; }
.jumbotron--last .jumbotron__lead {
  padding: 30px 50px; }
.jumbotron--last .jumbotron__lead p {
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap; }
.jumbotron--last .jumbotron__lead p b.orange {
  font-size: 52px;
  font-size: 5.2rem; }
.jumbotron--last .jumbotron__btn {
  padding: 0 150px; }
@media only screen and (max-width: 767px) {
  .jumbotron--last {
    margin-bottom: 30px; }
  .jumbotron--last .jumbotron__lead {
    padding: 15px 15px; }
  .jumbotron--last .jumbotron__lead p {
    font-size: 14px;
    font-size: 1.4rem; }
  .jumbotron--last .jumbotron__lead p b.orange {
    font-size: 20px;
    font-size: 2.0rem; }
  .jumbotron--last .jumbotron__btn {
    padding: 0 15px; } }

.mailmagazine {
  margin-bottom: 10px; }
.mailmagazine .mailmagazine__inner {
  padding-top: 10px;
  padding-bottom: 10px;
  *zoom: 1;
  border: 1px solid #e9e9e9;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
.mailmagazine .mailmagazine__inner:before, .mailmagazine .mailmagazine__inner:after {
  display: table;
  content: "";
  line-height: 0; }
.mailmagazine .mailmagazine__inner:after {
  clear: both; }
.mailmagazine .mailmagazine__inner:hover {
  background-color: #f7fcff; }
.mailmagazine .mailmagazine__title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #444;
  vertical-align: middle;
  color: #333; }
@media only screen and (min-width: 1020px) {
  .mailmagazine .mailmagazine__title {
    padding-bottom: 5px; } }
.mailmagazine .mailmagazine__desc {
  color: #444;
  word-wrap: break-word; }
.mailmagazine .mailmagazine__image img {
  display: block;
  max-width: 100%;
  height: auto; }
.mailmagazine .mailmagazine__checkbox {
  position: relative; }
.mailmagazine .mailmagazine__checkbox-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }
.mailmagazine .mailmagazine__checkbox-title {
  font-size: 12px;
  font-size: 1.2rem; }
.mailmagazine .mailmagazine__check {
  display: inline-block; }
.mailmagazine label.mailmagazine__label {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  color: #bca523; }
@media (min-width: 1px) {
  .mailmagazine .mailmagazine__check {
    display: none;
    margin: 0; }
  .mailmagazine label.mailmagazine__label {
    padding: 0px 0px 40px 0px; }
  .mailmagazine label.mailmagazine__label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF; }
  .mailmagazine label.mailmagazine__label::before {
    border: 2px solid #c3c3c3; }
  .mailmagazine .mailmagazine__check:checked + label.mailmagazine__label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block; }
  .mailmagazine .mailmagazine__check:checked + label.mailmagazine__label::after {
    left: 8px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #bca523;
    border-bottom: 3px solid #bca523;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); } }

.media__outer .media__outer-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px; }
.media__outer .media a .media__label {
  margin-bottom: 3px; }
.media__outer .media a .media__desc {
  line-height: 1.2;
  color: #666; }

.media {
  padding: 0 0px;
  margin-bottom: 15px; }
.media:last-child {
  margin-bottom: 0; }
.media a {
  display: block;
  text-decoration: none;
  color: #444; }
.media a:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=$alpha )"; }
.media a:hover .media__title {
  color: #bca523; }
.media figure {
  position: relative; }
.media figure img {
  position: absolute;
  width: 100%;
  height: auto; }
.media .media__time {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 10px;
  font-size: 1.0rem;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 2px 5px;
  background-color: rgba(0, 0, 0, 0.8);
  white-space: nowrap; }
.media .media__meta {
  *zoom: 1; }
.media .media__meta:before, .media .media__meta:after {
  display: table;
  content: "";
  line-height: 0; }
.media .media__meta:after {
  clear: both; }
.media .media__title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1; }
.media .media__title a:hover {
  color: #bca523; }
.media .media__desc {
  text-decoration: none; }
.media .media__desc p {
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: none;
  color: #444; }
.media .media__date {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding-top: 5px;
  display: inline-block; }
.media .media__label {
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #bca523;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 2px 5px;
  display: inline-block;
  margin-bottom: 5px;
  white-space: nowrap; }

.media--large {
  margin-bottom: 30px; }
.media--large .media__title {
  font-size: 18px;
  font-size: 1.8rem; }
.media--large .card__desc p {
  font-size: 14px;
  font-size: 1.4rem; }

.modal-only {
  background-color: #fff;
  padding: 3px;
  border: 2px solid #ddd;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8); }
.modal-only .modal-only__header {
  background-color: #0b0b0b;
  *zoom: 1; }
.modal-only .modal-only__header:before, .modal-only .modal-only__header:after {
  display: table;
  content: "";
  line-height: 0; }
.modal-only .modal-only__header:after {
  clear: both; }
.modal-only .modal-only__header .modal-only__close {
  float: right !important; }
.modal-only .modal-only__header .modal-only__close .modal__close-btn {
  border: none !important; }
.modal-only .modal-only__logo {
  text-align: center; }
.modal-only .modal-only__logo img {
  max-width: 200px;
  height: auto; }
.modal-only .modal-only__content {
  padding: 15px 15px; }
.modal-only .modal-only__content a {
  text-decoration: underline; }
.modal-only .modal-only__content a:hover {
  text-decoration: none; }
.modal-only .modal-only__content-row {
  margin-bottom: 15px; }
.modal-only .modal-only__content-row:last-child {
  margin-bottom: 0; }

.modal {
  display: none;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  width: 1020px; }
.modal:before, .modal:after {
  display: table;
  content: "";
  line-height: 0; }
.modal:after {
  clear: both; }
@media only screen and (max-width: 1019px) {
  .modal {
    width: auto; } }
.modal .modal__close {
  padding-bottom: 5px;
  text-align: right;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem; }
.modal .modal__close .modal__close-btn {
  line-height: 1;
  padding: .3em .45em;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.7); }
.modal .modal__close .modal__close-btn .fa:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=$alpha )"; }
.modal .modal__title {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem; }
.modal .modal__content {
  padding-top: 15px; }
.modal .modal__bg {
  padding: 30px 15px;
  background-color: rgba(0, 0, 0, 0.8); }
@media only screen and (max-width: 1019px) {
  .modal .modal__bg {
    padding: 30px 30px; } }

.modal-out {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 10px;
  text-align: right;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem; }
.modal-out .modal-out__btn-close {
  line-height: 1;
  display: inline-block;
  padding: .3em .45em;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 5px 5px 5px 5px !important;
  -webkit-border-radius: 5px 5px 5px 5px !important;
  -moz-border-radius: 5px 5px 5px 5px !important;
  color: #000; }
.modal-out .modal-out__btn-close:hover {
  background-color: rgba(0, 0, 0, 0.2); }

.navigation {
  margin-bottom: 30px; }
@media only screen and (max-width: 1019px) {
  .navigation {
    margin-bottom: 15px; } }
.navigation .navigation__title {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 15px; }
@media only screen and (max-width: 1019px) {
  .navigation .navigation__title {
    padding: 5px 15px; } }
@media only screen and (max-width: 1019px) {
  .navigation .navigation__title {
    margin-left: -15px;
    margin-right: -15px; } }
.navigation .navigation__list {
  list-style: none; }
@media only screen and (max-width: 1019px) {
  .navigation .navigation__list {
    margin-left: -15px;
    margin-right: -15px; } }
.navigation .navigation__list li {
  line-height: 1;
  margin-bottom: 0; }
.navigation .navigation__list li:first-child a {
  border-top: 1px solid #e9e9e9; }
.navigation .navigation__list li a {
  font-weight: bold;
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #444;
  border-bottom: 1px solid #e9e9e9;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px 2em;
  vertical-align: middle;
  line-height: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
@media only screen and (max-width: 1019px) {
  .navigation .navigation__list li a {
    padding: 15px 2em; } }
.navigation .navigation__list li a:hover {
  background-color: rgba(213, 223, 232, 0.2); }
.navigation .navigation__list li a:before {
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -0.5em;
  content: '\f105';
  font-size: 28px;
  font-size: 2.8rem; }
@media only screen and (max-width: 1019px) {
  .navigation .navigation__list li a:before {
    font-size: 24px;
    font-size: 2.4rem; } }
.navigation .navigation__list li a .fa, .navigation .navigation__list li a .icon {
  margin-right: 15px; }

.newsList {
  border-bottom: 1px solid #ccc;
  padding: 10px 10px; }
.newsList ul {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  width: 1020px; }
.newsList ul:before, .newsList ul:after {
  display: table;
  content: "";
  line-height: 0; }
.newsList ul:after {
  clear: both; }
@media only screen and (max-width: 1019px) {
  .newsList ul {
    width: auto; } }
.newsList ul li {
  display: flex;
  line-height: 1.5;
  margin-bottom: 8px !important; }
.newsList ul li:last-child {
  margin-bottom: 0 !important; }
.newsList ul li i {
  color: #ff0033;
  font-weight: bold;
  font-style: normal; }
.newsList ul li span, .newsList ul li a {
  color: #333 !important; }
.newsList ul li a {
  text-decoration: underline !important; }
.newsList ul li a:hover {
  text-decoration: none !important; }
@media only screen and (max-width: 1019px) {
  .newsList {
    padding: 10px 0; }
  .newsList ul li {
    font-size: 12px;
    font-size: 1.2rem; } }

.overlay {
  display: none;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  width: 1020px; }
.overlay:before, .overlay:after {
  display: table;
  content: "";
  line-height: 0; }
.overlay:after {
  clear: both; }
@media only screen and (max-width: 1019px) {
  .overlay {
    width: auto; } }
.overlay .overlay__close {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right; }
.overlay .overlay__close .overlay__close-btn {
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 0.3em 0.45em;
  line-height: 1;
  cursor: pointer; }
.overlay .overlay__close .overlay__close-btn:hover {
  background-color: rgba(255, 255, 255, 0.2); }
.overlay .overlay__title {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 10px; }
@media only screen and (max-width: 1019px) {
  .overlay .overlay__title {
    font-size: 18px;
    font-size: 1.8rem; } }
.overlay .overlay__subtitle {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px; }
.overlay .overlay__list {
  padding-bottom: 15px; }
.overlay .overlay__list ul {
  margin-left: 15px;
  margin-bottom: 15px; }
.overlay .overlay__list ul li {
  position: relative; }
.overlay .overlay__check {
  display: inline-block; }
.overlay label.overlay__label {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
  font-weight: bold;
  color: #fff; }
@media (min-width: 1px) {
  .overlay .overlay__check {
    display: none;
    margin: 0; }
  .overlay label.overlay__label {
    padding: 0px 0px 0px 25px; }
  .overlay label.overlay__label::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    background: #FFF; }
  .overlay label.overlay__label::before {
    border: 2px solid #c3c3c3; }
  .overlay .overlay__check:checked + label.overlay__label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block; }
  .overlay .overlay__check:checked + label.overlay__label::after {
    top: 1px;
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: 0px;
    border-left: 3px solid #bca523;
    border-bottom: 3px solid #bca523;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); } }

.page-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #fff;
  border-radius: 2px 2px 2px 2px !important;
  -webkit-border-radius: 2px 2px 2px 2px !important;
  -moz-border-radius: 2px 2px 2px 2px !important;
  -webkit-box-shadow: 0px 0px 2px #999;
  -moz-box-shadow: 0px 0px 2px #999;
  -ms-box-shadow: 0px 0px 2px #999;
  box-shadow: 0px 0px 2px #999;
  font-size: 16px;
  font-size: 1.6rem; }
.page-top:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=$alpha )"; }
.page-top .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
@media only screen and (max-width: 767px) {
  .page-top {
    bottom: 10px; } }

.pagination .pagination__list {
  text-align: center;
  margin-bottom: 5px;
  white-space: nowrap; }
.pagination .pagination__item {
  display: inline;
  margin-left: 5px;
  margin-right: 5px; }
@media only screen and (max-width: 1019px) {
  .pagination .pagination__item {
    margin-left: 2px;
    margin-right: 2px; } }
.pagination .pagination__item a {
  display: inline-block;
  padding: 5px 13px;
  border: 1px solid #ddd;
  border-radius: 5px 5px 5px 5px !important;
  -webkit-border-radius: 5px 5px 5px 5px !important;
  -moz-border-radius: 5px 5px 5px 5px !important; }
.pagination .pagination__item a:hover {
  background-color: rgba(75, 148, 196, 0.2); }
@media only screen and (max-width: 1019px) {
  .pagination .pagination__item a {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px; } }
.pagination .pagination__item span {
  display: inline-block;
  padding: 5px 13px;
  border: 1px solid #ddd;
  border-radius: 5px 5px 5px 5px !important;
  -webkit-border-radius: 5px 5px 5px 5px !important;
  -moz-border-radius: 5px 5px 5px 5px !important;
  color: #999; }
.pagination .pagination__item.-active a {
  text-decoration: none;
  background-color: #4b94c4;
  color: #fff;
  font-weight: bold;
  border-color: #4b94c4; }
.pagination .pagination__item.-active a:hover {
  text-decoration: underline; }
.pagination .pagination__item.-prev {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit; }
.pagination .pagination__item.-next {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit; }
.pagination .pagination__status {
  display: block; }
.pagination .pagination__count {
  padding-top: 5px;
  text-align: center;
  color: #666; }
.pagination .pagination__count .pagination__current {
  color: #333; }
.pagination .pagination__sup {
  margin-top: 10px;
  margin-bottom: 15px;
  background-color: #f6f6f6;
  padding: 5px 10px; }
.pagination .pagination__sup a {
  color: #333; }

.payments .payments__yearly {
  padding-bottom: 30px; }
@media only screen and (max-width: 1019px) {
  .payments .payments__yearly {
    padding-bottom: 15px; } }
.payments .payments__yearly ul {
  text-align: center; }
.payments .payments__yearly ul li {
  display: inline; }
.payments .payments__yearly ul li:last-child a, .payments .payments__yearly ul li:last-child span {
  border-right: none; }
.payments .payments__yearly ul li a, .payments .payments__yearly ul li span {
  border-right: 1px solid #eee;
  padding-left: 10px;
  padding-right: 10px; }
.payments .payments__yearly ul li span {
  font-weight: bold; }


.plan__outer {
  margin-bottom: 60px; }
.plans{
  padding: 10px;
  position: relative;
}
@media only screen and (max-width: 1019px) {
  .plan__outer {
    margin-bottom: 30px; } }
.plan__outer .plan__image {
  margin-bottom: 5px; }
@media only screen and (max-width: 1019px) {
  .plan__outer .plan__image {
    margin-bottom: 5px; } }
.plan__outer .plan__image img {
  width: 100%;
  height: auto; }
.plan__outer .bx-wrapper {
  margin-bottom: 30px; }
.plan__catch {
  word-wrap:break-word; }

.plan .plan__inner {
  border-radius: 5px 5px 5px 5px !important;
  -webkit-border-radius: 5px 5px 5px 5px !important;
  -moz-border-radius: 5px 5px 5px 5px !important;
  border: 2px solid #D2D2D2; }
.plan .plan__title {
  background-color: #bca523;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 5px 5px 0 0 !important;
  -webkit-border-radius: 5px 5px 0 0 !important;
  -moz-border-radius: 5px 5px 0 0 !important;
  margin: -2px;
  font-weight: bold;
  padding: 15px;
  line-height: 1; }
.plan .plan__texts {
  padding: 20px 20px; }
.plan .plan__catch {
  color: #bca523;
  font-size: 22px;
  font-size: 2.2rem;
  word-wrap:break-word; }
@media only screen and (max-width: 1019px) {
  .plan .plan__catch {
    font-size: 18px;
    font-size: 1.8rem; } }
@media only screen and (max-width: 1019px) {
  .plan .plan__texts {
    padding: 10px 20px; } }
.plan__selected{
  border: 3px solid #bca523;
  padding:7px;}
.plan__unselected{
  padding:10px;}
.plan__detail{
  height:250px;}
.row-eq-height {
  display: flex;
  flex-wrap: wrap;}
.plan__partition{
  margin: 40px 0 10px 0;
  padding-left: 5px;
  border-bottom: 2px solid #caced2;
  border-left: 5px solid #bca523;}

.searches {
  margin-bottom: 30px; }
.searches .searches__title-outer {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #666;
  *zoom: 1; }
.searches .searches__title-outer:before, .searches .searches__title-outer:after {
  display: table;
  content: "";
  line-height: 0; }
.searches .searches__title-outer:after {
  clear: both; }
.searches .searches__title {
  line-height: 1;
  color: #666;
  font-size: 16px;
  font-size: 1.6rem; }
.searches .searches__list {
  *zoom: 1; }
.searches .searches__list:before, .searches .searches__list:after {
  display: table;
  content: "";
  line-height: 0; }
.searches .searches__list:after {
  clear: both; }
.searches .searches__list li {
  float: left;
  margin: 0 10px 10px 0; }
.searches .searches__button {
  padding-right: 12px;
  padding-left: 12px;
  word-break: break-all;
  word-wrap: break-word; }
.searches .searches__button--list {
  padding: 5px 10px; }

.sign {
  background-color: #F6f6f6;
  text-align: center;
  padding: 15px 15px;
  border: 1px solid #ddd; }
.sign .sign__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px; }
.sign .sign__list li {
  margin-bottom: 10px; }
.sign .sign__list li:last-child {
  margin-bottom: 0; }
.sign .sign__list li a {
  padding: 10px 0 10px;
  white-space: nowrap;
  display: block;
  color: #333;
  font-weight: bold;
  border-radius: 3px 3px 3px 3px !important;
  -webkit-border-radius: 3px 3px 3px 3px !important;
  -moz-border-radius: 3px 3px 3px 3px !important;
  border: 1px solid #aaa;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-background-size: 14px 14px;
  -moz-background-size: 14px 14px;
  -ms-background-size: 14px 14px;
  -o-background-size: 14px 14px;
  background-size: 14px 14px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  text-decoration: none; }
.sign .sign__list li a:hover {
  background-color: rgba(188, 165, 35, 0.2);
  text-decoration: underline; }
.sign .sign__list li a .fa {
  color: #bca523;
  margin-right: 3px; }
.sign .sign__desc {
  padding: 10px 0 0; }

.socials {
  padding-top: 10px;
  padding-bottom: 10px;
  *zoom: 1; }
.socials:before, .socials:after {
  display: table;
  content: "";
  line-height: 0; }
.socials:after {
  clear: both; }
.socials .social {
  float: left;
  width: -webkit-calc( (100% - 80px) / 5 );
  width: calc( (100% - 80px) / 5 );
  padding-right: 2px;
  text-align: center; }
.socials .social.-wide {
  width: 25%; }
.socials .social.-fblike {
  width: 80px; }
.socials .social:last-child {
  padding-right: 0; }
.socials .social .social__text, .socials .social .social__text--facebook, .socials .social .social__text--twitter, .socials .social .social__text--hatena, .socials .social .social__text--fav {
  font-weight: bold;
  line-height: 1;
  display: block;
  margin-top: 3px;
  white-space: nowrap;
  font-size: 10px;
  font-size: 1.0rem; }
.socials .social a.social__text, .socials .social a.social__text--facebook, .socials .social a.social__text--twitter, .socials .social a.social__text--hatena, .socials .social a.social__text--fav {
  text-decoration: underline; }
.socials .social a.social__text:hover, .socials .social a.social__text--facebook:hover, .socials .social a.social__text--twitter:hover, .socials .social a.social__text--hatena:hover, .socials .social a.social__text--fav:hover {
  text-decoration: none; }
.socials .social .social__text--facebook {
  color: #3d5a98; }
.socials .social .social__text--twitter {
  color: #01acee; }
.socials .social .social__text--hatena {
  color: #00a3e0; }
.socials .social .social__text--fav {
  color: #bca523; }

.sort {
  margin-bottom: 15px;
  padding-bottom: 10px;
  *zoom: 1;
  border-bottom: 1px solid #ddd; }
.sort:before, .sort:after {
  display: table;
  content: "";
  line-height: 0; }
.sort:after {
  clear: both; }
.sort.-normal {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0; }
.sort .sort__button {
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 9px !important;
  padding-bottom: 9px !important; }
.sort .sort__select-outer {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  border: 2px solid #d2d2d2;
  border-radius: 5px 5px 5px 5px !important;
  -webkit-border-radius: 5px 5px 5px 5px !important;
  -moz-border-radius: 5px 5px 5px 5px !important; }
.sort .sort__select-outer:before {
  font-family: FontAwesome;
  content: '\f078';
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 12px;
  right: .75rem;
  margin-top: -8px;
  margin-top: -.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #444; }
.sort .sort__select {
  position: relative;
  z-index: 2;
  display: block;
  width: 200%;
  width: -webkit-calc(100% + 3em);
  width: calc(100% + 3em);
  margin: 0;
  padding: 6px 35px 6px 6px;
  background: transparent;
  border: 0;
  outline: none;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
.sort .sort__select.customSelectFocus {
  background-color: #d1ebff; }
.sort .sort__select .customSelectInner {
  background: url(../images/form/custom_select-arrow.png) no-repeat center right;
  -webkit-background-size: 20px 13px;
  -moz-background-size: 20px 13px;
  -ms-background-size: 20px 13px;
  -o-background-size: 20px 13px;
  background-size: 20px 13px; }

.steps {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  width: 1020px; }
.steps:before, .steps:after {
  display: table;
  content: "";
  line-height: 0; }
.steps:after {
  clear: both; }
@media only screen and (max-width: 1019px) {
  .steps {
    width: auto; } }
.steps .step, .steps .step--current {
  text-align: center;
  line-height: 1.3; }
@media only screen and (max-width: 1019px) {
  .steps .step, .steps .step--current {
    line-height: 1; } }
.steps .step__inner {
  border-top: 3px solid #caced2;
  padding: 10px 0;
  margin-left: 15px;
  margin-right: 15px; }
.steps .step__num {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #cdd3d8; }
@media only screen and (max-width: 1019px) {
  .steps .step__num {
    font-size: 14px;
    font-size: 1.4rem; } }
.steps .step__text {
  font-size: 14px;
  font-size: 1.4rem;
  color: #cdd3d8; }
@media only screen and (max-width: 1019px) {
  .steps .step__text {
    font-size: 10px;
    font-size: 1.0rem; } }
.steps .step--current .step__inner {
  border-color: #bca523; }
.steps .step--current .step__num {
  color: #bca523; }

.switch {
  text-align: right; }

.welcome .welcome__title {
  color: #bca523;
  font-size: 20px;
  font-size: 2.0rem; }
@media only screen and (max-width: 1019px) {
  .welcome .welcome__title {
    font-size: 18px;
    font-size: 1.8rem; } }
.welcome .welcome__images {
  margin-bottom: 50px; }
.welcome .welcome__subtitle {
  color: #fff;
  background-color: #2f2f2f;
  background-image: -moz-linear-gradient(top, #4d4d4d, #020202);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d4d4d), to(#020202));
  background-image: -webkit-linear-gradient(top, #4d4d4d, #020202);
  background-image: -o-linear-gradient(top, #4d4d4d, #020202);
  background-image: linear-gradient(to bottom, #4d4d4d, #020202);
  background-repeat: repeat-x;
  padding: 10px 5px;
  border: 1px solid #000;
  border-left: 5px solid #bca523;
  line-height: 1; }
.welcome .welcome__item {
  padding-top: 20px;
  padding-bottom: 20px; }
.welcome .welcome__item-title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #bca523;
  margin-bottom: 0.3em; }
.welcome .welcome__item-btn img {
  max-width: 210px;
  height: auto; }

.button, .button-small, .button--green, .button--green-small, .button--gold, .button--gold-small, .button--gold-gradient, .button--white, .button--white-small, .button--orange, .button--red, .button--facebook, .button--twitter, .button--rss, .button--line, .button--hatena, .button--fav {
  font-weight: bold;
  line-height: 1;
  width: 100%;
  padding: 10px 25px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  border: none;
  background-color: #d5dfe8;
  border-radius: 5px 5px 5px 5px !important;
  -webkit-border-radius: 5px 5px 5px 5px !important;
  -moz-border-radius: 5px 5px 5px 5px !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
.button:hover, .button-small:hover, .button--green:hover, .button--green-small:hover, .button--gold:hover, .button--gold-small:hover, .button--gold-gradient:hover, .button--white:hover, .button--white-small:hover, .button--orange:hover, .button--red:hover, .button--facebook:hover, .button--twitter:hover, .button--rss:hover, .button--line:hover, .button--hatena:hover, .button--fav:hover {
  background-color: rgba(213, 223, 232, 0.5); }
.button.b, .b.button-small, .b.button--green, .b.button--green-small, .b.button--gold, .b.button--gold-small, .b.button--gold-gradient, .b.button--white, .b.button--white-small, .b.button--orange, .b.button--red, .b.button--facebook, .b.button--twitter, .b.button--rss, .b.button--line, .b.button--hatena, .b.button--fav {
  padding-top: 15px;
  padding-bottom: 15px; }
@media only screen and (max-width: 1019px) {
  .button, .button-small, .button--green, .button--green-small, .button--gold, .button--gold-small, .button--gold-gradient, .button--white, .button--white-small, .button--orange, .button--red, .button--facebook, .button--twitter, .button--rss, .button--line, .button--hatena, .button--fav {
    padding-right: 10px;
    padding-left: 10px; } }

.button-small {
  padding: 5px 10px;
  font-size: 14px;
  font-size: 1.4rem; }

a.button, a.button-small, a.button--green, a.button--green-small, a.button--gold, a.button--gold-small, a.button--gold-gradient, a.button--white, a.button--white-small, a.button--orange, a.button--red, a.button--facebook, a.button--twitter, a.button--rss, a.button--line, a.button--hatena, a.button--fav {
  color: #444; }

.button--green, .button--green-small {
  color: #fff;
  background-color: #22c5ac; }
.button--green:hover, .button--green-small:hover {
  background-color: rgba(34, 197, 172, 0.8); }

.button--green-small {
  padding: 5px 3px;
  font-size: 14px;
  font-size: 1.4rem; }

a.button--green, a.button--green-small {
  color: #fff; }

.button--gold, .button--gold-small {
  color: #fff;
  background-color: #bca523; }
.button--gold:hover, .button--gold-small:hover {
  background-color: rgba(188, 165, 35, 0.8); }

.button--gold-small {
  padding: 5px 3px;
  font-size: 14px;
  font-size: 1.4rem; }

.button--gold-gradient {
  color: #fff !important;
  border: 1px solid #776a2c;
  background-color: #998a41;
  background-image: -moz-linear-gradient(top, #a99746, #827639);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a99746), to(#827639));
  background-image: -webkit-linear-gradient(top, #a99746, #827639);
  background-image: -o-linear-gradient(top, #a99746, #827639);
  background-image: linear-gradient(to bottom, #a99746, #827639);
  background-repeat: repeat-x; }
.button--gold-gradient:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=$alpha )"; }

a.button--gold, a.button--gold-small {
  color: #fff; }

.button--white, .button--white-small {
  border: 1px solid #ddd;
  background-color: #fff; }
.button--white:hover, .button--white-small:hover {
  background-color: #f2f2f2; }

.button--white-small {
  padding: 5px 3px !important;
  font-size: 12px;
  font-size: 1.2rem; }

.button--orange {
  font-weight: bold;
  color: #fff !important;
  border: 1px solid #db9200;
  background-color: #ffb400;
  background-image: -moz-linear-gradient(top, #ffbc00, #ffa800);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffbc00), to(#ffa800));
  background-image: -webkit-linear-gradient(top, #ffbc00, #ffa800);
  background-image: -o-linear-gradient(top, #ffbc00, #ffa800);
  background-image: linear-gradient(to bottom, #ffbc00, #ffa800);
  background-repeat: repeat-x;
  -webkit-text-shadow: 0px 0px 2px #885a00;
  -moz-text-shadow: 0px 0px 2px #885a00;
  -ms-text-shadow: 0px 0px 2px #885a00;
  text-shadow: 0px 0px 2px #885a00;
  font-size: 20px;
  font-size: 2.0rem; }
@media only screen and (max-width: 1019px) {
  .button--orange {
    font-size: 18px;
    font-size: 1.8rem; } }
.button--orange:hover {
  background-color: #fecc41;
  background-image: -moz-linear-gradient(top, #fecc41, #fecc41);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fecc41), to(#fecc41));
  background-image: -webkit-linear-gradient(top, #fecc41, #fecc41);
  background-image: -o-linear-gradient(top, #fecc41, #fecc41);
  background-image: linear-gradient(to bottom, #fecc41, #fecc41);
  background-repeat: repeat-x; }

.button--red {
  color: #fff;
  background-color: #933; }
.button--red:hover {
  background-color: rgba(153, 51, 51, 0.8); }

.button--facebook, .button--twitter, .button--rss, .button--line, .button--hatena, .button--fav {
  line-height: 1;
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 3px;
  color: #fff;
  border: none;
  background-color: #3d5a98;
  font-size: 12px;
  font-size: 1.2rem; }
.button--facebook br, .button--twitter br, .button--rss br, .button--line br, .button--hatena br, .button--fav br {
  display: none; }
.button--facebook span, .button--twitter span, .button--rss span, .button--line span, .button--hatena span, .button--fav span {
  font-weight: bold;
  display: none;
  white-space: nowrap;
  font-size: 8px;
  font-size: 0.8rem; }
.button--facebook .fa, .button--twitter .fa, .button--rss .fa, .button--line .fa, .button--hatena .fa, .button--fav .fa,
.button--facebook .ic,
.button--twitter .ic,
.button--rss .ic,
.button--line .ic,
.button--hatena .ic,
.button--fav .ic {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem; }
.button--facebook .fa.left, .button--twitter .fa.left, .button--rss .fa.left, .button--line .fa.left, .button--hatena .fa.left, .button--fav .fa.left,
.button--facebook .ic.left,
.button--twitter .ic.left,
.button--rss .ic.left,
.button--line .ic.left,
.button--hatena .ic.left,
.button--fav .ic.left {
  position: absolute;
  top: 5px;
  left: 10px;
  margin: 0; }
.button--facebook:hover, .button--twitter:hover, .button--rss:hover, .button--line:hover, .button--hatena:hover, .button--fav:hover {
  color: #fff;
  background-color: rgba(61, 90, 152, 0.9); }

.button--twitter {
  background-color: #01acee; }
.button--twitter:hover {
  background-color: rgba(1, 172, 238, 0.9); }

.button--rss {
  background-color: #ee8c01; }
.button--rss:hover {
  background-color: rgba(238, 140, 1, 0.9); }

.button--line {
  background-color: #00c300; }
.button--line:hover {
  background-color: rgba(0, 195, 0, 0.9); }

.button--hatena {
  background-color: #00a3e0; }
.button--hatena:hover {
  background-color: rgba(0, 163, 224, 0.9); }

.button--fav {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #bca523; }
.button--fav:hover {
  background-color: rgba(188, 165, 35, 0.9); }
.button--fav img {
  width: 20px;
  height: auto; }

.-base {
  color: #444 !important; }

.-gold {
  color: #bca523 !important; }

.-green {
  color: #22c5ac !important; }

.-blue {
  color: #4b94c4 !important; }

.-red {
  color: #e43c3c !important; }

.-orange {
  color: #f8a32f !important; }

@font-face {
  font-family: 'icomoon';
  src: url("../font/icomoon.eot?-qz7pb2");
  src: url("../font/icomoon.eot?#iefix-qz7pb2") format("embedded-opentype"), url("../font/icomoon.woff?-qz7pb2") format("woff"), url("../font/icomoon.ttf?-qz7pb2") format("truetype"), url("../font/icomoon.svg?-qz7pb2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-evernote:before {
  content: "\e004"; }

.icon-feedly:before {
  content: "\e007"; }

.icon-pocket:before {
  content: "\e008"; }

.icon-line:before {
  content: "\e009"; }

.icon-hatena:before {
  content: "\e00a"; }

.icon-feedly-square:before {
  content: "\e601"; }

.icon-googleplus:before {
  content: "\e608"; }

.icon-facebook:before {
  content: "\e60d"; }

.icon-instagram:before {
  content: "\e610"; }

.icon-twitter:before {
  content: "\e611"; }

.icon-feed:before {
  content: "\e614"; }

.icon-youtube:before {
  content: "\e617"; }

.icon-flickr2:before {
  content: "\e61e"; }

.icon-githubmark:before {
  content: "\e626"; }

.icon-github:before {
  content: "\e627"; }

.icon-wordpress:before {
  content: "\e629"; }

.icon-tumblr:before {
  content: "\e62d"; }

.icon-yahoo:before {
  content: "\e62f"; }

.icon-apple:before {
  content: "\e631"; }

.icon-android:before {
  content: "\e633"; }

.icon-windows:before {
  content: "\e634"; }

.icon-windows8:before {
  content: "\e635"; }

.icon-skype:before {
  content: "\e636"; }

.icon-delicious:before {
  content: "\e638"; }

.icon-pinterest:before {
  content: "\e63a"; }

table.skin-A {
  width: 100%; }
table.skin-A th,
table.skin-A td {
  padding: 10px 15px;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem; }
table.skin-A thead tr th {
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
table.skin-A tbody tr {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
table.skin-A tbody tr:hover {
  background-color: #fafafa; }
table.skin-A tbody tr th,
table.skin-A tbody tr td {
  text-align: center;
  border-bottom: 1px dotted #ddd; }
table.skin-A tbody tr th {
  font-weight: bold; }
@media only screen and (max-width: 1019px) {
    table.skin-A th,
    table.skin-A td {
      padding: 10px 10px;}
  table.skin-A thead tr th {
    font-size: 12px;
    font-size: 1.2rem; }
  table.skin-A thead tr th:nth-child(2) {
    width:68px;
  }
  table.skin-A thead tr th:nth-child(3) {
    width:50px;
  }
  table.skin-A thead tr th:nth-child(4) {
    width:78px;
  }
  table.skin-A tbody tr th,
  table.skin-A tbody tr td {
    padding: 10px 5px;
    font-size: 12px;
    font-size: 1.2rem; }
  table.skin-A tbody tr th label,
  table.skin-A tbody tr td label {
    display: block;
    white-space: nowrap; } }


#entryFormWrapper {
}
.social-login {
}
.social-login .social-login__nav {
  margin-bottom: 1.5em;
}
.social-login .social-login__nav nav {
}
.social-login .social-login__nav nav a {
  font-size: 2rem;
  padding: 4% 0;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-position: 6% 50%;
  background-repeat: no-repeat;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.social-login .social-login__nav nav a:hover {
  opacity: 0.8;
}
.social-login .social-login__nav nav a.button-facebook {
  background-image: url(../images/icon/facebook.svg);
  background-color: #315096;
  background-size: auto 50%;
}
.social-login .social-login__nav nav a.button-twitter {
  background-image: url(../images/icon/twitter.svg);
  background-color: #55acee;
  background-size: auto 50%;
}
.social-login .social-login__nav nav a.button-yahoo {
  background-image: url(../images/icon/yahoo.svg);
  background-color: #fb0b37;
  background-size: auto 50%;
}
.social-login .social-login__nav nav a.button-googleplus {
  background-image: url(../images/icon/googleplus.svg);
  background-color: #dd4b39;
  background-size: auto 50%;
}
.social-login .social-login__nav nav a.button-amazon {
  background-image: url(../images/icon/amazon.svg);
  background-color: #ff9900;
  background-size: auto 50%;
}
@media screen and (max-width:767px) {
  #entryFormWrapper > section:last-child {
    margin-top: 30px;
  }
  .social-login .social-login__nav {
    width: 50%;
    float: left;
  }
  .social-login .social-login__nav nav a {
    font-size: 1.5rem;
    padding: 11% 0;
    text-indent: 8%;
    background-position: 8% 50%;
    background-size: auto 40% !important;
    text-indent: 10%;
  }
  .social-login .social-login__nav {
    margin-bottom: 1.1em;
  }
}


.linkageSNS {
  margin: 0 auto;
  text-align: center;
  padding: 2% 0;
}
.linkageSNS * {
  vertical-align: middle;
}
.linkageSNS figure {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 2%;
}
.linkageSNS figure + p {
  display: inline-block;
  font-size: 1.6rem;
}
.-readonly {
  background: #fff4c1;
}

#couponDefaultDemo,
#couponSuccessDemo {
  display: none;
}
.coupon__used{
  border: none;
  background: #fff4c1;
}
#couponSuccessDemo div.plan__inner h3 {
  color: #333;
}
.payment-plans {
  display: none;
}
@media screen and (max-width:767px) {
  #couponSuccessDemo div.plan__inner h3 {
    font-size: 1.5rem;
  }
}

.amazon-widgets {
  display: flex;
}
@media screen and (max-width:767px) {
  .amazon-widgets {
    display: block;
  }
}
.amazon-widget {
  width: 100%;
  height: 228px;
}

.amazon-login-button {
  width:100%;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

.display__none{
  display: none;}
.search2{
  width: 55%;
  margin: 10px 0;
  max-width: 500px;
  margin:10px 0;}
dl.search2{
  position:relative;}
dl.search2 dt{;
  margin:0 105px 0 200px;
  padding:8px;
  background-color:#fff;
  border:1px solid #aaa; }
dl.search2 dt input{
  width:100%;
  height:24px;
  line-height:24px;
  background:none;
  border:none; }
dl.search2 dd:first-child{
  width:200px;
  padding: 3px 0;
  position: absolute;
  left:0;}
dl.search2 dd{
  position:absolute;
  bottom:0;
  right:0; }
dl.search2 dd button{
  display:block;
  width:100px;
  height:42px;
  color:#fff;
  line-height:40px;
  text-align:center;
  background-color:#bca523;
  border:1px solid #bca523; }
@media only screen and (max-width: 1019px) {
  .search2{
    width:100%;}
  dl.search2 dd:first-child{
    position: static;}
  dl.search2 dt{
    margin:0 105px 0 0px;}
}