@charset "UTF-8";

/*
Theme Name: paralux_sass
Author: paralux
Version: 1.0
Text Domain: paralux
*/

/*!
 * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  font-weight: 400;
  margin: 0;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  line-height: 24px;
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: none;
}

a:not([href]) {
  text-decoration: none;
  color: inherit;
}

a:not([href]):hover {
  text-decoration: none;
  color: inherit;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  caption-side: bottom;
  text-align: left;
  color: #6c757d;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  font-size: 1.5rem;
  line-height: inherit;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  white-space: normal;
  color: inherit;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*
* variable.scss
*/

/* -- font-size -- */

/* -- font-family -- */

/* -- color -- */

/* -- size --*/

/* -- grid_size -- */

/* -- layer(z-index) -- */

/* -- media_query -- */

.tx_left {
  text-align: left;
}

.tx_right {
  text-align: right;
}

.tx_center {
  text-align: center;
}

.tx_justify {
  text-align: justify;
}

.al_start {
  align-items: flex-start;
}

.al_end {
  align-items: flex-end;
}

.al_center {
  align-items: center;
}

.ju_start {
  justify-content: flex-start;
}

.ju_end {
  justify-content: flex-end;
}

.ju_center {
  justify-content: center;
}

.col_black {
  color: #777;
}

.bcol_black {
  background-color: #777;
}

.col_gray {
  color: #aaa;
}

.bcol_gray {
  background-color: #aaa;
}

.col_white {
  color: #fff;
}

.bcol_white {
  background-color: #fff;
}

.p_sta {
  position: static;
}

.p_rel {
  position: relative;
}

.p_abs {
  position: absolute;
}

.d_in {
  display: inline;
}

.d_inBl {
  display: inline-block;
}

.d_bl {
  display: block;
}

.d_flex {
  display: flex;
}

.d_inFlex {
  display: inline-flex;
}

.d_grid {
  display: grid;
}

@media screen and (max-width: 769px) {
  .d_only_pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .d_only_sp {
    display: none;
  }
}

.bor_black {
  border: 1px solid #777;
}

.bor_bottom_black {
  border-bottom: 1px solid #777;
}

.bor_gray {
  border: 1px solid #aaa;
}

.bor_bottom_gray {
  border-bottom: 1px solid #aaa;
}

.bor_white {
  border: 1px solid #fff;
}

.bor_bottom_white {
  border-bottom: 1px solid #fff;
}

.bor_rad_0 {
  border-radius: 0px;
}

.bor_rad_1 {
  border-radius: 1px;
}

.bor_rad_2 {
  border-radius: 2px;
}

.bor_rad_3 {
  border-radius: 3px;
}

.bor_rad_4 {
  border-radius: 4px;
}

.bor_rad_5 {
  border-radius: 5px;
}

.bor_rad_6 {
  border-radius: 6px;
}

.bor_rad_7 {
  border-radius: 7px;
}

.bor_rad_8 {
  border-radius: 8px;
}

.bor_rad_9 {
  border-radius: 9px;
}

.bor_rad_10 {
  border-radius: 10px;
}

.bor_rad_11 {
  border-radius: 11px;
}

.bor_rad_12 {
  border-radius: 12px;
}

.bor_rad_13 {
  border-radius: 13px;
}

.bor_rad_14 {
  border-radius: 14px;
}

.bor_rad_15 {
  border-radius: 15px;
}

.bor_rad_16 {
  border-radius: 16px;
}

.bor_rad_17 {
  border-radius: 17px;
}

.bor_rad_18 {
  border-radius: 18px;
}

.bor_rad_19 {
  border-radius: 19px;
}

.bor_rad_20 {
  border-radius: 20px;
}

.bor_rad_21 {
  border-radius: 21px;
}

.bor_rad_22 {
  border-radius: 22px;
}

.bor_rad_23 {
  border-radius: 23px;
}

.bor_rad_24 {
  border-radius: 24px;
}

.bor_rad_25 {
  border-radius: 25px;
}

.bor_rad_26 {
  border-radius: 26px;
}

.bor_rad_27 {
  border-radius: 27px;
}

.bor_rad_28 {
  border-radius: 28px;
}

.bor_rad_29 {
  border-radius: 29px;
}

.bor_rad_30 {
  border-radius: 30px;
}

.bor_rad_circle {
  border-radius: 50%;
}

.fs_1 {
  font-size: 11px;
}

.fs_2 {
  font-size: 13px;
}

@media screen and (max-width: 769px) {
  .fs_2 {
    font-size: 11.7px;
  }
}

.fs_3 {
  font-size: 15px;
}

@media screen and (max-width: 769px) {
  .fs_3 {
    font-size: 13.5px;
  }
}

.fs_4 {
  font-size: 20px;
}

@media screen and (max-width: 769px) {
  .fs_4 {
    font-size: 16px;
  }
}

.fw_l {
  font-weight: lighter;
}

.fw_n {
  font-weight: normal;
}

.fw_b {
  font-weight: bold;
}

