@charset "UTF-8";
.post-wrap .clearfix:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}

.post-wrap .clearfix > [data-match] {
  float: left;
  width: 100%;
}

.post-wrap .c-title__switch--button[href], .post-wrap .c-title__switch--button[data-hv] {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-wrap .c-title__switch--button[href]:hover, .post-wrap .c-title__switch--button[data-hv]:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

.post-wrap .c-flex--001, .post-wrap .dl_box .btn div, .post-wrap .profile, .post-wrap .col-row, .post-wrap .col-2, .post-wrap .col-3, .post-wrap .col-4, .post-wrap .col-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.post-wrap .c-flex--001 > *, .post-wrap .dl_box .btn div > *, .post-wrap .profile > *, .post-wrap .col-row > *, .post-wrap .col-2 > *, .post-wrap .col-3 > *, .post-wrap .col-4 > *, .post-wrap .col-5 > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.post-wrap > ul li:not([class*="m-list01"]):before, .post-wrap ul.list-bullet-01 > li::after, .post-wrap ul.link-list > li::after {
  font-family: "Font Awesome 5 Free";
}

.post-wrap {
  /*=====================================
  flexプロパティ
  =====================================*/
  /*========== check_box ==========*/
  /*========== PLI用スタイル ==========*/
}

.post-wrap > *:first-child {
  margin-top: 0;
}

.post-wrap h2, .post-wrap h3, .post-wrap h4, .post-wrap h5, .post-wrap h6 {
  margin-bottom: 1em;
  margin-top: 2em;
  position: relative;
}

.post-wrap h2, .post-wrap h3, .post-wrap h4 {
  font-weight: normal;
}

.post-wrap h2, .post-wrap h3, .post-wrap h4, .post-wrap h5 {
  line-height: 1.4;
}

.post-wrap h2:not([class*="m-title"]) {
  padding-bottom: .6em;
  font-size: 1.5rem;
}

.post-wrap h2:not([class*="m-title"]):before {
  background: #c19a5b;
  max-width: 100px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.2em;
  height: 3px;
  z-index: 1;
}

.post-wrap h2:not([class*="m-title"]):after {
  background: #97999b;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 0;
}

.post-wrap h3:not([class*="m-title"]) {
  padding: .4em 0 .4em 1em;
  font-size: 1.125rem;
}

.post-wrap h3:not([class*="m-title"]):before, .post-wrap h3:not([class*="m-title"]):after {
  width: 4px;
  top: 0;
}

.post-wrap h3:not([class*="m-title"]):before {
  background: #c19a5b;
  max-width: 100px;
  content: "";
  position: absolute;
  left: 0;
  height: 4px;
  z-index: 1;
}

.post-wrap h3:not([class*="m-title"]):after {
  background: #97999b;
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  z-index: 0;
}

.post-wrap h4:not([class*="m-title"]), .post-wrap h5:not([class*="m-title"]), .post-wrap h6:not([class*="m-title"]) {
  font-weight: bold;
}

.post-wrap > * + * {
  margin-top: 1em;
}

.post-wrap .scroll {
  overflow: auto;
}

.post-wrap .scroll * + * {
  margin-top: 1em;
}

.post-wrap .scroll table * + *:not([class*="marginT"]) {
  margin-top: 0;
}

.post-wrap table {
  border-right: solid 1px #97999b;
  border-bottom: solid 1px #97999b;
  width: 100%;
}

.post-wrap table th, .post-wrap table td {
  padding: 1em;
  border-top: solid 1px #97999b;
  border-left: solid 1px #97999b;
  vertical-align: middle;
}

.post-wrap table th {
  background: #efeadc;
  font-weight: bold;
  white-space: nowrap;
}

.post-wrap table h2, .post-wrap table h3, .post-wrap table h4, .post-wrap table h5, .post-wrap table h6 {
  margin-top: 1em;
}

.post-wrap p a {
  color: #00bfb3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-wrap p a:hover {
  color: #c19a5b;
}

.post-wrap > ul li:not([class*="m-list01"]) {
  position: relative;
  padding-left: 1.6em;
}

.post-wrap > ul li:not([class*="m-list01"]):before {
  display: block;
  color: #999999;
  font-weight: bold;
  content: "\f068";
  position: absolute;
  top: 0;
  left: 0;
}

.post-wrap ol {
  counter-reset: li;
  padding: 1.0em;
  border: 1px solid #999999;
}

.post-wrap ol li {
  position: relative;
  padding-left: 2.0em;
}

.post-wrap ol li::before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 1.4em;
  height: 1.4em;
  z-index: 1;
  counter-increment: li;
  content: counter(li);
  color: #999999;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #999999;
  font-size: 0.75rem;
}

