@charset "UTF-8";
.cad_title_01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}
.cad_title_01 h1 {
  font-size: 1.4rem !important;
  line-height: 1.3;
  padding-right: 10px;
}
.cad_title_01 div {
  display: flex;
  width: 300px;
}
.cad_title_01 a.form {
  background: #bb1919;
  color: #fff;
  margin-bottom: 5px;
  display: flex;
  width: 300px;
  line-height: 1;
  height: 40px;
  padding-top: 2px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.cad_title_01 a.form:before {
  content: "▶";
  font-size: 0.5rem;
  padding-bottom: 3px;
  display: inline-block;
  margin-right: 4px;
}
.cad_title_01 a.form:hover {
  opacity: 0.8;
}
.cad_title_01 a.pdf {
  background: #bb1919;
  color: #fff;
  margin-bottom: 5px;
  display: flex;
  width: 100px;
  line-height: 1;
  height: 40px;
  padding-top: 2px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-left: 5px;
}
.cad_title_01 a.pdf:before {
  content: "";
  display: inline-block;
  background: url("/med/img/icn_pdf.svg") no-repeat;
  background-size: 15px 17px;
  width: 15px;
  height: 17px;
  margin-right: 5px;
}
.cad_title_01 a.pdf:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1050px) {
  .cad_title_01 {
    align-items: center;
    flex-wrap: wrap;
  }
  .cad_title_01 h1 {
    font-size: 1.2rem !important;
  }
  .cad_title_01 h1 .small {
    font-size: 1rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .cad_title_01 h1 {
    font-size: 1.3rem !important;
  }
  .cad_title_01 h1 .small {
    font-size: 1rem !important;
  }
  .cad_title_01 div {
    margin: 10px auto 0;
    width: 100%;
    justify-content: space-between;
  }
  .cad_title_01 a {
    display: flex;
    margin: 0;
    padding: 0;
    width: 49.5% !important;
    font-size: 0.7rem;
  }
  .cad_title_01 a.pdf {
    margin-left: 0;
  }
  .cad_title_01 a.form:before {
    transform: scale(0.8);
    padding-bottom: 0;
    margin-right: 2px;
  }
}

#contents_01 {
  display: flex;
  justify-content: space-between;
}
#contents_01 .mainframe {
  width: 71.66667%;
}
#contents_01 .mainframe .head_title {
  background: url("/med/jb_square/cad/contents/01/img/mv_bg.jpg") center 35%;
  background-size: cover;
  padding: 20px;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #contents_01 .mainframe .head_title {
    padding: 10px;
  }
}
#contents_01 .mainframe .head_title .label {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 1;
  padding: 10px;
  border-radius: 4px;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 15px;
}
@media only screen and (max-width: 767px) {
  #contents_01 .mainframe .head_title .label {
    background: rgba(0, 0, 0, 0.5);
    padding: 7px;
    font-size: 0.7rem;
    position: relative;
    top: 0;
    left: 0;
  }
}
#contents_01 .mainframe .head_title .title {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.3;
  padding: 45px 0 10px 0;
  font-weight: bold;
  font-feature-settings: "palt";
  color: #e4007f;
  text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
}
@media only screen and (max-width: 767px) {
  #contents_01 .mainframe .head_title .title {
    font-size: 1.5rem;
    padding: 10px 0 5px 0;
  }
}
#contents_01 .mainframe .head_title .btn {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 30px;
}
#contents_01 .mainframe .head_title .btn a {
  width: 32.5%;
  background: #333;
  color: #fff;
  font-feature-settings: "palt";
  font-size: 1.3rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding-top: 15px;
  border-radius: 4px;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}
