@charset "UTF-8";
/* ============================================
   Reset
   ============================================ */
/*! http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================
   Foundation
   ============================================ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, b, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
strong, sub, sup, tt, var,
ul, ol, li, dl, dt, dd, form,
fieldset, legend, label, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
main, header, footer, nav, small {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-wrap: break-word;
     word-break: break-word;
}

html {
  position: relative;
  height: 100%;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  height: 100%;
  color: #333;
  font-size: 1.6em;
  line-height: 1.6;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
}

a {
  display: inline-block;
  color: #7896a5;
  text-decoration: underline;
  -webkit-transition: opacity 0.2s ease-out;
          -o-transition: opacity 0.2s ease-out;
          transition: opacity 0.2s ease-out;
}

a:hover {
  opacity: .5;
}

a.textlink {
	display:inline;
}

strong {
  font-weight: bold;
}

input, textarea, button, select {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}

button {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  word-break: break-all;
}

table tbody th,
table tbody td {
  text-align: left;
  vertical-align: top;
}
table .row-back{
  background:#eef4f7;
  }


/* ============================================
   Helper Class
   ============================================ */
.pc_only {
  display: block !important;
}
span.pc_only {
  display: inline !important;
}
.sp_only {
  display: none !important;
}
span.sp_only {
  display: none !important;
}

.mg_t_0 {
  margin-top: 0 !important;
}
.mg_t_s {
  margin-top: 8px !important;
}
.mg_t_m {
  margin-top: 16px !important;
}
.mg_t_l {
  margin-top: 24px !important;
}
.mg_t_xl {
  margin-top: 32px !important;
}

@media screen and (max-width: 720px) {
  .mg_t_neg_sp {
    margin-top: -16px !important;
  }
  .mg_t_0_sp {
    margin-top: 0 !important;
  }
  .mg_t_s_sp {
    margin-top: 8px !important;
  }
  .mg_t_m_sp {
    margin-top: 16px !important;
  }
  .mg_t_l_sp {
    margin-top: 24px !important;
  }
  .mg_t_xl_sp {
    margin-top: 32px !important;
  }
  .pd_t_0_sp {
    padding-top: 0 !important;
  }
  .pd_t_s_sp {
    padding-top: 8px !important;
  }
  .pd_t_m_sp {
    padding-top: 16px !important;
  }
  .pd_t_l_sp {
    padding-top: 24px !important;
  }
  .pd_t_xl_sp {
    padding-top: 32px !important;
  }
}

.mg_l_s {
  margin-left: 8px !important;
}
.mg_l_m {
  margin-left: 16px !important;
}
.mg_l_l {
  margin-left: 24px !important;
}

.note {
  display: block;
  padding-left: 1.0em;
  font-size: 1.4rem;
  text-indent: -1.0em !important;
}

@media screen and (min-width: 721px), print {
  .mg_t_s_pc {
    margin-top: 8px !important;
  }

  .pd_rl_s {
    padding: 0 64px;
  }
  .pd_rl_m {
    padding: 0 80px;
  }
  .pd_rl_l {
    padding: 0 160px;
  }
}

@media screen and (max-width: 720px) {
  .pc_only {
    display: none !important;
  }
  span.pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
  span.sp_only {
    display: inline !important;
  }

  .mg_l_l {
    margin-left: 8px !important;
  }
  .mg_t_s_sp {
    margin-top: 8px !important;
  }
  .pd_rl_l {
    padding: 0 24px;
  }
}

.t-center{
	text-align:center;
}
.t-right{
	text-align:right;
}

/* ============================================
   Icons Class
   ============================================ */
.icon_attention {
  padding-left: calc(16px + 6px + 3em);
  text-indent: calc(-1 * (16px + 6px + 3em));
}
.icon_attention::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: middle;
}

.attention_title strong.icon_prohibited::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 0;
  background: url("/images/pc/manual/ps_irc_w01/icon/icon_prohibited.png") no-repeat left top;
  background-size: contain;
  vertical-align: middle;
}
.attention_title strong.icon_prohibited span {
  display: none;
}

.attention_title strong.icon_forced::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 0;
  background: url("/images/pc/manual/ps_irc_w01/icon/icon_forced.png") no-repeat left top;
  background-size: contain;
  vertical-align: middle;
}
.attention_title strong.icon_forced span {
  display: none;
}

.attention_title strong.icon_do_not::before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 0;
  background: url("/images/pc/manual/ps_irc_w01/icon/icon_do_not.png") no-repeat left top;
  background-size: contain;
  vertical-align: middle;
}
.attention_title strong.icon_do_not span {
  display: none;
}

.icon_plus {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px;
  background: url("/images/pc/manual/ps_irc_w01/icon/icon_plus.png") no-repeat left top;
  background-size: contain;
  vertical-align: middle;
  text-indent: -9999px;
}

.icon_minus {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px;
  background: url("/images/pc/manual/ps_irc_w01/icon/icon_minus.png") no-repeat left top;
  background-size: contain;
  vertical-align: middle;
  text-indent: -9999px;
}

@media screen and (min-width: 721px), print {
  .icon_attention::before {
    background: url("/images/pc/manual/ps_irc_w01/icon/icon_attention_pc.png") no-repeat left top;
    background-size: contain;
  }
  .attention_title strong.icon_prohibited::before {
    background: url("/images/pc/manual/ps_irc_w01/icon/icon_prohibited_pc.png") no-repeat left top;
    background-size: contain;
  }
  .attention_title strong.icon_forced::before {
    background: url("/images/pc/manual/ps_irc_w01/icon/icon_forced_pc.png") no-repeat left top;
    background-size: contain;
  }
  .attention_title strong.icon_do_not::before {
    background: url("/images/pc/manual/ps_irc_w01/icon/icon_do_not_pc.png") no-repeat left top;
    background-size: contain;
  }
}
@media screen and (max-width: 720px) {
  .icon_attention::before {
    background: url("/images/pc/manual/ps_irc_w01/icon/icon_attention.png") no-repeat left top;
    background-size: contain;
  }
  .attention_title strong.icon_prohibited::before {
    background: url("/images/pc/manual/ps_irc_w01/icon/icon_prohibited.png") no-repeat left top;
    background-size: contain;
  }
  .attention_title strong.icon_forced::before {
    background: url("/images/pc/manual/ps_irc_w01/icon/icon_forced.png") no-repeat left top;
    background-size: contain;
  }
  .attention_title strong.icon_do_not::before {
    background: url("/images/pc/manual/ps_irc_w01/icon/icon_do_not.png") no-repeat left top;
    background-size: contain;
  }
}

/* ============================================
   Structure
   ============================================ */

p {
  margin-top: 16px;
  text-align: justify;
  text-justify: inter-ideograph;
}

figure {
  margin-top: 24px;
}

figcaption {
  margin-top: 24px;
}

hr {
  margin: 24px 0 32px 0;
  border: none;
  border-top: 1px solid #e2ebef;
}

@media screen and (max-width: 720px) {
  hr {
    margin: 16px 0 16px 0;
  }
}

/* Wrapper
----------------------------------------------- */
.wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
}