.grid_cl_1 {
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

.grid_cl_2 {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

.grid_cl_3 {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.grid_cl_4 {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.grid_cl_5 {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.gap_0 {
  gap: 0px;
}

.gap_5 {
  gap: 5px;
}

.gap_10 {
  gap: 10px;
}

.gap_15 {
  gap: 15px;
}

.gap_20 {
  gap: 20px;
}

.gap_25 {
  gap: 25px;
}

.gap_30 {
  gap: 30px;
}

.gap_35 {
  gap: 35px;
}

.gap_40 {
  gap: 40px;
}

.gap_45 {
  gap: 45px;
}

.gap_50 {
  gap: 50px;
}

.gap_55 {
  gap: 55px;
}

.gap_60 {
  gap: 60px;
}

.gap_65 {
  gap: 65px;
}

.gap_70 {
  gap: 70px;
}

.gap_75 {
  gap: 75px;
}

.gap_80 {
  gap: 80px;
}

.gap_85 {
  gap: 85px;
}

.gap_90 {
  gap: 90px;
}

.gap_95 {
  gap: 95px;
}

.gap_100 {
  gap: 100px;
}

.fl_dir_row {
  flex-direction: row;
}

.fl_dir_rowRev {
  flex-direction: row-reverse;
}

.fl_dir_col {
  flex-direction: column;
}

.fl_dir_colRev {
  flex-direction: column-reverse;
}

.mt_0 {
  margin-top: 0px;
}

.mt_5 {
  margin-top: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_25 {
  margin-top: 25px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_35 {
  margin-top: 35px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_45 {
  margin-top: 45px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_55 {
  margin-top: 55px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_65 {
  margin-top: 65px;
}

.mt_70 {
  margin-top: 70px;
}

.mt_75 {
  margin-top: 75px;
}

.mt_80 {
  margin-top: 80px;
}

.mt_85 {
  margin-top: 85px;
}

.mt_90 {
  margin-top: 90px;
}

.mt_95 {
  margin-top: 95px;
}

.mt_100 {
  margin-top: 100px;
}

.z_modal {
  z-index: 100;
}

.z_header {
  z-index: 20;
}

.z_tooltip {
  z-index: 10;
}

/*
Theme Name: paralux_sass
Author: paralux
Version: 1.0
Text Domain: paralux module-elment
*/

/*----------------------------------------------------------------------------------------------------
## module_elment_flag
----------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------
## btn
----------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------
## tag "#"
----------------------------------------------------------------------------------------------------*/

/*
Theme Name: paralux_sass
Author: paralux
Version: 1.0
Text Domain: paralux module-block
*/

/*----------------------------------------------------------------------------------------------------
## module_block_flag
----------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------
## media
----------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------
## card
----------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------
## table
----------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------
## FAQ
----------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------
## accordion
----------------------------------------------------------------------------------------------------*/

body {
  scroll-behavior: smooth;
  line-height: normal;
}

ul.breadcrumbs {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0 5%;
}

ul.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  padding: 0;
}

ul.breadcrumbs li a {
  display: inline-block;
  text-decoration: none;
}

ul.breadcrumbs li::after {
  font-family: "ycota_ift";
  content: "\E90B";
  margin: 0 0.5em;
}

ul.breadcrumbs li:last-child::after {
  content: "";
  margin: 0;
}

ul.breadcrumbs {
  display: none;
}

@media screen and (min-width: 768px) {
  ul.breadcrumbs {
    display: block;
    margin: 20px auto 0;
    padding: 0;
    max-width: 1300px;
  }
}

.art_top {
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .art_top {
    display: flex;
    max-width: 1300px;
    margin: 50px auto 0;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 980px) and (max-width: 1300px) {
  .art_top {
    padding: 0 1%;
  }
}

.art_top .art_l {
  width: 270px;
}

.art_top .art_l h3 {
  margin: 25px;
  display: inline-block;
  overflow: hidden;
  font-size: 2.6rem;
  color: #012169;
}

.art_top .art_l h3 span::after {
  display: block;
  overflow: hidden;
  content: "";
  width: 2.5em;
  margin-top: 0.5em;
  border-bottom: 2px solid #EA7600;
}

.art_top .art_r {
  width: 100%;
}

@media screen and (min-width: 980px) {
  .art_top .art_r {
    width: calc(100% - 270px);
  }
}

.art_r {
  position: relative;
  margin-top: 20px;
  padding: 0 5%;
}

@media screen and (min-width: 980px) {
  .art_r {
    padding: 0 0 0 50px;
  }

  .art_r .mb_50 {
    margin-bottom: 50px !important;
  }
}

.art_r .outline {
  margin-top: 15px;
  padding: 15px 30px;
  border: 1px solid #012169;
}

.art_r .outline .outline_tit {
  margin: 0;
  font-size: 18px;
  text-align: center;
  color: #012169;
}

.art_r .outline .outline_tit::before {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="18.5" height="12" viewBox="0 0 27 21.375"><defs><style>.a{fill:%23012269;}</style></defs><path class="a" d="M8.438,18a1.969,1.969,0,1,1-1.969-1.969A1.969,1.969,0,0,1,8.438,18Z" transform="translate(-4.5 -7.313)"/><path class="a" d="M8.438,9.281A1.969,1.969,0,1,1,6.469,7.313,1.969,1.969,0,0,1,8.438,9.281Z" transform="translate(-4.5 -7.313)"/><path class="a" d="M8.438,26.719A1.969,1.969,0,1,1,6.469,24.75a1.969,1.969,0,0,1,1.969,1.969Z" transform="translate(-4.5 -7.313)"/><path class="a" d="M30.375,16.875H13.465a1.125,1.125,0,0,0,0,2.25h16.91a1.125,1.125,0,0,0,0-2.25Z" transform="translate(-4.5 -7.313)"/><path class="a" d="M30.375,25.594H13.465a1.125,1.125,0,0,0,0,2.25h16.91a1.125,1.125,0,0,0,0-2.25Z" transform="translate(-4.5 -7.313)"/><path class="a" d="M13.465,10.406h16.91a1.125,1.125,0,0,0,0-2.25H13.465a1.125,1.125,0,0,0,0,2.25Z" transform="translate(-4.5 -7.313)"/></svg>');
  margin-right: 5px;
}

.art_r .outline ol {
  margin: 0;
  margin-top: 15px;
  padding: 0;
  max-width: 100%;
  font-size: 16px;
  counter-reset: li;
  background: none;
}

.art_r .outline ol li {
  position: relative;
  margin-top: 20px;
  display: inline-flex;
  align-items: baseline;
}

.art_r .outline ol li:before {
  margin-right: 5px;
  font-size: 16px;
  color: #012169;
  counter-increment: li;
  content: counter(li) ".";
}

.art_r .outline ol li a {
  position: relative;
  display: inline !important;
  text-decoration: none !important;
  margin: 0;
  border-bottom: 1px solid #012169;
}

@media screen and (min-width: 768px) {
  .art_r .outline ol {
    display: block;
  }

  .art_r .outline ol li {
    display: block;
  }
}

.art_r .outline #outLine {
  overflow-y: hidden;
  transition: 0.5s;
}

.art_r .outline .outline_btn {
  display: block;
  width: 90%;
  margin: 20px auto 0;
  padding: 5px;
  font-size: 14px;
  color: #012169;
  border: 1px solid #012169;
  border-radius: 12px;
  background: none;
  opacity: 1;
  outline: none;
}

@media screen and (min-width: 768px) {
  .art_r .outline .outline_btn:hover {
    opacity: 1;
    color: #fff;
    background-color: #012169;
  }
}

@media screen and (min-width: 768px) {
  .art_r .outline {
    padding: 30px 5%;
  }

  .art_r .outline .outline_btn {
    width: 25%;
  }

  .art_r .outline .outline_tit {
    font-size: 24px;
  }

  .art_r .outline .outline_tit::before {
    content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="27" height="21" viewBox="0 0 27 21.375"><defs><style>.a{fill:%23012269;}</style></defs><path class="a" d="M8.438,18a1.969,1.969,0,1,1-1.969-1.969A1.969,1.969,0,0,1,8.438,18Z" transform="translate(-4.5 -7.313)"/><path class="a" d="M8.438,9.281A1.969,1.969,0,1,1,6.469,7.313,1.969,1.969,0,0,1,8.438,9.281Z" transform="translate(-4.5 -7.313)"/><path class="a" d="M8.438,26.719A1.969,1.969,0,1,1,6.469,24.75a1.969,1.969,0,0,1,1.969,1.969Z" transform="translate(-4.5 -7.313)"/><path class="a" d="M30.375,16.875H13.465a1.125,1.125,0,0,0,0,2.25h16.91a1.125,1.125,0,0,0,0-2.25Z" transform="translate(-4.5 -7.313)"/><path class="a" d="M30.375,25.594H13.465a1.125,1.125,0,0,0,0,2.25h16.91a1.125,1.125,0,0,0,0-2.25Z" transform="translate(-4.5 -7.313)"/><path class="a" d="M13.465,10.406h16.91a1.125,1.125,0,0,0,0-2.25H13.465a1.125,1.125,0,0,0,0,2.25Z" transform="translate(-4.5 -7.313)"/></svg>');
    margin-right: 10px;
  }
}

.art_r h1 {
  margin-bottom: 1em;
  font-size: 1.8em;
  letter-spacing: 0.1em;
  color: #012169;
  font-weight: bold;
  line-height: normal;
}

.art_r h2 {
  position: relative;
  padding: 12px 10px 12px 20px;
  margin: 0;
  margin-top: 30px;
  border-bottom: 1px solid #012169;
  font-size: 22px;
  font-weight: normal;
  background-color: #FAFAFA;
}

.art_r h2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #012169;
}

@media screen and (min-width: 768px) {
  .art_r h2 {
    padding: 14px 14px 14px 35px;
    margin-top: 30px;
    font-size: 24px;
  }
}

.art_r h3 {
  position: relative;
  padding: 5px 5px 5px 15px;
  margin-top: 30px;
  border: none;
  font-size: 1.4em;
  font-weight: normal;
}

.art_r h3::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #012169;
}

@media screen and (min-width: 768px) {
  .art_r h3 {
    padding: 8px 8px 8px 25px;
    margin-top: 40px;
  }
}

.art_r h4 {
  font-size: 1.4em;
  color: #012169;
  margin-top: 25px;
  border: none;
  font-weight: normal;
}

.art_r h4::before {
  content: none;
}

@media screen and (min-width: 768px) {
  .art_r h4 {
    margin-top: 40px;
  }
}

.art_r img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-height: 200px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* 画像の一括レイアウトを打ち消すスタイル */
.art_r .img_plain {
  width: auto;
  max-width: 100%;
  max-height: none;
}
.art_r .img_75 {
  width: auto;
  max-width: 100%;
  max-height: none;
}
.art_r .img_50 {
  width: auto;
  max-width: 100%;
  max-height: none;
}

@media screen and (min-width: 768px) {
  .art_r img {
    max-height: 300px;
  }
  .art_r .img_75 {
    max-width: 75%;
  }
  .art_r .img_50 {
    max-width: 50%;
  }
}

.art_r p {
  margin-top: 20px;
  font-size: 1.2em;
}

.border_orange p {
    font-size: 1.6rem;
    margin-top: unset;
}

.art_r .col_grn {
  color: #7FC256 !important;
}

.art_r .col_red {
  color: #C93B33 !important;
}

.art_r .col_ble {
  color: #4084CA !important;
}

.art_r .col_org {
  color: #FFC02E !important;
}

.art_r .marker {
  display: inline-block;
  border-bottom: inset 10px #588cfd;
}

.art_r a {
  color: #012169;
  text-decoration: underline;
}

.art_r blockquote {
  position: relative;
  margin-top: 20px;
  padding: 10%;
  background-color: #FAFAFA;
}

.art_r blockquote ::before {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><defs><style>.a{fill:%23012269;}</style></defs><path class="a" d="M8.355,19.64v10h8v-10h-4s0-5,4-5v-5s-8,0-8,10Zm20-5v-5s-8,0-8,10v10h8v-10h-4S24.355,14.64,28.355,14.64Z" transform="translate(-8.355 -9.64)"/></svg>');
  position: absolute;
  top: 3%;
  left: 3%;
}

.art_r blockquote ::after {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><defs><style>.a{fill:%23012269;}</style></defs><path class="a" d="M18.125,2.25h-5A2.023,2.023,0,0,0,11.25,4.393v5.714a2.023,2.023,0,0,0,1.875,2.143H16.25v2.857a2.7,2.7,0,0,1-2.5,2.857h-.312a1.009,1.009,0,0,0-.937,1.071v2.143a1.009,1.009,0,0,0,.938,1.071h.313c3.453,0,6.25-3.2,6.25-7.143V4.393A2.023,2.023,0,0,0,18.125,2.25Zm-11.25,0h-5A2.023,2.023,0,0,0,0,4.393v5.714A2.023,2.023,0,0,0,1.875,12.25H5v2.857a2.7,2.7,0,0,1-2.5,2.857H2.188a1.009,1.009,0,0,0-.937,1.071v2.143a1.009,1.009,0,0,0,.938,1.071H2.5c3.453,0,6.25-3.2,6.25-7.143V4.393A2.023,2.023,0,0,0,6.875,2.25Z" transform="translate(0 -2.25)"/></svg>');
  position: absolute;
  bottom: 3%;
  right: 3%;
}

.art_r blockquote p {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .art_r blockquote {
    margin-top: 30px;
    padding: 40px;
  }

  .art_r blockquote ::before {
    top: 10px;
    left: 20px;
  }

  .art_r blockquote ::after {
    bottom: 10px;
    right: 20px;
  }
}

.art_r ul,
.art_r ol {
  margin-top: 20px;
  padding: 20px 10px 20px 20px;
  background-color: #FAFAFA;
}

.art_r ul li,
.art_r ol li {
  margin-bottom: 10px;
  font-size: 1.2em;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.art_r ul li:last-child,
.art_r ol li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  
}

.art_r ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.art_r ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

.art_r button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  color: #fff;
  background-color: #012169;
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 768px) {
  .art_r button {
    margin: 30px 10px 0;
  }
}

.art_r .scrl_tbl table {
  display: block;
  margin-top: 30px;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .art_r .scrl_tbl table {
    margin-top: 50px;
  }
}

.art_r table tr {
  border-bottom: 1px solid #DDD;
}

.art_r table th,
.art_r table td {
  padding: 5px 12px;
  border-right: 1px solid #DDD;
}

.art_r table tr th:last-child,
.art_r table tr td:last-child {
  border: none;
}

.art_r table th.spanlast:last-child,
.art_r table td.spanlast:last-child {
  border-right: 1px solid #DDD;
}

.art_r table .tr_bdr {
  border-bottom: 1px solid #012169;
}

.art_r table .cell_col {
  color: #fff;
  background-color: #012169;
}

.art_r table .td_img {
  padding: 5px 10px;
}

.art_r table .td_img img {
  margin: 0;
  max-width: 250px;
}

@media screen and (min-width: 768px) {
  .art_r table {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
  }

  .art_r table th,
  .art_r table td {
    padding: 8px 50px;
  }
}

.art_r .cell_col {
  color: #fff;
  background-color: #012169;
}

@media screen and (max-width: 980px) {
  .side_only_pc {
    display: none !important;
  }
}

.published_list {
  margin: 20px 0 !important;
}

.published_list > li {
  border-bottom: 1px solid #ddd !important;
}

.published_list article {
  padding: 10px 20px;
}

.published_list .date {
  font-size: 1.1em;
}

.published_list .hedline {
  margin-top: 10px;
  font-size: 1.2em;
}

@media screen and (min-width: 768px) {
  .published_list {
    margin: 50px 0 !important;
  }

  .published_list article {
    padding: 20px 20px;
  }

  .published_list .date {
    font-size: 1.1em;
  }

  .published_list .hedline {
    margin-top: 20px;
    font-size: 1.2em;
  }
}

.year_list [aria-current=page] {
  color: #EA7600 !important;
}

.year_list li a {
  position: relative;
}

.year_list li a::after {
  content: "\5E74";
}

.year_list li a:hover {
  opacity: 0.5;
  transition: 0.2s;
}

.silver_news {
  display: block;
  padding: 15px 30px;
  border: 1px solid #cccccc;
  margin-bottom: 30px;
}

.silver_news:hover {
  opacity: 0.5;
  transition: 0.2s;
}

.silver_news img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.publish_btm {
  margin-top: 80px;
}

.publish_btm span {
  display: block;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #012169;
}

.publish_btm span::after {
  display: block;
  content: "";
  width: 2.5em;
  margin: 0 auto;
  margin-top: 0.5em;
  border-bottom: 2px solid #EA7600;
}

.publish_btm .year_list {
  width: 80%;
  margin: 20px auto;
  border: 1px solid #cccccc;
  background: none;
  padding: 0;
}

.publish_btm .year_list li {
  display: block;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}

.publish_btm .year_list li a {
  display: block;
  padding: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #012169;
  text-decoration: none;
}

.publish_btm .year_list li:last-child {
  border: none;
}

.publish_btm .silver_news {
  width: 80%;
  padding: 10px 20px;
  margin: 20px auto;
}

.reset-article * {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 155%;
}

.reset-article p {
  color: black;
  font-size: 1.6rem;
  margin-top: unset;
}

.reset-article ul {
  max-width: none;
  margin: 0;
  padding: 0;
  background-color: unset;
}

.reset-article ul li {
  font-size: 1.6rem;
  color: black;
  list-style: none;
  margin-top: 0;
}

.reset-article h2.basedTtl {
  margin-top: unset;
  font-size: 2.2rem;
  font-weight: bold;
  border: unset;
}

.reset-article h3.basedTtl {
  font-weight: bold;
}

.reset-article h4 {
  font-weight: bold;
  color: black;
}

.reset-article .innerLinks li a {
  color: black;
}

.reset-article .innerLinks li a:hover {
  color: #ff6400;
}

.reset-article table {
  max-width: unset;
}

.reset-article table tr,
.reset-article table td {
  border: unset;
}

.reset-article img {
  max-width: unset;
  max-height: unset;
}

.reset-article section {
  margin-bottom: 60px;
}

.reset-article .ancarSection a {
  color: black;
}

.reset-article .ancarSection a:hover {
  color: #ff6400;
}

.art_static #bedsore .ancarSection .twinBox .innerFrame h4,
.art_static #dementia .ancarSection .twinBox .innerFrame h4 {
  margin: 0;
}

.art_static #bedsore .ancarSection .twinBox .innerFrame li:first-child,
.art_static #dementia .ancarSection .twinBox .innerFrame li:first-child {
  margin-left: 1em;
}

.art_static #bedsore .ancarSection .leftBox .discList li:first-child,
.art_static #dementia .ancarSection .leftBox .discList li:first-child {
  margin-left: 1.25em;
}

.art_static #bedsore .ancarSection #chartImg .scrollImg img,
.art_static #dementia .ancarSection #chartImg .scrollImg img {
  width: unset;
}

.breadcrumb_pl {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em 0;
}

.breadcrumb_pl_single {
  max-width: 1300px;
  margin: 0 auto;
}

.breadcrumb_pl li {
  font-size: .75rem;
}

@media screen and (min-width: 768px) {
  .breadcrumb_pl li {
    font-size: 1.2rem;
  }
}

.breadcrumb_pl li:not(:last-child)::after {
  content: "\E90B";
  font-family: "ycota_ift";
  margin: 0 0.5em;
}

.breadcrumb_pl li:last-child a {
  pointer-events: none;
}

#mainBody .breadcrumb_pl,
.art_top .breadcrumb_pl {
  display: none;
}

.breadcrumb_art {
  padding-left: 1em;
  padding-right: 1em;
}

.breadcrumb_pl2 {
  margin-top: 10px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em 0;
}

@media screen and (min-width: 768px) {
  .breadcrumb_pl2 {
    display: none;
  }
}

.art_top .breadcrumb_pl2 {
  padding: 0 5%;
}

.pad_5 {
  padding: 0 5%;
}

.columnWrapper {
  padding: 0 15px 0;
}

.columnLists_img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 86px;
}

.columnLists {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 295px));
  gap: 30px;
  margin: 30px 0 30px !important;
  padding: 0;
}