.post-wrap ol li:not(:last-of-type) {
  margin-bottom: .6em;
}

.post-wrap ol li a {
  color: #00bfb3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-wrap ol li a:hover {
  color: #c19a5b;
}

.post-wrap blockquote,
.post-wrap .borderbox {
  padding: 1.0em 1.6em;
  border: 1px solid #d9d9d6;
}

.post-wrap blockquote > *,
.post-wrap .borderbox > * {
  margin-top: 0;
}

.post-wrap blockquote > * + *,
.post-wrap .borderbox > * + * {
  margin-top: 1.0em;
}

.post-wrap hr:not(.hr) {
  display: none;
}

.post-wrap .js-close-graph, .post-wrap .js-open-graph:not([data-graph-no]) {
  display: none;
}

.post-wrap .c-flex--001 {
  margin-left: -10px;
  margin-right: -10px;
}

.post-wrap .c-flex--001 > * {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
  padding: 10px;
  margin-top: 0;
}

.post-wrap .c-flex--001 > img {
  width: 33.3%;
  -ms-flex-item-align: center;
      align-self: center;
}

.post-wrap .c-flex--002 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.post-wrap .c-title__switch--button {
  text-align: center;
  padding: .6em 1em;
  border: solid 1px #c19a5b;
  position: relative;
}

.post-wrap .c-title__switch--button:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  width: .4em;
  height: .4em;
  z-index: 1;
  margin-left: .6em;
  border-top: solid 2px #c19a5b;
  border-right: solid 2px #c19a5b;
  -webkit-transform: translateY(-70%) rotate(135deg);
          transform: translateY(-70%) rotate(135deg);
}

.post-wrap .c-title__switch--button.open:after {
  -webkit-transform: translateY(-30%) rotate(-45deg);
          transform: translateY(-30%) rotate(-45deg);
}

.post-wrap .dl_box {
  margin: 0 auto 10px;
}

.post-wrap .dl_box .txt {
  font-weight: bold;
  font-size: 1.125rem;
  margin-top: 1em;
}