@media screen and (min-width: 721px), print {
  .wrapper {
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 720px) {
  .wrapper {
    padding-bottom: 80px;
  }
}

/* Header
----------------------------------------------- */
.header {
  width: 100%;
  margin: 0 auto;
  padding: 24px 20px;
}
.header .logo {
  width: 208px;
  margin: 0 auto;
}
.header .model {
  font-size: 2.4rem;
  text-align: center;
}
.header .title {
  text-align: center;
}
.header .revision {
  margin-top: 8px;
  text-align: center;
}
.header .edition {
  margin-left: 1em;
}
.header .text {
  font-size: 1.8rem;
}

@media screen and (min-width: 721px), print {
  .header {
    max-width: 798px;
  }
  .header .model {
    margin-top: 32px;
  }
  .header .title {
    margin-top: 32px;
  }
  .header .image {
    margin-top: 48px;
  }
  .header .text {
    margin-top: 48px;
  }
}
@media screen and (max-width: 720px) {
  .header .logo {
    width: 50%;
  }
  .header .model {
    margin-top: 24px;
    font-size: 1.8rem;
  }
  .header .title {
    margin-top: 24px;
  }
  .header .image {
    margin-top: 32px;
  }
  .header .image .pd_rl_l {
    padding: 0 88px;
  }
  .header .text {
    margin-top: 32px;
  }
}

/* Nav Anchor
----------------------------------------------- */
.nav_anchor {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background-color: #eef4f7;
}
.nav_anchor.is_fixed {
  position: fixed;
  bottom: 0;
  z-index: 100;
}
.nav_item a {
  position: relative;
  width: 100%;
  padding: 8px;
  background-color: #7896a5;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}
.nav_item a:hover {
  opacity: .5;
}
.nav_item a span {
  display: block;
  width: 100%;
}

/* PC nav 2 lines */
@media screen and (min-width: 721px), print {
  .nav_anchor {
    height: 130px;
    padding: 16px 0;
  }
  .nav_anchor_inner {
    max-width: 950px;
    margin: 0 auto;
  }
  .nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav_item {
    width: auto;
    margin: 5px 5px;
    text-align: center;
    min-width: 175px;
  }
  .nav_item a {
    padding: 8px;
  }
}
/* PC nav 2 lines - wrap */
@media screen and (max-width: 980px) {
  .nav_anchor {
    height: 108px;
    padding: 12px 0;
  }
  .nav_list {
    margin: 0 7px;
  }
  .nav_item {
    width: auto;
    min-width: 0;
  }
  .nav_item a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 720px) {
  .nav_anchor_button {
    width: 100%;
    margin: 0;
    padding: 9px 0 7px 0;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .05em;
    text-align: center;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease-out, background-color 0.2s ease-out;
            -o-transition: opacity 0.2s ease-out, background-color 0.2s ease-out;
            transition: opacity 0.2s ease-out, background-color 0.2s ease-out;
  }
  .nav_anchor_button:hover {
    opacity: .75;
    background-color: #f2f7f9;
  }
  .nav_anchor_button span::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    margin: 7px auto -3px auto;
    border: 6px solid transparent;
    border-top: 6px solid #7896a5;
    text-align: center;
  }
  .nav_anchor.is_contract .nav_anchor_button span::before {
    margin: 0 auto 4px auto;
    border: 6px solid transparent;
    border-bottom: 6px solid #7896a5;
  }
  .nav_anchor {
    height: auto;
    padding: 0;
  }
  .nav_list {
    margin: 0;
  }
  .nav_item {
    width: 100%;
    border-top: 1px solid #fff;
  }
  .nav_item a {
    padding: 8px 24px;
    font-size: 1.6rem;
  }
  .nav_item a::after {
    top: 32px;
  }
}
@media print {
  .nav_anchor {
    display: none;
  }
}

/* Main
----------------------------------------------- */
.main {
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.section {
  margin: 80px auto 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 721px), print {
  .section {
    max-width: 750px;
  }
}
@media screen and (max-width: 720px) {
  .section {
    margin-top: 64px;
  }
}

.title {
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #00b9e1;
  color: #fff;
  font-size: 3rem;
}
.windows .title {
  padding: 11px 20px 9px 20px;
}
.inner {
  margin-top: 40px;
}
.sub_title {
  position: relative;
  margin:60px 0 24px;
  border-bottom: 1px solid #00b9e1;
  color: #00b9e1;
  font-size: 2rem;
  font-weight: bold;
}
.sub_title::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 32px;
  margin-right: 12px;
  background-color: #00b9e1;
  vertical-align: middle;
}

.ordered_list {
  margin: 8px 0 0 0;
}
.ordered_item {
  position: relative;
  margin-top: 4px;
  padding-left: 1.2em;
  font-size: 1.4rem;
}
.ordered_item::before {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 1.2em;
  height: 1.2em;
}
.column_3_innerText {
  position: relative;
  margin-top: 4px;
  padding-left: 1.2em;
  font-size: 1.4rem;
}
.column_3_innerText::before {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 1.2em;
  height: 1.2em;
}
.ordered_item:first-child::before  { content: "\02460"; }
.ordered_item:nth-child(2)::before { content: "\02461"; }
.ordered_item:nth-child(3)::before { content: "\02462"; }
.ordered_item:nth-child(4)::before { content: "\02463"; }
.ordered_item:nth-child(5)::before { content: "\02464"; }
.ordered_item:nth-child(6)::before { content: "\02465"; }
.ordered_item:nth-child(7)::before { content: "\02466"; }
.ordered_item:nth-child(8)::before { content: "\02467"; }
.ordered_item:nth-child(9)::before { content: "\02468"; }
.ordered_item:nth-child(10)::before { content: "\02469"; }
.ordered_item:nth-child(11)::before { content: "\246A"; }
.ordered_item:nth-child(12)::before { content: "\246B"; }

.ordered_item.no_1::before  { content: "\02460"; }
.ordered_item.no_2::before { content: "\02461"; }
.ordered_item.no_3::before { content: "\02462"; }
.ordered_item.no_4::before { content: "\02463"; }
.ordered_item.no_5::before { content: "\02464"; }
.ordered_item.no_6::before { content: "\02465"; }
.ordered_item.no_7::before { content: "\02466"; }
.ordered_item.no_8::before { content: "\02467"; }
.ordered_item.no_9::before { content: "\02468"; }
.ordered_item.no_10::before { content: "\02469"; }
.ordered_item.no_11::before { content: "\246A"; }
.ordered_item.no_12::before { content: "\246B"; }
.ordered_item.rice_symbol::before { content: "\203B"; }
.unordered_item.rice_symbol::before { content: "\203B"; }


.unordered_list {
  margin: 8px 0 0 0;
}
.unordered_item {
  position: relative;
  padding-left: 1.2em;
  font-size: 1.4rem;
}
.unordered_item + .unordered_item {
  margin-top: 4px;
}
.unordered_item::before {
  display: inline-block;
  content: "●";
  position: absolute;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  margin-top: 1px;
  font-size: 1.2rem;
}
.unordered_list.notes .unordered_item::before {
  content: "※";
}
.unordered_list.asterisk .unordered_item::before {
  content: "＊";
}
.unordered_list.disc {
  margin: 24px 0 0 20px !important;
}
.unordered_list.discsmall {
  margin: 4px 0 0 20px !important;
}
.unordered_list.disc .unordered_item {
  list-style-type: disc;
  padding: 0;
}
.unordered_list.discsmall .unordered_item {
  list-style-type: disc;
  padding: 0;
}
.unordered_list.disc .unordered_item::before {
  display: none;
}
.unordered_list.discsmall .unordered_item::before {
  display: none;
}

.unordered_list.disc .unordered_item .unordered_list {
  margin: 0 0 0 8px;
}
.unordered_list.disc .unordered_item .unordered_list .unordered_item {
  list-style-type: none;
  padding-left: 1em;
}
.unordered_list.disc .unordered_item .unordered_list .unordered_item::before {
  display: inline-block;
  content: "-";
}
.unordered_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}

