/* ===================================================
*
*  Site Name: SEC24
*
=================================================== */
/*----------------------------------------------------
Header CSS
----------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 900px) {
  body {
    min-width: 1200px;
  }
}

#wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: auto !important;
}

@media screen and (max-width: 640px) {
  #wrapper {
    overflow: hidden;
  }
}

header {
  border-top: 5px solid #f08200;
  border-bottom: 1px solid #f08200;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 640px) {
  header {
    border-top: 0px;
  }
}

header .inner {
  padding: 16px 8px;
}

@media screen and (max-width: 640px) {
  header .inner {
    padding: 16px 0px;
  }
}

header .inner .sec24Logo {
  display: block;
  float: left;
}

@media screen and (max-width: 640px) {
  header .inner .sec24Logo img {
    width: 210px;
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  header .inner .niftyLogo.PC {
    display: none;
  }
}

header .inner .niftyLogo.SP {
  margin-right: 10px;
}

header .inner .niftyLogo {
  display: block;
  float: right;
  margin-top: 6px;
}

@media screen and (max-width: 640px) {
  header .inner .niftyLogo {
    margin-top: 4px;
  }
  header .inner .niftyLogo img {
    width: 60px;
    height: auto;
  }
}

header .inner .navOpen {
  display: block;
  float: right;
}

@media screen and (min-width: 641px) {
  header .inner .navOpen {
    display: none;
  }
}

header .inner .navOpen img {
  width: 30px;
  height: 30px;
}

header .inner .navOpen a {
  display: block;
}

header .inner .btnMenu {
  background: url("../images/ico_navopen.png") no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  background-size: 30px auto;
}

header .inner .btnMenu.close {
  background: url("../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: 640px) {
  header .inner.spLogo {
    display: block;
    padding: 2px 0px;
    background-color: #f08200;
  }
}

@media screen and (min-width: 641px) {
  header .inner.spLogo {
    display: none;
  }
}

.gNav.PC {
  background-color: #f08200;
  border-bottom: 1px solid #f08200;
}

@media screen and (max-width: 640px) {
  .gNav.PC {
    background-color: #fff;
    display: none;
  }
}

.gNav.PC .item.txt {
  width: 100%;
  box-sizing: border-box;
}

.gNav.PC .item.btn {
  width: 40%;
  box-sizing: border-box;
}

.gNav.PC .gNavItem {
  border-left: 1px dotted #fff;
  box-sizing: border-box;
}

.gNav.PC .btnItem {
  background-color: #fff;
}

.gNav.PC .btnItem .btn {
  border-radius: 5px;
  padding: 8px 24px;
  font-size: 1.2em;
  background-color: #97cc04;
  border: 1px solid #4e7f00;
  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;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.gNav.PC .btnItem:hover > .btn {
  background-color: #4e7f00;
  text-decoration: underline;
}

.gNav.PC .btnItem .btn.apply {
  padding: 8px 48px;
  background: #26b6cd;
  border: 1px solid #269DCC;
}

@media screen and (max-width: 640px) {
  .gNav.PC .btnItem .btn.apply {
    padding: 8px 0px;
    display: block;
  }
}

.gNav.PC .btnItem .btn.user {
  padding: 8px 48px;
}

@media screen and (max-width: 640px) {
  .gNav.PC .btnItem .btn.user {
    padding: 8px 0px;
    display: block;
  }
}

.gNav.PC .btnItem:hover > .btn.apply {
  background-color: #269DCC;
}

.gNav.SP {
  display: none;
  padding: 0px 0px 8px;
  position: absolute;
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 100;
}

.gNav.SP .inner {
  padding: 0px;
}

.gNav.SP .item {
  float: none;
}

.gNav.SP .gNavItem {
  float: none;
  text-align: left;
  padding: 0px 16px;
  border-bottom: 1px solid #f08200;
  background-color: #fff;
  margin: 0px;
}

.gNav.SP .gNavItem a {
  color: #e96004;
}

.gNav.SP .gNavBtn {
  float: none;
  padding: .96em;
}

.gNav.SP .gNavBtn.apply {
  margin-right: 0px;
}

.gNav .item {
  display: table;
}

@media screen and (max-width: 640px) {
  .gNav .item {
    display: block;
  }
}

.gNav .gNavItem {
  display: table-cell;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .gNav .gNavItem {
    display: block;
    width: 100% !important;
    margin: 0 auto 4px;
    background-color: #f08200;
  }
}

.gNav .gNavItem a {
  text-decoration: none;
  color: #fff;
  padding: 16px 0px;
  display: block;
}

@media screen and (max-width: 640px) {
  .gNav .gNavItem a {
    padding: 10px 0px;
  }
}

.gNav .gNavItem.active .txt {
  color: #e96004;
  background-color: #fff;
  border-radius: 4px;
  text-decoration: underline;
  font-weight: normal;
}

.gNav .gNavItem.two-txt, .gNav .gNavItem.three-txt {
  width: 12.5%;
}

@media screen and (max-width: 640px) {
  .gNav .gNavItem.two-txt, .gNav .gNavItem.three-txt {
    width: auto;
  }
}

.gNav .gNavItem.four-txt {
  width: 12.5%;
}

.gNav .gNavItem.long {
  width: 15%;
}

.gNav .gNavItem.extra-long {
  width: 35%;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .gNav .gNavItem.extra-long a {
    padding: 0px;
    margin: 8px 0px;
  }
}

.gNav .gNavItem.btn {
  border-left: 0px;
}

.gNav .gNavItem .btnBox {
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .gNav .gNavItem .btnBox {
    display: block;
  }
}

.gNav .gNavItem .btnBox:first-child {
  margin-right: 5px;
}

@media screen and (max-width: 640px) {
  .gNav .gNavItem .btnBox:first-child {
    margin-right: 0px;
  }
}

.gNav .gNavItem a:hover > .txt {
  color: #e96004;
  background-color: #fff;
  border-radius: 4px;
  text-decoration: underline;
  font-weight: normal;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.gNav .gNavItem.two-txt.active .txt, .gNav .gNavItem.two-txt a:hover > .txt {
  padding: 10px 38px;
}

@media screen and (max-width: 640px) {
  .gNav .gNavItem.two-txt.active .txt, .gNav .gNavItem.two-txt a:hover > .txt {
    padding: 5px 0px;
    display: inline-block;
    width: 90%;
  }
}

.gNav .gNavItem.three-txt.active .txt, .gNav .gNavItem.four-txt.active .txt,
.gNav .gNavItem.three-txt a:hover > .txt, .gNav .gNavItem.four-txt a:hover > .txt {
  padding: 10px 32px;
}

@media screen and (max-width: 640px) {
  .gNav .gNavItem.three-txt.active .txt, .gNav .gNavItem.four-txt.active .txt,
  .gNav .gNavItem.three-txt a:hover > .txt, .gNav .gNavItem.four-txt a:hover > .txt {
    padding: 5px 0px;
    display: inline-block;
    width: 90%;
  }
}

.gNav .gNavItem.long.active .txt, .gNav .gNavItem.long a:hover > .txt {
  padding: 10px 24px;
}

@media screen and (max-width: 640px) {
  .gNav .gNavItem.long.active .txt, .gNav .gNavItem.long a:hover > .txt {
    padding: 5px 0px;
    display: inline-block;
    width: 90%;
  }
}

.gNavBtn {
  display: block;
  float: left;
  padding: 10px 23px;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.gNavBtn a:link {
  text-decoration: none;
  color: #fff;
}

.gNavBtn.apply {
  background-color: #ccc;
  margin-right: 10px;
  margin-left: 7px;
}

.gNavBtn.user {
  background-color: #666;
}

.footpath {
  letter-spacing: -0.02em;
}

.footpath .inner {
  padding: 12px 0px;
}

.footpath .arrow {
  padding: 0px 6px;
  color: #808080;
}

.footpath a:link {
  color: #808080;
}

.footpath strong {
  font-weight: normal;
  color: #f08200;
}

/*----------------------------------------------------
Footer CSS
----------------------------------------------------*/
.wd-60 {
  width: 60%;
}

.wd-40 {
  width: 40%;
}

.txtLeft {
  text-align: left;
}

.wh {
  background-color: #fff !important;
  border-top: 5px solid #f08200;
  border-bottom: 5px solid #f08200;
}

.footerUpper.PC {
  background-color: #fff0ba;
}

.footerUpper.PC .inner.first {
  padding: 24px 0px;
}

@media screen and (max-width: 640px) {
  .footerUpper.PC .inner.first {
    padding: 16px 0px;
  }
}

.footerUpper.PC .inner.first.itemList {
  display: block;
}

.footerUpper.PC .inner.first .itemBox {
  display: inline-block;
}

.footerUpper.PC .inner.first .itemBox:nth-child(1) {
  text-align: left;
  margin-right: 16px;
  width: auto;
}

@media screen and (max-width: 640px) {
  .footerUpper.PC .inner.first .itemBox:nth-child(1) {
    display: block;
    margin-right: 0px;
  }
}

.footerUpper.PC .inner.first .itemBox:nth-child(2) {
  width: auto;
  position: relative;
  top: -16px;
}

@media screen and (max-width: 640px) {
  .footerUpper.PC .inner.first .itemBox:nth-child(2) {
    display: block;
    padding-bottom: 24px;
    margin-top: 16px;
    top: 8px;
  }
}