.columnLists article a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: black !important;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.columnLists article a figure {
  border: none;
  border-style: none;
  height: 86px;
}

.columnLists article a img {
  border: none;
  border-style: none;
}

.columnLists article a:hover {
  color: #EA7600 !important;
}

.columnLists_imgWrapper {
  width: 25%;
  margin: 0;
}

.columnLists_img {
  width: 100%;
  height: auto;
}

.columnLists_body {
  padding: 10px 0;
  width: 70%;
}

.columnLists_body_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
  font-size: 16px;
}

.columnLists_body_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}

.columnLists_body_category {
  padding: 2px 15px;
  border-radius: 5px;
  background-color: #36bead;
  color: white;
  font-weight: bold;
}

.columnLists_body_date {
  color: gray;
}

.paging-area {
  margin-bottom: 30px;
  text-align: center;
}

.paging-area .page-numbers {
  display: inline-block;
  overflow: hidden;
  border: 1px solid #012169;
  color: #012169;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}

.paging-area a:hover {
  color: #EA7600;
}

.paging-area .current {
  background-color: #012169;
  color: white;
}

.cat-height {
  width: 100%;
  height: 70%;
}

.cat-height img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.cat-center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cat-br {
    display: none;
  }
}

.img-point {
  background-image: url(/images/point/titlebg.png) !important;
}