@media screen and (max-width: 720px) {
  .title {
    font-size: 2rem;
  }
  .sub_title {
    font-size: 1.8rem;
  }
}

.ordered_procedure_list {
  counter-reset: my-counter;
  margin: -8px 0 0 0;
}
.ordered_procedure_item {
  position: relative;
  margin-top: 40px;
  color: #00b9e1;
  font-size: 2.4rem;
  font-weight: bold;
}
.ordered_procedure_item2 {
  position: relative;
  margin-top: 40px;
  color: #00b9e1;
  font-size: 1.5rem;
  font-weight: bold;
}
.ordered_procedure_item::before {
  display: inline-block;
  position: absolute;
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #fff;
  font-size: 4rem;
  line-height: 1.1;
}
.ordered_procedure_item2::before {
  display: inline-block;
  position: absolute;
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #fff;
  font-size: 4rem;
  line-height: 1.1;
}
.ordered_procedure_item > span {
  display: inline-block;
  padding: 4px 0 0 36px;
  line-height: 1.4;
}
.ordered_procedure_item2 > span {
  display: inline-block;
  padding: 4px 0 0 36px;
  line-height: 1.4;
}

@media screen and (max-width: 720px) {
  .ordered_procedure_item2 {
    font-size: 1.3rem;
  }
}

.ordered_procedure_item_inner {
  margin-top: 16px;
  padding: 8px 0 8px 36px;
  background: url("/images/pc/manual/ps_irc_w01/bg/bg_ordered_procedure.png") repeat-y 4px bottom;
  background-size: 16px auto;
  color: #333; /* initial */
  font-size: initial; /* initial */
  font-weight: normal; /* initial */
}
.ordered_procedure_item_inner::after {
  display: inline-block;
  content: "";
  position: absolute;
  left: 4px;
  bottom: 0;
  z-index: 1;
  width: 16px;
  height: 16px;
  background: url("/images/pc/manual/ps_irc_w01/bg/bg_ordered_procedure_arrow.png") no-repeat left bottom;
  background-size: 16px auto;
}
.arrow_none .ordered_procedure_item_inner::after{
    content: none;
}

.ordered_procedure_item_inner p {
  font-size: 1.4rem;
}
.ordered_procedure_item_inner p:first-child {
  margin-top: 0;
}

.ordered_procedure_item .unordered_list {
  margin: 0;
}
.ordered_procedure_item .unordered_item + .unordered_item {
  margin-top: 16px;
}
.ordered_procedure_item .unordered_item figure {
  margin-top: 8px;
}

.ordered_procedure_item .ordered_list {
  margin: 0;
}
.ordered_procedure_item .ordered_item {
  margin-top: 32px;
}
.ordered_procedure_item .ordered_item:first-child {
  margin-top: 25px;
}

@media screen and (max-width: 720px) {
  .ordered_procedure_item {
    font-size: 1.8rem;
  }
  .ordered_procedure_item .ordered_item {
    margin-top: .3em;
  }	
  .ordered_procedure_item .ordered_item:first-child {
    margin-top: .3em;
  }
  .ordered_procedure_item::before {
      margin-left: -5px;
  }
  .ordered_procedure_item.line_2::before {
    top: 4px;
  }
  .ordered_procedure_item > span {
    min-height: 44px;
    padding: 7px 0 0 32px;
  }
  .ordered_procedure_item.line_2 > span {
    padding-top: 0;
  }
  .ordered_procedure_item_inner {
    padding-left: 24px;
    background-size: 8px auto;
  }
  .ordered_procedure_item_inner::after {
    width: 8px;
    height: 8px;
    background-size: 8px auto;
  }
  .ordered_procedure_item .unordered_item figure .pd_rl_s {
    padding: 0;
  }
}

.box {
  padding: 12px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
}

.column_2_spcBetween {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between
}

/* column */
@media screen and (min-width: 721px), print {
  .column_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .column_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .column_3,.column_4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .column_1_inner {
    width: 100%;
  }
  .column_2_inner {
    width: 50%;
  }
  .column_3_inner {
    width: 30%;
  }
  .column_4_inner {
    width: 25%;
  }
}

.m-auto-0 {
  margin: auto 0;
}

.column_1 {
  margin-top: 24px;
}
.column_2 {
  margin-top: 24px;
}
/* .column_2_inner figure:first-child {
  margin-top: 0;
} */
.column_3 {
  margin-top: 24px;
}

.attention_box {
  border-radius: 8px;
  border: 1px solid #7896a5;
  background-color: #eef4f7;
}
.attention_box + .attention_box {
  margin-top: 24px;
}
.attention_title {
  margin: 0;
  padding: 6px 0 6px 64px;
  border-bottom: 1px solid #7896a5;
  font-size: 1.6rem;
  text-align: center;
  text-indent: -64px;
}
.windows .attention_title {
  padding: 7px 0 5px 64px;
}
.attention_title strong::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
}
.attention_text {
  margin: 0;
  padding: 12px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #fff;
  font-size: 1.4rem;
}
.attention_text2 {
  margin: 0;
  padding: 12px;
  border-radius: 8px;
  background-color: #fff;
  font-size: 1.4rem;
}
#attention .attention_title strong::before {
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 721px), print {
  .attention_title strong::before {
    background: url("/images/pc/manual/ps_irc_w01/icon/icon_attention_pc.png") no-repeat left top;
    background-size: contain;
  }
}
@media screen and (max-width: 720px) {
  .column_2_inner figure .pd_rl_s {
    padding: 0 64px;
  }
  .column_2_inner:last-child {
    margin-top: 24px;
  }
  .column_3_inner {
    margin-top: 24px;
  }
  .attention_title strong::before {
    background: url("/images/pc/manual/ps_irc_w01/icon/icon_attention.png") no-repeat left top;
    background-size: contain;
  }
}

/* ============================================
   Custom
   ============================================ */

/*  header
----------------------------------------------- */
@media screen and (min-width: 721px), print {
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_01.png'] { padding: 0 250px;}
  header .small_text{ font-size:1.4rem; }
}

@media screen and (max-width: 720px) {
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_01.png']    { padding: 0  25px; }
}


/* section 1 #precautions
----------------------------------------------- */
.safety_heading {
  position: relative;
  margin-top: 40px;
  color: #00b9e1;
  font-size: 2rem;
  font-weight: bold;
}
.safety_heading::before {
  display: inline-block;
  position: absolute;
  content: "●";
  background-color: #fff;
  font-size: 3rem;
  line-height: 1.1;
}
.safety_heading > span {
  display: inline-block;
  padding: 3px 0 0 36px;
  line-height: 1.4;
}


#display_guidance{
  display:inline-block;
  border:solid #999 2px;
  padding:4px 7px 0;
  font-size:1.6rem;
  }
#display_guidance img{
  width:7.4em;
  vertical-align:baseline;
 }

.figure_wrapper {
  margin-top: 24px;
}

#precautions .unordered_list.control .unordered_item span{
	display:inline-block;
	padding-left: 3.3em;
	text-indent: -1.4em;
}
#precautions .unordered_list.control .unordered_item span::before {
  content: "… ";
}