.footerUpper.PC .inner.second .itemBox.left .itemList {
  border-left: 1px dotted;
  border-right: 1px dotted;
}

@media screen and (max-width: 640px) {
  .footerUpper.PC .inner.second .itemBox.left .itemList {
    border: 0px;
    margin-top: 8px;
  }
}

.footerUpper.PC .inner.second .itemBox.left .itemBox:nth-child(2) {
  border-left: 1px dotted;
}

@media screen and (max-width: 640px) {
  .footerUpper.PC .inner.second .itemBox.left .itemBox:nth-child(2) {
    border: 0px;
    margin-top: 16px;
  }
}

.footerUpper.PC .inner.second .itemBox.left .innerBox {
  padding: 0px 16px;
}

.footerUpper.PC .inner.second .itemBox.right {
  padding-left: 20px;
}

@media screen and (max-width: 640px) {
  .footerUpper.PC .inner.second .itemBox.right {
    padding-left: 0;
  }
}

.footerUpper.PC .inner.second .itemBox.left .itemBox:nth-child(1) .linkItem:nth-child(1) {
  letter-spacing: -0.05em;
}

.footerUpper.PC .serviceDesc {
  font-size: 1.1em;
  font-weight: bold;
  color: #e96004;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 640px) {
  .footerUpper.PC .serviceDesc {
    display: block;
    text-align: center;
    width: auto;
    margin: 4px auto 0px;
    padding: 0px 8px;
  }
}

.footerUpper.PC .serviceLogo {
  display: block;
  margin-bottom: 6px;
  width: 350px;
}

@media screen and (max-width: 640px) {
  .footerUpper.PC .serviceLogo {
    width: 80% !important;
    margin: 0px auto;
  }
}

.footerUpper.PC .serviceLogo.sec24plus {
  width: 418px;
}

.footerUpper.PC .linkList {
  text-align: left;
}

.footerUpper.PC .linkItem {
  font-size: 1.05em;
  padding: 2px 0px;
}

@media screen and (max-width: 640px) {
  .footerUpper.PC .linkItem {
    padding: 4px 0px;
  }
}

.footerUpper.PC .linkItem.Space {
  padding: 8px 0px;
}

.footerUpper.PC .linkItem.user {
  font-weight: bold;
  font-size: 1.3em;
}

.footerUpper.PC .linkItem a {
  color: #333;
}

.footerUpper.PC .innerBox.yellow {
  position: relative;
  top: 20px;
  padding: 16px !important;
}

@media screen and (max-width: 640px) {
  .footerUpper.PC .innerBox.yellow {
    padding: 8px !important;
  }
}

.footerUpper.PC .txtLeft {
  padding: 32px 0px 16px;
}

@media screen and (max-width: 640px) {
  .footerUpper.PC .txtLeft {
    text-indent: -1em;
    margin-left: 1em;
  }
}

@media screen and (max-width: 640px) {
  .footerUpper.PC .innerBox.yellow .txt {
    font-size: 0.8rem;
    padding: 8px 4px;
  }
}

.footerUpper.SP {
  display: none;
}

.footerUpper.SP ul {
  float: none;
}

.footerUpper.SP .gNavItem {
  float: none;
  text-align: left;
  padding: .96em;
  border-bottom: 1px solid #ccc;
}

.footerUpper.SP .gNavBtn {
  float: none;
  background-color: #ccc;
}

.footerUpper.SP a {
  text-decoration: none;
}

.footerUpper.SP .item {
  border-top: 1px solid #ccc;
}

footer {
  background-color: #49270e;
  width: 100%;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 640px) {
  footer {
    position: static;
    bottom: auto;
  }
}

footer .inner.bottom {
  padding: 16px 0px;
  height: 90px;
}

@media screen and (max-width: 640px) {
  footer .inner.bottom {
    height: auto;
    padding: 32px 0px 24px;
  }
}

footer .inner.bottom p {
  float: left;
  display: block;
}

@media screen and (max-width: 640px) {
  footer .inner.bottom p {
    display: none;
  }
}

footer .inner.bottom address {
  float: right;
  display: block;
  text-align: right;
  color: #fff;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  footer .inner.bottom address {
    float: none;
    text-align: center;
    line-height: 2;
  }
}

footer .inner.bottom a {
  text-decoration: none;
  color: #fff;
}

footer .inner.bottom a:hover {
  text-decoration: underline;
}

/*----------------------------------------------------
Contents CSS
----------------------------------------------------*/
.wd20 {
  width: 20% !important;
}

.wd30 {
  width: 30% !important;
}

.wd33 {
  width: 33% !important;
}

@media screen and (max-width: 640px) {
  .wd33 {
    width: auto !important;
  }
}

.wd35 {
  width: 35% !important;
}

@media screen and (max-width: 640px) {
  .wd35 {
    width: auto !important;
  }
}

.wd52 {
  width: 52% !important;
}

@media screen and (max-width: 640px) {
  .wd52 {
    width: auto;
  }
}

.wd60 {
  width: 60% !important;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .wd60 {
    width: auto;
  }
}

.wd75 {
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .wd75 {
    width: auto;
  }
}

.wd72 {
  width: 72%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .wd72 {
    width: auto;
  }
}

.fontS {
  font-size: 0.8em;
}

@media screen and (max-width: 640px) {
  .fontS {
    font-size: 0.8rem !important;
  }
}

.fontSS {
  font-size: 0.7em;
}

@media screen and (max-width: 640px) {
  .fontSS {
    font-size: 0.7rem !important;
  }
}

h3 .orange {
  font-size: 1.45em;
  color: #e96004;
  letter-spacing: -0.05em;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pb16 {
  padding-bottom: 16px;
}

.pb24 {
  padding-bottom: 24px !important;
}

@media screen and (max-width: 640px) {
  .pb24 {
    padding-bottom: 0px !important;
  }
}

.mb16 {
  margin-bottom: 16px;
}

.mb32 {
  margin-bottom: 32px;
}

.ieTextFix {
  letter-spacing: -0.02em;
}

#container {
  padding-bottom: 476px;
}

@media screen and (max-width: 640px) {
  #container {
    padding-bottom: 0px;
  }
}

section .inner, .gNav .inner,
.footpath .inner, header .inner, footer .inner {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  section .inner, .gNav .inner,
  .footpath .inner, header .inner, footer .inner {
    width: auto;
    padding: 8px;
  }
}

@media screen and (max-width: 640px) {
  .footpath.PC {
    display: none;
  }
}

.btnItem {
  text-decoration: none;
}

.btnItem .btn {
  border-radius: 5px;
  padding: 8px 24px;
  background-color: #97cc04;
  border: 1px solid #4e7f00;
  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;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #fff;
  font-weight: bold;
}

.btn.wh {
  color: #fff;
  border: 1px solid #ccc;
  padding: 16px 24px;
}

.btn.Large {
  font-size: 1.8em;
  padding: 12px 72px;
}

@media screen and (max-width: 640px) {
  .btn.Large {
    font-size: 1.1rem;
  }
}

.btn.Large.Wrap {
  width: 80%;
  margin: 30px auto;
  display: block;
}

.btn.Small {
  font-size: 1.2em;
}

.btn.Small.Wrap {
  width: 70%;
  margin: 20px auto;
  display: block;
}

@media screen and (max-width: 640px) {
  .btn.Small.Wrap {
    padding: 8px !important;
    width: 95%;
    margin: 0px auto 8px;
  }
}

.btn.Small.Wrap .link {
  position: relative;
  top: -5px;
}

@media screen and (max-width: 640px) {
  .btn.Small.Wrap .link {
    top: 0px;
    display: inline-block;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .itemBox.flowTxt .btn.user {
    display: block;
  }
}

.itemBox.flowTxt .note {
  text-indent: -1em;
  margin-left: 1em;
}

.btnItem:hover > .btn {
  background-color: #4e7f00;
  text-decoration: underline;
}

.btnItem .btn.apply {
  background: #26b6cd;
  border: 1px solid #269DCC;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .btnItem .btn.apply {
    width: 100%;
  }
}

.btnItem:hover > .btn.apply {
  background-color: #269DCC;
  text-decoration: underline;
}

.btnItem:hover > .btn.wh {
  background-color: #eee !important;
}

.btnNavMore a {
  background-color: #f08200;
  border-radius: 5px;
  font-size: 1.4em;
  padding: 16px 48px;
  color: #fff !important;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #e96004;
}

@media screen and (max-width: 640px) {
  .btnNavMore a {
    font-size: 1rem;
    padding: 12px 0px;
    width: 85%;
    display: block;
    margin: 0 auto;
  }
}

.btnNavMore a:hover {
  background-color: #e96004;
}

.box.single .innerBox {
  width: 100%;
  display: block;
  padding: 16px;
}

.box.single .itemBox {
  padding: 16px;
}

.box.twoCol .itemList {
  display: table;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .box.twoCol .itemList {
    width: auto;
    display: block;
  }
}

.box.twoCol .itemBox {
  width: 50%;
  display: table-cell;
}

@media screen and (max-width: 640px) {
  .box.twoCol .itemBox {
    width: auto;
    display: block;
  }
}

.box.twoCol .innerBox {
  padding: 16px;
  display: block;
}

@media screen and (max-width: 640px) {
  .box.twoCol .innerBox {
    padding: 8px;
  }
}

