@charset "UTF-8";
#toner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

#toner *,
#toner :after,
#toner :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

#toner :after,
#toner :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

#toner * {
  padding: 0;
  margin: 0;
}

#toner hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

#toner details,
#toner main {
  display: block;
}

#toner summary {
  display: list-item;
}

#toner small {
  font-size: 80%;
}

#toner [hidden] {
  display: none;
}

#toner abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

#toner a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

#toner a:active,
#toner a:hover {
  outline-width: 0;
}

#toner code,
#toner kbd,
#toner pre,
#toner samp {
  font-family: monospace, monospace;
}

#toner pre {
  font-size: 1em;
}

#toner b,
#toner strong {
  font-weight: bolder;
}

#toner sub,
#toner sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#toner sub {
  bottom: -0.25em;
}

#toner sup {
  top: -0.5em;
}

#toner table {
  border-color: inherit;
  text-indent: 0;
}

#toner input {
  border-radius: 0;
}

#toner [disabled] {
  cursor: default;
}

#toner [type='number']::-webkit-inner-spin-button,
#toner [type='number']::-webkit-outer-spin-button {
  height: auto;
}

#toner [type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

#toner [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

#toner textarea {
  overflow: auto;
  resize: vertical;
}

#toner button,
#toner input,
#toner optgroup,
#toner select,
#toner textarea {
  font: inherit;
}

#toner optgroup {
  font-weight: 700;
}

#toner button {
  overflow: visible;
}

#toner button,
#toner select {
  text-transform: none;
}

#toner [role='button'],
#toner [type='button'],
#toner [type='reset'],
#toner [type='submit'],
#toner button {
  cursor: pointer;
  color: inherit;
}

#toner [type='button']::-moz-focus-inner,
#toner [type='reset']::-moz-focus-inner,
#toner [type='submit']::-moz-focus-inner,
#toner button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

#toner [type='button']::-moz-focus-inner,
#toner [type='reset']::-moz-focus-inner,
#toner [type='submit']::-moz-focus-inner,
#toner button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

#toner [type='reset'],
#toner [type='submit'],
#toner [type='button'],
#toner button {
  -webkit-appearance: button;
}

#toner button,
#toner input,
#toner select,
#toner textarea {
  background-color: transparent;
  border-style: none;
}

#toner a:focus,
#toner button:focus,
#toner input:focus,
#toner select:focus,
#toner textarea:focus {
  outline-width: 0;
}

#toner select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

#toner select::-ms-expand {
  display: none;
}

#toner select::-ms-value {
  color: currentColor;
}

#toner legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

#toner ::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

#toner img {
  border-style: none;
}

#toner progress {
  vertical-align: baseline;
}

#toner [aria-busy='true'] {
  cursor: progress;
}

#toner [aria-controls] {
  cursor: pointer;
}

#toner [aria-disabled='true'] {
  cursor: default;
}

#toner ul,
#toner li {
  list-style: none;
}

#toner img {
  vertical-align: top;
}

#toner .wdcf:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#toner .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #fff500));
  background: linear-gradient(transparent 60%, #fff500 40%);
}

#toner .menu-list {
  margin: 0 auto;
  padding: 20px 0;
  width: 960px;
}

#toner .menu-list.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.7);
}

#toner .menu-item {
  float: left;
  margin-left: 1.33%;
  border-radius: 5px;
  width: 24%;
  background-color: #4ba4ff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: boxShd;
          box-shadow: boxShd;
}

#toner .menu-item:hover {
  background-color: #172397;
}

#toner .menu-item:first-of-type {
  margin-left: 0;
}

#toner .menu-item.active {
  background-color: #172397;
}

#toner .menu-anchor {
  position: relative;
  display: block;
  height: 70px;
}

#toner .menu-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.025em;
  text-align: center;
  color: #fff;
}

#toner .mv-img {
  width: 100%;
  height: auto;
}

#toner .about {
  background-color: #e3f6ff;
  padding: 80px 20px;
}

#toner .about__container {
  border-radius: 30px;
  padding: 60px 10px 30px;
  background-color: #fff;
}

#toner .about__ttl {
  font-size: 50px;
  text-align: center;
  color: #172397;
}

#toner .about__ttl .big {
  font-size: 150%;
  color: #4ba4ff;
}

#toner .about__list {
  position: relative;
  margin-top: 40px;
}

#toner .about__item {
  float: left;
  border: 4px solid #4ba4ff;
  border-radius: 20px;
  width: 285px;
  height: 275px;
  text-align: center;
}

#toner .about__item:nth-of-type(2) {
  margin-left: 10px;
}

#toner .about__item:last-of-type {
  margin-left: 35px;
  border-color: #172397;
}

#toner .about__deco-plus {
  position: absolute;
  left: 585px;
  top: 110px;
  width: 25px;
  height: 25px;
}

#toner .about__deco-plus:before, #toner .about__deco-plus:after {
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  height: 6px;
  background-color: #333;
  content: '';
}

#toner .about__deco-plus:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#toner .about__img.item1 {
  margin-top: 20px;
}

#toner .about__img.item2 {
  margin-top: 50px;
}

#toner .about__img.item3 {
  margin-top: 18px;
}

#toner .about__txt {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.4;
  color: #4ba4ff;
}

#toner .about__txt.item1, #toner .about__txt.item2 {
  margin-top: 20px;
}

#toner .about__txt.item3 {
  margin-top: 10px;
}