#precautions .unordered_list.control .unordered_item:nth-child(1)::before {
  content: "２.４";
  background-size: 35px;
  width: 40px;
  font-size:1.4rem;
}
#precautions .unordered_list.control .unordered_item:nth-child(2)::before {
  content: "DS/OF";
  background-size: 35px;
  width: 47px;
  font-size:1.4rem;
}
#precautions .unordered_list.control .unordered_item:nth-child(3)::before {
  content: "４";
  background-size: 28px;
  width: 40px;
  font-size:1.4rem;
}
#precautions .unordered_list.control .unordered_item:nth-child(4)::before {
  content: "";
  background: url(/images/pc/manual/ps_irc_w01/icon/avoidable.svg) no-repeat center;
  background-size: 50px;
  width: 50px;
  height: 18px;
}

#precautions .unordered_list.control .unordered_item {
  padding-left: 3.5em;
}


/* section 2 #before_use
----------------------------------------------- */
#before_use .inner:nth-of-type(2) .ordered_list:nth-of-type(1) .ordered_item:last-child::before {
    display: inline-block;
    content: "※";
  }
#before_use .inner:nth-of-type(3) .unordered_list .unordered_item::before {
    display: inline-block;
    content: "◯";
  }

@media screen and (min-width: 721px), print {  
  #before_use .column_2_inner:nth-of-type(1) { width:65%; }
  #before_use .column_2_inner:nth-of-type(2) { position:relative; width:35%; }
  #before_use .column_2_inner:nth-of-type(2) > figure > img {
    width: 100px;
    position: absolute;
	top: -10px;
	left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 720px) {
  #before_use .unordered_list.mg_l_m:first-child { margin-top: 4px; }
  #before_use .column_2:nth-of-type(1) { margin-top: 16px; }
  #before_use .column_2_inner:nth-child(2) { margin: 40px 0; text-align: center; }
  #before_use .column_2_inner:nth-of-type(2) > figure > img {
    width: 100px;
  }
}

/* section 3 #about_setting
----------------------------------------------- */
#about_setting .inner .column_2:nth-of-type(2) .column_2_inner:nth-of-type(2) {
  align-self: flex-end;
  padding:0 30px;
 }

#about_setting .attention_box:first-child { border:#4c4948 solid 1.5px; }
#about_setting .attention_box .attention_text2 { padding:20px; position:relative; }
#about_setting .attention_box .attention_text2 span {
  position:absolute;
  top:-25px;
  background:#fff;
  padding:0 13px 0 5px;
 }
#about_setting .attention_box .attention_text2 span::before {
  background: url("/images/pc/manual/ps_irc_w01/icon/icon_check_it.png") no-repeat left top;
  background-size: auto;
  background-size: contain;
  display: inline-block;
  content: "";
  width: 35px;
  height: 35px;
  margin-right: 8px;
  vertical-align: bottom;
 }

@media screen and (min-width: 721px), print {
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_03.png'] { padding: 0 35px 0 120px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_04.png'] { padding: 0 120px 0 35px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_05.png'] { padding: 0 35px 0 95px; }  
  }
 
@media screen and (max-width: 720px) {
  #about_setting .column_2_inner figure { text-align: center; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_03.png'] { padding: 0 80px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_04.png'] { padding: 20px 80px 0; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_05.png'] { padding: 30px 80px 40px; }
}

/* section 4 #set_up
----------------------------------------------- */
.item_box h4{
	font-size: 2rem;
	font-weight: bold;
  }
#set_up .item_box #titles{
  display:flex;
  justify-content: space-between;
  }
.item_box .border{
	border:solid 3px #b5b6b6;
	padding:10px 20px 30px;
  }
.item_4_3 a{ color:#fff; text-decoration:none; }

#set_up .item_4_2 .center_list { text-align: center; }
#set_up .item_4_2 .center_list .ordered_list { display: inline-block; text-align: left; }

#set_up .no_flashing{
	background-color: #eef4f7;
	border-radius:8px;
	padding:6px 15px;
  }
#set_up .no_flashing .no_flashing_title{ font-weight:bold;}
#set_up .no_flashing p{margin-top:0;}
#set_up .no_flashing .column_2 .left_column_2_inner{ 
  width:65%;
  padding:0 15px 0 5px;
  }
#set_up .no_flashing .column_2 .right_column_2_inner{ width:35%;}

#set_up .column_4{
	padding-top:30px;
  }
#set_up .column_4 .set_up_step_contents{
	display:flex;
	align-items: center;
  }
#set_up .column_4 .column_4_inner {
    width: 21%;
	background:#d3edf9;
	position:relative;
	padding:36px 10px 45px;
  }
#set_up .column_4 .column_4_inner:last-child {
	background:#b8e2f6;
}
#set_up .column_4 .column_4_inner .innerText_box{
	width:100%;	
}
#set_up .column_4 .column_4_inner:last-child .column_4_innerText{
	font-weight:bold;
	font-size:1.8rem;
	width:100%;
  }

#set_up .column_4 .column_4_inner .set_up_step{
	background:#727171;
	color:#fff;
	font-weight:bold;
	text-align:center;
	position:absolute;
	width:50%;
	margin:0;
	top:-30px;
	left: 50%;
    transform: translateX(-50%);
	font-size:1.7rem;
	padding:3px 0;
 }
#set_up .column_4 .column_4_inner .set_up_step span{
	display:block;
	font-size:2.7rem;
	height:1.1em;
	line-height:1;
 } 
.step_link{
	font-weight:bold;
	font-size:1.9rem;
	position:absolute;	
	bottom:0;
	left: 50%;
    transform: translateX(-50%);
	padding-bottom:5px;
  }
.step_link a{
    color:initial;
	text-decoration:none;
  }
.column_4_innerText{
	text-align:center;
  }
#set_up .column_4 .column_4_space {
    width: 6%;
	color:#c2c3c3;
	font-weight:bold;
	font-size:5rem;
	transform: scale(0.8, 1);
	padding-left:2px;
  }


