@media print, screen and (min-width: 900px) {
  .p-example-list {
    display: flex;
    flex-wrap: wrap; } }
@media only screen and (max-width: 899px) {
  .p-example-list li:not(:first-child) {
    margin-top: .4em; } }
@media print, screen and (min-width: 900px) {
  .p-example-list li {
    width: 48.5%;
    padding-top: .3em;
    padding-bottom: .3em; }
    .p-example-list li:nth-child(odd) {
      margin-right: 3%; }
    .p-example-list li:nth-child(2) ~ li {
      border-top: 1px dotted #c4c4c4; }
    .p-example-list li:before {
      top: 1.3em; } }

.p-report {
  background: #f7f5f0; }

.p-report-item {
  background: #fff; }
  @media only screen and (max-width: 899px) {
    .p-report-item {
      border-radius: 10px;
      overflow: hidden;
      margin-top: 20px; } }
  @media print, screen and (min-width: 900px) {
    .p-report-item {
      margin-top: 30px; } }

.p-report-head {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 899px) {
    .p-report-head {
      padding: 25px 15px 20px; } }
  @media print, screen and (min-width: 900px) {
    .p-report-head {
      padding: 40px 70px 0; } }

.p-report-head-txt {
  width: 75%; }

.p-report-head-ttl {
  font-weight: 400; }
  @media only screen and (max-width: 899px) {
    .p-report-head-ttl {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media print, screen and (min-width: 900px) {
    .p-report-head-ttl {
      font-size: 30px;
      font-size: 3rem; } }

.p-report-head-name {
  margin-top: .6em; }

.p-report-head-img {
  width: 25%;
  text-align: right; }

.p-report-body {
  display: none;
  border-top: 2px solid #ff7e00; }
  @media only screen and (max-width: 899px) {
    .p-report-body {
      padding: 20px 15px 0; } }
  @media print, screen and (min-width: 900px) {
    .p-report-body {
      padding: 40px 70px 60px; } }

.p-report-body-lead {
  margin: .5em 0; }
  .p-report-body-lead:first-child {
    margin-top: 0; }
  .p-report-body-lead:last-child {
    margin-bottom: 0; }

@media print, screen and (min-width: 900px) {
  .p-report-body-col2 {
    display: flex;
    justify-content: space-between; } }
@media print, screen and (min-width: 900px) {
  .p-report-body-col2 p {
    width: 68%; } }
.p-report-body-col2 figure {
  text-align: center; }
  @media only screen and (max-width: 899px) {
    .p-report-body-col2 figure {
      margin: 1em 0; } }
  @media print, screen and (min-width: 900px) {
    .p-report-body-col2 figure {
      width: 30%; } }

@media only screen and (max-width: 899px) {
  .p-report-body-hl01 {
    margin: 1.5em 0 1em; } }
@media print, screen and (min-width: 900px) {
  .p-report-body-hl01 {
    margin: 2em 0 1em;
    border-bottom: 1px solid #ff7e00; } }
.p-report-body-hl01 span {
  display: inline-block;
  line-height: 1.8;
  color: #fff;
  background: #ff7e00;
  padding: .2em .8em; }
  @media only screen and (max-width: 899px) {
    .p-report-body-hl01 span {
      font-size: 10px;
      font-size: 1rem; } }
  @media print, screen and (min-width: 900px) {
    .p-report-body-hl01 span {
      font-size: 13px;
      font-size: 1.3rem;
      margin-right: .8em; } }
.p-report-body-hl01 i {
  color: #ff7e00;
  font-weight: 400; }
  @media only screen and (max-width: 899px) {
    .p-report-body-hl01 i {
      font-size: 16px;
      font-size: 1.6rem;
      display: block;
      border-top: 1px solid #ff7e00;
      padding-top: .5em; } }
  @media print, screen and (min-width: 900px) {
    .p-report-body-hl01 i {
      font-size: 20px;
      font-size: 2rem;
      display: inline-block;
      position: relative;
      top: -1px; } }

.p-report-body-hl02 {
  font-weight: bold;
  line-height: 1.8; }
  @media only screen and (max-width: 899px) {
    .p-report-body-hl02 {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media print, screen and (min-width: 900px) {
    .p-report-body-hl02 {
      font-size: 15px;
      font-size: 1.5rem; } }

.p-report-body-schedule-hl {
  display: flex; }
  .p-report-body-schedule-hl span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff7e00;
    border: 1px solid #ff7e00;
    border-right: none;
    padding: 0 .2em 0 .6em;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
    margin-top: .3em; }
    @media only screen and (max-width: 899px) {
      .p-report-body-schedule-hl span {
        height: 26px;
        font-size: 14px;
        font-size: 1.4rem; } }
    @media print, screen and (min-width: 900px) {
      .p-report-body-schedule-hl span {
        height: 28px;
        font-size: 15px;
        font-size: 1.5rem; } }
    .p-report-body-schedule-hl span:after {
      content: "";
      display: block;
      border-top: 1px solid #ff7e00;
      border-right: 1px solid #ff7e00;
      -webkit-transform: translate(0, -50%) rotate(45deg);
      transform: translate(0, -50%) rotate(45deg);
      position: absolute;
      top: 50%; }
      @media only screen and (max-width: 899px) {
        .p-report-body-schedule-hl span:after {
          width: 18px;
          height: 18px;
          right: -9px; } }
      @media print, screen and (min-width: 900px) {
        .p-report-body-schedule-hl span:after {
          width: 20px;
          height: 20px;
          right: -10px; } }

.p-repot-body-schedule-list {
  margin-top: 1em; }

.p-report-body-schedule-item dt {
  display: flex;
  align-items: center;
  line-height: 1; }
@media only screen and (max-width: 899px) {
  .p-report-body-schedule-item dd {
    padding: .5em 0 .9em 14px;
    margin-left: 14px; } }
@media print, screen and (min-width: 900px) {
  .p-report-body-schedule-item dd {
    padding: .5em 0 .9em 75px;
    margin-left: 14px; } }
.p-report-body-schedule-item:not(:last-child) dd {
  border-left: 2px dotted #000; }
  @media only screen and (max-width: 899px) {
    .p-report-body-schedule-item:not(:last-child) dd {
      font-size: 13px;
      font-size: 1.3rem; } }

.p-report-body-schedule-item-time {
  display: block;
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 3px 5px 4px;
  margin-right: 10px;
  text-align: right;
  font-weight: bold; }
  @media only screen and (max-width: 899px) {
    .p-report-body-schedule-item-time {
      flex: 0 0 70px;
      font-size: 10px;
      font-size: 1rem; } }
  @media print, screen and (min-width: 900px) {
    .p-report-body-schedule-item-time {
      flex: 0 0 80px;
      font-size: 12px;
      font-size: 1.2rem; } }

.p-report-body-schedule-item-do {
  font-weight: bold; }

.p-report-body-advice {
  background: rgba(255, 126, 0, 0.15); }
  @media only screen and (max-width: 899px) {
    .p-report-body-advice {
      padding: 25px 15px;
      margin: 20px -15px 0; } }
  @media print, screen and (min-width: 900px) {
    .p-report-body-advice {
      margin-top: 35px;
      padding: 20px 45px; } }

.p-report-body-advice-hl01 {
  position: relative;
  font-weight: 400;
  margin-bottom: .8em; }
  @media only screen and (max-width: 899px) {
    .p-report-body-advice-hl01 {
      font-size: 16px;
      font-size: 1.6rem;
      padding-left: 28px; } }
  @media print, screen and (min-width: 900px) {
    .p-report-body-advice-hl01 {
      font-size: 20px;
      font-size: 2rem;
      padding-left: 32px; } }
  .p-report-body-advice-hl01:before {
    content: "";
    display: block;
    background: url(/Fc_soc/_assets/_common/img/icon-advice.svg) 50% 50%/contain no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media only screen and (max-width: 899px) {
      .p-report-body-advice-hl01:before {
        width: 18px;
        height: 18px; } }
    @media print, screen and (min-width: 900px) {
      .p-report-body-advice-hl01:before {
        width: 22px;
        height: 22px; } }

.p-report-body-advice-hl02 {
  position: relative;
  margin-bottom: .5em; }
  @media only screen and (max-width: 899px) {
    .p-report-body-advice-hl02 {
      display: flex;
      justify-content: space-between; } }
  @media print, screen and (min-width: 900px) {
    .p-report-body-advice-hl02 {
      padding-left: 130px; } }

@media only screen and (max-width: 899px) {
  .p-report-body-advice-hl02-photo {
    width: 50px;
    height: 50px; } }
@media print, screen and (min-width: 900px) {
  .p-report-body-advice-hl02-photo {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0; } }
.p-report-body-advice-hl02-photo img {
  width: 100%;
  height: 100%; }

.p-report-body-advice-hl02-txt {
  font-weight: bold;
  line-height: 1.5; }
  @media only screen and (max-width: 899px) {
    .p-report-body-advice-hl02-txt {
      font-size: 14px;
      font-size: 1.4rem;
      width: calc(100% - 50px - 15px); } }
  @media print, screen and (min-width: 900px) {
    .p-report-body-advice-hl02-txt {
      font-size: 18px;
      font-size: 1.8rem; } }

@media print, screen and (min-width: 900px) {
  .p-report-body-advice-body {
    padding-left: 130px; } }

.p-report-body-advice-body-name {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  margin-top: .5em; }

.p-report-foot {
  background: #ecf0f0;
  padding: 20px 0; }

/*# sourceMappingURL=seminar.css.map */