#contents_01 .mainframe .head_title .btn a:nth-child(1) {
  background: #eb4e62;
  border-bottom: 3px solid #bc3e4e;
}
#contents_01 .mainframe .head_title .btn a:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  background: url("/med/jb_square/cad/contents/01/img/session1.png");
  background-size: cover;
  display: block;
  width: 90px;
  height: 20px;
}
#contents_01 .mainframe .head_title .btn a:nth-child(2) {
  background: #e77046;
  border-bottom: 3px solid #b95a38;
}
#contents_01 .mainframe .head_title .btn a:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  background: url("/med/jb_square/cad/contents/01/img/session2.png");
  background-size: cover;
  display: block;
  width: 90px;
  height: 20px;
}
#contents_01 .mainframe .head_title .btn a:nth-child(3) {
  background: #9d5788;
  border-bottom: 3px solid #7e466d;
}
#contents_01 .mainframe .head_title .btn a:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  background: url("/med/jb_square/cad/contents/01/img/session3.png");
  background-size: cover;
  display: block;
  width: 90px;
  height: 20px;
}
#contents_01 .mainframe .head_title .btn a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  #contents_01 .mainframe .head_title .btn {
    margin: 5px 0 15px;
    display: block;
  }
  #contents_01 .mainframe .head_title .btn a {
    margin: 5px 0;
    width: 100%;
    font-size: 1rem;
    height: 50px;
    padding-top: 10px;
  }
}
#contents_01 .mainframe .head_title .note {
  width: 50%;
  display: block;
  text-align: right;
  font-size: 0.7rem;
  margin-bottom: 25px;
  margin-top: 5px;
  position: absolute;
  font-feature-settings: "palt";
  top: 15px;
  right: 15px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #contents_01 .mainframe .head_title .note {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 0.7rem;
    margin: 0;
    top: 0;
    right: 0;
    padding: 5px 0 0;
  }
}
#contents_01 .mainframe .num {
  display: block;
  text-align: right;
  margin-bottom: 20px;
  font-size: 0.8rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #contents_01 .mainframe .num {
    font-size: 0.7rem;
  }
}
#contents_01 .mainframe p.read {
  font-size: 0.9rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 0;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  #contents_01 .mainframe p.read {
    font-size: 0.8rem;
  }
}
#contents_01 .mainframe article {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #eee;
}
@media only screen and (max-width: 767px) {
  #contents_01 .mainframe article {
    padding: 10px;
  }
}
#contents_01 .mainframe article h2 {
  box-sizing: border-box;
  margin-bottom: 25px;
}
#contents_01 .mainframe article h2 .frame {
  display: flex;
  align-items: center;
}
#contents_01 .mainframe article h2 .frame .session {
  background: #ccc;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  height: 50px;
  padding: 0 15px 0 100px;
  align-items: center;
  position: relative;
  letter-spacing: 0.2rem;
  font-weight: bold;
  white-space: nowrap;
}
#contents_01 .mainframe article h2 .frame.no1 {
  border-bottom: 1px solid #eb4e62;
  margin-bottom: 5px;
  padding-bottom: 7px;
}
#contents_01 .mainframe article h2 .frame.no1 .session {
  background: #eb4e62;
}
#contents_01 .mainframe article h2 .frame.no1 .session::before {
  content: "";
  background: url("/med/jb_square/cad/contents/01/img/session1.png");
  background-size: cover;
  position: absolute;
  display: block;
  left: 0;
  width: 90px;
  height: 20px;
}
#contents_01 .mainframe article h2 .frame.no2 {
  border-bottom: 1px solid #e77046;
  margin-bottom: 5px;
  padding-bottom: 7px;
}
#contents_01 .mainframe article h2 .frame.no2 .session {
  background: #e77046;
}
#contents_01 .mainframe article h2 .frame.no2 .session::before {
  content: "";
  background: url("/med/jb_square/cad/contents/01/img/session2.png");
  background-size: cover;
  position: absolute;
  display: block;
  left: 0;
  width: 90px;
  height: 20px;
}
#contents_01 .mainframe article h2 .frame.no3 {
  border-bottom: 1px solid #9d5788;
  margin-bottom: 5px;
  padding-bottom: 7px;
}
#contents_01 .mainframe article h2 .frame.no3 .session {
  background: #9d5788;
}
#contents_01 .mainframe article h2 .frame.no3 .session::before {
  content: "";
  background: url("/med/jb_square/cad/contents/01/img/session3.png");
  background-size: cover;
  position: absolute;
  display: block;
  left: 0;
  width: 90px;
  height: 20px;
}
#contents_01 .mainframe article h2 .frame strong {
  font-size: 1.5rem;
  color: #931b36;
  display: block;
  margin-left: 20px;
}
#contents_01 .mainframe article h2 .frame strong span {
  font-size: 1.2rem;
}
#contents_01 .mainframe article h2 .prof dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#contents_01 .mainframe article h2 .prof dl dt {
  background: #ccc;
  color: #fff;
  display: flex;
  height: 25px;
  width: 60px;
  align-items: center;
  justify-content: center;
  margin: 2px 0;
  border-radius: 4px;
  font-size: 0.9rem;
}
#contents_01 .mainframe article h2 .prof dl dt.chairperson {
  background: #063f7c;
}
#contents_01 .mainframe article h2 .prof dl dt.speaker {
  background: #5e6b9d;
}
#contents_01 .mainframe article h2 .prof dl dd {
  width: calc(100% - 70px);
  margin: 3px 0;
  font-size: 1.1rem;
  font-weight: bold;
}
#contents_01 .mainframe article h2 .prof dl dd span {
  font-size: 0.9rem;
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  #contents_01 .mainframe article h2 {
    margin-bottom: 15px;
  }
  #contents_01 .mainframe article h2 .frame .session {
    font-size: 1rem;
    height: auto;
    padding: 25px 10px 5px;
    align-items: center;
    min-width: 100px;
    box-sizing: border-box;
  }
  #contents_01 .mainframe article h2 .frame.no1 {
    margin-bottom: 3px;
    padding-bottom: 5px;
  }
  #contents_01 .mainframe article h2 .frame.no1 .session::before {
    top: 5px;
  }
  #contents_01 .mainframe article h2 .frame.no2 {
    margin-bottom: 3px;
    padding-bottom: 5px;
  }
  #contents_01 .mainframe article h2 .frame.no2 .session::before {
    top: 5px;
  }
  #contents_01 .mainframe article h2 .frame.no3 {
    margin-bottom: 3px;
    padding-bottom: 5px;
  }
  #contents_01 .mainframe article h2 .frame.no3 .session::before {
    top: 5px;
  }
  #contents_01 .mainframe article h2 .frame strong {
    font-size: 1.2rem;
    margin-left: 10px;
  }
  #contents_01 .mainframe article h2 .frame strong span {
    font-size: 0.9rem;
    display: block;
    line-height: 1.3;
  }
  #contents_01 .mainframe article h2 .prof dl {
    align-items: flex-start;
  }
  #contents_01 .mainframe article h2 .prof dl dt {
    margin-top: 5px;
    height: 20px;
    width: 40px;
    font-size: 0.7rem;
  }
  #contents_01 .mainframe article h2 .prof dl dd {
    width: calc(100% - 50px);
    margin: 6px 0 0px;
    font-size: 0.9rem;
    line-height: 1.3;
  }
  #contents_01 .mainframe article h2 .prof dl dd span {
    font-size: 0.7rem;
    margin-left: 0;
    font-feature-settings: "palt";
  }
}
#contents_01 .mainframe article .block {
  margin-bottom: 1rem;
}
#contents_01 .mainframe article .block p {
  font-size: 0.9rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-bottom: 1rem;
}
#contents_01 .mainframe article .block p .small {
  font-size: 0.8rem;
}
#contents_01 .mainframe article .block p .name {
  color: #183f98;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #contents_01 .mainframe article .block p {
    font-size: 0.8rem;
  }
  #contents_01 .mainframe article .block p .small {
    font-size: 0.7rem;
  }
}
#contents_01 .mainframe article .block ol {
  margin-left: 2rem;
  font-size: 0.9rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