@media screen and (min-width: 721px), print {
  img[src='/images/pc/manual/ps_irc_w01/common_img_02_pc.png'] { padding: 0 8px 0 96px;}
  img[src='/images/pc/manual/ps_irc_w01/common_img_03_pc.png'] { padding: 0 8px 0 96px; }
  img[src='/images/pc/manual/ps_irc_w01/common_img_05.png'] { padding: 0 37px 0 74px; }
  img[src='/images/pc/manual/ps_irc_w01/setup_magazine.png'] { width: 130px;}
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_07_pc.png'] { padding: 0 8px 0 96px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_08.png'] { padding:0 160px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_09_pc.png'] { padding: 0 8px 0 96px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_10.png'] { padding: 0 60px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_11.png'] { padding: 0 60px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_12.png'] { padding: 0 5px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_13_pc.png'] { padding: 0 8px 0 96px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_14_pc.png'] { padding: 0 8px 0 96px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_14new01_pc.png'] { padding: 0 8px 0 96px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_14new02_pc.png'] { padding: 0 8px 0 96px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_15_pc.png'] { padding: 0 8px 0 96px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_16_pc.png'] { padding: 0 8px 0 96px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_18_pc.png'] { padding: 0 8px 0 96px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_19_pc.png'] { padding: 0 8px 0 96px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_20_pc.png'] { padding: 0 8px 0 96px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_21_pc.png'] { padding: 0 18px 0 36px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_22_pc.png'] { padding: 0 8px 0 96px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_23_pc.png'] { padding: 0 8px 0 96px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_24_pc.png'] { padding: 0 8px 0 96px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_25_pc.png'] { padding: 0 18px 0 36px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_26_pc.png'] { padding: 0 8px 0 96px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_27_pc.png'] { padding: 0 8px 0 96px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_28_pc.png'] { padding: 0 8px 0 96px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_29.png'] { padding: 0 120px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_30_pc.png'] { padding: 0 8px 0 96px; }
  
  .step_title{
    font-size:2.7rem;
    font-weight:bold;
    letter-spacing:.1em;	
  }
  .step_title_mini{
    font-size:2.4rem;
    font-weight:bold;
    letter-spacing:.08em;	
  }

  .item_4_1_1 .ordered_item:nth-child(1) { margin-top: 90px; }
  .item_4_1_1 .ordered_item:nth-child(2) { margin-top: 140px; }
  .item_4_1_1 .ordered_item:nth-child(3) { margin-top: 131px; }
  .item_4_1_2 .ordered_item:nth-child(1) { margin-top: 68px; }
  .item_4_1_2 .ordered_item:nth-child(2) { margin-top: 129px; }
  .item_4_1_2 .ordered_item:nth-child(3) { margin-top: 161px; }
  .item_4_1_2 .ordered_item:nth-child(4) { margin-top: 88px; }
  .item_4_1_2 .ordered_item:nth-child(5) { margin-top: 146px; }

  .item_4_2_2 .ordered_item:nth-child(1) { margin-top: 30px; }
  .item_4_2_2 .ordered_item:nth-child(2) { margin-top: 203px; }
  .item_4_2_2 .ordered_item:nth-child(3) { margin-top: 147px; }
  .item_4_2_2 .ordered_list:nth-child(2) {
    margin-top: 147px;
	padding-left:66px;
  }
  .item_4_2_2 .five-six .ordered_item:nth-child(1) { margin-top: 160px; }
  .item_4_2_2 .five-six .ordered_item:nth-child(2) { margin-top: 355px; }
  .item_4_2_2 .five-six .ordered_item:nth-child(3) { margin-top: 300px; }
  .item_4_2_3 .ordered_item:nth-child(1) { margin-top: 145px; }
  .item_4_2_3 .ordered_item:nth-child(2) { margin-top: 224px; }
  
  .item_4_2_3.wifi .ordered_item:nth-child(1) { margin-top: 30px; }
  .item_4_2_3.wifi .ordered_item:nth-child(2) { margin-top: 390px; }
  .no_flashing2nd .ordered_list { padding-left: 70px; }
  .no_flashing2nd .column_2 .column_2_inner:first-child { padding-left: 20px; }
  .item_4_2_3.wifi2 .ordered_item:nth-child(1) { margin-top: 343px; }
  .item_4_2_3.wifi2 .ordered_item:nth-child(2) { margin-top: 320px; }
  .item_4_2_3.wifi2 .ordered_item:nth-child(4) { margin-top: 170px; }
  .item_4_2_3.wifi2 .ordered_item:nth-child(5) { margin-top: 560px; }
  
  
  .item_4_2_3.item_box .ordered_item:nth-child(1) { margin-top: 25px; }
  .item_4_2_3.item_box .ordered_item:nth-child(2) { margin-top: 130px; }
  .item_4_2_3.item_box .ordered_item:nth-child(3) { margin-top: 163px; }
  .item_4_2_3.item_box .ordered_item:nth-child(4) { margin-top: 165px; }
  .item_4_2_3.item_box .ordered_item:nth-child(5) { margin-top: 317px; }
  .item_4_2_3.item_box .ordered_item:nth-child(6) { margin-top: 165px; }
  .item_4_3_1_1 .ordered_list .ordered_item:nth-child(1) { margin-top: 70px; }
  .item_4_3_1_1 .ordered_list .ordered_item:nth-child(2) { margin-top: 100px; }
  .item_4_3_1_2 .ordered_list .ordered_item:nth-child(1) { margin-top: 192px; }
  .item_4_3_1_2 .ordered_list .ordered_item:nth-child(2) { margin-top: 183px; }
  .item_4_3_1_3 .ordered_list .ordered_item:nth-child(1) { margin-top: 80px; }
  .item_4_3_1_3 .ordered_list .ordered_item:nth-child(2) { margin-top: 119px; }
  .item_4_3_2_1 .ordered_list .ordered_item:nth-child(1) { margin-top: 38px; }
  .item_4_3_2_1 .ordered_list .ordered_item:nth-child(2) { margin-top: 139px; }
  .item_4_3_2_1 .ordered_list .ordered_item:nth-child(3) { margin-top: 190px; }
  .item_4_3_2_2 .ordered_list .ordered_item:nth-child(1) { margin-top: 38px; }
  .item_4_3_2_2 .ordered_list .ordered_item:nth-child(2) { margin-top: 323px; }
  .item_4_3_2_2 .ordered_list .ordered_item:nth-child(3) { margin-top: 168px; }
  .item_4_3_2_2 .ordered_list .ordered_item:nth-child(3) .small {
    font-size: 1.2rem;
	font-weight:bold;
  }
  .item_4_3_2_2 .ordered_list .ordered_item:nth-child(4) { margin-top: 172px; }
  .item_4_3_2_3 .ordered_list .ordered_item:nth-child(1) { margin-top: 29px; }
  .item_4_3_2_3 .ordered_list .ordered_item:nth-child(2) { margin-top: 166px; }
  .item_4_3_2_3 .ordered_list .ordered_item:nth-child(3) { margin-top: 128px; }
  .item_4_3_3_1 .ordered_list .ordered_item:nth-child(1) { margin-top: 37px; }
  .item_4_3_3_1 .ordered_list .ordered_item:nth-child(2) { margin-top: 106px; }
  .item_4_3_3_2 .ordered_list .ordered_item:nth-child(1) { margin-top: 131px; }
  .item_4_3_3_2 .ordered_list .ordered_item:nth-child(2) { margin-top: 287px; }
  .item_4_3_3_2 .ordered_list .ordered_item:nth-child(2) .small {
    font-size: 1.2rem;
	font-weight:bold;
  }
  .item_4_3_3_2 .ordered_list .ordered_item:nth-child(3) { margin-top: 162px; }
  .item_4_3_3_3 .ordered_list .ordered_item:nth-child(1) { margin-top: 31px; }
  .item_4_3_3_3 .ordered_list .ordered_item:nth-child(2) { margin-top: 174px; }
  .item_4_3_3_3 .ordered_list .ordered_item:nth-child(3) { margin-top: 120px; }
  .item_4_3_4_1 .ordered_list .ordered_item:nth-child(1) { margin-top: 28px; }
  .item_4_3_4_1 .ordered_list .ordered_item:nth-child(2) { margin-top: 239px; }
  .item_4_3_4_1 .ordered_list .ordered_item:nth-child(3) { margin-top: 108px; }
  .item_4_3_4_2 .ordered_list .ordered_item { margin-top: 108px; }
  .item_4_3_4_2 .ordered_list .ordered_item .small {
    font-size: 1.2rem;
	font-weight:bold;
  }
  .item_4_3_4_3 .ordered_list .ordered_item:nth-child(1) { margin-top: 83px; }
  .item_4_3_4_3 .ordered_list .ordered_item:nth-child(2) { margin-top: 94px; }

#set_up .item_4_2_2 .four .ordered_item { margin-left:66px; }
  
#set_up .item_4_3 table th,#set_up .item_4_3 table td {
  padding: 5px 10px;
  vertical-align:middle;
  }