/* テーブル共通見出し */
.art_r .table-heading {
  padding: 20px 10px;
  background-color: #012169;
  color: #fff;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
}

/* 水平テーブル */
.art_r .horizontal-table {
  border: 1px solid #cccccc;
}

.art_r .horizontal-table__inner {
  width: 100%;
  /* 既存スタイル打ち消し */
  margin: 0;
  max-width: none;
}

.art_r .horizontal-table__header {
  width: 20%;
  padding: 15px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  vertical-align: middle;
  /* 既存スタイル打ち消し */
  color: #0c1544;
}

.art_r .horizontal-table__text {
  padding: 15px;
  border-bottom: 1px solid #cccccc;
  /* 既存スタイル打ち消し */
  color: #0c1544;
}

.art_r .horizontal-table__row:last-child .horizontal-table__header,
.art_r .horizontal-table__row:last-child .horizontal-table__text {
  border-bottom-width: 0;
}

@media screen and (max-width:768px) {
  .art_r .horizontal-table__header-md-half {
    width: 50%;
  }
}

/* 垂直テーブル */
.art_r .vertical-table {
  border: 1px solid #cccccc;
}

.art_r .vertical-table--scroll {
  overflow-x: scroll;
}

.art_r .vertical-table__inner {
  width: 100%;
  text-align: center;
  table-layout: fixed;
  /* 既存スタイル打ち消し */
  margin: 0;
  max-width: none;
}

