﻿/* ===================================================
*
*  Site Name: SEC24
*
=================================================== */
/*----------------------------------------------------
Header CSS
----------------------------------------------------*/
@media screen and (max-width: 640px) {
  #wrapper {
    overflow: hidden;
  }
}

body {
  -webkit-text-size-adjust: 100%;
}
#wrapper{
    position: relative;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-color: #f6f6f6;
}

header {
  border-top: 5px solid #f08200;
  position: relative;
  z-index: 100;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  header {
    border-top: 0px;
  }
}

header .inner {
  padding: 16px 8px;
  width:900px;
  margin:0 auto;
}

@media screen and (max-width: 920px) {
  header .inner {
    padding: 16px 10px;
    width:auto;
    box-shadow: 0px 0px 5px #ccc;
  }
}

header .inner .sec24Logo {
  display: block;
  float: left;
}

@media screen and (max-width: 920px) {
  header .inner .sec24Logo img {
    width: 210px;
    height: auto;
  }
}

@media screen and (max-width: 920px) {
  header .inner .niftyLogo.PC {
    display: none;
  }
}

header .inner .niftyLogo {
  display: block;
  float: right;
  margin-top: 6px;
}

@media screen and (max-width: 920px) {
  header .inner .niftyLogo {
    margin-top: 4px;
    margin-right: 10px;
  }
  header .inner .niftyLogo img {
    width: 60px;
    height: auto;
  }
}

header .inner .navOpen {
  display: block;
  float: right;
}

@media screen and (min-width: 921px) {
  header .inner .navOpen {
    display: none;
  }
  .msg.rich.sp{
    display: none;
  }
}

header .inner .navOpen img {
  width: 30px;
  height: 30px;
}

header .inner .navOpen a {
  display: block;
}

header .inner .btnMenu {
  background: url("/sec24/user/common/images/ico_navopen.png") no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  background-size: 30px auto;
}

header .inner .btnMenu.close {
  background: url("/sec24/user/common/images/ico_navclose.png") no-repeat;
  position: relative;
  z-index: 120;
  background-size: 30px auto;
}

header .inner.spLogo {
  padding: 2px 0px;
  background-color: #f08200;
}

@media screen and (max-width: 920px) {
  header .inner.spLogo {
    display: block;
    padding: 2px 0px;
    background-color: #f08200;
  }
  .userNav .inner li{
    float:none !important;
    padding-right:0px !important;
    width:100% !important;
    margin:2px auto !important;
  }
  .btn.txt-single-row{
    line-height: 1 !important;
  }
}

@media screen and (min-width: 921px) {
  header .inner.spLogo {
    display: none;
  }
}

footer {
  background-color: #49270e;
  width: 100%;
  position: absolute;
  bottom: 0;
}

footer .inner{
  padding:16px 20px;
  height: 70px;
  width:900px;
  margin:0 auto;
}
footer .inner p {
  float: left;
  display: block;
}