.post-wrap .dl_box .btn div {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.post-wrap .dl_box .btn div > * {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.post-wrap .dl_box .btn p {
  padding-right: 1em;
}

.post-wrap .dl_box .btn a {
  background: #faf9f5;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: .8em 1em;
  border: solid 1px #c19a5b;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-wrap .dl_box .btn a:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2em;
  height: 2em;
  z-index: 1;
  background: url(../img/common/icon_arrow01.svg) no-repeat center;
  background-size: contain !important;
}

.post-wrap .dl_box .btn a p {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-wrap .dl_box .btn a:hover {
  background: #efeadc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-wrap .dl_box .btn a:hover p {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-wrap .dl_box [src*="icon_pdf01.svg"] {
  -ms-flex-preferred-size: 1.2em;
      flex-basis: 1.2em;
  max-width: 1.2em;
  width: 1.2em;
}

.post-wrap .dl_box + [style*="-35px"] {
  margin-top: 0 !important;
}

.post-wrap .fl-imgright {
  float: right;
  margin: 0 0 1.5em 3em;
}

.post-wrap .fl-imgright > *[style*="top: -1em"] {
  margin-top: 0 !important;
}

.post-wrap .fl-imgright > *[style*="font-size: 2em"] {
  font-size: 0.875rem !important;
}

.post-wrap .fl-imgleft {
  float: left;
  margin: 0 3em 1.5em 0;
}

.post-wrap .fl-imgleft > *[style*="top: -1em"] {
  margin-top: 0 !important;
}

.post-wrap .fl-imgleft > *[style*="font-size: 2em"] {
  font-size: 0.875rem !important;
}

.post-wrap p + .fl-imgright, .post-wrap p + .fl-imgleft {
  margin-top: 1.0em;
}

.post-wrap .article-date {
  font-weight: bold;
}

.post-wrap .u-fontWeight--bold {
  font-weight: bold;
}

.post-wrap .c-title__switch.u-paddingB--0 {
  padding-bottom: 0;
}

.post-wrap .u-textAlign--center {
  text-align: center;
}

.post-wrap .u-paddingB--0 {
  padding-bottom: 0;
}

.post-wrap .u-paddingB--10px {
  padding-bottom: 10px;
}

.post-wrap .u-paddingB--15px {
  padding-bottom: 15px;
}

.post-wrap .u-paddingL--10px {
  padding-left: 10px;
}

.post-wrap .u-paddingL--1em {
  padding-left: 1em;
}

.post-wrap .u-marginT--0 {
  margin-top: 0;
}

.post-wrap .u-marginT--10px {
  margin-top: 10px !important;
}

.post-wrap .u-marginT--20px {
  margin-top: 20px;
}

.post-wrap .u-fontWeight--bold {
  font-weight: bold;
}

.post-wrap .u-width--95px {
  width: 95px;
}

.post-wrap .c-link01 {
  color: #00bfb3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-wrap .c-link01:hover {
  color: #c19a5b;
}

.post-wrap .profile {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3em 0;
}

.post-wrap .profile_L {
  width: 200px;
  margin-right: 60px;
}

.post-wrap .profile_L img {
  width: 100%;
  max-width: 200px;
  border: 1px solid #ededed;
  border-radius: 50%;
}

.post-wrap .profile_R {
  width: calc(100% - 260px);
}

.post-wrap .profile .position {
  margin-bottom: .25em;
  font-size: 0.875rem;
}

.post-wrap .profile .name {
  font-weight: bold;
  font-size: 1.125rem;
}

.post-wrap + .column_sns_R {
  margin-top: 2.0em;
}

.post-wrap .css_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-wrap .css_justifyC {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.post-wrap .css_justifySB {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.post-wrap .css_alignC {
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.post-wrap .css_flex .flex_inr01 {
  width: 245px;
}

.post-wrap .css_flex .flex_inr01 img {
  border: 1px solid #d9d9d6;
}

.post-wrap .css_flex .flex_inr02 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-wrap: break-word;
  padding-left: 30px;
}

.post-wrap .common-bg-gray {
  background-color: #fafafa;
}

.post-wrap .align-r, .post-wrap table.align-r th, .post-wrap table.align-r td, .post-wrap thead.align-r > tr > *, .post-wrap tbody.align-r > tr > *, .post-wrap tr.align-r > th, .post-wrap tr.align-r > td {
  text-align: right !important;
}

.post-wrap .align-c, .post-wrap table.align-c th, .post-wrap table.align-c td, .post-wrap thead.align-c > tr > *, .post-wrap tbody.align-c > tr > *, .post-wrap tr.align-c > th, .post-wrap tr.align-c > td {
  text-align: center !important;
}

.post-wrap .image-full {
  text-align: center;
}

.post-wrap ul.list-bullet > li {
  position: relative;
  padding-left: 1.6em;
}

.post-wrap ul.list-bullet > li::after {
  background: #000;
  position: absolute;
  top: .66em;
  left: 8px;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
}

.post-wrap ul.list-bullet > li::before {
  content: none;
}

.post-wrap ul.list-bullet > li + li {
  margin-top: .6em;
}

.post-wrap ul.list-bullet > li a {
  color: #00bfb3;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-wrap ul.list-bullet > li a:hover {
  color: #c19a5b;
}

.post-wrap ul.list-bullet > li > ul {
  margin-top: .6em;
}

.post-wrap ul.list-bullet-01 > li, .post-wrap ul.link-list > li {
  position: relative;
  padding-left: 1.6em;
}

.post-wrap ul.list-bullet-01 > li::after, .post-wrap ul.link-list > li::after {
  display: block;
  color: #97999b;
  font-weight: bold;
  content: "\f054";
  position: absolute;
  top: 0;
  left: 0;
}

.post-wrap ul.list-bullet-01 > li::before, .post-wrap ul.link-list > li::before {
  content: none;
}

.post-wrap ul.list-bullet-01 > li + li, .post-wrap ul.link-list > li + li {
  margin-top: .6em;
}

.post-wrap ul.list-bullet-01 > li a, .post-wrap ul.link-list > li a {
  color: #00bfb3;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-wrap ul.list-bullet-01 > li a:hover, .post-wrap ul.link-list > li a:hover {
  color: #c19a5b;
}

.post-wrap ul.notice-list > li {
  padding: 0;
}

.post-wrap ul.notice-list > li::before {
  content: none;
}

.post-wrap ul.notice-list > li + li {
  margin-top: .6em;
}

.post-wrap h2:nth-child(1) {
  margin-top: 0;
}

.post-wrap .block-lead {
  padding: 2.0em;
  text-align: justify;
  font-size: 1.125rem;
}

.post-wrap .box > h3:nth-child(1), .post-wrap .box-01 > h3:nth-child(1), .post-wrap .box-02 > h3:nth-child(1), .post-wrap .box-03 > h3:nth-child(1), .post-wrap .box-04 > h3:nth-child(1) {
  margin-top: 0;
}

.post-wrap .box, .post-wrap .box-01, .post-wrap .box-02, .post-wrap .box-03, .post-wrap .box-04 {
  padding: 1.0em 1.5em;
  background: #ffffff;
  border: 1px solid #999999;
}

.post-wrap .box > * + *, .post-wrap .box-01 > * + *, .post-wrap .box-02 > * + *, .post-wrap .box-03 > * + *, .post-wrap .box-04 > * + * {
  margin-top: 0.5em;
}

.post-wrap .box-01 {
  border-color: #ffb810;
}

.post-wrap .box-02 {
  border-color: #002855;
}

.post-wrap .box-03 {
  border-color: #00bfb3;
}

.post-wrap .box-04 {
  border-color: #ab2328;
}

.post-wrap .image-full .caption, .post-wrap .image .caption, .post-wrap .box .caption, .post-wrap .col .caption {
  display: block;
  font-size: 0.875rem;
}

.post-wrap .image-left, .post-wrap .image-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.post-wrap .image-left > .col, .post-wrap .image-right > .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 1%;
          flex: 1 1 1%;
}

.post-wrap .image-left > .col > *:first-child, .post-wrap .image-left > .col > h3, .post-wrap .image-right > .col > *:first-child {
  margin-top: 0;
}

.post-wrap .image-left > .image, .post-wrap .image-right > .image {
  text-align: center;
}

.post-wrap .image-left > .image {
  margin-right: 2.0em;
}

.post-wrap .image-right > .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 2.0em;
}

.post-wrap .col-row, .post-wrap .col-2, .post-wrap .col-3, .post-wrap .col-4, .post-wrap .col-5 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -1.0em;
  margin-right: -1.0em;
}

.post-wrap .col-2 > .col, .post-wrap .col-2 > li {
  -webkit-box-flex: 50%;
      -ms-flex: 50% 0 0px;
          flex: 50% 0 0;
  padding: 0 1.0em;
}

.post-wrap [class^="col"] > .col-sm-3 {
  -webkit-box-flex: calc(100% * 3 / 12);
      -ms-flex: calc(100% * 3 / 12) 0 0px;
          flex: calc(100% * 3 / 12) 0 0;
  padding: 0 1.0em;
}

.post-wrap [class^="col"] > .col-sm-4 {
  -webkit-box-flex: calc(100% * 4 / 12);
      -ms-flex: calc(100% * 4 / 12) 0 0px;
          flex: calc(100% * 4 / 12) 0 0;
  padding: 0 1.0em;
}

.post-wrap [class^="col"] > .col-sm-5 {
  -webkit-box-flex: calc(100% * 5 / 12);
      -ms-flex: calc(100% * 5 / 12) 0 0px;
          flex: calc(100% * 5 / 12) 0 0;
  padding: 0 1.0em;
}

.post-wrap [class^="col"] > .col-sm-7 {
  -webkit-box-flex: calc(100% * 7 / 12);
      -ms-flex: calc(100% * 7 / 12) 0 0px;
          flex: calc(100% * 7 / 12) 0 0;
  padding: 0 1.0em;
}

.post-wrap [class^="col"] > .col-sm-8 {
  -webkit-box-flex: calc(100% * 8 / 12);
      -ms-flex: calc(100% * 8 / 12) 0 0px;
          flex: calc(100% * 8 / 12) 0 0;
  padding: 0 1.0em;
}

.post-wrap [class^="col"] > .col-sm-9 {
  -webkit-box-flex: calc(100% * 9 / 12);
      -ms-flex: calc(100% * 9 / 12) 0 0px;
          flex: calc(100% * 9 / 12) 0 0;
  padding: 0 1.0em;
}

.post-wrap .case-lead-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #53565a;
  padding: 20px 40px;
}

.post-wrap .case-lead-box__item {
  width: calc(50% - 10px);
  color: #ffffff;
}

.post-eval hr {
  position: relative;
  top: 26px;
  z-index: 1;
  border-color: #53565a;
}

.post-eval p {
  font-size: 16px;
  text-align: center;
  line-height: 1;
}

.post-eval .on_hr {
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 16px;
  background: white;
  width: 300px;
  position: relative;
  z-index: 2;
}

.post-eval .eval {
  margin: 20px auto 30px;
  max-width: 640px;
}

.post-eval .eval__buttonwrap {
  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-bottom: 30px;
}

.post-eval .eval__button01 {
  color: #c19a5b;
  font-size: 15px;
  font-weight: bold;
  padding: 0.5em;
  border: 1px solid #c19a5b;
  background: white;
  width: 48%;
  max-width: 300px;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

.post-eval .eval__button01 .icon {
  position: relative;
  bottom: -2px;
  left: 5px;
}

.post-eval .eval__button01 .icon_path {
  fill: #c19a5b;
}

.post-eval .eval__button01.active {
  pointer-events: none;
  color: white;
  background: #c19a5b;
}

.post-eval .eval__button01.active .icon_path {
  fill: white;
}

.post-eval .eval__button01[data-value="2"] {
  color: #999999;
  border-color: #999999;
}

.post-eval .eval__button01[data-value="2"] .icon {
  bottom: -4px;
}

.post-eval .eval__button01[data-value="2"] .icon_path {
  fill: #999999;
}

.post-eval .eval__button01[data-value="2"].active {
  color: white;
  background: #999999;
}

.post-eval .eval__button01[data-value="2"].active .icon_path {
  fill: white;
}

.post-eval .eval__button02 {
  display: block;
  color: white;
  font-weight: bold;
  border: none;
  background: #c19a5b;
  margin: auto;
  padding: 8px;
  width: 180px;
}

.post-eval .eval__button02:disabled {
  pointer-events: none;
}

.post-eval .eval__comment {
  position: relative;
  min-height: 36px;
}

.post-eval .eval__thanks {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.post-eval .eval__thanks.is_sent {
  opacity: 1;
}

.post-eval .eval__textwrap {
  position: relative;
  margin-bottom: 14px;
}

.post-eval .eval__textdummy {
  overflow: hidden;
  visibility: hidden;
  padding: 10px 15px;
  min-height: 70px;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  border: 1px solid;
  font-size: 16px;
  line-height: 1.5;
}

.post-eval .eval__textarea {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #53565a;
  color: inherit;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: inherit;
  resize: none;
}

.post-eval .eval__textarea:focus {
  -webkit-box-shadow: 0 0 0 1px #00b5e2;
          box-shadow: 0 0 0 1px #00b5e2;
  outline: 0;
}

.post-eval .result {
  display: none;
}

.post-eval .result__bar {
  position: relative;
  height: 12px;
  background: #efeadc;
  margin-bottom: 20px;
}

.post-eval .result__innerbar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: #c19a5b;
}

.post-eval .result__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.post-eval .result__summary > * {
  width: 50%;
}

.post-eval .result__text {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.post-eval .result__num {
  font-size: 22px;
  margin-left: 6px;
}

.post-eval .result__unit {
  font-size: 12px;
  margin-left: 3px;
}

.post-eval .result__rate {
  text-align: center;
  font-weight: bold;
  color: #999999;
}

.post-eval .result__good .result__rate {
  color: #c19a5b;
}

@media screen and (min-width: 1025px) {
  .post-wrap .sponly {
    display: none !important;
  }
  .post-wrap em, .post-wrap small {
    font-size: 0.75rem;
  }
  .post-wrap .c-flex--002 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .post-wrap .c-flex--002 .c-flex--002__item {
    width: 48%;
  }
  .post-wrap .u-marginT--0-pc {
    margin-top: 0;
  }
  .post-wrap .u-marginT--10px-pc {
    margin-top: 10px;
  }
  .post-wrap .u-marginT--20px-pc {
    margin-top: 20px;
  }
  .post-wrap .u-width--120px-pc {
    width: 120px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .post-wrap .sponly {
    display: none !important;
  }
  .post-wrap .c-flex--002 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 599px) {
  .post-wrap .pconly {
    display: none !important;
  }
  .post-wrap h2:not([class*="m-title"]) {
    font-size: 1.57143rem;
  }
  .post-wrap h3:not([class*="m-title"]) {
    font-size: 1.14286rem;
  }
  .post-wrap ol li::before {
    font-size: 0.71429rem;
  }
  .post-wrap .c-flex--001 {
    margin-left: 0;
    margin-right: 0;
  }
  .post-wrap .c-flex--001 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .post-wrap .c-flex--001 > img {
    width: 100%;
  }
  .post-wrap .fl-imgright {
    float: none;
    margin: 0px auto;
    width: 90%;
    text-align: center;
  }
  .post-wrap .fl-imgleft {
    float: none;
    margin: 0px auto;
    width: 90%;
    text-align: center;
  }
  .post-wrap .profile_L {
    width: 100%;
    margin-right: 0;
  }
  .post-wrap .profile_R {
    width: calc(70% - 20px);
  }
  .post-wrap .profile .position {
    font-size: 1rem;
  }
  .post-wrap .profile .name {
    font-size: 1.14286rem;
  }
  .post-wrap .block-lead {
    font-size: 1.14286rem;
  }
  .post-wrap .image-full .caption, .post-wrap .image .caption, .post-wrap .box .caption, .post-wrap .col .caption {
    font-size: 0.85714rem;
  }
  .post-wrap .image-left, .post-wrap .image-right {
    display: block;
  }
  .post-wrap .image-left > .image, .post-wrap .image-right > .image {
    margin-bottom: 1.0em;
  }
  .post-wrap .image-left > .image {
    margin-right: 0;
  }
  .post-wrap .image-right > .image {
    margin-left: 0;
  }
  .post-wrap .col-row, .post-wrap .col-2, .post-wrap .col-3, .post-wrap .col-4, .post-wrap .col-5 {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .post-wrap .col-row > .col, .post-wrap .col-row > li {
    -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
  }
  .post-wrap .col-row > .col:not(:first-of-type), .post-wrap .col-row > li:not(:first-of-type),
  .post-wrap .col-2 > .col:not(:first-of-type), .post-wrap .col-2 > li:not(:first-of-type) {
    margin-top: 1.0em;
  }
  .post-wrap .col-2 > .col, .post-wrap .col-2 > li {
    padding: 0;
  }
  .post-wrap [class^="col"] > .col-sm-3 {
    padding: 0;
  }
  .post-wrap [class^="col"] > .col-sm-4 {
    padding: 0;
  }
  .post-wrap [class^="col"] > .col-sm-5 {
    padding: 0;
  }
  .post-wrap [class^="col"] > .col-sm-7 {
    padding: 0;
  }
  .post-wrap [class^="col"] > .col-sm-8 {
    padding: 0;
  }
  .post-wrap [class^="col"] > .col-sm-9 {
    padding: 0;
  }
  .post-wrap .case-lead-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1em;
  }
  .post-wrap .case-lead-box__item {
    width: 100%;
  }
  .post-wrap .case-lead-box__item:not(::first-of-type) {
    margin-top: 1em;
  }
  .post-eval .eval__thanks {
    text-align: left;
    line-height: 1.5;
  }
  .post-eval .result__text {
    font-size: 13px;
  }
  .post-eval .result__num {
    font-size: 17px;
  }
  .post-eval .result__unit {
    font-size: 11px;
  }
}

@media screen and (max-width: 1024px) {
  .post-wrap em, .post-wrap small {
    font-size: 0.78571rem;
  }
  .post-wrap .c-flex--001 > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .post-wrap .c-flex--001 > img {
    width: 50%;
  }
  .post-wrap .css_flex {
    display: block;
  }
  .post-wrap .css_flex .flex_inr01,
  .post-wrap .css_flex .flex_inr02 {
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    word-wrap: inherit;
  }
}