#toner .about__ats {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

#toner .about__detail-btn {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 460px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-top: 30px;
}

#toner .about__detail-btn:before {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -10px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  content: '';
}

#toner .about__detail-btn > a {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 10px;
  height: 80px;
  background-color: #f25a16;
  font-size: 20px;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
  color: #fff;
}

#toner .about__detail-btn:hover {
  opacity: 0.7;
  zoom: 1;
}

#toner .benefit {
  padding: 80px 0;
}

#toner .benefit__balloon-item {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  float: left;
  margin-left: 7px;
  width: 186px;
  height: 116px;
  background-image: url("../images/benefit-balloon.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
}

#toner .benefit__balloon-item:hover {
  opacity: 0.7;
  zoom: 1;
}

#toner .benefit__balloon-item:first-of-type {
  margin-left: 0;
}

#toner .benefit__balloon-txt {
  position: absolute;
  left: 50%;
  top: 35px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

#toner .benefit__balloon-txt.item3 {
  top: 23px;
}

#toner .benefit__ttl {
  margin-top: 50px;
  font-size: 52px;
  text-align: center;
  color: #172397;
  letter-spacing: 0.08em;
}

#toner .benefit__ttl .big {
  font-size: 120%;
  color: #4ba4ff;
}

#toner .benefit__content:first-of-type {
  margin-top: 80px;
}

#toner .benefit__content:nth-of-type(2) {
  margin-top: 60px;
}

#toner .benefit__content-left {
  float: left;
}

#toner .benefit__content-right {
  float: right;
}

#toner .benefit .img-box {
  width: 480px;
}

#toner .benefit .img-box img {
  width: 100%;
  height: auto;
}

#toner .benefit .txt-box {
  width: 450px;
}

#toner .benefit__sub-ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  color: #4ba4ff;
}

#toner .benefit__body {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

#toner .benefit__ats {
  margin-top: 40px;
  font-size: 16px;
  font-weight: bold;
}

#toner .benefit__detail-btn {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-top: 30px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 460px;
}

#toner .benefit__detail-btn:hover {
  opacity: 0.7;
  zoom: 1;
}

#toner .benefit__detail-btn:before {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -10px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  content: '';
}

#toner .benefit__detail-btn > a {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 10px;
  height: 80px;
  background-color: #f25a16;
  font-size: 20px;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
  color: #fff;
}

#toner .convenience {
  padding: 80px 20px;
  background-color: #e3f6ff;
}

#toner .convenience__container {
  border: 4px solid #4ba4ff;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#toner .convenience__ttl {
  font-weight: bold;
  text-align: center;
}

#toner .convenience__ttl-balloon-txt {
  position: relative;
  display: block;
  margin: 0 auto;
  border-radius: 48px;
  padding: 20px 0;
  width: 610px;
  background-color: #4ba4ff;
  font-size: 57px;
  color: #fff;
}

#toner .convenience__ttl-balloon-txt:after {
  position: absolute;
  left: 50%;
  top: calc(100% - 3px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 17.5px 0 17.5px;
  border-color: #4ba4ff transparent transparent transparent;
  content: '';
}

#toner .convenience__ttl-txt {
  display: block;
  margin-top: 40px;
  font-size: 52px;
  color: #172397;
}

#toner .convenience__container {
  margin-top: 40px;
  border: 4px solid #4ba4ff;
  padding: 80px;
  border-radius: 20px;
  background-color: #fff;
}

#toner .convenience__sub-ttl {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #4ba4ff;
}

#toner .convenience__list {
  margin: 50px auto 0;
  width: 615px;
}

#toner .convenience__item {
  padding: 25px 0 25px 10px;
  border-top: 2px dashed #4ba4ff;
  font-size: 26px;
  font-weight: bold;
}

#toner .convenience__item:first-of-type {
  border-top: none;
}

#toner .convenience__item:before {
  display: inline-block;
  margin-right: 20px;
  width: 57px;
  height: 41px;
  background: url("../images/convenience-list-icon.jpg") no-repeat 50% 50%/contain;
  vertical-align: -10px;
  content: '';
}

#toner .convenience__flow {
  position: relative;
  margin-top: 30px;
}

#toner .convenience__flow:before {
  position: absolute;
  left: calc(50% - 21px);
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 21px 0 21px;
  border-color: #172497 transparent transparent transparent;
  content: '';
}

#toner .convenience__flow:after {
  position: absolute;
  left: 50%;
  top: 230px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 57px;
  height: 58px;
  background: url("../images/convenience-arrow-right.png") no-repeat 50% 50%/contain;
  content: '';
}

#toner .convenience__flow-content-box {
  margin: 0 auto;
  padding-top: 55px;
  width: 590px;
}

#toner .convenience__flow-content {
  width: 235px;
  text-align: center;
}

#toner .convenience__flow-content:nth-of-type(1) {
  float: left;
}

#toner .convenience__flow-content:nth-of-type(2) {
  float: right;
}

#toner .convenience__flow-txt {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #172397;
}

#toner .convenience__flow-txt:before, #toner .convenience__flow-txt:after {
  position: absolute;
  top: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  width: 3px;
  height: 70px;
  background-color: #172397;
  content: '';
}

#toner .convenience__flow-txt:before {
  left: 0;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

#toner .convenience__flow-txt:after {
  right: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

#toner .convenience__flow-img-box {
  margin-top: 20px;
}