/* vertical-table__innerとは別で指定 */
.art_r .vertical-table__inner--scroll {
  width: 100%;
  text-align: center;
  overflow: auto;
  white-space: nowrap;
}

.art_r .vertical-table__header-row {
  background-color: #f2f2f2;
}

.art_r .vertical-table__header-row--border {
  border: 1px solid #cccccc;
}

.art_r .vertical-table__header {
  padding: 15px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  vertical-align: middle;
  /* 既存スタイル打ち消し */
  color: #0c1544;
}

.art_r .vertical-table__text {
  padding: 15px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  vertical-align: middle;
  /* 既存スタイル打ち消し */
  color: #0c1544;
}

/* データを右寄せにする */
.art_r .vertical-table__text--right {
  text-align: right;
}

/* データの左側余白を多めに指定 */
.art_r .vertical-table__text--left-padding-twice {
  padding: 15px 15px 15px 30px;
}

/* データの余白を少なめに指定 */
.art_r .vertical-table__text--small-padding {
  padding: 8px;
}

.art_r .vertical-table__header:last-child,
.art_r .vertical-table__text:last-child {
  border-right-width: 0;
}

.art_r .vertical-table__body-row:last-child .vertical-table__text {
  border-bottom-width: 0;
}

/* 交差テーブル */
.art_r .cross-table {
  border: 1px solid #cccccc;
}

