@charset "UTF-8";
/* @import url("header.css"); */
@import url("print.css");

/*++++++++++++++++++++++++++++++++++
bootstrapをなくしたい
++++++++++++++++++++++++++++++++++*/

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  aspect-ratio: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

/*bootstrapをなくしたいEND++++++++++++++++++++++++++++++++++*/

::-moz-selection {
  background: #eef0f6;
  color: #00285e;
}

::selection {
  background: #eef0f6;
  color: #00285e;
}

html {
  scroll-padding-top: 80px;
}

body {
  overflow-x: hidden;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo,
    "メイリオ", sans-serif;
  -webkit-transition: padding-top 0.5s linear;
  -moz-transition: padding-top 0.5s linear;
  -ms-transition: padding-top 0.5s linear;
  -o-transition: padding-top 0.5s linear;
  transition: padding-top 0.5s linear;
}

header,
footer {
  margin: 0;
  padding: 0;
  background: none;
  text-align: left;
  color: inherit;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 100%;
  line-height: 1;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  vertical-align: bottom;
}

small {
  font-size: 100%;
}

a:hover,
a:focus {
  text-decoration: none;
}

/* header
-------------------------------------*/
#header {
  background-color: var(--white);
}

#header-top {
  max-width: 880px;
  width: 100%;
  padding: 16px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

.headerLogo,
#headerLogo {
  float: left;
}

.headerButtons {
  float: right;
  display: flex;
}

#SP-header #tlsTop {
  padding: 20px 0px 0 10px !important;
}

#SP-header .tone-contents.header {
  padding: 4px 0px 4px 10px !important;
  height: 63px;
}

#SP-header {
  display: none;
}

@media screen and (max-width: 768px) {
  #SP-header {
    display: block;
  }

  #tlsTop {
    position: fixed;
  }

  .tone-contents.header {
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100% !important;
    height: 53px;
    padding: 13px 13px 13px 16px !important;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
  }
}

/* heding
-------------------------------------*/
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  margin: 10px 0;
  font-weight: bold;
  line-height: 20px;
}

#content h1,
#content h2,
#content h3 {
  line-height: 40px;
}

#content h1 {
  font-size: 38.5px;
}

#content h2 {
  font-size: 31.5px;
}

#content h3 {
  font-size: 24.5px;
}

#content h4 {
  font-size: 17.5px;
}

#content h5 {
  font-size: 14px;
}

#content h6 {
  font-size: 11.9px;
}

/*
Bootstrap Modules

.pull-left = float: left;
.pull-right = float: right;
*/

.hidden-sp {
  display: none;
}

.pc-only {
  display: initial;

  @media screen and (max-width: 869px) {
    display: none;
  }
}

.sp-only {
  display: none;

  @media screen and (max-width: 869px) {
    display: initial;
  }
}

@media screen and (max-width: 869px) {
  .hidden-sp {
    display: block;
  }
}

.hidden-pc {
  display: block;
}

.tone-general_list {
  border-top: 1px solid var(--primary);
}

.tone-general_list li {
  border-bottom: 1px solid var(--primary);
}

.tone-general_list a {
  overflow: hidden;
  display: block;
  background: url(/assets/img/icon-arrow-down.png) 0 50% no-repeat;
  padding: 14px 0 14px 19px;
}

.tone-general_list a.arrow-right {
  background: url(/assets/img/icon-arrow-right.png) 0 50% no-repeat;
}

.tone-general_list a:hover {
  opacity: 0.3;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
}

.tone-general_list.type-detail a {
  background-image: url(/assets/img/icon-arrow-big.png);
  padding: 21px 0 21px 24px;
}

.tone-general_list.type-related {
  border-color: var(--background-blue);
}

.tone-general_list.type-related li {
  border-color: var(--background-blue);
}

.tone-general_list.type-related a {
  padding: 25px 0 24px 24px;
  background-image: url(/assets/img/icon-arrow-big.png);
}

.tone-general_list.weak-border {
  border-top: 1px solid var(--background-blue);
}

.tone-general_list.weak-border li {
  border-bottom: 1px solid var(--background-blue);
}

.text-default,
.text-default-wrap p {
  margin: -7px 0;
  line-height: 29px;
}

.text-large {
  margin: -8px 0;
  font-size: 17px;
  line-height: 34px;
}

.text-notes {
  margin: -6px 0;
  color: #999;
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 0.04em;
}

.text-notes_blue {
  margin: -6px 0;
  color: var(--primary);
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 0.04em;
}

.text-notes_blue a {
  color: var(--primary);
  text-decoration: underline;
}

.text-notes li {
  line-height: 22px;
}

.text-notes li.caution {
  color: #ff0000;
}

sup.fz7 {
  font-size: 7px;
  text-indent: 0;
  top: -0.5em;
}