#toner .convenience__flow-img {
  width: 100%;
  height: auto;
}

#toner .convenience__body {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

#toner .request {
  padding: 80px 0;
  font-weight: bold;
}

#toner .request__ttl {
  font-size: 52px;
  font-weight: bold;
  text-align: center;
  color: #4ba4ff;
}

#toner .request__container {
  position: relative;
  margin-top: 40px;
  border: 4px solid #4ba4ff;
  border-radius: 10px;
  padding: 40px 30px;
  background-color: #f0faff;
}

#toner .request__item {
  margin-left: 3.5%;
  width: 31%;
  float: left;
}

#toner .request__item:first-of-type {
  margin-left: 0;
}

#toner .request__item:first-of-type, #toner .request__item:nth-of-type(2) {
  position: relative;
}

#toner .request__item:first-of-type:after, #toner .request__item:nth-of-type(2):after {
  position: absolute;
  top: 120px;
  left: calc(100% + 10px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 15px;
  border-color: transparent transparent transparent #172397;
  content: '';
}

#toner .request__step {
  border-radius: 20px;
  padding: 10px 20px;
  background-color: #4ba4ff;
  font-size: 17px;
  color: #fff;
}

#toner .request__img-box {
  margin-top: 35px;
  text-align: center;
}

#toner .request__img-box.item3 {
  margin-top: 10px;
}

#toner .request__sub-ttl {
  margin-top: 30px;
  font-size: 26px;
  color: #4ba4ff;
}

#toner .request__body {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.7;
}

#toner .request__btn {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  display: block;
  margin-top: 55px;
  border-radius: 10px;
  width: 100%;
  height: 75px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#toner .request__btn:hover {
  opacity: 0.7;
  zoom: 1;
}

#toner .request__btn.item3 {
  margin-top: 20px;
}

#toner .request__btn-inner {
  position: absolute;
  left: 50%;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 15px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  border-radius: 5px;
  background-color: #f25a16;
  text-align: center;
}

#toner .request__btn-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
}

#toner .request__support {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: block;
  overflow: hidden;
  position: relative;
  display: block;
  margin-top: 55px;
  border-radius: 10px;
  width: 100%;
  height: 70px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#toner .request__support:hover {
  opacity: 0.7;
  zoom: 1;
}

#toner .request__support-inner {
  position: absolute;
  left: 50%;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  border-radius: 5px;
  background-color: #4ba4ff;
  text-align: center;
}

#toner .request__support-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.025em;
  color: #fff;
}

#toner .request__ats {
  font-size: 16px;
}

#toner .request__ats.item1 {
  margin-top: 25px;
}

#toner .request__ats.item2 {
  margin-top: 10px;
}

#toner .lineup {
  margin-top: 80px;
  font-weight: bold;
}

#toner .lineup__ttl {
  font-size: 52px;
  letter-spacing: 0.025em;
  text-align: center;
  color: #172397;
}

#toner .lineup__ttl-txt1 {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  font-size: 70%;
  color: #4ba4ff;
}

#toner .lineup__ttl-txt1:before, #toner .lineup__ttl-txt1:after {
  position: absolute;
  top: 0;
  font-size: inherit;
}

#toner .lineup__ttl-txt1:before {
  left: 0;
  content: '＼';
}

#toner .lineup__ttl-txt1:after {
  right: 0;
  content: '／';
}

#toner .lineup__ttl-txt2 {
  display: inline-block;
  margin-top: 30px;
  color: #172397;
}

#toner .lineup__type-list {
  margin-top: 40px;
}

#toner .lineup__type-item {
  position: relative;
  float: left;
  border: 3px solid #fff;
  border-radius: 10px;
  margin-left: 2%;
  width: 32%;
  height: 80px;
  background-color: #4ba4ff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#toner .lineup__type-item:first-of-type {
  margin-left: 0;
}

#toner .lineup__type-txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  color: #fff;
}

#toner .lineup__inner {
  margin-top: 20px;
  border: 4px solid #4ba4ff;
  border-radius: 20px;
  padding: 30px;
  background-color: #f0faff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#toner .lineup__content {
  /*margin-top: 40px;*/
}

#toner .lineup__content:first-of-type {
  margin-top: 0;
}

#toner .lineup__content.colora4 {
  float: left;
  /*margin-bottom: 40px;
  width: 48%;*/
  margin-top: 40px;
}

#toner .lineup__content.colora3 {
  float: right;
  margin-bottom: 40px;
  width: 48%;
}

#toner .lineup__content.mono {
  clear: both;
}

#toner .lineup__content-ttl {
  font-size: 24px;
}

#toner .lineup__content-ttl-txt1 {
  padding: 0 6px 2px;
  font-size: 90%;
  background-color: #172397;
  color: #fff;
}

#toner .lineup__content-ttl-txt2 {
  margin-left: 10px;
  color: #172397;
}

#toner .lineup__content-fncs {
  margin-top: 15px;
}

#toner .lineup__content-fncs .fnc {
  display: inline-block;
  margin-left: 10px;
  border-radius: 20px;
  padding: 5px 10px;
  background-color: #4ba4ff;
  font-size: 14px;
  color: #fff;
}

#toner .lineup__content-fncs .fnc:first-of-type {
  margin-left: 0;
}

#toner .lineup__product-list {
  margin-top: 15px;
}

#toner .lineup__product-item > img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

#toner .lineup__product-item.colorfax, #toner .lineup__product-item.mono {
  /*width: 48%;*/
}