.art_r .cross-table__inner {
  width: 100%;
  text-align: center;
  table-layout: fixed;
  /* 既存スタイル打ち消し */
  margin: 0;
  max-width: none;
}

.art_r .cross-table__header {
  padding: 15px;
  background-color: #f2f2f2;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  vertical-align: middle;
  /* 既存スタイル打ち消し */
  color: #0c1544;
}

.art_r .cross-table__header-blue {
  background-color: #012169;
  color: #fff;
}

/* テーブルヘッダーの余白を少なめに指定 */
.art_r .cross-table--header--small-padding {
  padding: 8px;
}

.art_r .cross-table__text {
  padding: 15px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  vertical-align: middle;
  /* 既存スタイル打ち消し */
  color: #0c1544;
}

.art_r .cross-table__header:last-child,
.art_r .cross-table__text:last-child {
  border-right-width: 0;
}

.art_r .cross-table__header.spanlast:last-child,
.art_r .cross-table__text.spanlast:last-child {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.art_r .cross-table__body-row:last-child .cross-table__header,
.art_r .cross-table__body-row:last-child .cross-table__text {
  border-bottom-width: 0;
}

/******************************************
  ライター情報
  （一括適用のcssを打ち消すため、場合によっては二重クラスで定義）
******************************************/
.writer {
  border: 1px solid #cccccc;
  padding: 2rem;
  display: flex;
}

.writer__img-wrapper {
  flex: 0 1 40%;
  margin-right: 3%;
}

.writer__img-wrapper .writer__img {
  width: 100%;
}

.writer .writer__header {
  display: flex;
  align-items: center;
}

.writer__body {
  flex: 1;
}

.writer__icon {
  background-color: #012169;
  padding: 1rem;
  text-align: center;
  width: 100px;
}

.writer__icon-text {
  color: #ffffff;
  font-weight: bold;
}

.writer .writer__name {
  font-size: 2.5rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .writer__img-wrapper {
      flex: 0 1 30%;
  }

  .writer__img-wrapper .writer__img {
      height: auto;
      max-height: 150px;
  }

  .writer .writer__name {
      font-size: 1.75rem;
      font-weight: bold;
  }

  .writer__icon {
      width: 100px;
      padding: 0.5rem;
  }

  .writer .writer__title {
      font-size: 1.4rem;
  }

  .writer .writer__text {
      margin-top: 0;
  }
}

.marker-normal {
    background: linear-gradient(transparent 75%, #dcb5d0 75%);
}
.marker-bold {
    background: linear-gradient(transparent 50%, #dcb5d0 50%);
}


/******************************************
  参考事例
******************************************/

.jireibox {
    width: 100%;
    margin: 40px 0; 
}

.art_r .jireibox h3, .art_r .jireibox h4, .art_r .jireibox p {
    margin: 0;
    padding: 0;
}

.art_r .jireibox a {
  color: inherit;
  text-decoration: none;
  transition: all 0.4s;
}

.art_r .jireibox a:hover {
  opacity: 0.7;
} 

.art_r .jireibox ul {
  margin: 0;
  padding: 0;
}

.art_r .jireibox ul li {
  list-style-type: none;
  list-style-position: inside;
  padding-left: 0;
  text-indent: 0;
}

h3.jireibox__title {
    width: 296px;
    height: 44px;
    color: #FFF;
    font-size: 27px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    background-color: #012169;
    border-radius: 6px 6px 0 0;
}

h3.jireibox__title::before { content: unset; }

.art_r .jireibox ul.jireibox__container {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    background-color: #FFF;
    border: 2px solid #012169;
    border-radius: 0 5px 5px 5px;
    padding: 20px 20px 0 20px;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.art_r ul.jireibox__container li {
    font-size: 2.0rem;
}

.art_r ul.jireibox__container li.jireibox__user, .art_r ul.jireibox__container li.jireibox__item {
    width: 435px;
}

.art_r ul.jireibox__container li.jireibox__onayami, .art_r ul.jireibox__container li.jireibox__after {
    width: 475px;
}

.art_r ul.jireibox__container li.jireibox__user {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 25px;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}

.art_r ul.jireibox__container .jireibox__user__illust {
    width: 120px;
    height: 120px;
}

.art_r ul.jireibox__container .jireibox__user__illust img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.art_r ul.jireibox__container .jireibox__user__txtarea {
  width: 300px;
}

.art_r h4.jireibox__user__txtarea__info {
  width: 100%;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 0;
}

p.jireibox__user__txtarea__note {
  width: 100%;
  color: #000;
  font-size: 25px;
  line-height: 1.4em;
  margin-bottom: 0;
}

.art_r ul.jireibox__container li.jireibox__onayami {
    display: flex;
    display: -webkit-flex;
    background-color: #E6E6E6;
    border-radius: 4px;
    margin-bottom: 25px;
    padding: 15px 20px 15px 15px;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

h4.jireibox__onayami__illust {
    width: 96px;
    height: 94px;
    background:url('../images/point/jireibox_onayami_illust.png') center top no-repeat;
    background-size: contain;
    line-height: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

p.jireibox__onayami__txt {
    width: 326px;
    font-size: 2.0rem;
    line-height: 1.5em;
    margin: 0;
}

.art_r .jireibox h4.jireibox__item__title {
    width: 250px;
    height: 44px;
    color: #FFF;
    font-size: 27px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    background-color: #012169;
    border-radius: 6px;
    margin-bottom: 15px;
}

.jireibox__item__itemarea {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.jireibox__item__image {
    width: 140px;
    height: 140px;
    aspect-ratio: 1 / 1;
}

.jireibox__item__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.jireibox__item__detail {
    width: calc(100% - 160px);
}

.jireibox__item__title {
    width: 100%;
    min-height: 23px;
    font-size: 2.0rem;
    line-height: 1.2em;
    font-weight: 700;
    border-left: 3px solid #EA7600;
    margin-bottom: 15px;
    padding-left: 10px;
}

.jireibox__item__prices { width: 100%; }
        
dl.jireibox__item__price--container {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    border-bottom: 2px solid #C8C8C8;
    padding: 0 0 5px 0;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
            
dt.jireibox__item__price--category {
    width: 115px;
    height: 17px;
    font-size: 17px;
    font-weight: 700;
    line-height: 17px;
    padding: 0 0 0 3px;
}
            
dd.jireibox__item__price--value {
    width: calc(100% - 115px);
    height: 17px;
    font-size: 17px;
    font-weight: 700;
    line-height: 17px;
    text-align: right;
}

dd.jireibox__item__price--value span { font-size: 19px; }
            
dl.jireibox__item__price--container.kaiho {
    border-bottom: none;
}

dl.jireibox__item__price--container.kaiho dt.jireibox__item__price--category {
    width: 115px;
    height: 48px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.1em;
    border-bottom: 2px solid #EA7600;
    padding: 0 0 0 3px;
}
                
dl.jireibox__item__price--container.kaiho dd.jireibox__item__price--value {
    width: calc(100% - 115px);
    height: 48px;
    color: #012169;
    font-size: 21px;
    line-height: 35px;
    border-bottom: 2px solid #C8C8C8;
    text-align: right;
}
                
dl.jireibox__item__price--container.kaiho dd.jireibox__item__price--value span {
    font-size: 35px;
}

.jireibox__after {
    margin-bottom: 0;
}

.jireibox__after__txtarea {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    margin-bottom: 25px;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

h4.jireibox__after__txtarea__illust {
    width: 110px;
    height: 94px;
    background:url('../images/point/jireibox_after_illust.png') center top no-repeat;
    background-size: contain;
    margin-left: 5px;
    line-height: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

p.jireibox__after__txtarea__txt {
    width: 346px;
    font-size: 2.0rem;
    line-height: 1.5em;
    margin: 0;
}

dl.jireibox__after__btnarea {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    margin-bottom: 25px;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

dl.jireibox__after__btnarea dt { width: 302px;}
dl.jireibox__after__btnarea dd { width: 155px;}

dl.jireibox__after__btnarea dt a {
    display: block;
    width: 100%;
    height: 58px;
    color: #FFF !important;
    font-size: 22px;
    font-weight: 700;
    background: linear-gradient(to bottom, #EE9133, #EA7600);
    border-radius: 8px;
    box-shadow: 3px 3px 0px rgba(0,0,0,1);
    line-height: 58px;
    text-align: center;
}

dl.jireibox__after__btnarea dd a {
    display: block;
    width: 100%;
    height: 56px;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    background: linear-gradient(to bottom, #FAFAFA, #E6E6E6);
    border: 1px solid #000;
    border-radius: 8px;
    box-shadow: 3px 3px 0px rgba(0,0,0,1);
    line-height: 56px;
    text-align: center;
}


@media screen and (max-width: 768px) {
  .jireibox {
    width: 100%;
    margin: 20px 0; 
}

h3.jireibox__title {
    width: 218px;
    height: 35px;
    font-size: 20px;
    line-height: 34px;
    border-radius: 5px 5px 0 0;
}

.art_r .jireibox ul.jireibox__container {
    width: 100%;
    border-radius: 0 5px 5px 5px;
    padding: 10px 10px 0 10px;
}

.art_r ul.jireibox__container li {
    font-size: 1.6rem;
}

.art_r ul.jireibox__container li.jireibox__user, .art_r ul.jireibox__container li.jireibox__item {
    width: 100%;
}

.art_r ul.jireibox__container li.jireibox__onayami, .art_r ul.jireibox__container li.jireibox__after {
    width: 100%;
}

.art_r ul.jireibox__container li.jireibox__user {
    margin-bottom: 7px;
}

.art_r ul.jireibox__container .jireibox__user__illust {
    width: 65px;
    height: 65px;
}

.art_r ul.jireibox__container .jireibox__user__txtarea {
  width: calc(100% - 75px);
}

.art_r h4.jireibox__user__txtarea__info {
  font-size: 17px;
  line-height: 1.4em;
  margin-bottom: 0;
}

p.jireibox__user__txtarea__note {
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 0;
}

.art_r ul.jireibox__container li.jireibox__onayami {
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 7px;
}

h4.jireibox__onayami__illust {
    width: 45px;
    height: 55px;
    background:url('../images/point/jireibox_onayami_illust.png') center top no-repeat;
    background-size: contain;
}

p.jireibox__onayami__txt {
    width: calc(100% - 51px);
    font-size: 1.5rem;
    line-height: 1.4em;
}

.art_r .jireibox h4.jireibox__item__title {
    width: 170px;
    height: 28px;
    font-size: 18px;
    line-height: 27px;
    border-radius: 4px;
    margin-bottom: 7px;
}

.jireibox__item__image {
    width: 100px;
    height: 100%;
}

.jireibox__item__detail {
    width: calc(100% - 115px);
}

.jireibox__item__title {
    min-height: 17px;
    font-size: 15px;
    line-height: 1.2em;
    border-left: 2px solid #EA7600;
    margin-bottom: 7px;
    padding-left: 7px;
}
        
dl.jireibox__item__price--container {
    width: 100%;
    border-bottom: 2px solid #C8C8C8;
    padding: 0 0 5px 0;
}
            
dt.jireibox__item__price--category {
    width: 85px;
    height: 14px;
    font-size: 13px;
    line-height: 17px;
    padding: 0 0 0 3px;
}
            
dd.jireibox__item__price--value {
    width: calc(100% - 85px);
    height: 14px;
    font-size: 13px;
    line-height: 17px;
}

dd.jireibox__item__price--value span { font-size: 16px; }

dl.jireibox__item__price--container.kaiho dt.jireibox__item__price--category {
    width: 85px;
    height: 35px;
    font-size: 13px;
    line-height: 1.1em;
    padding: 0 0 0 3px;
}
                
dl.jireibox__item__price--container.kaiho dd.jireibox__item__price--value {
    width: calc(100% - 85px);
    height: 35px;
    font-size: 16px;
    line-height: 26px;
}
                
dl.jireibox__item__price--container.kaiho dd.jireibox__item__price--value span {
    font-size: 26px;
}

.jireibox__after__txtarea {
    width: 100%;
    margin-bottom: 13px;
}

h4.jireibox__after__txtarea__illust {
    width: 45px;
    height: 55px;
    background:url('../images/point/jireibox_after_illust.png') center top no-repeat;
    background-size: contain;
}

p.jireibox__after__txtarea__txt {
    width: calc(100% - 55px);
    font-size: 1.5rem;
    line-height: 1.4em;
    margin: 0;
}

dl.jireibox__after__btnarea {
    width: 100%;
    margin-bottom: 10px;
}

dl.jireibox__after__btnarea dt { width: 65%;}
dl.jireibox__after__btnarea dd { width: 32%;}

dl.jireibox__after__btnarea dt a {
    width: 100%;
    height: 40px;
    font-size: 15px;
    letter-spacing: 0;
    border-radius: 5px;
    box-shadow: 2px 2px 0px rgba(0,0,0,1);
    line-height: 39px;
}

dl.jireibox__after__btnarea dd a {
    width: 100%;
    height: 40px;
    font-size: 15px;
    border: 1px solid #000;
    border-radius: 5px;
    box-shadow: 2px 2px 0px rgba(0,0,0,1);
    line-height: 39px;
}
}