.text-indext-list2 sup.fz7 {
  top: -0.2em;
}

html.csstransforms sup.fz7 {
  font-size: 10px;
  transform: scale(0.8, 0.8);
  display: inline-block;
  transform-origin: left top;
}

.text-notes a {
  color: #999;
}

.text-notes a:hover {
  background-color: transparent;
  color: #e5e5e5;
  color: rgba(153, 153, 153, 0.3);
}

.link-arrow {
  display: inline-block;
  padding-left: 13px;
  background: url(/assets/img/icon-arrow.png) 0 40% no-repeat;
  background-size: 8px 8px;
  text-decoration: none;
}

.link-arrow:hover {
  text-decoration: none;
}

.os-other .link-arrow {
  background-position: 0 50%;
}

.link-arrow-image {
  display: inline-block;
  padding-left: 13px;
  background: url(/assets/img/icon-arrow.png) 0 50% no-repeat;
  background-size: 8px 8px;
  text-decoration: none;
}

.link-arrow-image:hover {
  opacity: 0.3;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
}

.link-block-arrow {
  display: block;
  padding: 16px 0 16px 14px;
  border-bottom: 1px solid #00398f;
  background: url(/assets/img/icon-arrow-block.png) 0 50% no-repeat;
}

.link-block-arrow:hover {
  opacity: 0.3;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
}

.link-inline_block-small {
  display: inline-block;
  padding: 11px 0 10px 13px;
  border-bottom: 1px solid #ccd9ea;
  background: url(/assets/img/icon-arrow-small.png) 0 50% no-repeat;
}

.link-inline_block-small:hover {
  opacity: 0.3;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
}

.text-indext-1 {
  text-indent: -1px;
}

.text-indext-2 {
  text-indent: -2px;
}

.text-indext-3 {
  text-indent: -3px;
}

.text-color-blue {
  color: #333333;
}

.text-bracket {
  margin-left: -0.4em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo,
    "メイリオ", "ＭＳ ゴシック", "MS Gothic", "MS-Gothic";
}

.text-indext-list {
  text-indent: -1.35em;
  padding-left: 1.35em;
}

.text-indext-list2 {
  text-indent: -2em;
  padding-left: 2em;
}

.text-indext-inline {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}

.text-justify {
  text-align: justify;
  /*padding: 119px 0 72px;*/
}

/*.tone-general_main {
  padding: 119px 0 72px; }*/

.tone-column3 {
  overflow: hidden;
  margin-right: -40px;
}

.tone-column3 li {
  float: left;
  width: 280px;
  margin-right: 40px;
}

.tone-column2 {
  width: 440px;
}

.tone-general_page_category {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 43px;
}

.tone-general_title {
  margin: 103px 0 45px;
}

.tone-general_title-sub {
  margin: 74px 0 29px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--primary);
}

.spacer_top-xx {
  margin-top: 8px;
}

.spacer_bottom-xx {
  margin-bottom: 8px;
}

.spacer_top-xs {
  margin-top: 16px;
}

.spacer_bottom-xs {
  margin-bottom: 16px;
}

.spacer_top-sm {
  margin-top: 29px;
}

.spacer_bottom-sm {
  margin-bottom: 29px;
}

.spacer_top-md {
  margin-top: 45px;
}

.spacer_bottom-md {
  margin-bottom: 45px;
}

.spacer_top-lg {
  margin-top: 74px;
}

.spacer_bottom-lg {
  margin-bottom: 74px;
}

.spacer_top-xl {
  margin-top: 103px;
}

.spacer_bottom-xl {
  margin-bottom: 103px;
}

.text-scalX {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  letter-spacing: 0.1em;
}

.no-csstransforms .text-scalX {
  margin-right: 0;
  letter-spacing: 0 !important;
}

.text-scalXR {
  -webkit-transform: scaleX(1.176);
  -ms-transform: scaleX(1.176);
  transform: scaleX(1.176);
}

.text-bg-yellow {
  display: inline-block;
  background: url(/assets/img/bg-marker.png) 0 45% repeat-x;
}

/* -------------------------------------- */

/* -------------------------------------- */

[class^="product_nav_item"] {
  overflow: hidden;
  display: block;
  background-image: url(/assets/img/sprite-product.png);
  height: 14px;
  text-indent: -9999px;
}

.product_nav_item1 {
  width: 26px;
  background-position: 0 -100px;
}

.product_nav_item1.current,
a:hover .product_nav_item1 {
  background-position: 0 -86px;
}

.product_nav_item2 {
  width: 52px;
  background-position: 0 70px;
}

.product_nav_item2.current,
a:hover .product_nav_item2 {
  background-position: 0 -30px;
}

.product_nav_item3 {
  width: 78px;
  background-position: 0 -15px;
}

.product_nav_item3.current,
a:hover .product_nav_item3 {
  background-position: 0 0;
}