#toner .lineup__product-item.monofax {
  /*width: 48%;*/
}

#toner .lineup__product-item.colorfax:first-of-type, #toner .lineup__product-item.mono:first-of-type {
  float: left;
}

#toner .lineup__product-item.colorfax:last-of-type, #toner .lineup__product-item.mono:last-of-type {
  float: right;
}

#toner .lineup__product-lead {
  font-size: 16px;
}

#toner .lineup__product-name {
  margin-top: 15px;
  font-size: 23px;
}

#toner .lineup__product-img {
  margin-top: 15px;
}

#toner .lineup__product-anchor {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  display: block;
  margin-top: 10px;
  border: 4px solid #fff;
  border-radius: 10px;
  height: 52px;
  background-color: #f25a16;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#toner .lineup__product-anchor:hover {
  opacity: 0.7;
  zoom: 1;
}

#toner .lineup__product-anchor-txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

#toner .usage {
  margin-top: 80px;
  font-weight: bold;
}

#toner .usage__ttl {
  font-size: 52px;
  letter-spacing: 0.025em;
  text-align: center;
  color: #172397;
}

#toner .usage__ttl-txt1 {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  font-size: 70%;
  color: #4ba4ff;
}

#toner .usage__ttl-txt1:before, #toner .usage__ttl-txt1:after {
  position: absolute;
  top: 0;
  font-size: inherit;
}

#toner .usage__ttl-txt1:before {
  left: 0;
  content: '＼';
}

#toner .usage__ttl-txt1:after {
  right: 0;
  content: '／';
}

#toner .usage__ttl-txt2 {
  display: inline-block;
  margin-top: 30px;
  color: #172397;
}

#toner .usage__list {
  margin-top: 60px;
}

#toner .usage__item {
  position: relative;
  margin-top: 30px;
  border-radius: 20px;
  padding: 30px 30px 50px 30px;
  background-color: #e3f6ff;
}

#toner .usage__item:first-of-type {
  margin-top: 0;
}

#toner .usage__item-box {
  width: 450px;
}

#toner .usage__item-box.item1, #toner .usage__item-box.item3 {
  float: left;
}

#toner .usage__item-box.item2 {
  float: right;
}

#toner .usage__pattern {
  padding-left: 30px;
  width: 173px;
  height: 32px;
  background: url("../images/usage-pattern-label.png") no-repeat 50% 50%/contain;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
}

#toner .usage__sub-ttl {
  margin-top: 25px;
  font-size: 26px;
  line-height: 1.8;
  color: #4ba4ff;
}

#toner .usage__body {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.8;
}

#toner .usage__img-box {
  position: absolute;
  top: 90px;
  width: 428px;
}

#toner .usage__img-box.item1, #toner .usage__img-box.item3 {
  right: 30px;
}

#toner .usage__img-box.item2 {
  left: 30px;
}

#toner .usage__img-img {
  width: 100%;
  height: auto;
}

#toner .qa {
  margin-top: 80px;
  border-radius: 20px;
  padding: 80px 90px;
  background-color: #e3f6ff;
  font-weight: bold;
}

#toner .qa__ttl {
  font-size: 52px;
  text-align: center;
  color: #172397;
}

#toner .qa__list {
  margin-top: 30px;
}

#toner .qa__item.question {
  cursor: pointer;
}

#toner .qa__item.answer {
  display: none;
}

#toner .qa__item-inner {
  position: relative;
  display: block;
  padding: 12px 50px 12px 50px;
  font-size: 18px;
  line-height: 1.8;
}

#toner .qa__item-inner .btn-red {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: block;
  margin: 10px auto 0;
  border-radius: 10px;
  padding: 13px 0;
  width: 280px;
  background-color: #d80000;
  color: #fff;
  text-align: center;
}

#toner .qa__item-inner .btn-red:hover {
  opacity: 0.7;
  zoom: 1;
}

#toner .qa__item-inner .blue {
  color: #4ba4ff;
}

#toner .qa__item-inner:before {
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  top: calc(27px / 2);
  left: 12px;
  display: block;
  margin-right: 8px;
  content: '';
}

#toner .qa__item-inner.question {
  margin-top: 5px;
  border-bottom: 2px solid #9e9e9e;
  background-color: #f1f1f1;
}

#toner .qa__item-inner.answer {
  padding-bottom: 20px;
  background-color: #fff;
  line-height: 1.8;
}

#toner .qa__item-inner.question:before {
  background-image: url("../images/qa-icon-q.png");
}

#toner .qa__item-inner.answer:before {
  background-image: url("../images/qa-icon-a.png");
}

#toner .qa__btn {
  position: absolute;
  top: calc(50% - (20px / 2));
  right: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#toner .qa__btn:before, #toner .qa__btn:after {
  position: absolute;
  left: 0;
  top: calc(50% - (5px / 2));
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  display: block;
  width: 100%;
  height: 5px;
  background-color: #333;
  content: '';
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

#toner .qa__btn:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#toner .qa__btn.active:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

#toner .qa__lineup-anchor {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
  position: relative;
  display: block;
  margin: 30px auto 0;
  border-radius: 10px;
  width: 430px;
  height: 90px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#toner .qa__lineup-anchor:hover {
  opacity: 0.7;
  zoom: 1;
}

#toner .qa__lineup-anchor-inner {
  position: absolute;
  left: 50%;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 15px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  border-radius: 5px;
  background-color: #f25a16;
  text-align: left;
}