@media screen and (max-width: 640px) {
  footer .inner{
    height:180px;
    width:auto;
  }
  footer .inner p {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 920px) {
  footer .inner p{
    float: none !important;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 920px) {
  footer .inner{
    width:auto;
  }
}
footer .inner address {
  float: right;
  display: block;
  text-align: right;
  color: #fff;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  footer .inner address {
    float: none;
    text-align: center;
    line-height: 2;
  }
}
@media (min-width: 640px)and (max-width: 920px) {
  footer .inner address{
    float: none;
    text-align: center;
  }
}
footer .inner a {
  text-decoration: none;
  color: #fff;
}
footer .inner address a:hover{
  text-decoration: underline;
}

/*----------------------------------------------------
Contents CSS
----------------------------------------------------*/
.mt100 {
  margin-top: 100px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}
.mrg8{
  margin-right: 8px !important;
}

@media screen and (min-width: 769px) {
      .itemBox.box10{
      width:10% !important;
    }
    .itemBox.box20{
      width:20% !important;
    }
    .itemBox.box30{
      width:30% !important;
    }
    .itemBox.box33{
      width:33.33% !important;
    }
    .itemBox.box40{
      width:40% !important;
    }
    .itemBox.box50{
      width:50% !important;
    }
    .itemBox.box60{
      width:60% !important;
    }
    .itemBox.box70{
      width:70% !important;
    }
    .itemBox.box80{
      width:80% !important;
    }
    .itemBox.box25{
      width: 25% !important;
    }
    .itemBox.box75{
      width: 75% !important;
    }
}

.pdt20{
  padding-top: 20px !important;
}
.pdb20{
  padding-bottom: 20px !important;
}
.pdl20{
  padding-left:20px !important;
}
.pdr20{
  padding-right: 20px !important;
}

@media screen and (max-width: 640px) {
  .sp-mb20 {
    margin-bottom: 20px !important;
  }
}

.pc-pdl96 {
  padding-left: 96px;
}

@media screen and (max-width: 640px) {
  .pc-pdl96 {
    padding-left: 0px;
  }
}
@media screen and (min-width: 921px){
  .pb50-pc {
    padding-bottom: 50px !important;
  }

  .pb20-pc {
    padding-bottom: 20px !important;
  }
  .pb10-pc {
    padding-bottom: 10px !important;
  }
  .mt100-pc{
    margin-top: 100px !important;
  }

  .mt20-pc {
    margin-top: 20px !important;
  }

  .mb50-pc {
    margin-bottom: 50px !important;
  }

  .mb100-pc {
    margin-bottom: 100px !important;
  }

  .mb20-pc {
    margin-bottom: 20px !important;
  }
}


@media screen and (max-width: 920px){
  .pb50-pc {
    padding-bottom: 50px !important;
  }

  .pb20-pc {
    padding-bottom: 20px !important;
  }
  .pb10-pc {
    padding-bottom: 10px !important;
  }
}


@media screen and (max-width: 768px){
  .pb50-sp {
    padding-bottom: 50px !important;
  }

  .pb20-sp {
    padding-bottom: 20px !important;
  }
  .pb10-sp {
    padding-bottom: 10px !important;
  }
  .pb5-sp {
    padding-bottom: 5px !important;
  }
  .mt100-sp{
    margin-top: 100px !important;
  }
  .mt30-sp {
    margin-top: 20px !important;
  }
  .mt20-sp {
    margin-top: 20px !important;
  }
  .mb50-sp {
    margin-bottom: 50px !important;
  }
  .mb100-sp {
    margin-bottom: 100px !important;
  }
  .mb20-sp {
    margin-bottom: 20px !important;
  }
}


.userNav{
  background-color:#fff;
  box-shadow: 0px 0px 5px #ccc;
}
.userNav .inner {
  width: 900px;
  margin: 0 auto;
  padding: 0px 10px 16px;
}

@media screen and (max-width: 640px) {
  .userNav .inner {
    padding: 5px;
  }
  .inner.topic a{
    padding:10px !important;
    padding-left: 40px !important;
  }

}

.userNav .inner ul {
  width: 100%;
  display: table;
}

.userNav .inner li {
  padding-right: 6px;
  box-sizing: border-box;
  float: left;
}
.userNav .inner .top{
  width: 7.5%;
}
.userNav .inner .download{
  width: 12.5%;
}
.userNav .inner .quit{
  width: 10%;
}
.userNav .inner .manual{
  width: 12.5%;
}
.userNav .inner .help{
  width: 15%;
}
.userNav .inner .status{
  width: 20%;
}
.userNav .inner .check{
  width:22.5%;
}
.userNav .inner li:last-child{
  padding-right:0px;
}


.userNav .inner li .btn {
  width: auto;
}

@media screen and (max-width: 920px) {
  .userNav {
    font-size: 14px;
  }
  .userNav .inner {
    width: auto;
  }
  .breadcrumb{
    margin-left: 10px;
    padding: 10px 0px !important;
  }
  .box.twoCol ul{
    display: block !important;
  }
  section .inner .box.twoCol .itemBox{
    display: block !important;
    padding:0px !important;
    width:100% !important;
  }
}

@media screen and (max-width: 920px) {
  .userNav .inner {
    display: none;
  }
}

.userFlow {
  font-size: 1.2em;
  background-color: #fff;
}

.userFlow .inner {
  width: 900px;
  margin: 0 auto;
  padding: 8px 10px;
}

@media screen and (max-width: 640px) {
  .userFlow .inner {
    padding: 5px;
  }
}

.userFlow .inner ul {
  display: table;
  width: 100%;
  padding: 8px 0px;
}

.userFlow .inner li {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  padding: 8px 0px;
  position: relative;
}

.userFlow .inner .pre {
  background-color: #ffd49e;
  color: #333;
}

.userFlow .inner .light {
  background-color: #ffa318;
  color: #fff;
  font-weight: bold;
  font-size: 110%;
}

.userFlow .inner .next {
  background-color: #eee;
  color: #999;
}

.userFlow .inner .goal {
  font-weight: bold;
  font-size: 110%;
  color: #e96004;
  background: url("/sec24/user/common/images/img_use.png") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .userFlow .inner .goal {
    background: url("/sec24/user/common/images/img_use_tablet.png") no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 640px) {
  .userFlow .inner .goal {
    background: url("/sec24/user/common/images/img_use_sp.png") no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 480px) {
  .userFlow .inner .goal {
    background: url("/sec24/user/common/images/img_use_sp-s.png") no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 360px) {
  .userFlow .inner .goal {
    background: none;
  }
}

@media screen and (max-width: 920px) {
  .userFlow {
    font-size: 14px;
  }
  .userFlow .inner {
    width: auto;
  }
}

.br-pc {
  display: block;
}

@media screen and (max-width: 640px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .br-sp {
    display: block;
  }
}
  #pgidx .br-sp{
    margin-bottom:8px;
  }

@media screen and (max-width: 640px) {
  .sp-hide {
    display: none;
  }
}

.sp-show {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-show {
    display: block;
  }
}

.arrow:before, .arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 30px;
}

.pre.arrow:before {
  border-left: 15px solid #fff;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  right: -10px;
  z-index: 5;
  top: -10px;
}

@media screen and (max-width: 920px) {
  .pre.arrow:before {
    border-left: 15px solid #fff;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    top: -10px;
    right: -10px;
    z-index: 5;
  }
}

@media screen and (max-width: 640px) {
  .pre.arrow:before {
    border-left: 15px solid #fff;
    border-top: 42px solid transparent;
    border-bottom: 42px solid transparent;
    right: -10px;
    z-index: 5;
    top: -13px;
  }
}

.pre.arrow:after {
  border-left: 10px solid #ffd49e;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  top: 0px;
  right: -5px;
  z-index: 10;
}

@media screen and (max-width: 920px) {
  .pre.arrow:after {
    border-left: 10px solid #ffd49e;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    top: 0px;
    right: -5px;
    z-index: 10;
  }
}

@media screen and (max-width: 640px) {
  .pre.arrow:after {
    border-left: 10px solid #ffd49e;
    border-top: 29px solid transparent;
    border-bottom: 29px solid transparent;
    top: 0px;
    right: -5px;
    z-index: 10;
  }
}

.light.arrow:before {
  border-left: 15px solid #fff;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  right: -10px;
  z-index: 5;
  top: -10px;
}

@media screen and (max-width: 920px) {
  .light.arrow:before {
    border-left: 15px solid #fff;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    top: -10px;
    right: -10px;
    z-index: 5;
  }
}

@media screen and (max-width: 640px) {
  .light.arrow:before {
    border-left: 15px solid #fff;
    border-top: 42px solid transparent;
    border-bottom: 42px solid transparent;
    right: -10px;
    z-index: 5;
    top: -13px;
  }
}

.light.arrow:after {
  border-left: 10px solid #ffa318;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  top: 0px;
  right: -5px;
  z-index: 10;
}

@media screen and (max-width: 920px) {
  .light.arrow:after {
    border-left: 10px solid #ffa318;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    top: 0px;
    right: -5px;
    z-index: 10;
  }
}

@media screen and (max-width: 640px) {
  .light.arrow:after {
    border-left: 10px solid #ffa318;
    border-top: 29px solid transparent;
    border-bottom: 29px solid transparent;
    top: 0px;
    right: -5px;
    z-index: 10;
  }
}

.next.arrow:before {
  border-left: 15px solid #fff;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  right: -10px;
  z-index: 5;
  top: -10px;
}

@media screen and (max-width: 920px) {
  .next.arrow:before {
    border-left: 15px solid #fff;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    top: -10px;
    right: -10px;
    z-index: 5;
  }
}

@media screen and (max-width: 640px) {
  .next.arrow:before {
    border-left: 15px solid #fff;
    border-top: 42px solid transparent;
    border-bottom: 42px solid transparent;
    right: -10px;
    z-index: 5;
    top: -13px;
  }
}

.next.arrow:after {
  border-left: 10px solid #eee;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  top: 0px;
  right: -5px;
  z-index: 10;
}

@media screen and (max-width: 920px) {
  .next.arrow:after {
    border-left: 10px solid #eee;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    top: 0px;
    right: -5px;
    z-index: 10;
  }
}

@media screen and (max-width: 640px) {
  .next.arrow:after {
    border-left: 10px solid #eee;
    border-top: 29px solid transparent;
    border-bottom: 29px solid transparent;
    top: 0px;
    right: -5px;
    z-index: 10;
  }
}

section {
  background-color: #f6f6f6;
  padding-bottom: 110px;
}
@media screen and (max-width: 640px) {
    section{
      padding-bottom: 210px;
    }
  }

section .inner {
  width: 900px;
  margin: 0 auto;
}

section .inner h1 {
  font-size: 2.2em;
  font-weight: bold;
  padding: 30px 0px;
  letter-spacing: -0.05em;
}

section .inner h2 {
  font-size: 1.6em;
}

.inner.topic .msgTxt{
  font-size: 1.15em;
  margin-top: 4px;
}
@media screen and (max-width: 640px){
  .inner.topic h2{
    margin-top:-20px;
  }
}
.inner.topic h2{
  text-align: left;
}
.inner.topic .label{
    text-align: center;
    position: relative;
    font-weight: bold;
    top: -5px;
    left: -10px;
    color: #4a4a4a;
    letter-spacing: -0.04em;
}
.inner.topic .iconStar{
    display: inline-block;
    background: #f6f6f6 url("/sec24/user/common/images/icon_sprite_20160815.png") no-repeat;
    background-size: 76px auto;
    width: 22px;
    height: 24px;
    background-position: -32px -187px;
    position: relative;
}
.inner.topic .topicBox{
    position: relative;
    z-index: 100;
    background-color: #ffc600;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-top: 16px;
    padding-right: 2px;
    bottom: -2px;
}
.icoTopic{
    background: url("/sec24/user/common/images/ico_topic.png") no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
    position: relative;
    top: 16px;
    left: -4px;
}

.inner.topic .box.single, .inner.news .box.single{
  background-color: #fff;
  box-shadow: 0px 0px 2px #ccc;
}
.inner.topic .box.single{
  border-top:4px solid #ffc600;
}
.inner.topic li.msg.ttl:first-child, .inner.news li.msg.ttl:first-child{
  border-top:0px;
}
.inner.topic li.msg.ttl, .inner.news li.msg.ttl{
  border-top:1px dotted #ccc;
  font-size:1.1em;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}
.inner.topic li.msg.ttl:before{
  content: "■";
  display: block;
  position: absolute;
  color: #e96004;
  top: 36%;
  left: 15px;
}
.inner.topic a, .inner.news a{
  text-decoration: none;
  color:#333d47;
  display: block;
}
.inner.topic a{
  padding:25px;
  padding-left: 40px;
}
.inner.news a{
  padding:20px 25px;
}
.inner.topic li.msg.ttl:hover, .inner.news li.msg.ttl:hover{
  background-color:#fff7e2;
}
.inner.topic a:hover, .inner.news a:hover{
  text-decoration: none;
  color:#e96004;
}
.inner.news h2{
  text-align: left;
  padding:25px 0px;
}
.secTtl{
  text-align: left;
  padding:0px 0px 25px;
}
.secTtl .label{
  font-size: 1.2em;
  font-weight: bold;
}
.secSubTtl.qa{
  text-align: left;
  padding-bottom: 8px;
    position: relative;
  border-bottom: 2px solid #ccc;
}

.secSubTtl.qa:after{
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 16%;
  height: 2px;
  background-color: #e96004;
}

.secSubTtl .label{
  font-size: 1em;
  font-weight: bold;
}


.inner.news .label{
  font-size: 1.2em;
  font-weight: bold;
}

.inner.news .btnMore, .inner.qa-search .btnMore {
  padding:0px;
  text-align: right !important;
  font-size: 0.9em;
  text-decoration: none;
}
.inner.news .btnMore span, .inner.qa-search .btnMore span{
  padding:4px 25px;
  color:#fff;
  background-color: limegreen;
  border-radius: 4px;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
  border:1px solid #48950b;
}
.btnMore span:hover{
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  text-decoration: underline;
  background-color: #259e25 !important;
}
.inner.news .msgL{
  vertical-align: top;
  width: 235px;
  float: left;
}
.inner.news .msgR{
  box-sizing: border-box;
  width:calc(100% - 235px);
  float: right;
}
.inner.news .msgTtl{
  padding:1px 8px;
  color:#fff;
  font-size: 0.9em;
  font-weight: 300;
  background-color: #67b7db;
  margin-right:10px;
  width: 105px;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  letter-spacing: -0.1em;
}
.inner.news .msgTtl.verup{
  background-color:purple;
}
.inner.news .msgTtl.recover{
  background-color: #88ae37;
}
.inner.news .msgTtl.maintain{
  background-color: #ff9a04;
}
.inner.news .msgTtl.important{
  background-color: #ff3d5f;
}
.inner.news .msgTtl.campaign{
  background-color: #ff3300;
}
.inner.news .msgTtl.trouble{
  background-color: #3366cc;
}

.inner.news .msgDate{
  margin-right: 8px;
  font-size: 0.8em;
  display: inline-block;
  letter-spacing: -0.01em;
}
.inner.news .msgTxt,
.inner.topic .msgTxt{
  display: inline-block;
  width: calc(100% - 20px);
}
.inner.news .iconItemArrow,
.inner.topic .iconItemArrow{
  position: absolute;
  top:38%;
  right:8px;
}
.inner.news .msg.notice{
  text-align: right;
  font-size: 1em;
  color:#6f6f6f;
}
.msg.notice{
  font-size: 1em;
  color:#6f6f6f;
}
.msg.notice.center{
  text-align: center;
}
.msg.notice.left{
  text-align: left;
}
.msg.notice.right{
  text-align: right;
}


section .inner h3 {
  font-size: 1.4em;
  font-weight: bold;
  padding-bottom: 8px;
}

section .inner p {
  font-size: 1.2em;
  line-height: 1.5;
}

section .inner h3, section .inner span {
  text-align: left;
}

section .inner .code h3 {
  text-align: center;
}

section .inner .box {
  display: block;
}

/*section .inner .box.single .ttl, section .inner .box.single .cont {
  display: inline-block;
  text-align: left;
  font-size: 1.2em;
}*/

@media screen and (max-width: 640px) {
  section .inner .box.single .ttl, section .inner .box.single .cont {
    display: block;
  }
}

/*section .inner .box.single .ttl {
  font-size: 1em;
  border-radius: 5px;
  padding: 4px 8px;
  background-color: #ffe7ad;
}*/

@media screen and (max-width: 640px) {
  section .inner .box.single .ttl {
    margin-bottom: 16px;
  }
  section .inner .box.single .msg.ttl{
    margin-bottom: 0px;
  }
  .inner.news .msgL, .inner.news .msgR{
    display: block;
    width:auto;
    float: none;
    position: relative;
  }
  .inner.news .iconItemArrow{
  position: absolute;
  top:45%;
  right:4px;
  }
  .inner.topic .iconItemArrow{
    right:4px;
  }
  .inner.news .msgL{
    padding-bottom: 10px;
  }
  .box.twoCol ul{
    display: block !important;
  }
  .stepBtn{
    background-color: #fff !important;
    margin:0px !important;
  }
  .stepBtn.top{
    padding:0px 0px 16px !important;
  }
  .stepBtn.sub{
    padding:16px !important;
  }
  .stepBtn .btnL{
    width:auto !important;
  }
  .stepItem{
    margin: 0px !important;
    padding:4px 0px !important;
  }
  .guideBox img, .singleImg{
    width:100% !important;
  }
  .guideBox.img, .guideBox.txt, .guideBox.imgS, .guideBox.txtL{
    width:100% !important;
  }
  .guideList li{
    padding:8px 0px !important;
  }
  section .inner .box.threeCol .itemBox{
    display: block !important;
    width:100% !important;
    text-align: center;
    padding:0px !important;
  }
  .box.quadCol .itemBox{
    display: block !important;
    width:100% !important;
    padding:0px 0px 24px 0px!important;
  }
  .box.quadCol .itemBox:last-child{
    padding:0px !important;
  }
  .box.quadCol .img-desc{
    margin:0px auto 16px;
    display: block;
  }
  .qa-search-box, .qa-search-button{
    font-size: 14px !important;
  }
  .qa-search-box{
    padding-left: 4px !important;
    margin: 0px 4px 0px 0px !important;
    width:calc(100% - 99px) !important;
  }
  .msg.rich{
    background: url("/sec24/user/common/images/bg_user_faq_sp_2.jpg") no-repeat !important;
    background-size: 100% auto !important;
    font-size: 24px !important;
    padding:20px 0px !important;
  }
  .msg.rich.pc{
    display: none;
  }
  .noticeList, .txtNormalLink{
    padding-left: 0px !important;
  }

  .sp-left{
    text-align: left !important;
  }
}
.noticeTxt{
  width:calc(100% - 10px);
  vertical-align: middle;
}
.iconNotice, .noticeTxt, .iconItemArrow, .msg.link .txt{
  display: inline-block !important;
  float:none !important;
}
@media screen and (max-width: 640px) {
  .msg.link .txt{
    width: calc(100% - 20px);
    vertical-align: top;
  }
}
.qa-list .qaItem{
  margin-bottom: 0px !important;
}
.qaItem .iconItemArrow{
  margin-right: 10px;
  position: relative;
  top: 1px;
}
section .inner .box.single .cont {
  margin-left: 1em;
}

@media screen and (max-width: 640px) {
  section .inner .box.single .cont {
    margin-left: 0px;
  }
  .noticeTxt{
    vertical-align: top;
  }
}

section .inner .box.single li:last-child {
  margin-bottom: 0px;
}

section .inner .box.single .innerBox, .box.twoCol .innerBox, .box.quadCol .innerBox {
  padding: 30px;
  background: #fff;
  text-align: left;
  border-radius: 5px;
  box-shadow: 0px 0px 2px #ccc;
}

.box.twoCol ul{
  display: table;
}
section .inner .box.twoCol .itemBox {
  display: table-cell;
  width: 50%;
  padding:0px 10px;
}


@media screen and (max-width: 640px) {
  section .inner .box.twoCol li:last-child {
    margin-bottom: 0px;
  }
  section .inner .box.single .innerBox, .box.twoCol .innerBox, .box.quadCol .innerBox {
    padding:16px !important;
  }
}


section .inner .box.twoCol.btnOnly ul {
  background-color: #fff;
  padding: 20px;
  display: block;
  border-radius: 5px;
}

section .inner .box.threeCol .itemBox {
  display: table-cell;
  width: 33.33%;
  text-align: center;
  padding:0px 10px;
}

section .inner .box.threeCol li .innerBox {
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  section .inner .box.threeCol li .innerBox {
    width: auto;
  }
}

section .inner .box.single .box.twoCol li {
  margin-bottom: 0px;
}

section .inner .box.single .box.twoCol .innerBox {
  padding-bottom: 6px;
}

@media screen and (max-width: 640px) {
  section .inner .box.single .box.twoCol .innerBox {
    padding: 0px 0px 20px;
  }
  .inner.news h2 {
    padding:0px 0px 20px !important;
  }
  .inner.news a{
    padding:8px 12px;
  }
  .verList{
    padding:0px !important;
  }
  .verList .verTxt{
    margin-left: 8px;
  }
}

@media screen and (max-width: 920px) {
  section .inner {
    width: auto;
    padding: 10px;
  }
  section .inner h1 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.05em;
  }
  section .inner h2 {
    font-size: 18px;
  }
  section .inner h3 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
  }
  section .inner p {
    font-size: 14px;
    line-height: 1.5;
  }
  section .inner h3, section .inner span {
    text-align: left;
  }
  section .inner .code h3 {
    text-align: center;
  }
  section .inner .box {
    display: block;
  }
  section .inner .box .cont {
    text-align: left;
    display: block;
    font-size: 16px;
  }
  section .inner .box.single li {
    display: block;
  }
  .singleImg, .img-desc{
    width:100%;
  }
  .verList .verItem{
    width:100% !important;
  }
}
@media (min-width: 641px) and (max-width: 920px){
    .guideList{
    display: table !important;
  }
  .guideBox.img, .guideBox.txt{
    display: table-cell !important;
  }
}