#set_up .item_4_3 table th{
  text-align:center;
  background:#d3edf9;
  font-weight:bold;
  width:20%;
  }
#set_up .item_4_3 table td.table_text { padding-right:0; }
#set_up .item_4_3 table td.aircon div { 
  border: 2px solid #bbb;
  padding:4px 20px;
  }
#set_up .item_4_3 .right_arrow {
  font-size:2rem;
  vertical-align:middle;
  }
#set_up .item_4_3 table td:last-child { 
  padding-left:3px;
  width:10%;
   }
#set_up .item_4_3 table .nowrap { white-space:nowrap; }
#set_up .item_4_3 table .table_link{
  background:#00a7d2;
  color:#fff;
  padding:6px 20px;
  margin-left:12px;  
  }  
}

@media screen and (max-width: 720px) {
  img[src='/images/pc/manual/ps_irc_w01/common_img_05.png'] { padding: 0 6vw; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_07_01_sp.png'] { padding: 0 10vw; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_07_02_sp.png'] { padding: 0 10vw; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_08.png'] { padding: 0 6vw; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_09_01_sp.png'] { padding: 0 10vw; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_09_02_sp.png'] { padding: 0 10vw; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_09_03_sp.png'] { padding: 0 1vw; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_09_sp.png'] { padding: 0 10vw; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_11.png'] { padding: 0 7vw; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_13_01_sp.png'] { padding: 0 2vw;  }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_13_02_sp.png'] { padding: 0 2vw;  }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_14_sp.png'] { padding: 0 4vw; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_15_01_sp.png'] { padding: 0 4vw; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_15_03_sp.png'] { padding: 0 4vw; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_15_04_sp.png'] { padding: 0 4vw; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_16_sp.png'] { padding: 0 4vw; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_18_sp.png'] { padding: 0 8vw; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_19_02_sp.png'] { padding: 0 3vw; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_20_sp.png'] { padding: 0 3vw; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_21_sp.png'] { padding: 0 3vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_22_01_sp.png'] { padding: 0 10vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_22_02_sp.png'] { padding: 0 5vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_22_03_sp.png'] { padding: 0 10vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_22_04_sp.png'] { padding: 0 5vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_23_01_sp.png'] { padding: 0 5vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_23_02_sp.png'] { padding: 0 5vw; }    
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_23_03_sp.png'] { padding: 0 5vw; }    
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_24_sp.png'] { padding: 0 5vw; }    
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_25_sp.png'] { padding: 0 5vw; }    
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_26_01_sp.png'] { padding: 0 5vw; }    
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_26_02_sp.png'] { padding: 0 10vw; }    
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_26_03_sp.png'] { padding: 0 5vw; }    
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_27_01_sp.png'] { padding: 0 5vw; }    
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_27_02_sp.png'] { padding: 0 5vw; }    
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_27_03_sp.png'] { padding: 0 5vw; }    
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_28_01_sp.png'] { padding: 0 5vw; }    
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_28_02_sp.png'] { padding: 0 5vw; }    
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_28_03_sp.png'] { padding: 0 5vw; }    
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_29.png'] { padding: 0 28vw; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_30_01_sp.png'] { padding: 0 5vw; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_30_02_sp.png'] { padding: 0 5vw; }

  #set_up .item_box #titles {
    display: block;
  }	

  .item_4_1_2 .ordered_item,
  .item_4_3 .ordered_item {
    margin-top: .3em;
  }
	
  .register_set .register_title{
    text-align: center;
    background:#d3edf9;
    font-weight: bold;
	padding:10px;
  }
  .register_set p{ padding-left:2em; }
  #set_up .item_4_3 .right_arrow {
    font-size:2rem;
    vertical-align:middle;
  }
  #set_up .item_4_3 .table_link{
    background:#00a7d2;
    color:#fff;
    padding:2px 10px;
    margin-left:12px; 
	font-size:20px;
  }  
  #set_up .item_4_3 .aircon { 
    border: 2px solid #bbb;
    padding:4px 20px;
  }

  #set_up .column_4{
	padding-top:20px;
  }
  #set_up .column_4 .set_up_step_contents{
	display:block;
  }
  #set_up .column_4 .column_4_inner {
    width: 100%;
	padding:10px 10px 34px;
	margin-top:-4px;
  }
  #set_up .column_4 .column_4_inner .set_up_step{
	display: inline;
	top:-15px;
	width:auto;
	padding:5px 3px 5px 10px;
    font-size:1.5rem;
	letter-spacing:2px;
  }
  #set_up .column_4 .column_4_inner .set_up_step span{
	display:inline;
	font-size:2rem;
	line-height:0;
	vertical-align:middle;
  } 
  #set_up .column_4 .column_4_space{
	width: 100%;
	text-align:center;
  }
  #set_up .column_4 .column_4_space .sp_only{
	transform: scale(2, 0.7);
	font-weight:normal;
	width:100px;
	margin:0 auto;
	margin-top:-20px;
  }
  #set_up .column_4 .column_4_inner:last-child{
    padding-bottom:20px;
	margin-top:-20px;
  }

  .step_title{
    font-size:2rem;
    font-weight:bold;
  }
  .step_title_mini{
    font-size:1.8rem;
    font-weight:bold;
  }

	
  .dl_app_list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 16px -5px 0 -5px;
  }
  .dl_app_item {
    width: calc(50% - 10px);
    margin: 0 5px;
    text-align: center;
  }
}

/* section 5 #operation_screen
----------------------------------------------- */
.border {
  padding: 8px;
  border: 2px solid #e2ebef;
}

.qr_code_box {
  margin-top: 24px;
  border: 5px solid #e2ebef;
}
.qr_code_box .column_2 {
  margin-top: 0;
}
.qr_code_box .column_2_inner:first-child p {
  margin-top: 0;
}

@media screen and (min-width: 721px), print {
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_31_1.png'] { padding: 0 40px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_33_pc.png'] { padding: 0 4px 0 70px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_33_1_pc.png'] { padding-right: 164px; }

  #operation_screen .col3_no1 .column_3_inner:nth-child(1) { width:29%; }
  #operation_screen .col3_no1 .column_3_inner:nth-child(2) { width:42%; }
  #operation_screen .col3_no1 .column_3_inner:nth-child(3) { width:29%; }
  #operation_screen .col3_no1 .column_3_inner:nth-child(1) .ordered_item:nth-child(2) { margin-top:30px; }
  #operation_screen .col3_no1 .column_3_inner:nth-child(1) .ordered_item:nth-child(3) { margin-top:60px; }
  #operation_screen .col3_no1 .column_3_inner:nth-child(3) .ordered_item:nth-child(1) { margin-top:9px; }
  #operation_screen .col3_no1 .column_3_inner:nth-child(3) .ordered_item:nth-child(2) { margin-top:81px; }
  #operation_screen .col3_no1 .column_3_inner:nth-child(3) .ordered_item:nth-child(3) { margin-top:17px; }
  #operation_screen .col3_no1 .column_3_inner:nth-child(3) .ordered_item:nth-child(4) { margin-top:9px; }
  #operation_screen .col3_no1 .column_3_inner:nth-child(3) .ordered_item:nth-child(5) { margin-top:14px; }
  #operation_screen .col3_no1 .column_3_inner:nth-child(3) .ordered_item:nth-child(6) { margin-top:96px; }
  #operation_screen .col3_no1 .column_3_inner:nth-child(3) .ordered_item:nth-child(7) { margin-top:7px; }
	
  #operation_screen .col3_no2 .column_3_inner:nth-child(1) { width:22%; }
  #operation_screen .col3_no2 .column_3_inner:nth-child(2) { width:42%; }
  #operation_screen .col3_no2 .column_3_inner:nth-child(3) { width:36%; }
  #operation_screen .col3_no2 .column_3_inner:nth-child(1) .ordered_item:nth-child(1) { padding-top:46px; }
  #operation_screen .col3_no2 .column_3_inner:nth-child(1) .ordered_item:nth-child(2) { margin-top:100px; }
  #operation_screen .col3_no2 .column_3_inner:nth-child(1) .ordered_item:nth-child(3) { margin-top:160px; }
  #operation_screen .col3_no2 .column_3_inner:nth-child(1) .ordered_item:nth-child(4) { font-size: 1.2rem; }
}
@media screen and (max-width: 720px) {
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_31_sp.png'] { padding: 0 10vw; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_31_1.png'] { width:140px; margin:0 auto;}
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_32_sp.png'] { padding: 0 10vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_32_1_sp.png'] { padding: 0 10vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_32_2_sp.png'] { padding: 0 10vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_33_sp.png'] { padding: 0 10vw; }  

  .item_5_2 .ordered_item:nth-child(2) {
    margin-top: 24px !important;
  }
  .item_5_2 .ordered_list + figure,
  .item_5_2 .ordered_item.no_4 {
    margin-top: 16px;
  }
  .item_5_3 .ordered_item:nth-child(2) {
    margin-top: 16px;
  }
  .item_5_3 .ordered_item.no_4 {
    margin-top: 16px;
  }
}