#toner .qa__lineup-anchor-txt {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: 0.025em;
  color: #fff;
  white-space: nowrap;
}

#toner .contact {
  padding: 100px 0 80px;
  font-weight: bold;
}

#toner .contact__ttl {
  font-size: 52px;
  text-align: center;
  color: #172397;
}

#toner .contact__lead {
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
}

#toner .contact__askul {
  margin-top: 30px;
}

#toner .contact__askul-box {
  border: 4px solid #4ba4ff;
  border-radius: 20px;
  padding: 30px 35px;
  background-color: #fff;
}

.cfx {
  /zoom: 1;
}
.cfx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#toner .contact__askul-ttl_wrapper {
  margin-bottom: 10px;
}

#toner .contact__askul-ttl {
  float: left;
  margin-top: 15px;
  width: 238px;
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.4;
}

#toner .contact__askul-tel {
  float: left;
  margin-left: 28px;
  font-size: 65px;
}

#toner .contact__askul-tel:before {
  background-image: url("../images/contact-tel-green.png");
  width: 91px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  display: inline-block;
  content: '';
}

#toner .contact__askul-ats {
  clear: both;
  padding: 7px 0 7px 7px;
  background-color: #4ba4ff;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  white-space: nowrap;
}

#toner .contact__askul-time {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
}

#toner .contact__cannon {
  margin-top: 60px;
}

#toner .contact__cannon-lead {
  font-size: 16px;
  line-height: 1.8;
}

#toner .contact__cannon-box {
  overflow: hidden;
  margin-top: 20px;
  border: 4px solid #014998;
  border-radius: 20px;
}

#toner .contact__cannon-ttl {
  padding: 20px 0;
  background-color: #014998;
  font-size: 22px;
  letter-spacing: 0.025em;
  text-align: center;
  color: #fff;
}

#toner .contact__cannon-box-inner {
  padding: 20px 35px;
}

#toner .contact__cannon-model-box {
  margin-bottom: 10px;
  /*width: 425px;*/
}

#toner .contact__cannon-model-box.item1 {
  float: left;
}

#toner .contact__cannon-model-box.item2 {
  float: right;
}

#toner .contact__cannon-model-box.item-center {
  text-align: center;
}

#toner .contact__cannon-model-name {
  font-size: 16px;
}

#toner .contact__cannon-tel {
  margin-top: 8px;
  font-size: 41px;
  color: #014998;
  white-space: nowrap;
}

#toner .contact__cannon-tel:before {
  background-image: url("../images/contact-tel-blue.png");
  width: 64px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  display: inline-block;
  margin-right: 9px;
  content: '';
}

#toner .contact__cannon-time {
  clear: both;
  font-size: 16px;
  line-height: 1.8;
}

#toner .contact__brother {
  margin-top: 30px;
}

#toner .contact__brother.setting {
  margin-top: 60px;
}

#toner .contact__brother-lead {
  font-size: 16px;
  line-height: 1.8;
}

#toner .contact__brother-box {
  overflow: hidden;
  margin-top: 20px;
  border: 4px solid #014998;
  border-radius: 20px;
}

#toner .contact__brother-ttl {
  padding: 20px 0;
  background-color: #014998;
  font-size: 22px;
  letter-spacing: 0.025em;
  text-align: center;
  color: #fff;
}

#toner .contact__brother-box-inner {
  padding: 20px 35px;
}

#toner .contact__brother-tel {
  margin-top: 8px;
  font-size: 54px;
  text-align: center;
  color: #014998;
  white-space: nowrap;
}

#toner .contact__brother-tel:before {
  background-image: url("../images/contact-tel-blue.png");
  width: 68px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  display: inline-block;
  margin-right: 9px;
  content: '';
}

#toner .contact__brother-time {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
}

#toner .print {
  padding-top: 60px;
  font-weight: bold;
}

#toner .print__ttl {
  font-size: 52px;
  text-align: center;
  color: #172397;
}

#toner .print__btn-box {
  margin-top: 40px;
}

#toner .print__btn {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
  position: relative;
  display: block;
  margin-top: 15px;
  border-radius: 10px;
  width: 460px;
  height: 85px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#toner .print__btn:hover {
  opacity: 0.7;
  zoom: 1;
}

#toner .print__btn:first-of-type {
  float: left;
}

#toner .print__btn:last-of-type {
  float: right;
}

#toner .print__btn-inner {
  position: absolute;
  left: 50%;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  border-radius: 5px;
  background-color: #4ba4ff;
  text-align: left;
}

#toner .print__btn-txt {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.025em;
  color: #fff;
  white-space: nowrap;
}

#toner .print__content {
  margin-top: 80px;
}

#toner .print__content-ttl {
  text-align: center;
}

#toner .print__content-ttl-logo {
  margin-right: 20px;
  width: 110px;
  height: auto;
}

#toner .print__content-ttl-txt {
  position: relative;
  font-size: 30px;
  color: #172397;
}

#toner .print__content-ttl-txt:before {
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  border-radius: 17.5px;
  width: 35px;
  height: 35px;
  background-color: #172397;
  content: '';
}

@media all and (-ms-high-contrast: none) {
  #toner .print__content-ttl-txt:before {
    top: 10px;
  }
}