@media screen and (max-width: 640px) {
  section .inner .box.twoCol.verti li {
    display: block;
    width: 100%;
    float: none;
  }
  section .inner .box.threeCol li {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.btn {
  border-radius: 4px;
  padding: 8px 0px;
  color: #fff !important;
  font-weight: bold;
  display: block;
  text-decoration: none;
  font-size: 1.1em;
  background-color: #fc751b;
  border: 1px solid #e96004;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin: 0 auto;
  transition: box-shadow 0.2s, background-position 0.3s;
  height: 41px;
}
.btn.txt-single-row{
  line-height: 42px;
}
  @media screen and (max-width: 640px){
    .btn.txt-single-row{
      line-height: 1;
    }
  }
.btn.current{
  background-color: #fff;
  color: #e96004 !important;
  box-shadow:none;
  font-weight: normal !important;
}

@media screen and (max-width: 920px) {
  .btn {
    width: 80% !important;
    font-size: 14px ;
    height:auto;
  }
}

.btn-tag {
  padding: 8px;
  color: #e96004;
  display: block;
  text-decoration: none;
  font-size: 1.1em;
  background-color: #fff;
  border-top: 4px solid #e96004;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 920px) {
  .btn-tag {
    width: 80%;
    font-size: 18px;
    padding: 11px;
  }
}

@media screen and (max-width: 640px) {
  .btn-tag {
    width: auto;
    font-size: 16px;
  }
}

.btn:hover {
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.6) inset, 0 0 4px #999;
  background-color: #fff;
  color: #e96004 !important;
  font-weight: normal;
}


.btn.activation {
  padding: 8px;
}

@media screen and (max-width: 920px) {
  .btn.activation {
    padding: 4px;
  }
}

.btn.navDL {
  background-color: #57ad57;
  border: 1px solid #428b09;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 920px) {
  .btn.navDL {
    width: 300px;
  }
}

@media screen and (max-width: 640px) {
  .btn.navDL {
    width: auto;
  }
}

.btn.navYes {
  background-color: #ffe45e;
  color: #444 !important;
  border: 1px solid #f8d31d;
}

.btn.navNo {
  background-color: #dfdfdf;
  color: #666 !important;
  border: 1px solid #ccc;
}

.btn a:link {
  color: #fff;
}

.code {
  background-color: #f6ffed;
  border: solid 1px #e7e1d5;
}

.code .innerBox {
  padding: 16px;
}

.code .codeTxt {
  font-size: 2.5em;
  letter-spacing: 0.1em;
  font-family: 'courier new';
  font-weight: bold;
  background-color: #fff;
  padding: 8px 16px;
  border: 5px solid #94d677;
  display: inline-block;
  text-align: center;
}

.code .codeTtl {
  color: #699955;
  font-size: 1.6em;
  font-weight: bold;
  display: inline-block;
  margin-right: 2em;
}

@media screen and (max-width: 920px) {
  .code .codeTxt {
    font-size: 26px;
  }
}

@media screen and (max-width: 640px) {
  .code .codeTtl {
    font-size: 18px;
    text-align: center;
    margin-bottom: 16px;
    margin-right: 0px;
  }
}

.userRule {
  overflow-y: scroll;
  margin-top: 16px;
  padding: 20px;
  border: 1px solid #ddd;
  height: 12em;
}

@media screen and (max-width: 640px) {
  .userRule {
    padding: 10px;
  }
}

.userRule p {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .userRule p {
    font-size: 14px !important;
  }
}

.txtEm {
  font-weight: bold;
  letter-spacing: -0.05em;
}

.txtNotice {
  font-size: 0.8em !important;
  font-weight: normal;
}

.alc {
  text-align: center !important;
}

.alc h3, .alc p {
  text-align: center !important;
}

.notice {
  display: block;
  font-size: 1em;
}

@media screen and (max-width: 640px) {
  .notice {
    font-size: 12px;
  }
}

.msg {
  font-weight: normal;
}

.msg .innerBox.msg {
  border: 3px solid #e5decc;
  padding: 16px;
  text-align: center;
  background-color: #fff7e2;
  color: #e96004;
  position: relative;
  border-radius: 0px;
  box-shadow: none;
  letter-spacing: -0.05em;
}

.msg .innerBox.msg:after {
  border: 14px solid transparent;
  border-top-color: #e5decc;
  border-bottom-width: 0;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  width: 0;
  bottom: -14px;
}

@media screen and (max-width: 640px) {
  .msg .innerBox.msg:after {
    left: 45%;
  }
  .txtSS{
    font-size: 0.7em !important;
  }
}

.alert {
  color: red;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
}

.txtSS {
  font-size: 12px;
  display: block;
  margin-top: 2px;
}

.desc {
  margin: 0 auto 10px;
  width: 100%;
  display: block;
  max-width: 350px;
}

.status ul li p{
  padding:8px 0;
}

.userRule pre{
	font-size: 1.2em;
	line-height: 1.5;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	margin-bottom: 20px;
}

.taxdisp{
font-size:1em !important;
text-align:left;
}

.reject{
  margin-left: 2em;
  margin-top: 1.5em;
}
.reject .item{
  font-size: 16px;
  position: relative;
  color:: #000000;
  }
.reject .item:before{
  border-radius: 3px;
  background-color: #000000;
  display: block;
  position: absolute;
  top: 8px;
  left: -12px;
  width: 6px;
  height: 6px;
  content: '';
}

.breadcrumb{
  display: table;
  padding:25px 0px;
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 640px) {

  .breadcrumb {
    display: none;
  }
}
.breadcrumb > *{
  display: table-cell;
}
.breadcrumb .inner{
  width: 900px;
  margin:0 auto;
  display: block;
}
.breadcrumbList{
  overflow: hidden;
  text-align: left;
  white-space:normal;
}
.breadcrumbItem{
  display: inline-block;
  font-size:small;
  font-weight: 300;
}
.breadcrumbItem.link:after{
  content: ">";
  margin:0 4px;
}
.breadcrumbItem.link a{
  color:#333d47;
}
.stepItem{
  padding:16px 0px;
}
.stepItem .num, .stepItem .stepTxt{
    font-size: 1.2em;
    display: inline-block;
}

.stepTxt{
  vertical-align: top;
  width:calc(100% - 34px);
  letter-spacing: -0.05em;
}
.stepBtn{
  text-align: center;
  display: block;
  padding:16px 0px;
  text-decoration: none;
  background-color: #eeffe8;
  margin:20px 0px;
}
.stepBtn.sub{
  background-color: #fff;
}
.stepBtn.sub span{
  background-color: #ffde84;
  color:#666;
  border-color:#ccc;
}
.stepBtn.sub span:hover{
  background-color: #fff;
  border-color: #ccc;
  color:#e96004;
}
.stepBtn span:hover{
  border:1px solid #48950b;
  background-color: #fff;
  color:#428b09;
}
.stepBtn.last{
  margin-bottom: 0px;
}
.stepBtn span{
  padding:8px 16px;
  border-radius: 4px;
  color:#fff;
  background-color: #57ad57;
  border: 1px solid #428b09;
  text-align:center;
  margin:0 auto;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  letter-spacing: -0.05em;
}
.stepBtn .btnS{
  width: 190px;
  display:block;
  text-align: center;
  font-weight: 300;
  font-size:1.2em;
}
.stepBtn .btnL{
  width: 300px;
  display:block;
  text-align: center;
  font-size: 1.4em;
  font-weight: 700;
}

.verList{
  display: table;
  width:100%;
  padding:25px 0px;
}
.verList .verItem{
  display: table-cell;
  width:33.33%;
  text-align: center;
}
.verList .verLabel{
  font-size: 1.2em;
  line-height: 2.5em;
}
.verList .verTxt{
  font-weight: 700;
  color:#d8566e;
}

.itemList{
  display: table;
  width:100%;
}
.box.flex .itemList{
  display: flex;
  -js-display:flex;
}
@media (max-width: 640px){
  .box.flex .itemList{
    display: block;
  }

  .box.flex .itemBox{
    padding:8px !important;
  }
}
.box.flex .itemBox{
  padding:16px;
}
.box.quadCol .itemBox{
  display: table-cell;
  width: 25%;
  padding:0px 10px;
}
.box.quadCol .itemBox .img-desc{
  margin-bottom: 16px;
}
.box.twoCol .itemBox:first-child, .box.threeCol .itemBox:first-child,.box.quadCol .itemBox:first-child{
  padding-left: 0px !important;
}
.box.twoCol .itemBox:last-child, .box.threeCol .itemBox:last-child,.box.quadCol .itemBox:last-child{
  padding-right: 0px !important;
}
.phone{
  font-weight: bold;
  color:#105c9c;
}
.qa-search .innerBox{
  padding:16px !important;
}
.qa-search-box{
    width:calc(100% - 122px);
    border: 4px solid #ccc;
    background: #f8f8f8;
    height: 2.5rem;
    line-height: 1.375;
    font-weight: 200;
    letter-spacing: normal;
    color: #333;
    -webkit-appearance: none;
    font-size: 24px;
    font-size: 1.5rem;
    padding-left: 8px;
    margin-right: 16px;
}
.qa-search-button{
    background-color: #F4B442;
    border: 1px solid #D17D33;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 1.3em;
    font-weight: 700;
    padding: 5px 20px;
    text-decoration: none;
    height: 2.8rem;
}
.txt-r{
  text-align:right !important;
}
.msg.link{
  text-decoration: none;
  padding:8px 0px;
  display:block;
}
.qa-main-list .msg.link{
  font-weight: 700;
  font-size: 1.3em;
  color:#e8864a;
}
.qa-main-list .msg.link:hover{
  text-decoration: underline;
}
.qa-list .msg.link{
  font-weight: 300;
  font-size: 1.2em;
  padding:8px 0px 12px;
  border-bottom:1px dotted #aaa;
}
.qa-list .msg.link:hover{
  text-decoration: underline;
  background-color: #fcf4ef;
}
.qa-sub-list .msg.link{
  font-weight: 300;
  font-size: 1.2em;
}

.msg.linkTtl{
  text-decoration: none;
  padding:8px 0px;
  display:block;
}
.qa-main-list .msg.linkTtl{
  font-weight: 700;
  font-size: 1.3em;
  color:#e8864a;
}
.qa-main-list .msg.linkTtl:hover{
}
.qa-list .msg.linkTtl{
  font-weight: 300;
  font-size: 1.2em;
  padding:8px 0px 12px;
  border-bottom:1px dotted #aaa;
}
.qa-list .msg.linkTtl:hover{
  background-color: #fcf4ef;
}
.qa-sub-list .msg.linkTtl{
  font-weight: 300;
  font-size: 1.2em;
}


.qa-sub-list{
  padding-left: 1.3em;
}
.tbl-01{
  margin-bottom: 5px;
  border: 1px #ccc solid;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.125em;
}
.tbl-01 th, .tbl-01 td {
    padding: 16px;
    border: 1px #ccc solid;
    background: #fff;
    line-height: 2em;
}
.tbl-01 th, .tbl-01 .head {
    background-color: #eee;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
}
.txt_red{
  color: #ff0000;
  font-weight: 700;
}
.itemBox.img{
  text-align: center;
  vertical-align: top;
}
.itemBox img{
  border:1px solid #ccc;
  vertical-align: top;
}
.singleImg{
  display: block;
  margin:20px auto;
}
.guideTxt{
  font-size: 1em;
  padding:8px 0px;
  display: block;
}
.guideBox{
  padding:16px;
  background-color: #ffc;
}
.guideList{
  display: table;
  width:100%;
}
.guideBox.imgS{
  width: 25%;
}
.guideBox.txtL{
  width: 75%;
}
.guideBox.img, .guideBox.txt{
  width:50%;
}
.guideBox.img, .guideBox.txt, .guideBox.imgS, .guideBox.txtL{
  display: table-cell;
  background-color: #fff;
  vertical-align: top;
}
.guideBox.img img, .guideBox.imgS img{
  width: 100%;
}
.guideBox.orange{
  background-color: #fcf4ef;
  border:1px solid #e8bba0;
  padding:10px 15px;
}
.noticeList{
  padding-left: 2em;
}
.noticeList .noticeItem{
  font-size: 1.2em;
  font-weight: 300;
  padding:8px 0px;
}
.msg.important{
  text-align: center;
  width:100%;
}
.bold{
  font-weight: 700;
}
.secTtl.step .num{
  border-left: 5px solid #e96004;
  padding-left: 8px;
}
.secSubTtl.step{
  border-bottom:1px dotted #aaa;
}
.secSubTtl.step .txt{
  font-size: 0.9em;
}
.secSubTtl.step .num, .stepItem .num{
  background-color: #e8864a;
  color: #fff;
  font-weight: 600;
  margin-right: 12px;
  padding: 1px 5px;
}
.secSubTtl.step .num{
  font-size: 0.8em;
}
.arrowDown{
  border: 20px solid transparent;
  border-top-color: #c3e5b7;
  border-bottom-width: 0;
  content: "";
  display: block;
  margin:0 auto;
  width: 0;
}
.serviceTtl{
  text-align:center !important;
  display: block;
  color:#e96004;
  font-size: 1.1em;
}
.innerBox.service{
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-top:5px solid #e96004;
}
.manualTtl{
  padding: 8px 0px;
  font-size: 1.4em !important;
  font-weight: 700;
  color:#fff;
  background-color: #e96004;
  margin-bottom: 10px;
  position: relative;
}
.manualTtl:after{
    border: 10px solid transparent;
    border-top-color: #e96004;
    border-bottom-width: 0;
    content: "";
    display: block;
    left: 45%;
    position: absolute;
    width: 0;
    bottom: -8px;
}
.itemBox.service .msg.link{
  padding:16px 0px;
  border-bottom:1px solid #d0d0d0;
  letter-spacing: -0.05em;
}
.itemBox.service .msg.link:hover{
  background-color: #fcf4ef;
}
.itemBox.service .msg.link span{
  color:#484848;
  font-weight: bold;
}
.txtLink{
  padding:8px 0px;
  display: block;
  font-size: 1.2em;
  text-align: center;
  text-decoration: none;
  border-top:1px dotted #aaa;
  border-bottom:1px dotted #aaa;
  margin:16px 0px;
}
.txtLink:hover{
  text-decoration: underline;
}
.msg.ss{
  font-size: 1em;
}
.iconError, .iconNotice, .iconManual, .iconItemArrow, .iconTriangle, .iconDoubleTriangle{
  display: block;
  background:url("/sec24/user/common/images/icon_sprite_20160815.png") no-repeat;
  background-size: 80px auto;
  float: left;
  width:22px;
  height:24px;
  margin-right: 4px;
}
.iconNotice{
  background-position: 0px -22px;
  background-size: 50px auto;
  width:16px;
  vertical-align: top;
}
.iconManual{
  background-position: 0px -80px;
  background-size: 80px auto;
  width:24px;
}
.iconItemArrow{
  background-position: 0px -75px;
  background-size: 50px auto;
  width:10px;
  height:15px;
}
.iconTriangle{
  background-position: 0px -90px;
  background-size: 50px auto;
  width:12px;
}
.iconDoubleTriangle{
  background-position: 0px -148px;
  background-size: 60px auto;
  width:16px;
}
.txt-r .iconTriangle{
  display: inline-block;
  float: none;
  width: 8px;
}
.txtNormalLink{
  padding:8px 0px;
  display: block;

}
.txtNormalLink .iconTriangle{
  background-position: 0px -96px;
  width:8px;
  display: inline-block;
}
.txtNormalLink .txt{
  width: calc(100% - 16px);
  letter-spacing: -0.05em;
  font-size: 1.1em !important;
}

.ttl.graph{
  position: relative;
  display: block;
  margin:16px 0px;
}

.ttl.graph .graph, .ttl.graph.txt{
  display: block;
  float: left;
}
.ttl.graph .graph{
  width:100px;
  height:100px;
  background-color: #999;
  margin-right:8px;
}
.ttl.graph .txt{
  position: absolute;
  top: 35%;
}
.msg.rich{
  font-size: 3em;
  font-weight: bold;
  padding:40px 0px;
  text-align: center;
  background: url("/sec24/user/common/images/bg_user_faq_2.jpg") no-repeat;
  background-size: 100% auto;
  background-position: 0px;
}
.msg.rich span{
  text-shadow: 0px 0px 10px #666;
  color:#fff;
}
.dot{
  width:6px;
  height:6px;
  border-radius: 3px;
  display: inline-block;
  background-color: #cc0000;
  margin-right: 4px;
}
.stepListInstall .stepListItem{
  padding:8px 16px;
  background-color: #fff7e2;
  border:3px solid #e5decc;
}
.stepListItem a{
  display: block;
  text-decoration: none;
}
.stepListItem .stepNum{
  display: inline-block;
  border-radius: 4px;
  background-color: #29b7ce;
  padding:2px 8px;
  font-weight: bold;
  margin-right: 8px;
  vertical-align: top;
  color:#fff;
}
.stepListItem .txt{
  font-size: 1.2em;
  color:#e96004;
  font-weight: bold;
  display: inline-block;
  width:calc(100% - 74px);
}
.stepListInstall .stepListArrow{
  display: block;
  background: url("/sec24/user/common/images/icon_sprite_20160815.png") no-repeat;
  width: 11px;
  height: 32px;
  margin:0 auto;
  transform: rotate(90deg);
  background-position: 0px -199px;
}

.img-wd-auto{
  width:auto;
}

@media screen and (max-width: 640px)
{
      .img-wd-auto{
      width: 100%;
      }
}

.ico {
  background: url("/sec24/common03/srvs/images/sprite_service.png") no-repeat;
  background-size: 70px auto;
  display: inline-block;
  position: relative;
}

.ico.arrow-w {
  width: 9px;
  height: 14px;
  background-position: -14px -74px;
  top: 2px;
  margin-right: 4px;
}

.ico.arrow-w.top {
  width: 9px;
  height: 14px;
  background-position: -14px -74px;
  display: block;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin: 0px auto 4px;
}

#page-top {
  position: fixed;
  bottom: 86px;
  right: 50px;
  font-size: 100%;
  z-index: 1000;
}