#contents_01 .mainframe article .block ol li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
  margin-top: 2px;
}
#contents_01 .mainframe article .block ol li span {
  display: block;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
#contents_01 .mainframe article .block ol li:before {
  content: counter(cnt) ")";
  display: inline-block;
  margin-left: -1.5rem;
  width: 3rem;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}
#contents_01 .mainframe article .block ol.roman li {
  list-style-type: lower-roman;
  line-height: 1.5;
  margin: 8px 0;
}
#contents_01 .mainframe article .block ol.roman li:before {
  content: "";
  display: inline-block;
  margin-left: -1.5rem;
  width: 3rem;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}
#contents_01 .mainframe article .block ol.roman li span {
  display: inline;
  padding: 0;
  text-indent: 0;
}
#contents_01 .mainframe article .block ol.roman li span.blue {
  color: #063f7c;
}
#contents_01 .mainframe article .block ol.roman li span.red {
  color: #9c292d;
}
@media only screen and (max-width: 767px) {
  #contents_01 .mainframe article .block ol {
    margin-left: 1.6rem;
    font-size: 0.8rem;
  }
  #contents_01 .mainframe article .block ol li {
    line-height: 1.8;
    margin: 4px 0;
  }
  #contents_01 .mainframe article .block ol.roman {
    margin-left: 1.6rem;
  }
  #contents_01 .mainframe article .block ol.roman li {
    line-height: 1.8;
    margin: 4px 0;
  }
}
#contents_01 .mainframe article .block ul {
  font-size: 0.9rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-bottom: 1rem;
}
#contents_01 .mainframe article .block ul li {
  list-style-type: disc;
  position: relative;
  margin: 5px 0;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  #contents_01 .mainframe article .block ul {
    font-size: 0.8rem;
  }
  #contents_01 .mainframe article .block ul li {
    margin: 4px 0;
    margin-left: 16px;
  }
}
#contents_01 .mainframe article .block .image {
  padding-bottom: 1rem;
}
#contents_01 .mainframe article .block .image img {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
}
#contents_01 .mainframe article .block .image .caption {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  padding-left: 35px;
  font-weight: bold;
}
#contents_01 .mainframe article .block .image .caption strong {
  position: absolute;
  display: inline-block;
  left: 0;
}
@media only screen and (max-width: 767px) {
  #contents_01 .mainframe article .block .image .caption {
    font-size: 0.9rem;
    padding-left: 30px;
  }
}
#contents_01 .mainframe article .block .image small {
  width: 100%;
  text-align: right;
  margin: 0 auto 5px;
  font-size: 0.8rem;
  display: block;
  line-height: 1.5;
  word-break: break-all;
}
#contents_01 .mainframe article .block .image small + .caption {
  margin-top: 20px;
}
#contents_01 .mainframe article .block .image small + img {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #contents_01 .mainframe article .block .image small {
    font-size: 0.7rem;
  }
  #contents_01 .mainframe article .block .image small + .caption {
    margin-top: 10px;
  }
  #contents_01 .mainframe article .block .image small + img {
    margin-top: 10px;
  }
}
#contents_01 .mainframe article .block .image p {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 10px;
  font-size: 0.9rem;
  display: block;
  line-height: 1.5;
}
#contents_01 .mainframe article .block .image p .indent {
  padding-left: 0.9rem;
  display: block;
}
#contents_01 .mainframe article .block .image p .small {
  font-size: 0.8rem;
  display: block;
}
#contents_01 .mainframe article .block .image p.small {
  font-size: 0.85rem;
  padding: 0 0 15px;
}
#contents_01 .mainframe article .block .image p.small span {
  padding-left: 0.85rem;
  text-indent: -0.85rem;
  display: block;
}
#contents_01 .mainframe article .block .image p.head {
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  #contents_01 .mainframe article .block .image p {
    font-size: 0.8rem;
  }
  #contents_01 .mainframe article .block .image p .indent {
    padding-left: 0.8rem;
    display: block;
  }
  #contents_01 .mainframe article .block .image p .small {
    font-size: 0.7rem;
    display: block;
  }
  #contents_01 .mainframe article .block .image p.small {
    font-size: 0.7rem;
    padding: 0 0 10px;
  }
  #contents_01 .mainframe article .block .image p.small span {
    padding-left: 0.7rem;
    text-indent: -0.7rem;
  }
  #contents_01 .mainframe article .block .image p.head {
    padding: 10px 0;
  }
}
#contents_01 .mainframe article .block .image ol {
  margin-bottom: 10px;
}
#contents_01 .mainframe article .block .image .frame {
  padding-bottom: 15px;
  width: 100%;
  margin: 0 auto;
  font-size: 0.85rem;
  display: block;
}
#contents_01 .mainframe article .block .image .frame .inner {
  display: block;
  padding: 10px;
  border: 1px solid #ccc;
  margin-top: 15px;
}
#contents_01 .mainframe article .block .image .frame .right {
  margin-top: 8px;
  display: block;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #contents_01 .mainframe article .block .image .frame {
    padding-bottom: 10px;
    font-size: 0.8rem;
  }
  #contents_01 .mainframe article .block .image .frame .inner {
    margin-top: 10px;
  }
}
#contents_01 .mainframe article .block .image .graph_frame {
  margin-bottom: 10px;
}
#contents_01 .mainframe article .block .image .graph_frame .graph_title {
  background: #d0d6e4;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 3px;
  margin-bottom: 10px;
}
#contents_01 .mainframe article .block .image .graph_frame .graph_title span {
  background: #16448a;
  display: flex;
  color: #fff;
  height: 27px;
  align-items: center;
  width: 27px;
  justify-content: center;
  margin-right: 10px;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  #contents_01 .mainframe article .block .image .graph_frame {
    margin-bottom: 5px;
  }
  #contents_01 .mainframe article .block .image .graph_frame .graph_title {
    font-size: 0.9rem;
  }
  #contents_01 .mainframe article .block .image .graph_frame .graph_title span {
    font-size: 0.8rem;
    height: 25px;
    width: 25px;
    margin-right: 5px;
  }
}
#contents_01 .mainframe article .block .image hr {
  height: 1px;
  border-top: 1px solid #ccc;
  padding: 0;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  #contents_01 .mainframe article .block .image hr {
    margin: 10px 0;
  }
}
#contents_01 .mainframe article .block h3 {
  font-weight: bold;
  font-size: 1.2rem;
  padding: 10px 0 5px;
  margin-bottom: 10px;
  border-bottom: 3px solid #c2124a;
}
#contents_01 .mainframe article .block h3.qa {
  border-bottom: none;
  margin-bottom: 5px;
}
#contents_01 .mainframe article .block h3.qa .head {
  background: #e77da5 url("/med/jb_square/cad/contents/01/img/q.png") no-repeat;
  background-size: 45px 40px;
  background-position: center left;
  display: block;
  color: #fff;
  font-size: 0.9rem;
  display: flex;
  height: 30px;
  align-items: center;
  padding-left: 55px;
}
#contents_01 .mainframe article .block h3.qa .q {
  background: #f9d8df;
  display: block;
  font-size: 1rem;
  padding: 5px 10px;
}
@media only screen and (max-width: 767px) {
  #contents_01 .mainframe article .block h3 {
    font-size: 1rem;
    padding: 5px 0;
  }
  #contents_01 .mainframe article .block h3.qa {
    margin-bottom: 5px;
  }
  #contents_01 .mainframe article .block h3.qa .head {
    background-size: 35px 30px;
    font-size: 0.75rem;
    height: 30px;
    padding-left: 40px;
  }
  #contents_01 .mainframe article .block h3.qa .q {
    font-size: 0.8rem;
    padding: 5px 10px;
    line-height: 1.5;
  }
}
#contents_01 .mainframe article .block.closing {
  background: #faebee;
  padding: 0;
}
#contents_01 .mainframe article .block.closing h3 {
  background: #931b36;
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  padding: 10px 15px;
  margin-bottom: 5px;
  border-bottom: none;
}
#contents_01 .mainframe article .block.closing h3 span {
  display: inline-block;
  color: #931b36;
  background: #fff;
  padding: 5px 10px;
  border-radius: 30px;
  font-size: 0.9rem;
  margin-right: 5px;
}
#contents_01 .mainframe article .block.closing p {
  padding: 15px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #contents_01 .mainframe article .block.closing h3 {
    font-size: 0.9rem;
    padding: 5px 10px;
    line-height: 1;
  }
  #contents_01 .mainframe article .block.closing h3 span {
    padding: 5px 10px;
    font-size: 0.7rem;
  }
  #contents_01 .mainframe article .block.closing p {
    padding: 5px 10px 10px;
  }
}
#contents_01 .mainframe article .block.reference {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 20px;
}
#contents_01 .mainframe article .block.reference h3 {
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  margin-bottom: 5px;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  #contents_01 .mainframe article .block.reference h3 {
    font-size: 0.9rem;
  }
}
#contents_01 .sidebar_contents {
  width: 25%;
}
#contents_01 .sidebar_contents .contents_01_navi {
  margin-top: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  font-feature-settings: "palt";
}
#contents_01 .sidebar_contents .contents_01_navi a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 1.2rem;
  font-weight: bold;
  height: 40px;
  padding: 20px 0 5px;
  margin-top: 10px;
  position: relative;
}
#contents_01 .sidebar_contents .contents_01_navi a:nth-child(1) {
  background: #eb4e62;
  border-bottom: 3px solid #bc3e4e;
}
#contents_01 .sidebar_contents .contents_01_navi a:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  background: url("/med/jb_square/cad/contents/01/img/session1.png");
  background-size: cover;
  display: block;
  width: 90px;
  height: 20px;
}
#contents_01 .sidebar_contents .contents_01_navi a:nth-child(2) {
  background: #e77046;
  border-bottom: 3px solid #b95a38;
}
#contents_01 .sidebar_contents .contents_01_navi a:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  background: url("/med/jb_square/cad/contents/01/img/session2.png");
  background-size: cover;
  display: block;
  width: 90px;
  height: 20px;
}
#contents_01 .sidebar_contents .contents_01_navi a:nth-child(3) {
  background: #9d5788;
  border-bottom: 3px solid #7e466d;
}
#contents_01 .sidebar_contents .contents_01_navi a:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  background: url("/med/jb_square/cad/contents/01/img/session3.png");
  background-size: cover;
  display: block;
  width: 90px;
  height: 20px;
}
#contents_01 .sidebar_contents .contents_01_navi a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 980px) {
  #contents_01 .sidebar_contents .contents_01_navi {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  #contents_01 {
    display: block;
    justify-content: space-between;
  }
  #contents_01 .mainframe {
    width: 100%;
  }
  #contents_01 .sidebar_contents {
    width: 100%;
  }
}