#toner .print__content-ttl-txt:after {
  position: absolute;
  left: calc(100% + 19px);
  top: 15px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8.5px 0 8.5px;
  border-color: #fff transparent transparent transparent;
  content: '';
}

@media all and (-ms-high-contrast: none) {
  #toner .print__content-ttl-txt:after {
    top: 8px;
  }
}

#toner .print__content-inner {
  margin-top: 20px;
  border: 4px solid #4ba4ff;
  border-radius: 20px;
  padding: 40px 30px;
  background-color: #f0faff;
}

#toner .print__content-sub-ttl {
  border-radius: 20px;
  padding: 10px 20px;
  background-color: #4ba4ff;
  font-size: 17px;
  color: #fff;
}

#toner .print__content-sub-ttl:nth-of-type(2) {
  margin-top: 80px;
}

#toner .print__content-list {
  margin-top: 30px;
}

#toner .print__content-item {
  width: 48%;
}

#toner .print__content-item:nth-of-type(1) {
  float: left;
}

#toner .print__content-item:nth-of-type(2) {
  float: right;
}

#toner .print__content-print {
  position: relative;
  margin-top: 15px;
  border-bottom: 1px dashed #4ba4ff;
  padding-bottom: 20px;
}

#toner .print__content-print .img-product {
  display: inline-block;
  margin-top: 10px;
  width: 172px;
  height: auto;
}

#toner .print__content-print .img-product:hover + .spec-sheet {
  display: block;
  pointer-events: auto;
}

#toner .print__content-print .img-price {
  display: inline-block;
  margin-left: 10px;
  width: 241px;
  height: auto;
}

#toner .print__content-print .spec-sheet {
  position: absolute;
  display: none;
  top: 50px;
  left: 180px;
}

#toner .print__content-print .spec-sheet-inner {
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  width: 200px;
  position: relative;
  pointer-events: none;
}

#toner .print__content-print .spec-sheet-inner dl {
  padding: 7px;
  font-weight: normal;
}

#toner .print__content-print .spec-sheet-inner dl:nth-child(odd) {
  background: #e8e8e8;
}

#toner .print__content-print .spec-sheet-inner dl:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#toner .print__content-print .spec-sheet-inner dt {
  float: left;
}

#toner .print__content-print .spec-sheet-inner dd {
  float: right;
}

#toner .print__content-print .spec-sheet-inner:before {
  content: '◀';
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50px;
  left: -10px;
}

#toner .print__content-print-name {
  position: relative;
  font-size: 20px;
}

#toner .print__content-print-name .icon-logo {
  display: inline-block;
  margin-top: -3px;
  margin-right: 10px;
  width: 90px;
  height: auto;
}

#toner .print__content-print-name .icon-size {
  position: absolute;
  right: 12px;
  top: 0;
  display: inline-block;
  width: 67px;
  height: auto;
}

#toner .print__content-toner {
  margin-top: 20px;
}

#toner .print__content-toner-name .img-product {
  display: inline-block;
  margin-right: 17px;
  width: 172px;
}

#toner .print__content-toner-name-txt {
  display: inline-block;
  margin-top: 50px;
  font-size: 18px;
}

#toner .print__content-toner-detail {
  margin-top: 20px;
}

#toner .print__content-toner-detail .icon-color {
  display: inline-block;
  margin-top: 22px;
  width: 50px;
  height: auto;
}

#toner .print__content-toner-detail .img-price {
  display: inline-block;
  margin-left: 10px;
  width: 360px;
  height: auto;
}

#toner .print__content-toner-detail.nth2 {
  margin-top: 10px;
}

#toner .print__content-anchor {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
  position: relative;
  display: block;
  margin-top: 15px;
  border-radius: 10px;
  width: 430px;
  height: 65px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#toner .print__content-anchor:hover {
  opacity: 0.7;
  zoom: 1;
}

#toner .print__content-anchor-inner {
  position: absolute;
  left: 50%;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 15px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  border-radius: 5px;
  background-color: #f25a16;
  text-align: left;
}

#toner .print__content-anchor-txt {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: 0.025em;
  color: #fff;
  white-space: nowrap;
}

#toner .print__content-setting-anchor {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
  position: relative;
  display: block;
  margin: 30px auto 0;
  border-radius: 10px;
  width: 340px;
  height: 65px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#toner .print__content-setting-anchor:hover {
  opacity: 0.7;
  zoom: 1;
}

#toner .print__content-setting-anchor-inner {
  position: absolute;
  left: 50%;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  border-radius: 5px;
  background-color: #172397;
  text-align: left;
}

#toner .print__content-setting-anchor-txt {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: 0.025em;
  color: #fff;
  white-space: nowrap;
}

#toner .cannon-setting {
  padding-top: 60px;
  font-weight: bold;
}

#toner .cannon-setting__ttl {
  font-size: 52px;
  text-align: center;
  color: #172397;
}

#toner .cannon-setting__lead {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}

#toner .cannon-setting__service {
  margin-top: 40px;
}

#toner .cannon-setting__service-ttl {
  margin-left: 5px;
  border-left: 5px solid #172397;
  padding-left: 15px;
  font-size: 36px;
  color: #172397;
}

#toner .cannon-setting__service-body {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.8;
}

#toner .cannon-setting__service-img-box {
  margin-top: 30px;
  border: 4px solid #4ba4ff;
  border-radius: 20px;
  padding: 25px;
  background-color: #fff;
}

#toner .cannon-setting__service-img {
  width: 100%;
  height: auto;
}