/* section 6 #smart_mode
----------------------------------------------- */
.text-box { border:1px solid #000; padding:3px 10px 0 3px; }
.box-in-padding { padding-left:22px; }
.under_arrow::before{  
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateX(40%) rotate(135deg);
  margin-right:11px;
  margin-bottom:2px;
}

.test_br{display:none;}

@media screen and (min-width: 721px) {
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_34_pc.png'] { padding: 0 10px 0 50px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_35_pc.png'] { padding: 0 10px 0 50px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_35_10_2_pc.png'] { padding-right: 15px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_36_pc.png'] { padding: 0 10px 0 50px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_37_pc.png'] { padding: 0 10px 0 50px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_38_pc.png'] { padding: 0 10px 0 50px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_39_pc.png'] { padding: 0 10px 0 50px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_40_2_pc.png'] { padding: 0 10px; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_41_pc.png'] { padding: 0 10px 0 50px; }
	
  .item_6_1_1 .ordered_list .ordered_item:nth-child(1) { margin-top:197px; }
  .item_6_1_1 .ordered_list .ordered_item:nth-child(2) { margin-top:321px; }
  .item_6_1_2 .ordered_list .ordered_item:nth-child(1) { margin-top:148px; }
  .item_6_1_2 .ordered_list .ordered_item:nth-child(2) { margin-top:255px; }
  .item_6_1_2 .ordered_list .ordered_item:nth-child(3) { margin-top:87px; }
  .item_6_2_1 .ordered_list .ordered_item:nth-child(1) { margin-top:196px; }
  .item_6_2_1 .ordered_list .ordered_item:nth-child(2) { margin-top:348px; }
  .item_6_2_2 .ordered_list .ordered_item:nth-child(1) { margin-top:50px; }
  .item_6_2_2 .ordered_list .ordered_item:nth-child(2) { margin-top:38px; }
  .item_6_2_2 .ordered_list .ordered_item:nth-child(3) { margin-top:36px; }	
  .item_6_2_2 .column_2:last-child .ordered_list .ordered_item { margin-top:34px; }	
	
  .item_box .border .column_3_inner { margin:0 20px; }
  .item_box .border .column_3_inner figure { margin-top:3px; }
  #smart_mode .item_box .border .column_3_inner#under_callout { position: relative; }
  #smart_mode #callout { 
	  background:#d3edf9;
	  padding:6px 10px;
	  font-size:0.96em;
	  line-height:1.5;
	  position:absolute;
	  min-width:230px;
	  left:-18px;
	  margin-top:13px;
  }
  #smart_mode #callout:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #d3edf9;
  }
	
  .item_6_1_2_after.item_box #step_10 .step_procedure{ padding:15px 0 0 20px; }
  .item_6_1_2_after.item_box #step_10 .step_10_first { width:29%; margin:0 14px; }
  .item_6_1_2_after.item_box #step_10 .step_10_last { width:62%; margin-left:20px; }
  .item_6_1_2_after.item_box #step_10 .step_10_last .step_10_last_last { -webkit-align-self: flex-end; align-self: flex-end; }
  .item_6_2_2_after.item_box .step_text { padding:0 20px; }
  .item_6_2_2_after.item_box .step_text p { display:inline; }
}

@media screen and (max-width: 720px) {
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_34_01_sp.png'] { padding: 0 5vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_34_02_sp.png'] { padding: 0 5vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_35_01_sp.png'] { padding: 0 5vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_35_02_sp.png'] { padding: 0 5vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_35_03_sp.png'] { padding: 0 5vw; }
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_35_box_1.png'] { padding: 0 11vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_35_box_2.png'] { padding: 0 11vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_35_box_3.png'] { padding: 0 11vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_35_box_4.png'] { padding: 0 11vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_35_box_5.png'] { padding: 0 11vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_35_box_6.png'] { padding: 0 11vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_35_box_7.png'] { padding: 0 11vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_35_box_8.png'] { padding: 0 11vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_35_box_9.png'] { padding: 0 11vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_35_box_10_1.png'] { padding: 0 11vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_35_box_10_2.png'] { padding: 0 11vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_35_box_10_3.png'] { padding: 0 5vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_37_sp.png'] { padding: 0 5vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_38_01_sp.png'] { width:220px; margin:0 auto; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_38_02_sp.png'] { width:220px; margin:0 auto; } 
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_38_03_sp.png'] { width:220px; margin:0 auto; }   
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_40_box_1.png'] { padding: 0 8vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_40_box_2.png'] { padding: 0 8vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_40_box_3.png'] { padding: 0 8vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_40_box_4.png'] { padding: 0 8vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_40_box_5.png'] { padding: 0 8vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_40_box_6.png'] { padding: 0 8vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_40_box_7.png'] { padding: 0 8vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_40_box_8.png'] { padding: 0 8vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_40_box_9.png'] { padding: 0 8vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_40_box_10.png'] { padding: 0 8vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_40_box_11.png'] { padding: 0 8vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_40_box_12.png'] { padding: 0 8vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_41_01_sp.png'] { padding: 0 8vw; }  
  img[src='/images/pc/manual/ps_irc_w01/img_ps_irc_w01_41_02_sp.png'] { padding: 0 8vw; }  
}



