@charset "UTF-8";


/* ==========================================================================
   01 Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #777;
}

body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #727272;
  position: relative;
}

#container{
  padding-bottom:0px !important;
}

::-moz-selection {
  background: #006699;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #006699;
  color: #fff;
  text-shadow: none;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}


#contents,
#crumb{
  clear:both;
}

#tm_mode_change_btn{
}

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

#page-footer .notes {
  clear:both;
}

.tm_btn_blue{
  text-align:center;
  border:solid 1px #3385ad;
  border-radius:5px;
  background-color:#2793c9;
  box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}

.tm_btn_blue a{
  display:block;
  padding:1px 0px 2px 0px;
  color:#FFF !important;
  text-align:center;
  text-decoration:none;
  border-top:solid 1px #68b3d9;
  border-radius:5px;
  font-weight:bold;
}

.tm_btn_gray{
  padding:2px 0px 2px 0px;
  text-align:center;
  border:solid 1px #ddd;
  border-radius:5px;
  color:#a0a0a0 !important;
  background-color:#f3f2ee;
  font-weight:bold;
}


.tm_btn_mode_change_pc,
.tm_btn_mode_change_sp{
  font-size:11px;
}
.tm_btn_mode_change_pc{ width:8em; margin-right:1em;}
.tm_btn_mode_change_sp{ width:13em; }



/* ==========================================================================
   03 max-device-width: 520px
   ========================================================================== */
/*=======================TOC========================*/
/*                                                  */
/*                                                  */
/*        03  max-width: 520px                      */
/*          03-01  Container                        */
/*          03-02  Header                           */
/*          03-03  Navigation                       */
/*          03-04  Footer                           */
/*          03-05  Contents                         */
/*          03-06  Home                             */
/*          03-07  PasswordManager                  */
/*                                                  */
/*                                                  */
/*=======================TOC-END====================*/
@media screen and (max-width: 520px) {
  body {
    font-size: 12px;
    overflow-x: scroll;
    -webkit-text-size-adjust: 100%;
  }

  /*---------- 03-01  Container -----------*/
  #wrapper {
    text-align: left;
  }

  .wrapper {
    width: 100%;
    margin: 0;
  }

  /*---------- 03-02  Header -----------*/
  #page-header {
    border-top: 4px solid #ed1c24;
  }
  #page-header #ci {
    padding: 4px 0 0 10px;
  }
  #page-header #ci img {
    width: 86px;
    height: auto;
  }
  #page-header #sub-nav {
    display: none;
  }

  /*---------- 03-03  Navigation -----------*/
  #global {
    display: none;
  }

  #global-sp {
    padding-bottom: 3px;
    background: url(/jp/forHome/solution/ransomware/common/site_asset/template/images/common/gs-shadow.jpg) left bottom repeat-x;
    background-size: 50px;
    position: relative;
    z-index: 1000;
  }
  #global-sp ul {
    *zoom: 1;
  }
  #global-sp ul:before, #global-sp ul:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  #global-sp ul:after {
    clear: both;
  }
  #global-sp ul li {
    float: left;
  }
  #global-sp ul li#gs-1, #global-sp ul li#gs-2 {
    width: 33%;
  }
  #global-sp ul li#gs-3 {
    width: 34%;
  }
  #global-sp #bubble-nav {
    display: none;
    width: 300px;
    height: 362px;
    position: absolute;
    z-index: 2000;
    top: 42px;
    right: 12px;
    background: url(/jp/forHome/solution/ransomware/common/site_asset/template/images/common/bubble-menu.png) 0 0 no-repeat;
    background-size: 300px;
  }
  #global-sp #bubble-nav a {
    display: block;
  }
  #global-sp #bubble-nav ul {
    padding: 18px 15px 10px 15px;
    margin: 0;
  }
  #global-sp #bubble-nav ul li {
    display: block;
    float: none;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    padding: 0 5px;
  }
  #global-sp #bubble-nav ul li a {
    color: #555;
    background: url(/jp/forHome/solution/ransomware/common/site_asset/template/images/common/bubble-menu-arrow.png) right center no-repeat;
    background-size: 18px;
  }
  #global-sp #bubble-nav ul li:nth-child(even) {
    background: #f5f5f5;
  }
  #global-sp #bubble-nav p {
    margin: 10px 15px;
    text-align: center;
    background: #eee;
    border: 1px solid #d3d3d3;
    height: 35px;
    line-height: 35px;
  }
  #global-sp #bubble-nav p a {
    color: #555;
  }

  .page-top {
    text-align: right;
    font-size: 12px;
    padding-right: 19px;
    background: url(/jp/forHome/solution/ransomware/common/site_asset/template/images/common/page-top.gif) right center no-repeat;
    background-size: 14px;
  }
  .page-top a {
    color: #777;
  }

  /*---------- 03-04  Footer -----------*/
  #footer {
    width: 100%;
    padding-top: 20px;
    background: url(/jp/forHome/solution/ransomware/common/site_asset/template/images/bg_footer_top.gif) 0 0 repeat-x;
  }
  #page-footer  a {
    text-decoration : none;
  }
  #page-footer  a:hover {
    text-decoration: underline;
  }
  #page-footer .notes {
    font-size: 11px;
    line-height: 15px;
    color: #999;
    padding: 0 10px 0 16px;
    text-indent: -8px;
  }
  #page-footer .notes:before {
    content: "※ ";
  }
  #page-footer .lead {
    text-align: center;
    border: 1px solid #cdcdcd;
    padding: 10px 0;
    margin: 0 10px 16px 10px;
    font-size: 11px;
    line-height: 15px;
  }
  #page-footer .lead strong {
    font-weight: normal;
  }
  #page-footer #footer-nav {
    margin: 0 11px 20px 11px;
  }
  #page-footer #footer-nav ul {
    *zoom: 1;
    border-bottom: 1px solid #cdcdcd;
  }
  #page-footer #footer-nav ul:before, #page-footer #footer-nav ul:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  #page-footer #footer-nav ul:after {
    clear: both;
  }
  #page-footer #footer-nav li {
    width: 50%;
    margin: 0 -1px;
    text-align: center;
    float: left;
    border: 1px solid #cdcdcd;
    border-bottom: 0;
    height: 38px;
    line-height: 38px;
    font-size:12px;
  }
  #page-footer #footer-nav li a {
    color: #777;
  }
  #page-footer #footer-nav .long a{
  display:block !important;
  padding:4px 20px 0px 20px;
  line-height:1.4em !important;
  text-align:center;
  }
  #page-footer #footer-nav li.last {