#toner .cannon-setting__model {
  margin-top: 80px;
}

#toner .cannon-setting__model._1 {
  margin-top: 40px;
}

#toner .cannon-setting__model-ttl {
  margin-left: 5px;
  border-left: 5px solid #172397;
  padding-left: 15px;
  font-size: 36px;
  color: #172397;
}

#toner .cannon-setting__model-lead {
  margin-top: 30px;
  font-size: 18px;
}

#toner .cannon-setting__model-lead.type2 {
  line-height: 1.8;
}

#toner .cannon-setting__model-list {
  margin-top: 60px;
}

#toner .cannon-setting__model-item {
  position: relative;
  float: left;
  margin-left: 1.25%;
  border-radius: 20px;
  width: 19%;
  background-color: #e3f6ff;
  padding: 40px 15px 20px 15px;
  min-height: 340px;
}

#toner .cannon-setting__model-item.type2 {
  width: 24%;
  min-height: 400px;
}

#toner .cannon-setting__model-item:first-of-type {
  margin-left: 0;
}

#toner .cannon-setting__model-item:last-of-type:after {
  display: none;
}

#toner .cannon-setting__model-item:after {
  background-image: url("../images/setting-arrow-right.png");
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: calc(50% - (25px / 2));
  left: 100%;
  content: '';
}

#toner .cannon-setting__model-num {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: calc(52px / 2);
  background-color: #4ba4ff;
  font-size: 26px;
  line-height: 52px;
  text-align: center;
  color: #fff;
}

#toner .cannon-setting__model-img {
  width: 100%;
  height: auto;
}

#toner .cannon-setting__model-sub-ttl {
  margin-top: 13px;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #172397;
}

#toner .cannon-setting__model-body {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7;
}

#toner .cannon-setting__model-body._network {
  font-size: 12px;
}

#toner .cannon-setting__model-product-list {
  margin-top: 80px;
  border: 4px solid #4ba4ff;
  border-radius: 20px;
  padding: 40px 55px;
}

#toner .cannon-setting__model-product-item {
  position: relative;
  float: left;
  margin-left: 50px;
  width: 205px;
}

#toner .cannon-setting__model-product-item:first-of-type {
  margin-left: 0;
}

#toner .cannon-setting__model-product-item:after {
  position: absolute;
  left: calc(100% + 25px);
  top: 0;
  border-right: 1px dashed #4ba4ff;
  width: 0px;
  height: 420px;
  content: '';
}

#toner .cannon-setting__model-product-img {
  width: 100%;
  height: auto;
}

#toner .cannon-setting__model-product-name {
  margin-top: 30px;
  font-size: 18px;
}

#toner .cannon-setting__model-product-btn {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
  position: relative;
  display: block;
  margin-top: 15px;
  border-radius: 10px;
  width: 100%;
  height: 120px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#toner .cannon-setting__model-product-btn:hover {
  opacity: 0.7;
  zoom: 1;
}

#toner .cannon-setting__model-product-btn-inner {
  position: absolute;
  left: 50%;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  border-radius: 5px;
  background-color: #172397;
  text-align: left;
}

#toner .cannon-setting__model-product-btn-txt {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.025em;
  color: #fff;
  white-space: nowrap;
}

#toner .cannon-setting__model-ats {
  margin-top: 40px;
}

#toner .cannon-setting__model-ats-ttl {
  border-bottom: 3px solid #4ba4ff;
  padding-bottom: 9px;
  font-size: 30px;
  color: #4ba4ff;
}

#toner .cannon-setting__model-ats-body {
  margin-top: 30px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
}

#toner .cannon-setting__model-ats-anchor {
  color: #1b72e9;
  text-decoration: underline;
}

#toner .cannon-setting__model-detail {
  margin-top: 40px;
}

#toner .cannon-setting__model-detail-btn {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
  position: relative;
  display: block;
  margin-top: 15px;

  border-radius: 10px;
  width: 460px;
  height: 85px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#toner .cannon-setting__model-detail-btn:hover {
  opacity: 0.7;
  zoom: 1;
}

#toner .cannon-setting__model-detail-btn:first-of-type {
  float: left;
}

#toner .cannon-setting__model-detail-btn:last-of-type {
  float: right;
}

#toner .cannon-setting__model-detail-btn-inner {
  position: absolute;
  left: 50%;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  border-radius: 5px;
  background-color: #f25a16;
  text-align: left;
}

#toner .cannon-setting__model-detail-btn-txt {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.025em;
  color: #fff;
  white-space: nowrap;
}

#toner .cannon-setting__regist-ttl {
  margin-top: 80px;
  border-bottom: 3px solid #4ba4ff;
  padding-bottom: 9px;
  font-size: 30px;
  color: #4ba4ff;
}

#toner .brother-setting {
  padding-top: 60px;
  font-weight: bold;
}

#toner .brother-setting__ttl {
  font-size: 52px;
  text-align: center;
  color: #172397;
}

#toner .brother-setting__service {
  margin-top: 60px;
}

#toner .brother-setting__service-ttl {
  margin-left: 5px;
  border-left: 5px solid #172397;
  padding-left: 15px;
  font-size: 36px;
  color: #172397;
}

#toner .brother-setting__service-body {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.8;
}

#toner .brother-setting__service-img-box {
  margin-top: 30px;
  border: 4px solid #4ba4ff;
  border-radius: 20px;
  padding: 25px;
  background-color: #fff;
}