/* section 7 #voice_control
----------------------------------------------- */
.voice_control_table tr:nth-child(3){ background:#c6eff8; }
.voice_control_table tr:nth-child(3) td:nth-child(3){ text-align: center; }
.voice_control_table .none_cell{ background:#d8d9da; }

#voice_control .attention_text2{ padding:20px; }
#voice_control .footnote{ text-align:right; }


@media screen and (min-width: 721px) {
  #voice_control .column_2_inner .ordered_list .ordered_item:nth-child(1) { margin-top:300px; }
  #voice_control .column_2_inner .ordered_list .ordered_item:nth-child(2) { margin-top:370px; }
}

@media screen and (max-width: 720px) {
}









/* Top Screen
----------------------------------------------- */
@media screen and (min-width: 721px) {
  .col_1  {
    margin-right: 10px;
  }
  .col_3 {
    margin-left: 10px;
  }
  .col_1 .ordered_item::before, .col_3 .ordered_item::before {
    content: '';
  }
  .col_1 .ordered_item, .col_3 .ordered_item {
    padding: 0;
  }
}

/* Smart Mode Screen
----------------------------------------------- */

@media screen and (max-width: 720px) {
  .column_3_inner_detail {
    height: 19%;
  }
}


  /* Specification
----------------------------------------------- */
.tbl_head_specification {
  border: 2px solid #bbb;
  padding: 5px 10px;
}
.tbl_data_specification {
  border: 2px solid #bbb;
  padding: 5px 10px;
}
table.tbl_specification .tbl_head_specification {
  width: 25%;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
}
table.tbl_specification .tbl_data_specification {
  vertical-align: middle;
  text-align: left;
}
table.tbl_specification {
  width: 100%;
  margin: 42px 0 0 0;
}
.unordered_list.plate .unordered_item::before {
  content: "◎";
}
.tbl_row_specification{
  background: #eee;
}

@media screen and (max-width: 720px) {
  table.tbl_specification .tbl_head_specification {
    width: 35%;
    text-align: left;
  }
  table.tbl_specification {
    margin: 24px 0 0 0;
  }
  .tbl_data_text {
    text-align: left;
  }
}


/* Notes Installing Product
----------------------------------------------- */
.note_box {
  margin: 24px 0 0 0;
  border-radius: 8px;
  border: 1px solid #7896a5;
  background-color: #eef4f7;
}
.note_title {
  margin: 0;
  padding: 6px 0 6px 64px;
  border-bottom: 1px solid #7896a5;
  font-size: 1.6rem;
  text-align: center;
  text-indent: -64px;
}
.note_title strong::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
}
.note_inner {
  border-bottom: 1px solid #7896a5;
}
.note_inner:nth-child(even) {
  background-color: #fff !important;
}
.note_inner:last-child {
  border-bottom: none;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.note_text:first-child {
  margin-top: 0;
}
.note_inner .unordered_list {
  margin-left: 8px;
}

@media screen and (min-width: 721px), print {
  .note_title strong::before {
    background: url("/images/pc/manual/ps_irc_w01/icon/icon_attention_pc.png") no-repeat left top;
    background-size: contain;
  }
  .note_inner {
    padding: 12px 24px 12px 88px;
  }
  .note_inner.icon_forced {
    background: url("/images/pc/manual/ps_irc_w01/icon/icon_forced_pc.png") no-repeat 24px center;
    background-size: 40px auto;
  }
  .note_inner.icon_do_not_wet {
    background: url("/images/pc/manual/ps_irc_w01/icon/icon_do_not_wet_pc.png") no-repeat 24px center;
    background-size: 40px auto;
  }
  .note_inner.icon_do_not {
    background: url("/images/pc/manual/ps_irc_w01/icon/icon_do_not_pc.png") no-repeat 24px center;
    background-size: 40px auto;
  }
 .note_inner.icon_disassembly {
    background: url("/images/pc/manual/ps_irc_w01/icon/icon_disassembly_pc.png") no-repeat 24px center;
    background-size: 40px auto;
  }
}
@media screen and (max-width: 720px) {
  .note_title strong::before {
    background: url("/images/pc/manual/ps_irc_w01/icon/icon_attention.png") no-repeat left top;
    background-size: contain;
  }
  .note_inner {
    padding: 72px 12px 12px 12px;
  }
  .note_inner.icon_forced {
    background: url("/images/pc/manual/ps_irc_w01/icon/icon_forced.png") no-repeat center 12px;
    background-size: 48px auto;
  }
 .note_inner.icon_disassembly {
    background: url("/images/pc/manual/ps_irc_w01/icon/icon_disassembly.png") no-repeat center 12px;
    background-size: 48px auto;
  }
  .note_inner.icon_do_not_wet {
    background: url("/images/pc/manual/ps_irc_w01/icon/icon_do_not_wet.png") no-repeat center 12px;
    background-size: 48px auto;
  }
  .note_inner.icon_do_not {
    background: url("/images/pc/manual/ps_irc_w01/icon/icon_do_not.png") no-repeat center 12px;
    background-size: 48px auto;
  }
  .note_inner.icon_do_not_wet,.note_inner.icon_disassembly {
    padding-top: 90px;
  }
  .note_inner.icon_do_not,
  .note_inner.icon_do_not_assembly {
    padding-top: 88px;
  }
  .note_inner.icon_flammable {
    padding-top: 64px;
  }
}

/* Customer
----------------------------------------------- */
.customer {
  margin-top: 16px;
  padding: 24px 16px;
  border: 2px solid #e2ebef;
  text-align: center;
}
.customer_title {
  font-size: 1.6rem;
  text-align: center;
}
.customer_text {
  margin-top: 8px;
  font-size: 1.6rem;
  text-align: center;
}

#customer .unordered_item:nth-child(1), #customer .unordered_item:nth-child(2), #customer .unordered_item:nth-child(3) {
  margin-top: 24px;
}

@media screen and (min-width: 721px), print {
  .customer_logo img {
    width: 20%;
  }
  .customer_text.tel {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 720px) {
  .customer_logo img {
    width: 50%;
  }
  .customer_text.tel {
    font-size: 2.1rem;
  }
}

/* Trademark
----------------------------------------------- */
#trademark .inner .unordered_list:nth-of-type(1) {
  margin-top: 24px;
}

/* Warranty Policy
----------------------------------------------- */
.policy_title {
  margin-top: 24px;
  color: #7896a5;
  font-size: 2.4rem;
  text-align: center;
}
.policy_list {
  margin: 24px 0 0 20px;
}
.policy_item {
  list-style-type: decimal;
  margin-top: 16px;
}
.policy_text {
  margin-top: 4px;
}

.ordered_list.brackets {
  margin-left: 0;
}
.ordered_list.brackets .ordered_item {
  padding-left: 1.7em;
}
.ordered_list.brackets .ordered_item::before {
  width: 1.7em;
  height: 1.7em;
}
.ordered_list.brackets .ordered_item:first-child::before  { content: "1）"; }
.ordered_list.brackets .ordered_item:nth-child(2)::before { content: "2）"; }
.ordered_list.brackets .ordered_item:nth-child(3)::before { content: "3）"; }
.ordered_list.brackets .ordered_item:nth-child(4)::before { content: "4）"; }
.ordered_list.brackets .ordered_item:nth-child(5)::before { content: "5）"; }
.ordered_list.brackets .ordered_item:nth-child(6)::before { content: "6）"; }
.ordered_list.brackets .ordered_item:nth-child(7)::before { content: "7）"; }
.ordered_list.brackets .ordered_item:nth-child(8)::before { content: "8）"; }
.ordered_list.brackets .ordered_item:nth-child(9)::before { content: "9）"; }

/* Footer
----------------------------------------------- */
.footer_text {
  text-align: right;
}

@media screen and (min-width: 721px), print {
  .footer {
    max-width: 798px;
    margin: 60px auto 0 auto;
    padding: 24px 24px 48px 24px;
  }
}
@media screen and (max-width: 1000px) {
  .footer {
    padding: 24px 24px 100px 24px;
  }
}
@media screen and (max-width: 720px) {
  .footer {
    margin: 48px auto 0 auto;
    padding: 24px;
  }
}