.box.threeCol .itemBox.left {
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 640px) {
  .box.threeCol .itemBox.left {
    border-left: 0;
  }
}

.box.threeCol .itemBox.middle {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 640px) {
  .box.threeCol .itemBox.middle {
    border-left: 0;
    border-right: 0;
  }
}

.box.threeCol .itemBox.right {
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 640px) {
  .box.threeCol .itemBox.right {
    border-right: 0;
  }
}

.innerBox.yellow {
  border-radius: 5px;
  background-color: #fff7e2;
  box-shadow: 0px 0px 2px #aaa;
}

.innerBox.yellow .txt {
  font-size: 1.2em;
  display: block;
  text-align: left;
  line-height: 1.5;
}

.innerBox.yellow .txt.center {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .innerBox.yellow .txt.center {
    font-size: 0.8rem;
    padding: 4px 8px 0px;
  }
}

.box.threeCol .itemList {
  display: table;
  width: 100%;
}

.box.threeCol .itemBox {
  width: 33.33%;
  display: table-cell;
}

@media screen and (max-width: 640px) {
  .box.threeCol .itemBox {
    width: auto;
    display: block;
  }
}

.box.threeCol .innerBox {
  padding: 16px;
  display: block;
}

@media screen and (max-width: 640px) {
  .box.threeCol .innerBox {
    padding: 16px 8px;
  }
}

@media screen and (max-width: 640px) {
  .topNewsList .inner {
    text-align: left;
  }
}

.br-pc {
  display: inline;
}

@media screen and (max-width: 640px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .br-sp {
    display: inline;
  }
}

@media screen and (max-width: 640px) {
  .sp-hide {
    display: none;
  }
}

.sp-show {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-show {
    display: block;
  }
}

.mainImg {
  margin: 0px 0px 16px;
}

@media screen and (max-width: 640px) {
  .mainImg {
    margin: 0px;
  }
}

@media screen and (max-width: 640px) {
  .mainImg .inner {
    padding: 0px;
  }
}

.siteTtl {
  display: block;
  text-indent: -9999px;
  font-size: 0px;
  width: 1200px;
  height: 400px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .siteTtl {
    width: 100%;
    height: 150px;
  }
}

@media screen and (max-width: 640px) {
  .siteTtl.sec24, .siteTtl.sec24all {
    background-size: 100% auto !important;
  }
}

.siteTtl.sec24 {
  background: url("../images/bg_main_service_sec24.jpg");
  background-repeat: no-repeat;
}


.siteTtl.sec24plus {
  background: url("../images/bg_main_service_sec24plus2.jpg");
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .siteTtl.sec24plus {
    background: url("../images/bg_main_service_sec24plus_sp.jpg");
    background-size: contain;
    height: 0;
    padding-top: 75%;
  }
}

.itemBox.secTtlTop .lead + .secTtl {
  padding-top: 16px;
}

@media screen and (max-width: 640px) {
  .itemBox.secTtlTop .lead + .secTtl {
    line-height: 1.35;
  }
}

.itemBox.secTtlTop .lead {
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 640px) {
  .itemBox.secTtlTop .lead {
    font-size: 1rem;
    padding-bottom: 0px;
    line-height: 1.75;
  }
}

.itemBox.secTtlTop.sec24all .lead {
  font-size: 1.6em;
  font-weight: normal;
  color: #fff;
  padding-bottom: 4px;
  line-height: 1.5;
  border-bottom: 0px;
  text-shadow: 0px 2px 4px #666;
}

@media screen and (max-width: 640px) {
  .itemBox.secTtlTop.sec24all .lead {
    font-size: 1rem;
  }
}

.itemBox.secTtlTop.sec24all .lead .bold {
  font-weight: bold;
}