@media screen and (max-width: 640px) {
  #page-top {
    bottom: 20px;
    right: 20px;
  }
}

#page-top a {
  background: #49270e;
  text-decoration: none;
  color: #fff;
  padding: 4px 16px 12px;
  text-align: center;
  display: block;
  border-radius: 5px;
  font-size: 1em;
}

@media screen and (max-width: 640px) {
  #page-top a {
    font-size: 0.7rem;
    padding: 2px 10px 8px;
  }
}

#page-top a:hover {
  text-decoration: none;
  background: #D85904;
}

#pgidx{
  display: inline;
  font-size:1.0em !important;
}
    @media screen and (max-width: 640px)
    {
          #pgidx{
            display: block;
            margin-top: 8px;
            margin-bottom: 16px;
          }
    }
/*
#pgidx .pgItem{
  display: inline;
  margin-right: 2px;
}
*/
#pgidx a{
  padding:2px 5px;
  background-color: #fff;
  border-bottom: 2px solid #e96004;
  display: inline-block;
  color:#333;
  text-decoration: none;
  margin-bottom: 8px;
}
#pgidx  a:hover{
  text-decoration: underline;
}
#pgidx a:visited{
  text-decoration: none;
}

#msg {
    background-color: #fff;
    border: 3px double #ff3333;
    display: none;
    margin: 10px auto;
    padding: 5px;
    text-align: center;
}

.imgCenter {
    text-align: center;
    padding: 20px 10px;
}