/*
    clear: both;
    width: 100%;
    margin-bottom: -1px;
*/
  }
  #page-footer #footer-nav li:nth-child(even) {
    border-left: 0;
    padding-right: 1px;
  }
  #page-footer .products {
    padding: 0 5px;
    margin-bottom: 20px;
    font-size: 9px;
  }
  #page-footer .products a {
    color: #999;
    margin-right: 1em;
  }
  #page-footer .about {
    padding: 10px 10px 0 10px ;
    border-top: 1px solid #cbcbcb;
    background: #f5f5f5;
  }
  #page-footer .about li {
    width: 50%;
    margin-bottom: 12px;
    float: left;
    text-align: center;
  }
  #page-footer .about li a {
    color: #777;
  }
  #page-footer .about #footer-logo {
    text-align: center;
    margin: 0 0 8px 0;
  }
  #page-footer .about #copyright {
    text-align: center;
    margin: 0;
    padding-bottom: 12px;
  }

  /*---------- 03-05  Contents -----------*/
  h1, h2, h3 {
    font-weight: normal;
    margin: 0;
  }

  ul, li {
    margin: 0;
    padding: 0;
  }

  li {
    list-style: none;
  }

  dl, dt, dd {
    margin: 0;
    padding: 0;
  }

  #sns {
    margin: 20px 5px 36px 5px;
  }
  #sns img {
    width: 100%;
    height: auto;
  }

  #global-sp #bubble-nav_2{
    display: none;
    width: 300px;
    height: 115px;
    position: absolute;
    z-index: 2000;
    top: 42px;
    left: 12px;
    background: url(/jp/forHome/solution/ransomware/common/site_asset/template/images/common/bubble-menu_l.png) 0 0 no-repeat;
    background-size: 300px;
  }

  #global-sp #bubble-nav_2_in{
  padding:21px 0px 0px 30px;
  }

  #bubble-nav_2 .search-area{
    width: 180px;
    height: 21px;
    text-align: left;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
  }
  #bubble-nav_2 .submit-btn{
    display: inline-block;
    width: 42px;
    height: 25px;
    text-align: center;
    color: #393838;
    background: #f1f1f1;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }

  #tm_mode_change_btn_wrap{
    padding-top:10px;
    padding-bottom:10px;
  }
  #tm_mode_change_btn{
    text-align: center;
  }
  #tm_mode_change_btn p{
    display: inline-block;
  }
}
/* //@media screen and (max-width: 520px) */
/* ==========================================================================
   04 min-width: 520px
   ========================================================================== */