.introService {
  background: url("../images/sec24_protect.png"), -webkit-gradient(linear, left top, left bottom, color-stop(1, #ee7202), color-stop(0, #fbc000));
  background: url("../images/sec24_protect.png"), -webkit-linear-gradient(top, #fbc000 0%, #ee7202 100%);
  background: url("../images/sec24_protect.png"), linear-gradient(to bottom, #fbc000 0%, #ee7202 100%);
  background-repeat: no-repeat;
  background-position: 75%;
}

@media screen and (max-width: 640px) {
  .introService .box.threeCol .itemBox:nth-child(1),
  .introService .box.threeCol .itemBox:nth-child(2) {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 640px) {
  .introService.sec24all .secTtl.service {
    font-size: 1.15rem;
  }
}

.secTtl {
  font-size: 2.2em;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .secTtl {
    font-size: 1.35rem;
  }
}

@media screen and (max-width: 640px) {
  .secTtl.sp-small {
    font-size: 1.1rem;
  }
}

.secSubTtl {
  font-size: 1.6em;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .secSubTtl {
    font-size: 1.1rem;
  }
}

.note {
  display: block;
  font-size: 0.9em;
  padding: 2px 0px;
  color: #666;
}

.note.left {
  text-align: left;
}

.note.right {
  text-align: right;
}

.note.right.sec24plusTop {
  margin-top: 32px;
  margin-bottom: -32px;
}

@media screen and (max-width: 640px) {
  .note.right.sec24plusTop {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.note.pdl2 {
  padding-left: 2em;
}

.msg {
  text-align: left;
  display: block;
  margin: 0px auto;
  font-size: 1.2em;
}

@media screen and (max-width: 640px) {
  .msg {
    font-size: 0.9rem;
    display: inline-block;
  }
}

.descList.first {
  padding-top: 16px;
}

.msg.descItem {
  width: 76%;
  text-indent: -1.2em;
  margin-left: 1.2em;
  display: inline-block;
  margin-bottom: 8px;
}

.msg.descItem:last-child {
  margin-bottom: 0px;
}

.msg.intro {
  line-height: 1.75;
  text-align: center;
  padding-top: 16px;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 640px) {
  .msg.intro {
    text-align: left;
  }
}

.msg.intro.plus {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 24px;
}

.msg.intro-left {
  line-height: 1.75;
  text-align: left;
  padding-top: 16px;
  letter-spacing: -0.02em;
  vertical-align: top;
}

.msg.top-desc {
  width: 80%;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 640px) {
  .msg.top-desc {
    padding-bottom: 0px;
    width: 90%;
  }
}

.inner.contents {
  padding: 0px 0px 72px;
}

@media screen and (max-width: 640px) {
  .inner.contents {
    padding: 0px 0px 24px;
  }
}

.mrg8 {
  margin-right: 8px;
}

.intro .box.single {
  padding: 32px 0px;
  border-top: 1px solid #a00;
  border-bottom: 1px solid #a00;
  background-color: #fff2f2;
}

@media screen and (max-width: 640px) {
  .intro .box.single {
    padding: 0px;
  }
}

.intro .itemBox.txt {
  vertical-align: top;
}

.intro .secTtl span {
  color: #a00;
}

.topNewsList {
  margin-bottom: 16px;
}

@media screen and (max-width: 640px) {
  .topNewsList {
    margin-bottom: 0px;
  }
}

.topNewsList .inner {
  text-align: left;
  padding: 16px 8px;
  border: 1px solid #c00;
}

@media screen and (max-width: 640px) {
  .topNewsList .inner {
    padding: 8px;
    border: 2px solid #c00;
  }
}

.topNewsList .moreItem {
  float: right;
}

.topNewsList .Ttl {
  padding: 4px 8px;
  color: #FFF;
  background-color: #c00;
}

.topNewsList .date {
  margin-left: 8px;
  color: #c00;
}

@media screen and (max-width: 640px) {
  .topNewsList .date {
    display: block;
    margin-left: 0px;
    margin-top: 8px;
  }
}

.topNewsList .newsList {
  padding: 0px 8px;
}

@media screen and (max-width: 640px) {
  .topNewsList .newsList {
    display: block;
    padding: 0px 0px 8px;
  }
}

.topNewsList .moreItem:link, .topNewsList .newsList:link,
.topNewsList .moreItem:visited, .topNewsList .newsList:visited {
  color: #c00;
}

.secSubTtl .Ttl {
  margin-right: 16px;
}

.itemBox.secLinkTop .note.first {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .itemBox.secLinkTop .note.first {
    margin-bottom: 16px;
  }
}

.secSubTtl.merit {
  color: #e96004;
  letter-spacing: -0.05em;
}

.secSubTtl.detail .Ttl {
  padding: 4px 0px;
  border: 4px solid #d0d0d0;
  width: 80%;
  margin: 0px auto;
  background-color: #fff;
  color: #aa0000;
  display: block;
}

.secSubTtl.detail .ttlImg {
  padding: 30px 0px 16px;
}

@media screen and (max-width: 640px) {
  .secSubTtl.detail .ttlImg {
    padding: 8px 0px;
  }
}

.feature.cont .ttlImg {
  width: auto !important;
}

@media screen and (max-width: 640px) {
  .feature.cont .note {
    text-indent: -1em;
    margin-left: 1em;
  }
}

section.merit {
  border-top: 1px solid #b74b03;
}

.secTtl.merit {
  color: #e96004;
}

.merit .lead {
  color: #e96004 !important;
  border-bottom: 1px solid #e96004 !important;
}

.merit .innerBox, .itemBox.apply .innerBox {
  margin: 0px auto;
  border: 1px solid #e96004;
  border-top: 5px solid #e96004;
}

.merit .innerBox {
  width: 87%;
}

.itemBox.apply .innerBox {
  width: 90%;
}

@media screen and (max-width: 640px) {
  .itemBox.apply .innerBox {
    width: auto;
  }
}

.merit .itemBox.secLinkTop {
  padding-top: 48px;
}

@media screen and (max-width: 640px) {
  .merit .itemBox.secLinkTop {
    padding-top: 8px;
  }
}

.merit .itemBox.secLinkTop a:link, .merit .itemBox.secLinkTop a:visited {
  color: #666;
}

.secTtl.service span {
  color: #fff;
  text-shadow: 0px 0px 10px yellow;
}

.secTtl.service .fontLL {
  font-size: 1.2em;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 640px) {
  .secTtl.service .fontLL {
    letter-spacing: -0.05em;
    font-size: 1.42rem;
  }
}

.secTtl.service .fontM {
  font-size: 0.9em;
}

@media screen and (max-width: 640px) {
  .secTtl.service .fontM {
    letter-spacing: -0.02em;
    font-size: 1rem;
  }
}

.risk {
  background-color: #f5f4eb;
}

.risk .innerBox {
  position: relative;
}

.risk .innerBox:before {
  content: '';
  border: 16px solid transparent;
  border-top-color: #a00;
  border-bottom-width: 0;
  top: 0px;
  display: block;
  left: 50%;
  position: absolute;
  width: 0;
  margin-left: -16px;
}

@media screen and (max-width: 640px) {
  .risk .innerBox:before {
    display: none;
  }
}

.msg.top-desc.risk {
  color: #a00;
  font-weight: bold;
  padding-bottom: 0px;
}

.example {
  padding-top: 8px;
}

@media screen and (max-width: 640px) {
  .example {
    padding: 0px;
  }
}

@media screen and (max-width: 640px) {
  .example.plusPC {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  .example.plusSMP {
    display: none;
  }
}

.feature.cont .example.reset img {
  width: 25%;
}

@media screen and (max-width: 640px) {
  .feature.cont .example.reset img {
    width: 100%;
  }
}

.feature.cont .example.pricenote img {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .feature.cont .example.pricenote img {
    width: 100%;
  }
}

.innerBox.pic-top.left {
  position: relative;
  left: 5%;
  top: -20px;
}

@media screen and (max-width: 640px) {
  .innerBox.pic-top.left {
    padding: 0px;
    margin: -24px 0px;
    top: 0px;
  }
}

.example img, .pic-top img {
  width: 100%;
}

.introService .innerBox {
  background-color: rgba(255, 255, 255, 0.8);
  width: 80%;
  height: 340px;
  border-radius: 8px;
  box-shadow: 0px 0px 4px #aaa;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .introService .innerBox {
    height: auto;
  }
}

.introService .box.single.plus-func {
  width: 50% !important;
  position: relative;
  top: -25px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .introService .box.single.plus-func {
    width: auto !important;
  }
}

.price {
  background: -webkit-linear-gradient(top, #FF8C3F 0px, #fff 55%);
  background: linear-gradient(to bottom, #FF8C3F 0px, #fff 55%);
  background: -webkit-linear-gradient(to bottom, #FF8C3F 0px, #fff 55%);
  background: -ms-linear-gradient(to bottom, #FF8C3F 0px, #fff 55%);
  border-top: 1px solid #b74b03;
}

.price .secTtl span {
  color: #fff;
  padding-bottom: 4px;
  border-bottom: 4px solid #fff;
  position: relative;
  text-shadow: 0px 0px 5px #e96004;
}

@media screen and (max-width: 640px) {
  .price .secTtl span {
    border-bottom: 0px;
  }
}

.price .secTtl .TtlBox:after {
  content: '';
  border: 16px solid transparent;
  border-top-color: #fff;
  border-bottom-width: 0;
  bottom: -16px;
  display: block;
  left: 50%;
  position: absolute;
  width: 0;
  margin-left: -16px;
}

@media screen and (max-width: 640px) {
  .price .secTtl .TtlBox:after {
    display: none;
  }
}

.price .itemBox.txt, .feature.cont .itemBox.txt {
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .price .inner.contents {
    padding: 0px !important;
  }
}

.feature.cont .txt {
  font-size: 1.1em;
  line-height: 1.5;
  text-align: left;
}

.feature.cont .txtM {
  font-size: 1.2em;
}

.feature.cont .txtM:first-child {
  margin-bottom: 8px;
}

.feature.cont .txtM.center {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .feature.cont .txtM.center {
    text-align: left;
  }
}

.price .msg.top-desc {
  text-align: left;
  margin: 0px;
}

.price .secSubTtl {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .price .secSubTtl {
    text-align: center;
  }
}

.price .secTtl .TtlBox .fontL {
  font-size: 1.6em;
  border-bottom: none;
}

.price .secTtl .TtlBox .fontS {
  font-size: 0.8em;
  border-bottom: none;
}

.introService .itemBox.secTtlTop, .merit .itemBox.secTtlTop {
  padding: 48px 0px 32px;
}

@media screen and (max-width: 640px) {
  .introService .itemBox.secTtlTop, .merit .itemBox.secTtlTop {
    padding: 16px 0px;
  }
}

.price .itemBox.secTtlTop {
  padding: 48px 0px 32px;
}

@media screen and (max-width: 640px) {
  .price .itemBox.secTtlTop {
    padding: 16px 0px 0px;
  }
}

.introService .itemBox.secTtlTop.plus {
  padding: 48px 0px 0px;
}

@media screen and (max-width: 640px) {
  .introService .itemBox.secTtlTop.plus {
    padding: 24px 0px 0px;
  }
}

.ico {
  background: url("../images/sprite_service.png") no-repeat;
  background-size: 70px auto;
  display: inline-block;
  position: relative;
}

.ico.info {
  width: 20px;
  height: 20px;
  background-position: 0px 0px;
  margin-right: 8px;
  top: 2px;
}

.ico.dl {
  width: 27px;
  height: 28px;
  background-position: 0px -52px;
  background-size: 100px auto;
  top: 15px;
  margin-right: 7px;
}

@media screen and (max-width: 640px) {
  .ico.dl {
    top: 2px;
  }
}

.ico.arrow {
  width: 9px;
  height: 14px;
  background-position: 0px -74px;
  top: 2px;
  margin-right: 4px;
}

.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;
}

.ico.mail {
  width: 30px;
  height: 18px;
  background-position: -60px -10px;
  top: 2px;
  margin-right: 10px;
  background-size: 100px auto;
}

.ico.deliver {
  width: 40px;
  height: 37px;
  background-position: -50px -206px;
  top: 2px;
  margin-right: 10px;
  background-size: 100px auto;
}

.ico.pc {
  width: 34px;
  height: 30px;
  background-position: -58px -50px;
  top: 2px;
  margin-right: 10px;
  background-size: 100px auto;
}

@media screen and (max-width: 640px) {
  .ico.pc {
    margin-right: 4px;
  }
}

.ico.smp {
  width: 35px;
  height: 25px;
  background-position: -50px -102px;
  top: 2px;
  margin-right: 10px;
  background-size: 100px auto;
}

@media screen and (max-width: 640px) {
  .ico.smp {
    margin-right: 4px;
  }
}

.ico.network {
  width: 32px;
  height: 18px;
  background-position: -53px -158px;
  top: 2px;
  margin-right: 10px;
  background-size: 100px auto;
}

@media screen and (max-width: 640px) {
  .ico.network {
    margin-right: 4px;
  }
}

.ico.check {
  width: 19px;
  height: 22px;
  background-position: -42px -211px;
  top: 2px;
  margin: 24px 6px 0px 0px;
  background-size: 70px auto;
}

@media screen and (max-width: 640px) {
  .ico.check {
    margin: 16px 6px 0px 0px;
  }
}

.ico.check.second {
  margin-top: 0px;
}

.ico.arrowRound {
  width: 32px;
  height: 22px;
  background-position: -43px -201px;
  top: 4px;
  background-size: 80px auto;
  position: relative;
  left: 40px;
}

.ico.pc, .ico.smp, .ico.network {
  vertical-align: top;
}

.feature.ttl {
  background: url("../images/sec24_protect.png"), -webkit-linear-gradient(top, #FF8C3F 0px, #fff 100%);
  background: url("../images/sec24_protect.png"), linear-gradient(to bottom, #FF8C3F 0px, #fff 100%);
  background: url("../images/sec24_protect.png"), -webkit-linear-gradient(to bottom, #FF8C3F 0px, #fff 100%);
  background: url("../images/sec24_protect.png"), -ms-linear-gradient(to bottom, #FF8C3F 0px, #fff 100%);
  border-top: 1px solid #b74b03;
  padding-bottom: 48px;
  background-repeat: no-repeat;
  background-position: 80% 50%;
}

@media screen and (max-width: 640px) {
  .feature.ttl {
    background-position: 15% 50%;
  }
}

.mainTtl.content {
  font-size: 1.5em;
}

.mainTtl.content .txt {
  font-size: 1.4em;
  display: inline-block;
  padding: 16px 0px 8px;
  border-bottom: 3px solid #fff;
  margin-bottom: 16px;
  color: #fff;
  text-shadow: 0px 0px 8px #e96004;
  position: relative;
}

@media screen and (max-width: 640px) {
  .mainTtl.content .txt {
    font-size: 1.2rem;
    margin: 0px 16px;
  }
}

.mainTtl.content .txt:after {
  content: '';
  border: 16px solid transparent;
  border-top-color: #fff;
  border-bottom-width: 0;
  bottom: -16px;
  display: block;
  left: 50%;
  position: absolute;
  width: 0;
  margin-left: -16px;
}

.box.single.mainTtl {
  display: block;
  width: 50%;
  margin: 0px auto;
  background-color: rgba(255, 255, 255, 0.8);
  top: -32px;
  z-index: 25;
  border-radius: 4px;
  font-size: 1.2em;
  box-shadow: 0px 0px 2px #ccc;
  position: relative;
  color: #e96004;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .box.single.mainTtl {
    width: auto;
    font-size: 0.9rem;
    margin: 0px 16px;
  }
}

@media screen and (max-width: 640px) {
  .box.single.mainTtl br {
    display: none;
  }
}

.ico.mainTtl {
  background: url("../images/sprite_mainttl.png") no-repeat;
  background-size: 80px auto;
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 8px;
  top: 16px;
}

@media screen and (max-width: 640px) {
  .ico.mainTtl {
    top: 8px;
    margin: 0px auto;
  }
}

.ico.mainTtl.func {
  width: 55px;
  height: 80px;
  background-position: 0px -96px;
  background-size: 59px auto;
}

@media screen and (max-width: 640px) {
  .ico.mainTtl.func {
    width: 27px;
    height: 40px;
    background-position: 0px -45px;
    background-size: 28px auto;
  }
}

.ico.mainTtl.flow {
  width: 75px;
  height: 80px;
  background-position: 0px -502px;
}

@media screen and (max-width: 640px) {
  .ico.mainTtl.flow {
    width: 49px;
    height: 40px;
    background-position: 0px -319px;
    background-size: 50px auto;
  }
}

.ico.mainTtl.money {
  width: 44px;
  height: 80px;
  background-position: 0px -623px;
}

@media screen and (max-width: 640px) {
  .ico.mainTtl.money {
    width: 28px;
    height: 40px;
    background-position: 0 -395px;
    background-size: 50px auto;
  }
}

.ico.mainTtl.required {
  width: 75px;
  height: 80px;
  background-position: 0px -5px;
}

@media screen and (max-width: 640px) {
  .ico.mainTtl.required {
    width: 40px;
    height: 40px;
    background-position: 0px -5px;
    background-size: 43px auto;
  }
}

.ico.mainTtl.applyNow {
  width: 75px;
  height: 80px;
  background-position: 0px -273px;
}

@media screen and (max-width: 640px) {
  .ico.mainTtl.applyNow {
    width: 40px;
    height: 40px;
    background-position: 0px -141px;
    background-size: 41px auto;
  }
}

.box.twoCol.ver, .box.threeCol.ver {
  padding: 16px 0px 32px;
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .box.twoCol.ver, .box.threeCol.ver {
    width: auto;
    padding: 16px 0px 8px;
  }
}

@media screen and (max-width: 640px) {
  .box.twoCol.ver .itemList {
    display: table;
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .box.twoCol.ver .itemBox {
    display: table-cell;
  }
}

.box.threeCol.ver .itemBox {
  width: 33.33%;
  display: table-cell;
}

.btn.ver {
  border: 1px solid #e96004;
  border-top: 5px solid #e96004;
  padding: 8px 0px;
  display: block;
  width: 85%;
  margin: 0px auto;
  text-decoration: none;
  position: relative;
}

.btn.ver:after {
  content: '';
  border: 8px solid transparent;
  border-top-color: #e96004;
  border-bottom-width: 0;
  bottom: -16px;
  display: block;
  left: 50%;
  position: absolute;
  width: 0;
  margin-left: -8px;
}

.btn.ver span {
  font-size: 1.6em;
  color: #333;
}

@media screen and (max-width: 640px) {
  .btn.ver span {
    font-size: 0.8rem;
  }
}

.btn.ver:hover {
  text-decoration: underline;
  background-color: #fff0ba;
  display: block;
  color: #333;
}

.btn.ver.active {
  background-color: #fff0ba;
}

.feature.cont + .on {
  display: block !important;
}

.feature.cont.win, .feature.cont.mac, .feature.cont.android {
  display: none;
  padding: 0px 0px 32px;
}

@media screen and (max-width: 640px) {
  .feature.cont.win, .feature.cont.mac, .feature.cont.android {
    padding: 0px;
    margin-top: -24px;
  }
}

.feature.cont.win.func, .feature.cont.mac.func, .feature.cont.android.func {
  display: none;
  padding: 0px 0px 32px;
}

@media screen and (max-width: 640px) {
  .feature.cont.win.func, .feature.cont.mac.func, .feature.cont.android.func {
    padding: 0px 0px 16px;
  }
}

.feature.cont.android .itemBox.txt.ref {
  margin-left: 2em;
  padding-top: 0px;
  padding-bottom: 32px;
}

@media screen and (max-width: 640px) {
  .feature.cont.android .itemBox.txt.ref {
    margin-left: 0;
  }
}

.feature.cont img {
  width: 100%;
}

.feature.cont .itemBox.txt .innerBox {
  width: 70%;
  position: relative;
  right: -25%;
}

@media screen and (max-width: 640px) {
  .feature.cont .itemBox.txt .innerBox {
    width: auto;
    right: auto;
  }
}

.feature.cont .itemBox.txt .innerBox.android {
  width: 70%;
  position: relative;
  right: -30%;
}

@media screen and (max-width: 640px) {
  .feature.cont .itemBox.txt .innerBox.android {
    width: auto;
    right: auto;
  }
}

.feature.cont .secTtl {
  padding-bottom: 24px;
  margin: 0px auto;
  color: #333447;
}

@media screen and (max-width: 640px) {
  .feature.cont .secTtl {
    padding-bottom: 8px;
    padding-top: 24px;
  }
}

.feature.cont .itemBox.txt p {
  margin: 0px auto;
  font-size: 1.2em;
  text-align: left;
  line-height: 1.5;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 640px) {
  .feature.cont .itemBox.txt p {
    font-size: 0.9rem;
  }
}

.feature.cont .pic-win, .feature.cont .pic-mac, .feature.cont .pic-android {
  position: relative;
}

@media screen and (max-width: 640px) {
  .feature.cont .pic-win, .feature.cont .pic-mac, .feature.cont .pic-android {
    left: auto !important;
  }
}

.feature.cont .pic-win {
  left: -8%;
}

.feature.cont .pic-mac {
  left: -12%;
}

.feature.cont .pic-android {
  left: -15%;
}

.feature.cont.func {
  background-color: #f5f4eb;
  padding: 16px 0px;
}

.feature.cont.notice {
  background-color: #f5f4eb;
}

section.feature.cont.notice .inner {
  padding-bottom: 32px;
}

@media screen and (max-width: 640px) {
  section.feature.cont.notice .inner {
    padding-bottom: 8px;
  }
}

.noteList {
  text-align: left;
  color: #666;
  line-height: 1.75;
}

@media screen and (max-width: 640px) {
  .noteItem {
    text-indent: -1em;
    margin-left: 1em;
  }
}

.priceTxt .noteList.plus {
  margin: 0px auto;
  display: inline-block;
  padding-top: 16px;
}

.noteList .noteItem.red {
  color: #a00;
  font-weight: bold;
  text-indent: -1em;
  margin-left: 1em;
}

.noteSubList {
  padding-left: 2em;
}

@media screen and (max-width: 640px) {
  .noteSubList {
    text-indent: 0px;
    padding-left: 0px;
  }
}

.itemBox.txt.func-sub {
  position: relative;
  width: 96%;
  margin: 0px auto 24px;
  background-color: #fff9e5;
  color: #e96004;
}

.func-sub .note.first {
  margin-top: 16px;
}

.funcTbl {
  margin: 0 auto 15px;
  border: 1px solid #cccccc;
  background-color: #fff;
}

.funcTbl th.top {
  background: #edecdf;
  border: 1px solid #cccccc;
  text-align: center;
  vertical-align: middle;
  padding: 5px 3px 2px;
  color: #464646;
  line-height: 18px;
}

.funcTbl th.left {
  width: 30%;
  font-size: 1em;
}

.funcTbl th.left2 {
  width: 40%;
  font-size: 1em;
}

.funcTbl th.full {
  vertical-align: middle;
  text-align: left;
  padding: 10px 10px 6px 12px;
  color: #ffffff;
  background: #f08200;
  font-weight: bold;
  font-size: 1.2em;
  border: 1px solid #cccccc;
}

.funcTbl td {
  color: #444444;
  font-size: 1.1em;
  line-height: 20px;
  vertical-align: top;
  padding: 8px 10px 7px;
  text-align: left;
  border: 1px solid #cccccc;
}

.funcTbl tr:hover {
  background-color: #fff0ba;
}

.funcTbl tr {
  -webkit-tap-highlight-color: #fff0ba;
}

.funcTbl td.bold {
  vertical-align: middle;
  font-weight: bold;
}

.secSubTtl.func {
  margin-bottom: 24px;
  text-align: left;
  border-left: 4px solid #f08200;
  padding-left: 12px;
  margin-top: 16px;
}

@media screen and (max-width: 640px) {
  .secSubTtl.func {
    margin-top: 0px;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 641px) {
  .secSubTtl.func.SP {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .box.single.required .secTtl {
    padding-top: 0px;
  }
}

@media screen and (max-width: 640px) {
  .box.single.required .itemBox:first-child {
    padding-top: 0px;
  }
}

.requireTbl.PC {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .requireTbl.PC {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  .requireTbl.SP {
    display: none;
  }
}

.requireTbl, .priceTbl {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  line-height: 1.37;
  margin-bottom: 32px;
}

@media screen and (max-width: 640px) {
  .requireTbl, .priceTbl {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 640px) {
  .priceTbl th, .priceTbl td {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .priceTbl.sp-show {
    display: table !important;
  }
}

.requireTbl th, .priceTbl th {
  font-weight: bold;
  font-size: 1.12em;
  background: #fafafa;
}

.priceTbl th, .priceTbl td {
  text-align: center;
}

.priceTbl th {
  width: 30%;
  font-size: 1.6em;
}

@media screen and (max-width: 640px) {
  .priceTbl th {
    font-size: 0.9rem;
    width: 100%;
    display: block;
    border-bottom: 0px !important;
  }
}

.requireTbl th, .requireTbl td,
.priceTbl th, .priceTbl td {
  border: 1px solid #e6e6e6;
  padding: 10px 15px;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .requireTbl th, .requireTbl td,
  .priceTbl th, .priceTbl td {
    padding: 8px;
  }
}

.requireTbl td, .priceTbl td {
  font-size: 1.05em;
}

@media screen and (max-width: 640px) {
  .requireTbl td, .priceTbl td {
    font-size: 0.8rem;
  }
}

.priceTbl .txtL {
  font-size: 2.2em;
  color: #e96004;
  font-weight: bold;
  margin-right: 4px;
}

@media screen and (max-width: 640px) {
  .priceTbl .txtL {
    font-size: 1.5rem;
  }
}

.priceTbl .txtM {
  font-size: 1.2em;
}

.priceTbl .free {
  padding: 4px 8px;
  position: relative;
  top: -5px;
  background-color: lightseagreen;
  color: #fff;
  font-size: 1.2em;
  margin-left: 8px;
}

@media screen and (max-width: 640px) {
  .priceTbl .free {
    top: 0px;
    margin-top: 4px;
    display: inline-block;
  }
}

.itemBox.apply {
  padding: 16px 0px 32px !important;
}

.itemBox.apply .secSubTtl {
  position: relative;
  margin-bottom: 30px;
}

.itemBox.apply .secSubTtl:after {
  content: '';
  border: 16px solid transparent;
  border-top-color: #e96004;
  border-bottom-width: 0;
  bottom: -24px;
  display: block;
  left: 50%;
  position: absolute;
  width: 0;
  margin-left: -16px;
}

.itemBox .btnItem.select {
  display: inline-block;
  padding: 8px 0px 0px;
}

@media screen and (max-width: 640px) {
  .itemBox .btnItem.select {
    display: block;
    width: auto;
  }
}

.btn.inline {
  display: inline-block;
  font-size: 1.4em;
  padding: 16px 24px;
  width: 345px;
}

@media screen and (max-width: 640px) {
  .btn.inline {
    width: auto;
    font-size: 1rem;
    padding: 8px 12px;
  }
}

.box.twoCol .itemBox.flow {
  width: 40%;
}

@media screen and (max-width: 640px) {
  .box.twoCol .itemBox.flow {
    width: auto;
  }
}

.itemBox.flow .step {
  background-color: lightseagreen;
  color: white;
  font-size: 1.4em;
  display: block;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 2px 0px;
}

@media screen and (max-width: 640px) {
  .itemBox.flow .step {
    font-size: 0.9rem;
  }
}

.itemBox.flow h2 {
  padding: 8px 0px;
  border-left: 1px solid lightseagreen;
  border-right: 1px solid lightseagreen;
  border-bottom: 1px solid lightseagreen;
}

.itemBox.flow .Ttl {
  font-size: 1.4em;
  font-weight: normal;
  color: #333347;
}

@media screen and (max-width: 640px) {
  .itemBox.flow .Ttl {
    font-size: 1rem;
  }
}

.itemBox.flowTxt {
  text-align: left;
  font-size: 1.2em;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .itemBox.flowTxt {
    font-size: 0.9rem;
    border-left: 8px solid lightseagreen;
    margin: 0px 0px 24px 20px;
    position: relative;
    padding-left: 8px;
  }
}

.btnItem.flow {
  margin: 32px 0px;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .btnItem.flow {
    margin: 16px 0px 0px;
  }
}

.itemBox.flowTxt .flowStep .label {
  font-size: 0.8em;
  padding: 2px 8px;
  background-color: #e96004;
  color: #fff;
  margin-bottom: 4px;
  display: inline-block;
}

.itemBox.flowTxt .flowStep {
  padding-bottom: 8px;
  position: relative;
  border-bottom: 2px solid #ccc;
}

.itemBox.flowTxt .flowStep:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 16%;
  height: 2px;
  background-color: #e96004;
}

.itemBox.flowTxt .flowStepTxt {
  display: block;
}

.itemBox .flowMail {
  background-color: #fff0ba;
  font-size: 1.35em;
  font-weight: bold;
  color: #e96004;
  border: 1px solid #e96004;
  padding: 16px 0px;
  margin: 0px 0px 0px 8px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .itemBox .flowMail {
    font-size: 0.8rem;
    padding: 8px !important;
  }
}

@media screen and (max-width: 640px) {
  .itemBox .flowMail .txt {
    display: inline-block;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    vertical-align: middle;
  }
}

.itemBox .flowMail:before {
  content: '';
  border: 8px solid transparent;
  border-right-color: #e96004;
  border-left-width: 0;
  display: block;
  position: absolute;
  top: 40%;
  left: -8px;
}

.itemBox.flowArrow {
  padding: 0px 0px 0px 10px;
  border-left: 10px solid lightseagreen;
  margin: 0px 0px 20px 195px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .itemBox.flowArrow {
    margin: -24px 0px 16px 20px;
    border-left: 8px solid lightseagreen;
    padding: 8px 24px 8px 8px !important;
  }
}

.itemBox.flowArrow:after, .itemBox .longArrow:after {
  content: '';
  border: 20px solid transparent;
  border-top-color: lightseagreen;
  border-bottom-width: 0;
  display: block;
  position: absolute;
}

@media screen and (max-width: 640px) {
  .itemBox.flowArrow:after, .itemBox .longArrow:after {
    left: -20px !important;
    bottom: -16px !important;
    content: '';
    border: 16px solid transparent;
    border-top-color: lightseagreen;
    border-bottom-width: 0;
    display: block;
    position: absolute;
  }
}

.itemBox.flowArrow:after {
  width: 0;
  left: -25px;
  bottom: -20px;
}

.itemBox.flowTxt.first:after {
  display: none;
}

@media screen and (max-width: 640px) {
  .itemBox.flowTxt:after {
    content: '';
    border: 16px solid transparent;
    border-top-color: lightseagreen;
    border-bottom-width: 0;
    display: block;
    position: absolute;
    left: -20px;
    bottom: -16px;
  }
}

.itemBox .longArrow:after {
  width: 0;
  left: -15px;
  bottom: -20px;
}

.itemBox.flowUse {
  background: url("../images/bg_user_faq.jpg") no-repeat;
  width: 100%;
  display: block;
  padding: 48px 0px !important;
  background-size: 900px auto;
  margin: 0px 0px 16px;
  background-position: 0px -40px;
}

@media screen and (max-width: 640px) {
  .itemBox.flowUse {
    background-size: cover;
    background-position: 0px 20px;
    margin: -16px 0px 16px;
  }
}

.itemBox.flowUse h2 {
  color: #fff;
  font-size: 2.2em;
  margin-bottom: 8px;
  text-shadow: 0px 0px 5px #333;
}

.itemBox.flowUse h3 {
  font-size: 1.4em;
  text-shadow: 0px 0px 5px #333;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .itemBox.flowUse h3 {
    font-size: 0.9rem;
    padding: 0px 8px;
  }
}

.itemBox .longArrow {
  display: block;
  height: 435px;
  width: 10px;
  background-color: lightseagreen;
  margin: 16px auto 0px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .itemBox .longArrow {
    display: none;
  }
}

.itemBox .longArrow.plus01NoUse {
  height: 236px;
}

.itemBox .longArrow.plus02 {
  height: 570px;
}

.itemBox .longArrow.plus02NoUse {
  height: 800px;
}

.itemBox .longArrow.plus03 {
  height: 405px;
}

.itemBox .longArrow.plus03NoUse {
  height: 77px;
}

@media screen and (max-width: 640px) {
  .merit .box.threeCol .innerBox:nth-child(1),
  .merit .box.threeCol .innerBox:nth-child(2) {
    margin-bottom: 16px;
  }
}

.merit .box.twoCol.merit-kav {
  margin: 32px auto 0px;
  background-color: #fffed3;
  box-shadow: 0px 0px 4px #ccc;
  width: 94%;
  padding: 24px 48px;
}

@media screen and (max-width: 640px) {
  .merit .box.twoCol.merit-kav {
    width: 90%;
    padding: 16px;
    margin-bottom: 24px;
  }
}

.merit .box.twoCol.merit-kav .itemBox.txt {
  vertical-align: middle;
  position: relative;
  top: -8px;
}

@media screen and (max-width: 640px) {
  .merit .box.twoCol.merit-kav .itemBox.txt {
    top: 0px;
  }
}

.box.twoCol.merit-kav .itemBox.txt .secSubTtl {
  margin-bottom: 8px;
  color: #e96004;
  width: 132%;
  font-size: 1.7em;
  letter-spacing: -0.02em;
  position: relative;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .box.twoCol.merit-kav .itemBox.txt .secSubTtl {
    width: auto;
    font-size: 1.2rem;
    text-align: center;
  }
}

.box.twoCol.merit-kav .itemBox.txt .msg.top.desc {
  line-height: 1.5;
  margin-bottom: 16px;
}

.box.twoCol.merit-kav .itemBox.txt .msg.top.desc.kav {
  text-align: center;
  margin-bottom: 0px;
}

.box.twoCol.merit-kav .itemBox.txt .msg.top.desc.kav span {
  display: inline-block;
  margin-bottom: 8px;
}

.box.twoCol.merit-kav .example {
  position: relative;
  top: -10px;
}

@media screen and (max-width: 640px) {
  .box.twoCol.merit-kav .example {
    top: 0px;
    margin-top: 8px;
  }
}

.box.twoCol.merit-kav .itemBox.txt .msg.top.desc.kav img {
  background: #fff;
  padding: 8px 64px;
  border: 1px solid #eee;
  width: 60%;
}

@media screen and (max-width: 640px) {
  .box.twoCol.merit-kav .itemBox.txt .msg.top.desc.kav img {
    width: 100%;
    padding: 8px 32px;
  }
}

.inner.contents.protect .subList {
  text-align: left;
  position: relative;
  width: 110%;
  left: -10%;
}

@media screen and (max-width: 640px) {
  .inner.contents.protect .subList {
    left: -8px;
    margin-bottom: -64px;
    margin-top: -16px;
    width: 115%;
  }
}

.inner.contents.protect .subItem {
  margin-bottom: 16px;
}

@media screen and (max-width: 640px) {
  .inner.contents.protect .subItem {
    margin-bottom: 8px;
  }
}

.inner.contents.protect .subItem p {
  display: inline-block;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  font-size: 1.6em;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .inner.contents.protect .subItem p {
    font-size: 1.45em;
  }
}

.inner.contents.protect .subItem span {
  font-size: 0.65em;
  letter-spacing: -0.02em;
  font-weight: normal;
}

.inner.contents.protect .example {
  position: relative;
  width: 120%;
  left: -40px;
}

@media screen and (max-width: 640px) {
  .inner.contents.protect .example {
    width: 110%;
    left: -10px;
  }
}

.itemBox.plus.func .note {
  display: inline-block;
  text-align: left;
  text-indent: -1em;
}

section.feature.cont.solution {
  background-color: #f6f6f6;
  margin-bottom: 32px;
  padding-top: 16px;
  padding-bottom: 24px;
}

@media screen and (max-width: 640px) {
  section.feature.cont.solution .itemBox:first-child {
    margin-bottom: 24px;
  }
}

.meritNum {
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 8px;
  color: #fff;
  background-color: #ff6455;
  padding: 0px 32px;
}

.feature.cont.no-use, .feature.cont.notice.no-use,
.feature.cont.use, .feature.cont.notice.use {
  display: none;
}

.box.single.flowNoUse {
  position: relative;
  margin-top: -270px;
}

@media screen and (max-width: 640px) {
  .box.single.flowNoUse {
    margin: -24px 0px 16px 20px;
    border-left: 8px solid lightseagreen;
    padding: 8px 16px 8px 8px !important;
  }
}

@media screen and (max-width: 640px) {
  .box.single.flowNoUse:after {
    content: '';
    border: 16px solid transparent;
    border-top-color: lightseagreen;
    border-bottom-width: 0;
    display: block;
    position: absolute;
    left: -20px;
    bottom: -16px;
  }
}

@media screen and (max-width: 640px) {
  .box.single.flowNoUse .itemBox {
    padding: 0px 8px 16px 0px;
  }
}

.box.single.flowNoUse .itemBox, .box.single .itemBox.flowArrowNoUse {
  margin: 0px 0px 0px 205px;
}

@media screen and (max-width: 640px) {
  .box.single.flowNoUse .itemBox, .box.single .itemBox.flowArrowNoUse {
    margin: 0px;
  }
}

.box.single.flowNoUse .itemBox:nth-child(2) {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .box.single.flowNoUse .itemBox:nth-child(2) {
    margin-bottom: 0px;
  }
}

.box.single .itemBox.flowArrowNoUse {
  position: relative;
  margin-top: -177px;
  padding-bottom: 32px;
}

@media screen and (max-width: 640px) {
  .box.single .itemBox.flowArrowNoUse {
    margin: -24px 0px 16px 20px;
    border-left: 8px solid lightseagreen;
    padding: 8px 24px 8px 8px !important;
  }
}

@media screen and (max-width: 640px) {
  .box.single .itemBox.flowArrowNoUse:after {
    content: '';
    border: 16px solid transparent;
    border-top-color: lightseagreen;
    border-bottom-width: 0;
    display: block;
    position: absolute;
    left: -20px;
    bottom: -16px;
  }
}

.flowMail .note {
  font-size: 0.8em;
  font-weight: normal;
  margin-top: 8px;
  text-indent: -0.8em;
  margin-left: 0.8em;
}

.flowMail .info {
  text-align: left;
  width: -webkit-calc(100% - 55px);
  width: calc(100% - 55px);
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 640px) {
  .flowMail .info {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 640px) {
  .flowMail .info br {
    display: none;
  }
}

.useful {
  background-color: #f5f4eb;
}

@media screen and (max-width: 640px) {
  .useful .inner.contents {
    padding: 0px 0px 8px;
  }
}

.useful .itemBox.smartLabo {
  width: 62%;
}

@media screen and (max-width: 640px) {
  .useful .itemBox.smartLabo {
    width: 100%;
  }
}

.useful .itemBox.smartLabo .pic {
  display: inline-block;
  margin-right: 8px;
}

.useful .itemBox.smartLabo .txt {
  width: -webkit-calc(100% - 98px);
  width: calc(100% - 98px);
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: 1.1em;
  color: #333347;
  line-height: 1.5;
  position: relative;
}

.noteLink {
  color: #666;
  display: inline-block;
  margin-top: 8px;
}

.noteLink:link {
  color: #666;
  text-decoration: none;
}

.noteLink:hover {
  text-decoration: underline;
  color: #666;
}

.noteLink .note {
  display: inline !important;
}

.innerBox.article {
  border-width: 1px 1px 1px 5px;
  border-style: solid;
  border-color: #f08200;
  background-color: #fff;
}

.innerBox.article a {
  display: block;
  width: 100%;
  position: relative;
}

.innerBox.article a:after {
  content: '';
  border: 8px solid transparent;
  border-left-color: #e96004;
  border-right-width: 0;
  display: block;
  position: absolute;
  width: 0;
  right: -10px;
  top: 26px;
}

@media screen and (max-width: 640px) {
  .innerBox.article a:after {
    content: '';
    border: 6px solid transparent;
    border-left-color: #e96004;
    border-right-width: 0;
    display: block;
    position: absolute;
    width: 0;
    right: -5px;
    top: 42%;
  }
}

.useful .itemBox.smartLabo .itemBox:nth-child(1) > .innerBox.article {
  margin-right: 8px;
}

@media screen and (max-width: 640px) {
  .useful .itemBox.smartLabo .itemBox:nth-child(1) > .innerBox.article {
    margin: 0px 0px 16px;
  }
}

.useful .itemBox.smartLabo .itemBox:nth-child(2) > .innerBox.article {
  margin-left: 8px;
}

@media screen and (max-width: 640px) {
  .useful .itemBox.smartLabo .itemBox:nth-child(2) > .innerBox.article {
    margin: 0px 0px 16px;
  }
}

.videoBox .videoBg {
  width: 430px;
  background: url("../images/img_video_sec24plus.png") no-repeat;
  height: 242px;
  display: block;
  background-size: 430px auto;
  margin: 0 auto;
  border: 5px solid #f08200;
}

@media screen and (max-width: 640px) {
  .videoBox .videoBg {
    width: 100%;
    background-size: cover;
    min-height: 175px;
    height: auto;
    margin: 0 auto 16px;
  }
}

.videoBg:hover {
  background: url("../images/img_video_sec24plus_hover.png") no-repeat;
  background-size: 430px auto;
}

@media screen and (max-width: 640px) {
  .videoBg:hover {
    background-size: cover;
  }
}

.price.plus .itemBox.secTtlTop {
  padding: 48px 0px 0px;
}

@media screen and (max-width: 640px) {
  .price.plus .itemBox.secTtlTop {
    padding: 16px 0px 0px;
  }
}

.useful .secTtl {
  padding: 48px 0px 32px;
}

@media screen and (max-width: 640px) {
  .useful .secTtl {
    padding: 16px 24px;
    font-size: 1.2rem;
  }
}

.requireSec24plus {
  text-align: left;
  font-size: 1.2em;
  background-color: #fffed3;
  box-shadow: 0px 0px 4px #cccccc;
  padding: 16px 48px;
  display: block;
  width: 80%;
  margin: 16px auto 32px;
}

@media screen and (max-width: 640px) {
  .requireSec24plus {
    width: auto;
    padding: 16px;
    text-indent: -0.9rem;
    margin-left: 0.9rem;
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 640px) {
  .itemBox .requireSec24plus:last-child {
    margin-bottom: 0px;
  }
}

.secSubTtl.require {
  color: #e96004;
  width: 80%;
  display: block;
  margin: 0 auto;
  text-align: left;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 640px) {
  .secSubTtl.require {
    width: auto;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 641px) {
  .secSubTtl.require.SP {
    display: none;
  }
}

.requireSec24plus .note {
  margin-left: 1.2em;
  font-size: 0.8em;
}

.requireSec24plus dd:first-child {
  margin-bottom: 8px;
}

#containerSec24All {
  padding-bottom: 32px;
}

@media screen and (max-width: 640px) {
  #containerSec24All {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 640px) {
  section.service.sec24plus {
    padding: 0px;
  }
}

@media screen and (max-width: 640px) {
  .introAllService .itemBox.secTtlTop {
    padding-top: 16px;
    padding-bottom: 48px;
    letter-spacing: -0.02em;
  }
}

@media screen and (max-width: 640px) {
  .introAllService .inner {
    padding: 0px;
  }
}

.introAllService .itemBox.secTtlTop .txtM {
  font-weight: normal;
  font-size: 0.6em;
}

.introAllService .itemBox.secTtlTop .txtL.orange {
  font-size: 0.8em;
  color: #f08200;
  border-bottom: 1px solid #f08200;
}

.service.sec24 .itemBox.txt,
.service.sec24plus .itemBox.txt,
.service.sec24mobile .itemBox.txt {
  text-align: left;
  vertical-align: top;
  letter-spacing: -0.02em;
}

.service .secTtl.logo {
  font-size: 0px;
}

.service .secTtl.logo img {
  width: 100%;
}

.itemBox.txt.sec24plus ul {
  display: block;
}

.service.sec24 .serviceGuide {
  display: inline-block;
  margin: 0px auto;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #f08200;
  box-shadow: 0px 2px 2px #999;
  position: relative;
  top: -37px;
  margin-bottom: -74px;
}

.serviceGuide .txt {
  color: #fff;
  position: relative;
  top: 20px;
  font-weight: bold;
  line-height: 0.9;
}

.serviceGuide .arrow {
  border: 5px solid transparent;
  border-top-color: #fff;
  border-top-width: 8px;
  border-bottom-width: 0;
  bottom: -26px;
  display: block;
  left: 32px;
  position: relative;
  width: 0;
}

.service.sec24 {
  background: -webkit-linear-gradient(top, #fffade 0%, #fff 100%);
  background: linear-gradient(to bottom, #fffade 0%, #fff 100%);
}

.service.sec24mobile {
  padding: 32px 0px;
}

@media screen and (max-width: 640px) {
  .service.sec24mobile {
    padding: 0px;
  }
}


@media screen and (max-width: 640px) {
  .service.sec24 .recommend {
    background-size: 86px auto;
    width: 100%;
    height: 60px;
    background-position: 100% 0%;
    margin-top: -65px;
    display: block;
    left: 8px;
  }
}

.introService.sec24all {
  z-index: 50;
  position: relative;
}

.itemBox.secTtlTop.sec24all {
  padding: 48px 0px 84px;
}

@media screen and (max-width: 640px) {
  .itemBox.secTtlTop.sec24all {
    padding: 16px 0px 24px;
  }
}

.service.sec24plus .itemBox.txt.sec24plus {
  width: 55%;
  z-index: 100;
  position: relative;
}

@media screen and (max-width: 640px) {
  .service.sec24plus .itemBox.txt.sec24plus {
    width: 100%;
  }
}

.sec24Graph, .sec24mobileGraph {
  position: relative;
  left: -50px;
  width: 100%;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .sec24Graph, .sec24mobileGraph {
    display: block;
    left: 0px;
    margin: -16px 0px 16px;
  }
}

.sec24plusGraph {
  top: -10px;
  width: 120%;
  left: -125px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .sec24plusGraph {
    top: 0px;
    left: 0px;
    width: 100%;
    margin: -16px 0px 16px;
  }
}

@media screen and (max-width: 640px) {
  .service.sec24mobile .note {
    margin-bottom: 16px;
    padding-left: 0px;
    text-indent: -0.9em;
    margin-left: 0.9em;
  }
}

.service.pic {
  position: relative;
  top: -58px;
  background-color: #f5f4eb;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .service.pic {
    top: 0px;
    position: static;
  }
}

.service.pic .update {
  position: relative;
  font-size: 1em;
  bottom: 32px;
  margin-bottom: -18px;
  text-align: right;
  margin-right: 16px;
  display: block;
  z-index: 100;
}

@media screen and (max-width: 640px) {
  .service.pic .update {
    margin-bottom: -30px;
    font-size: 0.9em;
    margin-right: 8px;
  }
}

.service.pic .sec24Family {
  z-index: 100;
  position: relative;
  width: 100%;
}

.service.pic .desc {
  font-size: 0px;
  text-indent: -9999px;
}

@media screen and (max-width: 640px) {
  .service.pic .inner {
    padding: 0px;
  }
}

.btnDetail {
  padding: 16px 48px;
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
  background-color: #f08200;
  border-radius: 5px;
  color: #fff;
  margin-top: 32px;
  box-shadow: 0px 5px 0px #ccc;
}

@media screen and (max-width: 640px) {
  .btnDetail {
    font-size: 1rem;
    margin: 0px auto;
    text-align: center;
    display: block;
    width: 90%;
    padding: 16px 24px;
  }
}

.btnDetail:link {
  color: #fff;
  text-decoration: none;
}

.btnDetail span {
  color: #fff;
}

.btnDetail:hover {
  text-decoration: underline;
  box-shadow: none;
  margin-top: 37px;
  background-color: #29b7cc;
}

@media screen and (max-width: 640px) {
  .btnDetail:hover {
    margin-top: 0px;
  }
}

.serviceLabel {
  display: inline-block;
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 1.4em;
  margin-bottom: 8px;
}

@media screen and (max-width: 640px) {
  .serviceLabel {
    font-size: 0.95rem;
    padding: 8px 10px;
    display: block;
    width: 90%;
    margin: 0 auto 8px;
    text-align: center;
  }
}

.serviceLabel.first {
  position: relative;
  top: 42px;
  background-color: lightseagreen;
}

@media screen and (max-width: 640px) {
  .serviceLabel.first {
    top: 8px;
    font-size: 0.9rem;
    display: inline-block;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin-top: 16px;
    position: static;
  }
}

.serviceLabel.grey {
  background-color: #a0a0a0;
}

@media screen and (max-width: 640px) {
  .serviceLabel.grey {
    display: block;
    border-radius: 20px;
    width: 95%;
  }
}

.serviceLabel .bold {
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .itemBox.txt.sec24plus .serviceLogo,
  .service.sec24mobile .serviceLogo {
    vertical-align: top;
    display: block;
    margin-left: 0px;
    text-align: right;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 640px) {
  .itemBox.txt.sec24plus .serviceLogo img,
  .service.sec24mobile .serviceLogo img {
    width: 100px;
  }
}

.serviceLogo {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

.serviceLogo.sec24, .serviceLogo.sec24plus {
  margin-left: 0px;
}

.service.sec24 .serviceInfo, .service.sec24plus .serviceInfo,
.service.sec24mobile .serviceInfo {
  font-size: 1.35em;
  margin: 24px 0px 16px;
  display: inline-block;
  letter-spacing: -0.02em;
  width: -webkit-calc(100% - 42px);
  width: calc(100% - 42px);
  vertical-align: top;
}

@media screen and (max-width: 640px) {
  .service.sec24 .serviceInfo, .service.sec24plus .serviceInfo,
  .service.sec24mobile .serviceInfo {
    font-size: 0.9rem;
    margin: 16px 0px;
    width: -webkit-calc(100% - 25px);
    width: calc(100% - 25px);
  }
}

.service.sec24 .serviceInfo.second {
  margin-top: 0px;
}

@media screen and (max-width: 640px) {
  .sec24 .serviceInfo br,
  .sec24plus .serviceInfo br,
  .sec24mobile .serviceInfo br {
    display: none;
  }
}

.service.sec24 .itemBox.img .btnDetail,
.service.sec24plus .itemBox.img .btnDetail,
.service.sec24mobile .itemBox.img .btnDetail {
  margin-bottom: 24px;
}

@media screen and (min-width: 641px) {
  .service.sec24 .itemBox.img .btnDetail,
  .service.sec24plus .itemBox.img .btnDetail,
  .service.sec24mobile .itemBox.img .btnDetail {
    display: none;
  }
}

.service.sec24 .itemBox.txt .btnDetail,
.service.sec24plus .itemBox.txt .btnDetail,
.service.sec24mobile .itemBox.txt .btnDetail {
  margin-bottom: 24px;
}

@media screen and (max-width: 640px) {
  .service.sec24 .itemBox.txt .btnDetail,
  .service.sec24plus .itemBox.txt .btnDetail,
  .service.sec24mobile .itemBox.txt .btnDetail {
    display: none;
  }
}

#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;
}

#pop01 iframe {
  width: 853px;
  height: 480px;
}

@media screen and (max-width: 640px) {
  #pop01 iframe {
    width: 100%;
    height: 100%;
    overflow: visible;
  }
}


/*----------------------------------------------------
Contents CSS
----------------------------------------------------*/
.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}