@charset "UTF-8";
/*-----------------------
js初期設定
-------------------------*/
.cam_content {
  display: none; }

/*common.css 上書き*/
body {
  padding-top: 86px; }
  @media screen and (max-width: 760px) {
    body {
      padding-top: 65px; } }

br.br-pc {
  display: inline-block; }
  @media screen and (max-width: 760px) {
    br.br-pc {
      display: none; } }

br.br-md {
  display: none; }
  @media screen and (max-width: 760px) {
    br.br-md {
      display: inline-block; } }

#header {
  height: 86px; }
  @media screen and (max-width: 760px) {
    #header {
      height: 65px; } }

#header__mainNav {
  top: 0;
  background: #ffffff; }

.header__codes {
  color: #222; }

.header__logo .header__heading {
  background: url(/common/images/logo.svg) no-repeat; }

#btnReader {
  top: 102px; }

footer #footer__copy {
  padding-top: 25px; }


/*================
コンテンツ
==================*/
/*ページ内リンク*/
#page-link {
  width: 1024px;
  margin: 0 auto;
  border-right: 1px solid #0053a0; }
  @media screen and (max-width: 760px) {
    #page-link {
      width: 100%; } }
  #page-link li {
    text-align: center;
    background: url(/common/images/arrow_bottom_red.svg) no-repeat bottom 5px center;
    width: 25%;
    float: left;
    border-left: 1px solid #0053a0; }
    @media screen and (max-width: 760px) {
      #page-link li {
        background: none;
        width: 100%;
        float: none;
        border-top: 1px solid #0053a0; } }
    #page-link li a {
      height: 5em;
      display: block;
      padding: 15px 0 0;
      text-align: center;
      text-decoration: none; }
      #page-link li a:hover {
        background-color: #0071bc;
        color: #fff; }
      @media screen and (max-width: 760px) {
        #page-link li a {
          padding: 8px 0;
          height: auto; } }
  @media screen and (max-width: 760px) {
    #page-link li:last-of-type {
      border-bottom: 1px solid #0053a0; } }


/*-----------------------
KVバッジ
-------------------------*/
.main_img {
  position: relative; }

.cam_badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer; }
  .cam_badge:hover {
    opacity: 0.8; }

@media screen and (max-width: 767px) {
  .cam_badge {
    width: 26vw; }
    .cam_badge:hover {
      opacity: 1; } }

/*-----------------------
バナー
-------------------------*/
.cam_header {
  position: relative;
  cursor: pointer; }
  .cam_header:before {
    content: "";
    background-size: cover;
    height: 30px;
    width: 30px;
    right: 10px;
    bottom: 10px;
    position: absolute; }
  .cam_header.open:before {
    content: "";
    background-size: cover; }
  .cam_header:hover {
    opacity: 0.8; }

@media screen and (max-width: 767px) {
  .cam_header:hover {
    opacity: 1; } }

.hoken_robo {
  position: relative;
  cursor: pointer; }
  .hoken_robo:before {
    content: "";
    background-size: cover;
    height: 30px;
    width: 30px;
    right: 10px;
    bottom: 10px;
    position: absolute; }
  .hoken_robo:hover {
    opacity: 0.8; }

@media screen and (max-width: 767px) {
  .hoken_robo:hover {
    opacity: 1; } }
/*-----------------------
エリア全体
-------------------------*/
.camarea {
  padding: 40px 0; }

.greenbox {
  padding: 30px; }

@media screen and (max-width: 767px) {
  .camarea {
    padding: 20px 10px; }

  .greenbox {
    padding: 15px; } }
/* ==================================================
fund
================================================== */
#fund {
  background: url(/lp/welbox/fund/inc/images/bg_fund.jpg) no-repeat center bottom;
}
#fund .heading2 {
  color: #fff;
}