.satori_frame {
  background: #fff;
  padding: 20px;
  margin: 20px auto;
}
.satori_frame h2.title span {
  font-size: 1rem;
  display: inline-block;
  background: #ccc;
  text-align: center;
  padding: 11px 20px;
  line-height: 1;
  color: #fff;
}
.satori_frame h2.title strong {
  font-size: 1.4rem;
  color: #003982;
  display: block;
  background: #ccc;
  padding: 8px 20px;
}
.satori_frame h2.title.head01 span {
  background: #f3677b;
}
.satori_frame h2.title.head01 strong {
  background: #fdecf2;
}
.satori_frame h2.title.head02 span {
  background: #f06a22;
}
.satori_frame h2.title.head02 strong {
  background: #fff2dd;
}
.satori_frame h3 {
  border-bottom: 2px solid #bb1919;
  font-weight: bold;
  display: block;
  margin: 0 0 1rem;
  font-size: 1.3rem;
  padding-bottom: 10px;
}
.satori_frame p {
  padding-bottom: 1.2rem;
}
.satori_frame p.right {
  text-align: right;
}
.satori_frame p.small {
  font-size: 0.9rem !important;
}
.satori_frame .imgarea {
  text-align: center;
  margin: 30px 0 0;
  max-width: auto;
  width: auto;
  margin: 0 auto;
}
.satori_frame .imgarea strong {
  display: block;
}
.satori_frame .imgarea strong span {
  display: inline-block;
  background: #1c3c8a;
  line-height: 1;
  padding: 8px 15px;
  margin-right: 10px;
  color: #fff;
  border-radius: 50px;
}
.satori_frame .imgarea img {
  display: block;
  margin: 20px auto 10px;
}
.satori_frame .imgarea p {
  text-align: right;
  font-size: 0.8rem;
  margin: 0 auto;
}
.satori_frame sup {
  font-size: 0.7rem;
  line-height: 1;
}
.satori_frame .col2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.satori_frame .col2 div {
  width: 48%;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.satori_frame .col2 div p {
  padding: 0;
  font-size: 0.9rem;
}
.satori_frame .col2 div p span {
  display: inline-block;
  text-indent: -0.9rem;
  padding-left: 0.9rem;
}
.satori_frame .profile {
  margin-top: 40px;
}
.satori_frame .profile .name {
  background: #f06a22;
  color: #fff;
  padding: 10px 15px;
  font-size: 1.1rem;
}
.satori_frame .profile .name strong {
  display: inline-block;
  background: #fff;
  line-height: 1;
  padding: 5px 15px;
  margin-right: 5px;
  color: #333;
  border-radius: 50px;
  font-size: 0.9rem;
  vertical-align: 1px;
}
.satori_frame .profile .name span {
  font-size: 0.9rem;
}
.satori_frame .profile .text {
  background: #fff2dd;
  padding: 15px;
}
.satori_frame .profile .text p {
  padding: 0;
}
.satori_frame .profile.c01 .name {
  background: #e94e61;
}
.satori_frame .profile.c01 .text {
  background: #fcebe9;
}
.satori_frame .literature {
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 0.8rem;
  letter-spacing: 0;
}
.satori_frame .literature ol {
  margin-left: 3rem;
}
.satori_frame .literature ol li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
  margin-top: 2px;
}
.satori_frame .literature ol li span {
  display: block;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.satori_frame .literature ol li:before {
  content: counter(cnt) ")";
  display: inline-block;
  margin-left: -2.5rem;
  width: 3rem;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}
.satori_frame .literature ul {
  margin: 20px 0 0;
  padding: 10px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.satori_frame .literature ul li {
  list-style-type: disc;
  position: relative;
  margin: 3px 0;
  margin-left: 30px;
}

.satori_step {
  display: flex;
  width: 100%;
  margin: 0 0 20px;
}
.satori_step li {
  width: 33.333%;
  position: relative;
  margin: 0 20px 0 0;
  background: #bb1919;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  box-sizing: border-box;
  padding: 10px;
}
.satori_step li img {
  width: 36px;
  height: 36px;
  margin: 0 5px 0 0;
}
.satori_step li span {
  line-height: 1.4;
}
.satori_step li::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  border-width: 35px 15px;
  border-color: transparent transparent transparent #bb1919;
  border-style: solid;
}

@media only screen and (max-width: 767px) {
  .satori_step {
    align-items: center;
  }
  .satori_step li {
    margin: 0 10px 0 0;
    display: block;
    height: 80px;
    box-sizing: border-box;
    padding: 10px 3px;
    text-align: center;
  }
  .satori_step li img {
    width: 24px;
    height: 24px;
    vertical-align: bottom;
  }
  .satori_step li span {
    line-height: 1.2;
    font-size: 0.7rem;
    display: block;
    padding-top: 6px;
  }
  .satori_step li::after {
    content: "";
    position: absolute;
    top: 0;
    right: -18px;
    border-width: 40px 9px;
    border-color: transparent transparent transparent #bb1919;
    border-style: solid;
  }
}
.form_requirement {
  margin-bottom: 10px;
  color: #bb1919;
}

.satori_frame .form_requirement {
  padding-bottom: 0 !important;
}

#form .step + .form_requirement {
  padding-bottom: 0 !important;
}

.cad01_anchor_sp {
  display: flex;
  position: fixed;
  left: 5px;
  bottom: 10px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  width: 240px;
}
.cad01_anchor_sp.active {
  opacity: 1;
  visibility: visible;
}
.cad01_anchor_sp a {
  width: 85px;
  color: #fff;
  font-size: 0.8rem;
  font-feature-settings: "palt";
  line-height: 1.3;
  display: flex;
  justify-content: center;
  padding: 4px 0;
  align-items: center;
  border-radius: 4px;
  margin-left: 2px;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  padding-top: 25px;
  font-weight: bold;
}
.cad01_anchor_sp a span {
  position: absolute;
  top: 5px;
  text-align: center;
  display: block;
  font-size: 0.7rem;
  font-weight: 400;
}
.cad01_anchor_sp a:nth-child(1) {
  background: #eb4e62;
}
.cad01_anchor_sp a:nth-child(2) {
  background: #e77046;
}
.cad01_anchor_sp a:nth-child(3) {
  background: #9d5788;
}
@media only screen and (min-width: 981px) {
  .cad01_anchor_sp {
    display: none;
  }
}