/*=======================TOC========================*/
/*                                                  */
/*                                                  */
/*        04  min-width: 520px                      */
/*          04-01  Container                        */
/*          04-02  Header                           */
/*          04-03  Navigation                       */
/*          04-04  Footer                           */
/*          04-05  Contents                         */
/*          04-06  Home                             */
/*          04-07  PasswordManager                  */
/*                                                  */
/*                                                  */
/*=======================TOC-END====================*/
@media screen and (min-width: 521px) {
  /*---------- 04-01  Container -----------*/
  body {
    -webkit-text-size-adjust: 100%;
  }

  #wrapper {
    clear: both;
    width: 950px;
    padding: 0px;
    margin: 10px auto 0 auto;
    *zoom: 1;
  }
  #wrapper:before, #wrapper:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  #wrapper:after {
    clear: both;
  }

  /*---------- 04-02  Header -----------*/
  #page-header {
    border-top: 5px solid #ed1c24;
    height: 90px;
    width: 100%;
  }
  #page-header .content {
    width: 950px;
    margin: 0 auto;
  }
  #page-header .content p {
    margin: 0;
    padding: 0;
  }
  #page-header #ci {
    width: 400px;
    margin: 14px 0 0 0;
    float: left;
  }
  #page-header #sub-nav {
    width: 485px;
    padding-top: 14px;
    float: right;
  }
  #page-header #sub-nav .alpha {
    width: 278px;
    float: right;
  }
  #page-header #sub-nav .alpha .howto {
    width: 116px;
    float: left;
  }
  #page-header #sub-nav .alpha .user-info {
    width: 140px;
    float: right;
  }
  #page-header #sub-nav .beta {
    clear: both;
    padding-top: 9px;
  }
  #page-header #sub-nav .beta .top {
    width: 234px;
    float: left;
  }
  #page-header #sub-nav .beta .top .site-top {
    width: 132px;
    float: left;
  }
  #page-header #sub-nav .beta .top .sb {
    width: 102px;
    float: left;
  }
  #page-header #search-box {
    text-align: right;
    font-size: 12px;
  }
  #page-header #search-box .search-area {
    width: 180px;
    height: 21px;
    text-align: left;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
  }
  #page-header #search-box .submit-btn {
    display: inline-block;
    width: 42px;
    height: 25px;
    text-align: center;
    color: #393838;
    background: #f1f1f1;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }

  /*---------- 04-03  Navigation -----------*/
  #global {
    margin: 0 0 10px 0;
    padding-bottom: 2px;
    background: url(/jp/forHome/solution/ransomware/common/site_asset/template/images/common/global-nav-line.gif) left bottom repeat-x;
  }
  #global ul, #global li {
    margin: 0;
    padding: 0;
  }
  #global ul {
    width: 950px;
    height: 57px;
    margin: 0 auto;
  }
  #global li {
    float: left;
  }
  #global li a {
    display: block;
    height: 57px;
    background-repeat: no-repeat;
  }
  #global li#n-1 a {
    width: 160px;
    background-position: 0 0;
  }
  #global li#n-2 a {
    width: 160px;
    background-position: -160px 0;
  }
  #global li#n-3 a {
    width: 160px;
    background-position: -320px 0;
  }
  #global li#n-4 a {
    width: 160px;
    background-position: -480px 0;
  }
  #global li#n-5 a {
    width: 150px;
    background-position: -640px 0;
  }
  #global li#n-6 a {
    width: 160px;
    background-position: -790px 0;
  }

  .breadcrumb {
    font-size: 11px;
    color: #006699;
  }
  .breadcrumb a {
    color: #777;
    background: url(/jp/forHome/solution/ransomware/common/site_asset/template/images/common/bc-bullet.gif) right 1px no-repeat;
    padding-right: 16px;
  }
  .breadcrumb ul {
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.0;
  }
  .breadcrumb ul li {
    display: inline-block;
    margin-right: 10px;
  }

  #global-sp {
    display: none;
  }

  .page-top {
    display: none;
  }

  /*---------- 04-04  Footer -----------*/
  #footer {
    width: 100%;
    padding-top: 20px;
    background: url(/jp/forHome/solution/ransomware/common/site_asset/template/images/bg_footer_top.gif) 0 0 repeat-x;
  }
  #page-footer  a {
    text-decoration : none;
  }
  #page-footer  a:hover {
    text-decoration: underline;
  }
  #page-footer {
    width: 100%;
  }
  #page-footer .content {
    width: 950px;
    margin: 0 auto;
  }
  #page-footer .notes {
    font-size: 10px;
    color: #999;