#toner .brother-setting__service-img {
  width: 100%;
  height: auto;
}

#toner .brother-setting__service-ats {
  margin-top: 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
  color: #d80000;
}

#toner .brother-setting__flow {
  margin-top: 80px;
}

#toner .brother-setting__flow-ttl {
  border-bottom: 3px solid #4ba4ff;
  padding-bottom: 9px;
  font-size: 30px;
  color: #4ba4ff;
}

#toner .brother-setting__flow-list {
  margin-top: 60px;
}

#toner .brother-setting__flow-item {
  position: relative;
  float: left;
  margin-left: 1.25%;
  border-radius: 20px;
  width: 19%;
  background-color: #e3f6ff;
  padding: 40px 15px 20px 15px;
  min-height: 360px;
}

#toner .brother-setting__flow-item:first-of-type {
  margin-left: 0;
}

#toner .brother-setting__flow-item:last-of-type:after {
  display: none;
}

#toner .brother-setting__flow-item:after {
  background-image: url("../images/setting-arrow-right.png");
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: calc(50% - (25px / 2));
  left: 100%;
  content: '';
}

#toner .brother-setting__flow-num {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: calc(52px / 2);
  background-color: #4ba4ff;
  font-size: 26px;
  line-height: 52px;
  text-align: center;
  color: #fff;
}

#toner .brother-setting__flow-img {
  width: 100%;
  height: auto;
}

#toner .brother-setting__flow-sub-ttl {
  margin-top: 13px;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #172397;
}

#toner .brother-setting__flow-body {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7;
}

#toner .brother-setting__flow-body._ttmail {
  font-size: 13px;
}

#toner .brother-setting__detail {
  margin-top: 30px;
}

#toner .brother-setting__detail-btn {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
  position: relative;
  display: block;
  margin-top: 15px;
  border-radius: 10px;
  width: 460px;
  height: 85px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#toner .brother-setting__detail-btn:hover {
  opacity: 0.7;
  zoom: 1;
}

#toner .brother-setting__detail-btn:first-of-type {
  float: left;
}

#toner .brother-setting__detail-btn:last-of-type {
  float: right;
}

#toner .brother-setting__detail-btn-inner {
  position: absolute;
  left: 50%;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  border-radius: 5px;
  background-color: #f25a16;
  text-align: left;
}

#toner .brother-setting__detail-btn-txt {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.025em;
  color: #fff;
  white-space: nowrap;
}

#toner .brother-setting__use-env {
  margin-top: 80px;
}

#toner .brother-setting__use-env-ttl {
  border-bottom: 3px solid #4ba4ff;
  padding-bottom: 9px;
  font-size: 30px;
  font-weight: bold;
  color: #4ba4ff;
}

#toner .brother-setting__use-env-body {
  margin-top: 30px;
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
}

#toner .brother-setting__use-env-anchor {
  color: #1b72e9;
  text-decoration: underline;
}

#toner .brother-setting__use-env-usage1, #toner .brother-setting__use-env-usage2, #toner .brother-setting__use-env-usage3 {
  position: relative;
  margin-top: 40px;
}

#toner .brother-setting__use-env-usage1 > img, #toner .brother-setting__use-env-usage2 > img, #toner .brother-setting__use-env-usage3 > img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

#toner .brother-setting__use-env-usage1 .ttl,
#toner .brother-setting__use-env-usage2 .ttl,
#toner .brother-setting__use-env-usage3 .ttl,
#toner .brother-setting__use-env-usage1 .body,
#toner .brother-setting__use-env-usage2 .body,
#toner .brother-setting__use-env-usage3 .body {
  position: absolute;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

#toner .brother-setting__use-env-usage1 .ttl {
  top: 10px;
}

#toner .brother-setting__use-env-usage1 .ttl:first-of-type {
  left: 120px;
}

#toner .brother-setting__use-env-usage1 .ttl:last-of-type {
  right: 100px;
}

#toner .brother-setting__use-env-usage2 .ttl,
#toner .brother-setting__use-env-usage3 .ttl {
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#toner .brother-setting__use-env-usage1 .body {
  width: 100%;
  bottom: 30px;
}

#toner .brother-setting__use-env-usage2 .body,
#toner .brother-setting__use-env-usage3 .body {
  bottom: 25px;
  width: 100%;
  line-height: 2;
}

#toner .brother-setting__use-env-os {
  position: relative;
  margin-top: 40px;
}

#toner .brother-setting__use-env-os > img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

#toner .brother-setting__use-env-os-ttl, #toner .brother-setting__use-env-os-body {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
}

#toner .brother-setting__use-env-os-ttl {
  left: 30px;
  color: #fff;
}

#toner .brother-setting__use-env-os-body {
  right: 100px;
}

#toner .brother-setting__use-env-os-body .red {
  color: #d80000;
}

#toner .brother-setting__use-ats {
  margin-top: 50px;
}

#toner .brother-setting__use-ats-ttl {
  border-bottom: 3px solid #4ba4ff;
  padding-bottom: 9px;
  font-size: 30px;
  font-weight: bold;
  color: #4ba4ff;
}

#toner .brother-setting__use-ats-body {
  margin-top: 30px;
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
}

#toner .brother-setting__use-ats-anchor {
  color: #1b72e9;
  text-decoration: underline;
}

#toner .brother-setting_a-textlink {
    color: #1b72e9;
    text-decoration: underline;
}