.product_nav_item4 {
  width: 36px;
  background-position: 0 42px;
}

.product_nav_item4.current,
a:hover .product_nav_item4 {
  background-position: 0 -58px;
}

[class^="buy_nav_item"] {
  overflow: hidden;
  display: block;
  background-image: url(/assets/img/sprite-buy.png);
  height: 14px;
  text-indent: -9999px;
}

.buy_nav_item1 {
  width: 78px;
  background-position: 0px -80px;
}

.buy_nav_item1.current,
a:hover .buy_nav_item1 {
  background-position: 0px -64px;
}

.buy_nav_item2 {
  width: 101px;
  background-position: 0px -16px;
}

.buy_nav_item2.current,
a:hover .buy_nav_item2 {
  background-position: 0px 0px;
}

.buy_nav_item3 {
  width: 26px;
  background-position: -54px -48px;
}

.buy_nav_item3.current,
a:hover .buy_nav_item3 {
  background-position: -54px -32px;
}

.buy_nav_item4 {
  width: 26px;
  background-position: -79px -80px;
}

.buy_nav_item4.current,
a:hover .buy_nav_item4 {
  background-position: -79px -64px;
}

.buy_nav_item5 {
  width: 52px;
  background-position: 0px -48px;
}

.buy_nav_item5.current,
a:hover .buy_nav_item5 {
  background-position: 0px -32px;
}

.tone-contents {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  box-sizing: border-box;
}

/*
.top .list p{
  padding-top: 20px;
}*/

/*==================================
レスポンシブ 2016年7月〜
==================================*/

/*SP*/

@media screen and (max-width: 869px) {
  .tone-about_main {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .tone-general_main,
  .tone-product_spec_menu {
    padding-top: 0 !important;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 0;
  }

  .tone-product_spec_main_bg {
    background-position: center 0 !important;
  }

  .header_nav_sub {
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  /*  .tone-store_main_bg .txt_page_category{
    padding-top: 45px;
  }*/
  .row-fluid,
  .fullwide h3 {
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tone-product_interface-design_list,
  .tone-product_app_list {
    padding-top: 40px !important;
  }
}

/*==================================
レスポンシブ 2016年12月〜
==================================*/

@media screen and (max-width: 869px) {
  .tone-contents {
    max-width: 920px;
    width: 100%;
    padding: 0 16px;
  }
}

.sim_note {
  font-size: 14px;
  text-align: center;
  margin-bottom: 74px;
  border: 2px solid #ff0000;
  color: #ff0000;
  padding: 16px;
  font-weight: bold;
  line-height: 1.6;
}

.sim_note a:link,
.sim_note a:visited {
  color: #ff0000;
}

.sim_note a:hover {
  opacity: 0.7;
}

.sim_note_text {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
}

.sim_note_normal {
  font-weight: normal;
}

/* メンテナンス表示
***********************************/

/* 全画面　横長　デザイン
------------------- */
.topNotice {
  width: 100%;
  background: var(--background-red);
  color: var(--black);
  border-top: 3px solid var(--secondary-600);
  border-bottom: 3px solid var(--secondary-600);
  box-sizing: border-box;
  padding: 20px;
  container-type: inline-size;
}

.topNotice > div {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

.topNotice h2 {
  font-size: 18px;
  color: var(--secondary-600);
  white-space: nowrap;
  margin: 0;
}

@container (max-width: 767px) {
  .topNotice > div {
    max-width: 480px;
  }
}

/*ボックス型　デザイン
------------------- */
.boxNotice {
  width: 100%;
  padding: 24px 32px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #ffefec;
  border: 3px solid var(--secondary-600);
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: var(--secondary-600);
}

.boxNotice .boxNotice_ttl {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}

.boxNotice .boxNotice_txt {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--black);
}

.boxNotice .boxNotice_txt {
  font-size: 12px;
  line-height: 1.8;
}

@media (max-width: 480px) {
  .boxNotice {
    padding: 24px;
    gap: 8px;
    border: 2px solid var(--secondary-600);
    flex-direction: column;
    align-items: center;
  }

  .boxNotice .boxNotice_ttl {
    width: auto;
  }
}

@container (max-width: 480px) {
  .topNotice {
    padding: 16px 24px;
    border-top: 2px solid var(--secondary-600);
    border-bottom: 2px solid var(--secondary-600);
  }

  .topNotice > div {
    flex-direction: column;
    gap: 10px;
    font-size: 12px;
    line-height: 1.3;
  }

  .topNotice h2 {
    font-size: 16px;
  }
}

/*メンテナンスメッセージ
------------------- */
.member__item {
  margin: -8px 0;
}

.member__item .member__item__boxNotice--txt {
  text-align: center;
  color: var(--secondary-600);
}

.member_containar .member__item .member__item__boxNotice--txt {
  text-align: left;
}