padding-top:5px;
    margin-left: 1em;
  margin-bottom:15px;
    text-indent: -1em;
  }
  #page-footer .notes:before {
    content: "※";
  }
  #page-footer .lead {
    text-align: center;
    font-size: 12px;
    line-height: 40px;
  margin-bottom:15px;
    width: 950px;
    height: 40px;
    border: 2px solid #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  #page-footer .lead br {
    display: none;
  }
  #page-footer .lead strong {
    font-weight: normal;
  }
  #page-footer #footer-nav ul {
    text-align: center;
  margin-bottom:15px;
  }
  #page-footer #footer-nav ul li {
    display: inline;
    font-size: 11px;
  }
  #page-footer #footer-nav ul li a {
    color: #777;
  }
  #page-footer #footer-nav ul li:after {
    content: "　|　";
  }
  #page-footer #footer-nav ul li.last:after {
    content: "";
  }
  #page-footer .products {
    font-size: 10px;
    line-height: 1.8;
    text-align: center;
  margin-bottom:10px;
  }
  #page-footer .products a {
    color: #999;
  }
  #page-footer .about {
    background: #f5f5f5;
    border-top: 1px solid #c3c3c3;
    font-size: 12px;
  padding:15px 0px;
  }
  #page-footer .about .nav {
    *zoom: 1;
    width: 800px;
    float: left;
  }
  #page-footer .about .nav:before, #page-footer .about .nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  #page-footer .about .nav:after {
    clear: both;
  }
  #page-footer .about #country {
    width: 110px;
    float: left;
  }
  #page-footer .about ul {
    margin-left: 260px;
padding-left:0px;
    line-height: 20px;
    height: 20px;
  }
  #page-footer .about ul li {
    display: inline;
  }
  #page-footer .about ul li:after {
    content: " ・ ";
  }
  #page-footer .about ul li a {
    color: #777;
  }
  #page-footer .about ul li.last:after {
    content: "";
  }
  #page-footer .about #footer-logo {
    width: 79px;
    float: right;
  }
  #page-footer .about #copyright {
    clear: both;
    text-align:center;
    color: #999;
  }
  #page-footer .about #copyright small {
    font-size: 11px;
  }

  /*---------- 04-05  Contents -----------*/
  li {
    list-style: none;
  }

  .content {
    *zoom: 1;
  }
  .content:before, .content:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .content:after {
    clear: both;
  }

  #sns {
    clear: both;
    text-align: right;
    margin: 45px 0 60px 0;
  }

  #tm_mode_change_btn_wrap{
    clear:both;
    position:relative;
    width:950px;
    margin:0px auto 0px auto;
    padding-top:0px;
    padding-bottom:0px;
  }
  #tm_mode_change_btn{
    float:right;
  }
  #tm_mode_change_btn p{
    float:left;
    margin-bottom:0px;
  }
}
/* //@media screen and (min-width: 521px)  */



@media screen and (min-width: 521px) and (max-width: 950px) {
  #wrapper,
  #page-header .content,
  #global ul,
  #tm_mode_change_btn_wrap,
  #page-footer .content,
  .home #vb,
  .home #pickup,
  .home #lineup,
  .home #awards,
  .home #sub-content {
    width:100%;
  }

  #page-footer .lead{
    width:99%;
  }

  #wrapper {
  clear:both;
  margin-top:10px;
    padding: 0;
  }

  #page-header #ci {
  width: 100%;
  position:absolute;
  }
  #page-header #sub-nav {
  width: 445px;
  }
  #page-header #sub-nav .beta #search-box .search-area {
    width: 140px;
  }

  #global ul {
  clear:both;
  height:auto !important;
  }

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

  #global li#n-1,
  #global li#n-2,
  #global li#n-3,
  #global li#n-4{
  width:16.84%;
  }
  #global li#n-5{
  width:15.68%;
  }
  #global li#n-6{
  width:16.94%;
  }

  #global li a,
  #global li img{
  width:100% !important;
  height:auto !important;
  }
  #footer {
    width: 100%;
    padding-top: 20px;
    background: url(/jp/forHome/solution/ransomware/common/site_asset/template/images/bg_footer_top.gif) 0 0 repeat-x;
  }
  #page-footer  a {
    text-decoration : none;
  }
  #page-footer  a:hover {
    text-decoration: underline;
  }
  #page-footer .about .nav {
    width: auto;
    float: none;
  }
  #page-footer .about ul {
  text-align:center;
    margin-left: 0px !important;
padding-left:0px !important;
  }
  #page-footer .about ul li {
    display: inline-block;
  }

}

iframe[name="google_conversion_frame"]{
  position:absolute;
  right:0px;
  bottom:0px;
}

img[src^="https://googleads.g.doubleclick.net/pagead/viewthroughconversion/"]{
  display: block !important;
  position:relative !important;
  left:0;
  top:-10px;
  margin-top: -3px;
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
