@charset "UTF-8";
#mov_series .profile {
  border: 1px solid #e9e9e9;
  clear: both;
  padding: 10px;
  max-width: 500px;
  margin: 30px auto 40px;
  background: #fff;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
#mov_series .profile img {
  margin: 0 20px 0 0;
  width: 110px;
}
#mov_series .profile p {
  padding: 0;
  width: calc(100% - 130px);
  font-size: 1.15rem;
  line-height: 1.6;
}
#mov_series .med_titlelayout {
  align-items: center;
}
#mov_series .titlelink {
  display: flex;
  background: #bf0e0d;
  color: #fff;
  width: 300px;
  justify-content: center;
  align-items: center;
  text-align: left;
  height: 60px;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  transition: 0.3s;
  border-radius: 3px;
  text-decoration: none !important;
}
#mov_series .titlelink img {
  width: 40px;
  height: 32px;
  margin-right: 5px;
}
#mov_series .titlelink:hover {
  opacity: 0.8;
}
#mov_series h3#link_form,
#mov_series h3#mov_01,
#mov_series h3#mov_02,
#mov_series h3#mov_03,
#mov_series h3#mov_04,
#mov_series h3#mov_05,
#mov_series h3#mov_06 {
  border-bottom: 2px solid #c63e30;
  margin-bottom: 15px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 5px;
  width: 100%;
}
#mov_series .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
#mov_series .list .box {
  z-index: 0;
  position: relative;
  width: 48%;
  padding-bottom: 40px;
}
#mov_series .list .box img {
  padding-bottom: 10px;
  transition: 0.3s;
}
#mov_series .list .box img:hover {
  opacity: 0.7;
}
#mov_series .list .box p {
  padding-top: 10px;
  font-size: 1rem;
}
#mov_series .list .box ul {
  margin: 0 0 0 20px;
}
#mov_series .list .box ul li {
  list-style: disc;
  margin-bottom: 10px;
}
#mov_series .list .box .mov {
  position: relative;
  width: 100%;
}
#mov_series .list .box .mov:before {
  content: "";
  display: block;
  padding-top: 60%;
}
#mov_series .list .box .mov .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#mov_series .list .box .mov .inner .num {
  font-size: 12px;
  line-height: 1;
  display: block;
  text-align: right;
  margin-top: -8px;
}
#mov_series .mov {
  max-width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 980px) {
  #mov_series .med_titlelayout {
    display: flex;
  }
  #mov_series .med_titlelayout h1.title {
    margin: 0;
  }
  #mov_series h3 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  #mov_series .titlelink {
    margin: 0 auto 30px;
    width: 100%;
  }
  #mov_series .profile {
    margin: 20px auto;
  }
}
@media only screen and (max-width: 640px) {
  #mov_series h1 {
    font-size: 1.5rem;
  }
  #mov_series h3 {
    margin-bottom: 10px;
  }
  #mov_series p {
    font-size: 0.85rem;
  }
  #mov_series .profile {
    display: block;
  }
  #mov_series .profile img {
    margin: 0 auto;
    display: block;
  }
  #mov_series .profile p {
    padding: 15px 0 0;
    width: 100%;
    font-size: 1rem;
  }
  #mov_series .list {
    margin-bottom: 5px;
    display: block;
  }
  #mov_series .list .box {
    width: 100%;
    padding-bottom: 30px;
  }
  #mov_series .list .box ul li {
    font-size: 0.9rem;
  }
  #mov_series .mov {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.dic_title_02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.dic_title_02 h1 {
  font-size: 1.4rem !important;
  line-height: 1.3;
}
.dic_title_02 h1 .small {
  display: inline-block !important;
  color: #333;
  font-size: 1.1rem !important;
}
.dic_title_02 div {
  display: flex;
  width: 300px;
}
.dic_title_02 a.form {
  background: #bb1919;
  color: #fff;
  margin-bottom: 5px;
  display: flex;
  width: 200px;
  line-height: 1;
  height: 40px;
  padding-top: 2px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.dic_title_02 a.form:before {
  content: "▶";
  font-size: 0.5rem;
  padding-bottom: 3px;
  display: inline-block;
  margin-right: 4px;
}
.dic_title_02 a.form:hover {
  opacity: 0.8;
}
.dic_title_02 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;
}
.dic_title_02 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;
}
.dic_title_02 a.pdf:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1220px) {
  .dic_title_02 div {
    margin: 10px auto 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1050px) {
  .dic_title_02 h1 {
    font-size: 1.2rem !important;
  }
  .dic_title_02 h1 .small {
    font-size: 1rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .dic_title_02 h1 {
    font-size: 1.3rem !important;
  }
  .dic_title_02 h1 .small {
    font-size: 1rem !important;
  }
  .dic_title_02 div {
    justify-content: space-between;
  }
  .dic_title_02 a {
    display: flex;
    margin: 0;
    padding: 0;
    width: 49.5% !important;
    font-size: 0.7rem;
  }
  .dic_title_02 a.pdf {
    margin-left: 0;
  }
  .dic_title_02 a.form:before {
    transform: scale(0.8);
    padding-bottom: 0;
    margin-right: 2px;
  }
}

#contents_02 {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.8;
}
#contents_02 .mainframe {
  width: 71.66667%;
}
#contents_02 .sidebar_contents {
  width: 25%;
}
#contents_02 .head_title {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
#contents_02 .head_title p {
  position: absolute;
  font-size: 12px;
  top: 10px;
  right: 10px;
  font-feature-settings: "palt";
}
#contents_02 .head_text {
  margin-bottom: 30px;
}
#contents_02 .head_btn {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
#contents_02 .head_btn a {
  width: 49.5%;
  display: inline-block;
  text-align: center;
  background: #bb1919;
  color: #fff;
  padding: 15px 10px;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #bb1919;
}
#contents_02 .head_btn a:hover {
  opacity: 0.8;
}
#contents_02 .head_btn a.book:before {
  content: "";
  display: inline-block;
  background: url("../../img/icn_book.svg");
  background-size: 22px 28px;
  width: 22px;
  height: 28px;
  vertical-align: -7px;
  margin-right: 10px;
}
#contents_02 .head_btn a.pc:before {
  content: "";
  display: inline-block;
  background: url("../../img/icn_pc.svg");
  background-size: 31px 24px;
  width: 31px;
  height: 24px;
  vertical-align: -5px;
  margin-right: 10px;
}
#contents_02 .section_btn {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
#contents_02 .section_btn a {
  width: 49.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #bb1919;
  color: #fff;
  padding: 20px 5px;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 1.2rem;
  font-feature-settings: "palt";
  font-weight: bold;
  position: relative;
  line-height: 1;
}
#contents_02 .section_btn a:hover {
  opacity: 0.8;
}
#contents_02 .section_btn a span.small {
  display: block;
  font-size: 0.8rem;
  font-weight: 100;
  margin-top: 10px;
}
#contents_02 .section_btn a span.num {
  background: #fff;
  color: #c63e30;
  font-size: 0.8rem;
  width: 60px;
  border-radius: 100px;
  margin-right: 10px;
  padding: 5px 0;
}
#contents_02 .section_btn a:nth-child(1) {
  background: #e4707d;
}
#contents_02 .section_btn a:nth-child(1) span.num {
  color: #e4707d;
}
#contents_02 .section_btn a:nth-child(2) {
  background: #e27138;
}
#contents_02 .section_btn a:nth-child(2) span.num {
  color: #e27138;
}
#contents_02 article {
  background: #fff;
  padding: 0 20px 20px;
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
}
#contents_02 article h2.title span {
  font-size: 1rem;
  display: inline-block;
  background: #ccc;
  text-align: center;
  padding: 11px 20px;
  line-height: 1;
  color: #fff;
}
#contents_02 article h2.title strong {
  font-size: 1.4rem;
  color: #003982;
  display: block;
  background: #ccc;
  padding: 8px 20px;
}
#contents_02 article h2.title.head01 span {
  background: #f3677b;
}
#contents_02 article h2.title.head01 strong {
  background: #fdecf2;
}
#contents_02 article h2.title.head02 span {
  background: #f06a22;
}
#contents_02 article h2.title.head02 strong {
  background: #fff2dd;
}
#contents_02 article h3 {
  border-bottom: 2px solid #bb1919;
  font-weight: bold;
  display: block;
  margin: 1rem 0;
  font-size: 1.3rem;
}
#contents_02 article p {
  padding-bottom: 1.2rem;
}
#contents_02 article p.right {
  text-align: right;
}
#contents_02 article p.small {
  font-size: 0.9rem;
}
#contents_02 article .imgarea {
  text-align: center;
  margin: 30px 0 0;
  max-width: auto;
  width: auto;
  margin: 0 auto;
}
#contents_02 article .imgarea strong {
  display: block;
}
#contents_02 article .imgarea strong span {
  display: inline-block;
  background: #1c3c8a;
  line-height: 1;
  padding: 8px 15px;
  margin-right: 10px;
  color: #fff;
  border-radius: 50px;
}
#contents_02 article .imgarea img {
  display: block;
  margin: 20px auto 10px;
}
#contents_02 article .imgarea p {
  text-align: right;
  font-size: 0.8rem;
  margin: 0 auto;
}
#contents_02 article sup {
  font-size: 0.7rem;
  line-height: 1;
}
#contents_02 article .col2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#contents_02 article .col2 div {
  width: 48%;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
#contents_02 article .col2 div p {
  padding: 0;
  font-size: 0.9rem;
}
#contents_02 article .col2 div p span {
  display: inline-block;
  text-indent: -0.9rem;
  padding-left: 0.9rem;
}
#contents_02 article .profile {
  margin-top: 40px;
}
#contents_02 article .profile .name {
  background: #f06a22;
  color: #fff;
  padding: 10px 15px;
  font-size: 1.1rem;
}
#contents_02 article .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;
}
#contents_02 article .profile .name span {
  font-size: 0.9rem;
}
#contents_02 article .profile .text {
  background: #fff2dd;
  padding: 15px;
}
#contents_02 article .profile .text p {
  padding: 0;
}
#contents_02 article .profile.c01 .name {
  background: #e94e61;
}
#contents_02 article .profile.c01 .text {
  background: #fcebe9;
}
#contents_02 article .literature {
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 0.8rem;
  letter-spacing: 0;
}
#contents_02 article .literature ol {
  margin-left: 3rem;
}
#contents_02 article .literature ol li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
  margin-top: 2px;
}
#contents_02 article .literature ol li span {
  display: block;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
#contents_02 article .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;
}
#contents_02 article .literature ul {
  margin: 20px 0 0;
  padding: 10px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
#contents_02 article .literature ul li {
  list-style-type: disc;
  position: relative;
  margin: 3px 0;
  margin-left: 30px;
}
#contents_02 .step {
  display: flex;
  width: 100%;
  margin: 0 0 20px;
}
#contents_02 .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;
}
#contents_02 .step li img {
  width: 36px;
  height: 36px;
  margin: 0 5px 0 0;
}
#contents_02 .step li span {
  line-height: 1.4;
}
#contents_02 .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: 980px) {
  #contents_02 {
    display: block;
    justify-content: space-between;
  }
  #contents_02 .mainframe {
    width: 100%;
  }
  #contents_02 .sidebar_contents {
    width: 100%;
  }
  #contents_02 .section_btn a {
    display: block;
    text-align: center;
  }
  #contents_02 .section_btn a span.num {
    margin: 0 auto 10px;
    display: block;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  h1.title {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  h1.title span {
    margin-top: 5px;
  }
  #contents_02 {
    font-size: 0.9rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #contents_02 .head_title {
    margin-bottom: 20px;
  }
  #contents_02 .head_title p {
    position: relative;
    font-size: 12px;
    top: 0;
    right: 0;
    text-align: left;
    padding-bottom: 7px;
    margin-top: -5px;
  }
  #contents_02 .head_text {
    margin-bottom: 20px;
  }
  #contents_02 .head_btn {
    display: block;
  }
  #contents_02 .head_btn a {
    width: 100%;
    margin-top: 10px;
  }
  #contents_02 .head_btn a:hover {
    opacity: 1;
  }
  #contents_02 .section_btn {
    display: block;
  }
  #contents_02 .section_btn a {
    width: 100%;
    margin-top: 10px;
    font-size: 1rem;
    padding: 15px 5px;
  }
  #contents_02 .section_btn a span.small {
    font-size: 0.8rem;
  }
  #contents_02 .section_btn a span.num {
    font-size: 0.8rem;
  }
  #contents_02 .section_btn a:hover {
    opacity: 1;
  }
  #contents_02 article {
    background: #fff;
    padding: 0 10px 10px;
    margin-bottom: 10px;
  }
  #contents_02 article h2.title {
    border: none;
    margin: 0;
  }
  #contents_02 article h2.title span {
    font-size: 0.85rem;
    padding: 9px;
  }
  #contents_02 article h2.title strong {
    font-size: 1rem;
    padding: 9px;
  }
  #contents_02 article h3 {
    line-height: 1.5;
    padding-bottom: 5px;
    font-size: 1rem;
  }
  #contents_02 article p {
    padding-bottom: 1rem;
  }
  #contents_02 article p.right {
    font-size: 0.7rem;
  }
  #contents_02 article p.small {
    font-size: 0.7rem;
  }
  #contents_02 article .imgarea {
    text-align: center;
    margin: 20px 0 0;
  }
  #contents_02 article .imgarea strong span {
    display: block;
    width: 100px;
    margin: 0 auto 5px;
  }
  #contents_02 article .imgarea img {
    margin: 15px auto 10px;
    max-width: 400px;
    width: 100%;
  }
  #contents_02 article .imgarea p {
    font-size: 0.7rem;
  }
  #contents_02 article .col2 {
    display: block;
  }
  #contents_02 article .col2 div {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 0.8rem;
  }
  #contents_02 article .profile {
    margin-top: 30px;
  }
  #contents_02 article .profile .name {
    padding: 10px;
    font-size: 1rem;
    text-align: center;
    line-height: 1.3;
  }
  #contents_02 article .profile .name strong {
    display: block;
    font-size: 0.75rem;
    text-align: center;
    width: 100px;
    margin: 0 auto 5px;
  }
  #contents_02 article .profile .name span {
    font-size: 0.7rem;
  }
  #contents_02 article .profile .text p {
    padding: 0;
    font-size: 0.8rem;
  }
  #contents_02 article .literature {
    margin-top: 20px;
    font-size: 0.8rem;
  }
  #contents_02 article .literature ol {
    margin-left: 2.5rem;
  }
  #contents_02 article .literature ol li {
    line-height: 1.5;
  }
  #contents_02 article .literature ol li:before {
    content: counter(cnt) ")";
    display: inline-block;
    margin-left: -3.5rem;
    width: 3rem;
    text-align: right;
  }
  #contents_02 .step {
    align-items: center;
  }
  #contents_02 .step li {
    margin: 0 10px 0 0;
    display: block;
    height: 80px;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
  }
  #contents_02 .step li img {
    width: 24px;
    height: 24px;
    vertical-align: bottom;
  }
  #contents_02 .step li span {
    line-height: 1.2;
    font-size: 0.8rem;
    display: block;
    padding-top: 6px;
  }
  #contents_02 .step li::after {
    content: "";
    position: absolute;
    top: 0;
    right: -18px;
    border-width: 40px 9px;
    border-color: transparent transparent transparent #bb1919;
    border-style: solid;
  }
}
.dic_title_05 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.dic_title_05 h1 {
  font-size: 1.4rem !important;
  line-height: 1.3;
}
.dic_title_05 h1 .small {
  display: inline-block !important;
  color: #333;
  font-size: 1.1rem !important;
}
.dic_title_05 div {
  display: flex;
  width: 300px;
}
.dic_title_05 a.form {
  background: #bb1919;
  color: #fff;
  margin-bottom: 5px;
  display: flex;
  width: 200px;
  line-height: 1;
  height: 40px;
  padding-top: 2px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.dic_title_05 a.form:before {
  content: "▶";
  font-size: 0.5rem;
  padding-bottom: 3px;
  display: inline-block;
  margin-right: 4px;
}
.dic_title_05 a.form:hover {
  opacity: 0.8;
}
.dic_title_05 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;
}
.dic_title_05 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;
}
.dic_title_05 a.pdf:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1050px) {
  .dic_title_05 h1 {
    font-size: 1.2rem !important;
  }
  .dic_title_05 h1 .small {
    font-size: 1rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .dic_title_05 h1 {
    font-size: 1.3rem !important;
  }
  .dic_title_05 h1 .small {
    font-size: 1rem !important;
  }
  .dic_title_05 div {
    margin: 10px auto 0;
    width: 100%;
    justify-content: space-between;
  }
  .dic_title_05 a {
    display: flex;
    margin: 0;
    padding: 0;
    width: 49.5% !important;
    font-size: 0.7rem;
  }
  .dic_title_05 a.pdf {
    margin-left: 0;
  }
  .dic_title_05 a.form:before {
    transform: scale(0.8);
    padding-bottom: 0;
    margin-right: 2px;
  }
}

#contents_05 {
  display: flex;
  justify-content: space-between;
}
#contents_05 .mainframe {
  width: 71.66667%;
}
#contents_05 .mainframe .head_title {
  background: url("/med/jb_square/dic/contents/05/img/mv_bg.jpg") center 35%;
  background-size: cover;
  padding: 20px;
  position: relative;
  color: #fff;
  margin-bottom: 20px;
}
#contents_05 .mainframe .head_title .label {
  color: #fff;
  display: block;
  width: 100%;
  font-size: 0.9rem;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 15px;
}
#contents_05 .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";
}
#contents_05 .mainframe .head_title .title span {
  display: block;
  background: #ffbd2d;
  color: #e7181e;
  font-size: 1.1rem;
  max-width: 250px;
  margin: 0 auto 5px;
  padding: 3px 0;
}
#contents_05 .mainframe .head_title .title small {
  display: block;
  padding-top: 5px;
  font-size: 1.7rem;
}
#contents_05 .mainframe .head_title .dr {
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 15px 15px;
}
#contents_05 .mainframe .head_title .dr .inner {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#contents_05 .mainframe .head_title .dr .inner span {
  border-radius: 30px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  font-weight: bold;
  border: 1px solid #ccc;
  margin-bottom: 3px;
  margin-right: 10px;
  padding: 5px 15px 3px 15px;
}
#contents_05 .mainframe .head_title .dr .inner p {
  font-size: 0.8rem;
  list-style: 1;
}
#contents_05 .mainframe .head_title .dr .inner p strong {
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 10px;
}
#contents_05 .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: 5px;
  right: 10px;
  line-height: 1.5;
}
#contents_05 .mainframe .head_title .note br.tb {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #contents_05 .mainframe .head_title .note br.tb {
    display: block;
  }
}
@media only screen and (max-width: 980px) {
  #contents_05 .mainframe .head_title .note br.tb {
    display: none;
  }
}
#contents_05 .mainframe p.read {
  font-size: 0.9rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 0;
  border-radius: 5px;
}
#contents_05 .mainframe .section_btn {
  margin-top: 15px;
  display: none;
  justify-content: space-between;
}
#contents_05 .mainframe .section_btn a {
  width: 49.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #008ca7;
  color: #fff;
  padding: 15px 10px;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 1.1rem;
  font-weight: bold;
  position: relative;
  line-height: 1;
}
#contents_05 .mainframe .section_btn a:hover {
  opacity: 0.8;
}
#contents_05 .mainframe .section_btn a span.num {
  background: #fff;
  color: #008ca7;
  font-size: 0.8rem;
  width: 70px;
  border-radius: 100px;
  margin-bottom: 10px;
  padding: 5px 0;
}
#contents_05 .mainframe .section_btn a span.num + span:after {
  content: "▼";
  font-size: 0.5rem;
  margin-left: 10px;
  display: inline-block;
  line-height: 1;
  transform: translateY(-2px);
}
@media only screen and (max-width: 980px) {
  #contents_05 .mainframe .section_btn {
    display: flex;
  }
}
#contents_05 .mainframe article {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #eee;
}
#contents_05 .mainframe article h2 {
  text-align: right;
  margin-bottom: 20px;
}
#contents_05 .mainframe article h2 .frame {
  display: flex;
  border: 2px solid #008ca7;
}
#contents_05 .mainframe article h2 .frame .no {
  background: #008ca7;
  color: #fff;
  width: 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2rem;
}
#contents_05 .mainframe article h2 .frame .no span {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
}
#contents_05 .mainframe article h2 .frame strong {
  width: calc(100% - 80px);
  padding: 10px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
}
#contents_05 .mainframe article h2 .prof {
  display: inline-block;
  padding: 5px 15px;
  background: #008ca7;
  color: #fff;
  position: relative;
  right: 0%;
  font-size: 0.85rem;
  font-feature-settings: "palt";
  line-height: 1.5;
}
#contents_05 .mainframe article h2 .prof .large {
  font-size: 1.1rem;
}
#contents_05 .mainframe article .block {
  margin-bottom: 1rem;
}
#contents_05 .mainframe article .block:last-child {
  margin-bottom: 0;
}
#contents_05 .mainframe article .block p {
  font-size: 0.9rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-bottom: 1rem;
}
#contents_05 .mainframe article .block ol {
  margin-left: 2rem;
  font-size: 0.9rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
#contents_05 .mainframe article .block ol li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
  margin-top: 2px;
}
#contents_05 .mainframe article .block ol li span {
  display: block;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
#contents_05 .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_05 .mainframe article .block ul {
  font-size: 0.9rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-bottom: 1rem;
}
#contents_05 .mainframe article .block ul li {
  list-style-type: disc;
  position: relative;
  margin: 5px 0;
  margin-left: 20px;
}
#contents_05 .mainframe article .block figure {
  padding-bottom: 1rem;
}
#contents_05 .mainframe article .block figure img {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 10px 0 0;
}
#contents_05 .mainframe article .block figure figcaption {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  padding-left: 35px;
  font-weight: bold;
}
#contents_05 .mainframe article .block figure figcaption strong {
  position: absolute;
  display: inline-block;
  left: 0;
}
#contents_05 .mainframe article .block figure small {
  width: 100%;
  text-align: right;
  margin: 0 auto;
  font-size: 0.8rem;
  display: block;
  line-height: 1.5;
}
#contents_05 .mainframe article .block figure .txt {
  width: 100%;
  margin: 5px auto 0;
  font-size: 0.85rem;
  display: block;
}
#contents_05 .mainframe article .block figure .frame {
  padding-bottom: 15px;
  width: 100%;
  margin: 0 auto;
  font-size: 0.85rem;
  display: block;
}
#contents_05 .mainframe article .block figure .frame .inner {
  display: block;
  padding: 10px;
  border: 1px solid #ccc;
  margin-top: 15px;
}
#contents_05 .mainframe article .block figure .frame .right {
  margin-top: 8px;
  display: block;
  text-align: right;
}
#contents_05 .mainframe article .block h3 {
  font-weight: bold;
  font-size: 1.2rem;
  padding: 10px 0 5px;
  margin-bottom: 10px;
  border-bottom: 3px solid #93d2e1;
}
#contents_05 .mainframe article .block.conclusion {
  background: #ecf3f9;
  padding: 15px 15px 0;
}
#contents_05 .mainframe article .block.conclusion h3 {
  background: #244f8a;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.3rem;
  padding: 5px 15px;
  display: inline-block;
  margin-bottom: 5px;
  border-bottom: none;
}
#contents_05 .mainframe article .block.reference h3 {
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  margin-bottom: 5px;
  border-bottom: none;
}
#contents_05 .mainframe article#article_3_head h2 {
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px;
  letter-spacing: 0.5rem;
  display: flex;
  letter-spacing: 0;
}
#contents_05 .mainframe article#article_3_head h2 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #4169ae;
  color: #fff;
  line-height: 1;
  margin-right: 2px;
}
#contents_05 .mainframe article#article_3_head h2 span:nth-child(2) {
  background: #62ad48;
}
#contents_05 .mainframe article#article_3_head h3 {
  color: #244f8a;
  border: none;
  margin-bottom: 10px;
}
#contents_05 .mainframe article#article_3_head p span {
  font-weight: bold;
  display: inline-block;
  margin-right: 0.5rem;
}
#contents_05 .sidebar_contents {
  width: 25%;
}
#contents_05 .sidebar_contents .contents_05_navi {
  margin-top: 15px;
  position: sticky;
  top: 80px;
}
#contents_05 .sidebar_contents .contents_05_navi a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #008ca7;
  color: #fff;
  padding: 15px 10px;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  line-height: 1.3;
  height: 90px;
  margin-top: 10px;
}
#contents_05 .sidebar_contents .contents_05_navi a:hover {
  opacity: 0.8;
}
#contents_05 .sidebar_contents .contents_05_navi a span.num {
  background: #fff;
  color: #008ca7;
  font-size: 0.7rem;
  width: 70px;
  border-radius: 100px;
  margin-bottom: 8px;
  padding: 3px 0;
}
@media only screen and (max-width: 980px) {
  #contents_05 .sidebar_contents .contents_05_navi {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  #contents_05 {
    display: block;
    justify-content: space-between;
  }
  #contents_05 .mainframe {
    width: 100%;
  }
  #contents_05 .sidebar_contents {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #contents_05 .mainframe .head_title {
    background: url("/med/jb_square/dic/contents/05/img/mv_bg.jpg") center 45%;
    padding: 15px;
    margin-bottom: 15px;
  }
  #contents_05 .mainframe .head_title .label {
    position: relative;
    top: 0;
    left: 0;
    font-size: 0.8rem;
    text-align: center;
  }
  #contents_05 .mainframe .head_title .title {
    font-size: 7vw;
    line-height: 1.3;
    padding: 15px 0;
  }
  #contents_05 .mainframe .head_title .title span {
    max-width: 38vw;
    font-size: 3vw;
    margin: 0 auto 8px;
  }
  #contents_05 .mainframe .head_title .title small {
    display: block;
    padding-top: 5px;
    font-size: 5vw;
  }
  #contents_05 .mainframe .head_title .dr {
    max-width: 500px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto 10px;
    padding: 10px;
  }
  #contents_05 .mainframe .head_title .dr .inner {
    margin-top: 10px;
    display: block;
  }
  #contents_05 .mainframe .head_title .dr .inner span {
    margin-bottom: 5px;
    padding: 5px 15px 3px 15px;
    max-width: 200px;
    margin: 0 auto 5px;
  }
  #contents_05 .mainframe .head_title .dr .inner p {
    font-size: 0.75rem;
    list-style: 1;
    line-height: 1;
    margin: 0;
  }
  #contents_05 .mainframe .head_title .dr .inner p strong {
    font-size: 1rem;
    display: block;
    margin-right: 0;
    padding-bottom: 5px;
  }
  #contents_05 .mainframe .head_title .note {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 0.8rem;
    margin-bottom: 0;
    top: 0;
    right: 0;
  }
  #contents_05 .mainframe p.read {
    font-size: 0.9rem;
  }
  #contents_05 .mainframe .section_btn {
    margin-top: 15px;
    display: block;
  }
  #contents_05 .mainframe .section_btn a {
    width: 100%;
    padding: 15px 5px;
    font-size: 0.95rem;
    margin-top: 5px;
  }
  #contents_05 .mainframe .section_btn a span.num {
    font-size: 0.75rem;
  }
  #contents_05 .mainframe article {
    padding: 15px;
    margin-top: 20px;
  }
  #contents_05 .mainframe article h2 {
    margin-bottom: 20px;
    text-align: left;
  }
  #contents_05 .mainframe article h2 .frame {
    display: block;
    border: none;
  }
  #contents_05 .mainframe article h2 .frame .no {
    width: 80px;
    text-align: center;
    display: block;
    font-size: 1rem;
    padding: 5px 0;
    line-height: 1;
  }
  #contents_05 .mainframe article h2 .frame .no span {
    display: inline-block;
    font-size: 1rem;
  }
  #contents_05 .mainframe article h2 .frame strong {
    border: 2px solid #008ca7;
    display: block;
    line-height: 1.3;
    font-size: 1.2rem;
    width: 100%;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
  }
  #contents_05 .mainframe article h2 .prof {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 0.8rem;
  }
  #contents_05 .mainframe article h2 .prof .large {
    font-size: 1rem;
  }
  #contents_05 .mainframe article .block {
    margin-bottom: 1rem;
  }
  #contents_05 .mainframe article .block p {
    font-size: 0.85rem;
  }
  #contents_05 .mainframe article .block ol {
    font-size: 0.8rem;
    line-height: 1.5;
  }
  #contents_05 .mainframe article .block ul {
    font-size: 0.8rem;
    line-height: 1.5;
  }
  #contents_05 .mainframe article .block figure {
    padding-bottom: 1rem;
  }
  #contents_05 .mainframe article .block figure figcaption {
    padding-left: 30px;
    font-size: 0.85rem;
    line-height: 1.5;
  }
  #contents_05 .mainframe article .block figure small {
    font-size: 0.75rem;
  }
  #contents_05 .mainframe article .block figure .txt {
    width: 100%;
    margin: 5px auto 0;
    font-size: 0.8rem;
    display: block;
  }
  #contents_05 .mainframe article .block figure .frame {
    padding-bottom: 10px;
    font-size: 0.8rem;
  }
  #contents_05 .mainframe article .block figure .frame .inner {
    margin-top: 10px;
    line-height: 1.5;
  }
  #contents_05 .mainframe article .block h3 {
    font-size: 1rem;
    padding: 0 0 5px;
  }
  #contents_05 .mainframe article .block.conclusion {
    padding: 10px 10px 0;
  }
  #contents_05 .mainframe article#article_3_head h2 {
    font-size: 1.2rem;
  }
  #contents_05 .mainframe article#article_3_head h2 span {
    width: 30px;
    height: 30px;
  }
  #contents_05 .mainframe article#article_3_head h3 {
    margin-bottom: 5px;
  }
}

#contents_01 .mov {
  max-width: 800px;
  width: 100%;
  margin: 20px auto 0;
}
#contents_01 p {
  padding: 25px 0 0;
  font-size: 115% !important;
  line-height: 1.8;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #contents_01 p {
    font-size: 0.9rem !important;
  }
}
#contents_01 .num {
  font-size: 12px;
  display: block;
  text-align: right;
  margin-top: 8px;
}
#contents_01 .btn {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 24px;
}
#contents_01 .btn a {
  background: #bb1919;
  color: #fff;
  max-width: 370px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 15px 10px;
  border-radius: 3px;
  text-decoration: none;
  transition: 0.3s;
}
#contents_01 .btn a .txt {
  margin: 0 15px;
  font-size: 1.2rem;
  line-height: 1.3;
}
#contents_01 .btn a .txt span {
  display: block;
  font-size: 0.9rem;
}
#contents_01 .btn a .icn img {
  width: 38px;
  height: 35px;
}
#contents_01 .btn a .cursor img {
  width: 14px;
  height: 20px;
}
#contents_01 .btn a img {
  vertical-align: bottom;
}
#contents_01 .btn a:hover {
  opacity: 0.8;
}

.dic_title_04 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.dic_title_04 h1 {
  font-size: 1.4rem !important;
  line-height: 1.3;
}
.dic_title_04 h1 span {
  display: inline-block !important;
  color: #005d8b;
  font-size: 1.4rem !important;
}
.dic_title_04 h1 span.small {
  display: inline-block !important;
  color: #333;
  font-size: 1.1rem !important;
}
.dic_title_04 div {
  display: flex;
  width: 300px;
}
.dic_title_04 a.form {
  background: #bb1919;
  color: #fff;
  margin-bottom: 5px;
  display: flex;
  width: 200px;
  line-height: 1;
  height: 40px;
  padding-top: 2px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.dic_title_04 a.form:before {
  content: "▶";
  font-size: 0.5rem;
  padding-bottom: 3px;
  display: inline-block;
  margin-right: 4px;
}
.dic_title_04 a.form:hover {
  opacity: 0.8;
}
.dic_title_04 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;
}
.dic_title_04 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;
}
.dic_title_04 a.pdf:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .dic_title_04 div {
    margin: 10px auto 0;
    width: 100%;
    justify-content: space-between;
  }
  .dic_title_04 a {
    display: flex;
    margin: 0;
    padding: 0;
    width: 49.5% !important;
    font-size: 0.7rem;
  }
  .dic_title_04 a.pdf {
    margin-left: 0;
  }
  .dic_title_04 a.form:before {
    transform: scale(0.8);
    padding-bottom: 0;
    margin-right: 2px;
  }
}

#contents_04 {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  background: #fff;
}
#contents_04 .head_title {
  background: url("/med/jb_square/dic/contents/04/img/head_bg.jpg") center center;
  background-size: cover;
  padding: 30px 30px 15px;
  position: relative;
}
#contents_04 .head_title .label {
  background: #005d8b;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  width: 100%;
  height: 30px;
  font-size: 0.8rem;
  font-weight: bold;
  margin: 0 auto 10px;
  position: absolute;
  top: 10px;
  left: 0;
}
#contents_04 .head_title .title {
  text-align: center;
  font-size: 2.3rem;
  line-height: 1.3;
  padding: 35px 0 10px 0;
  font-weight: bold;
  font-feature-settings: "palt";
}
#contents_04 .head_title .title span {
  color: #005d8b;
}
#contents_04 .head_title .dr {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 10px;
  text-align: center;
}
#contents_04 .head_title .dr .inner {
  background: #e4e865;
  padding: 10px 20px;
  border-radius: 5px;
}
#contents_04 .head_title .dr .inner span {
  background: #fff;
  border-radius: 30px;
  line-height: 1;
  display: flex;
  max-width: 250px;
  justify-content: center;
  align-items: center;
  height: 24px;
  font-size: 0.9rem;
  font-weight: bold;
  margin: 0 auto;
}
#contents_04 .head_title .dr .inner p {
  font-size: 1rem;
  list-style: 1;
}
#contents_04 .head_title .dr .inner p strong {
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 10px;
}
#contents_04 .head_title .nav {
  display: flex;
  justify-content: space-between;
}
#contents_04 .head_title .nav div {
  max-width: 525px;
}
#contents_04 .head_title .nav div a {
  text-decoration: none;
}
#contents_04 .head_title .nav div a img {
  vertical-align: bottom;
  margin-bottom: 10px;
}
#contents_04 .head_title .nav div a span {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 100%;
  height: 40px;
  background: #333;
  color: #fff;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 40px;
  transition: 0.3s;
}
#contents_04 .head_title .nav div a span:before {
  content: "▶";
  font-size: 10px;
  margin-right: 5px;
}
#contents_04 .head_title .nav div:nth-child(1) {
  margin-right: 40px;
}
#contents_04 .head_title .nav div:nth-child(1) a span {
  background: #1d2088;
  border: 1px solid #1d2088;
}
#contents_04 .head_title .nav div:nth-child(1) a:hover span {
  color: #1d2088;
  background: #fff;
}
#contents_04 .head_title .nav div:nth-child(2) a span {
  background: #7d0022;
  border: 1px solid #7d0022;
}
#contents_04 .head_title .nav div:nth-child(2) a:hover span {
  color: #7d0022;
  background: #fff;
}
#contents_04 .head_title .note {
  display: block;
  text-align: right;
  font-size: 0.7rem;
  margin-bottom: 25px;
  margin-top: 5px;
  position: absolute;
  top: 5px;
  right: 10px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #contents_04 .head_title {
    padding: 15px;
  }
  #contents_04 .head_title .label {
    max-width: 260px;
    font-size: 0.7rem;
  }
  #contents_04 .head_title .title {
    font-size: 4.9vw;
    padding: 35px 0 10px 0;
  }
  #contents_04 .head_title .dr {
    max-width: 400px;
    margin: 0 auto;
  }
  #contents_04 .head_title .dr .inner {
    padding: 10px 10px 5px;
    margin-bottom: 10px;
  }
  #contents_04 .head_title .dr .inner span {
    max-width: 200px;
    font-size: 0.7rem;
    height: 20px;
  }
  #contents_04 .head_title .dr .inner p {
    font-size: 0.7rem;
    padding-top: 5px;
  }
  #contents_04 .head_title .dr .inner p strong {
    font-size: 0.9rem;
    display: block;
    margin-right: 5px;
    line-height: 1;
  }
  #contents_04 .head_title .nav {
    display: block;
  }
  #contents_04 .head_title .nav div img {
    vertical-align: bottom;
    margin-bottom: 5px;
  }
  #contents_04 .head_title .nav div a span {
    height: 30px;
    font-size: 0.9rem;
  }
  #contents_04 .head_title .nav div:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #contents_04 .head_title .note {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    right: 0;
    margin: 0 auto;
    font-size: 0.7rem;
    font-feature-settings: "palt";
  }
}
#contents_04 p.read {
  padding: 30px 30px 0;
}
@media only screen and (max-width: 767px) {
  #contents_04 p.read {
    padding: 10px 10px 0;
  }
}
#contents_04 .mainframe {
  padding: 0 30px 30px 30px;
  display: flex;
  justify-content: space-between;
}
#contents_04 .mainframe article {
  width: calc(100% - 230px);
  padding-top: 30px;
  position: relative;
}
#contents_04 .mainframe article h2 {
  margin-bottom: 40px;
  line-height: 1.3;
}
#contents_04 .mainframe article h2 .info {
  display: block;
  background: #666;
  border-radius: 5px 5px 0 0;
  padding: 10px 0;
  color: #fff;
}
#contents_04 .mainframe article h2 .info .no {
  background: #f6ed42;
  font-size: 14px;
  line-height: 1;
  padding: 5px 7px 5px 11px;
  border-radius: 2px;
  margin-left: -4px;
  color: #333;
}
#contents_04 .mainframe article h2 .info .category {
  display: inline-block;
  margin: 0 0 0 3px;
}
#contents_04 .mainframe article h2 .info small {
  font-size: 12px;
}
#contents_04 .mainframe article h2 strong {
  display: block;
  background: #333;
  border-radius: 0 0 5px 5px;
  padding: 20px;
  font-size: 1.8rem;
  color: #fff;
}
#contents_04 .mainframe article h2 .prof {
  text-align: right;
  display: block;
  font-size: 0.9rem;
  margin-top: 10px;
}
#contents_04 .mainframe article h2 .prof .large {
  font-size: 1.1rem;
}
#contents_04 .mainframe article h2 .prof:before {
  content: "講演";
  background: #333;
  color: #fff;
  line-height: 1;
  font-size: 0.9rem;
  padding: 5px 5px;
  margin-right: 10px;
  vertical-align: 0;
}
#contents_04 .mainframe article h3 {
  font-size: 1.4rem;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
  line-height: 1.3;
  font-weight: bold;
}
#contents_04 .mainframe article h3:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  bottom: 0;
  background: #000;
}
#contents_04 .mainframe article h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  bottom: 3px;
  background: #666;
}
#contents_04 .mainframe article.article_1 h2 .info {
  background: #005b9a;
}
#contents_04 .mainframe article.article_1 h2 strong {
  background: #122679;
}
#contents_04 .mainframe article.article_1 h2 .prof:before {
  background: #122679;
}
#contents_04 .mainframe article.article_1 h3:before {
  background: #005b9a;
}
#contents_04 .mainframe article.article_1 h3:after {
  background: #122679;
}
#contents_04 .mainframe article.article_2 h2 .info {
  background: #a0353e;
}
#contents_04 .mainframe article.article_2 h2 strong {
  background: #740d21;
}
#contents_04 .mainframe article.article_2 h2 .prof:before {
  background: #740d21;
}
#contents_04 .mainframe article.article_2 h3:before {
  background: #a0353e;
}
#contents_04 .mainframe article.article_2 h3:after {
  background: #740d21;
}
#contents_04 .mainframe article .block {
  margin: 0 auto 40px;
}
#contents_04 .mainframe article .block .qa {
  background: #e7f4f4;
  padding: 25px;
  border-radius: 5px;
}
#contents_04 .mainframe article .block .qa h4.title {
  background: #575b62;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  display: flex;
  width: 100px;
  height: 27px;
  align-items: center;
  justify-content: center;
  border-radius: 27px;
  margin-bottom: 15px;
  font-weight: bold;
}
#contents_04 .mainframe article .block .qa div {
  margin-bottom: 15px;
}
#contents_04 .mainframe article .block .qa div span {
  font-weight: bold;
}
#contents_04 .mainframe article .block .qa div p {
  font-size: 0.9rem;
}
#contents_04 .mainframe article .block .qa div:last-child {
  margin-bottom: 0;
}
#contents_04 .mainframe article .block .reference {
  font-size: 0.85rem;
}
#contents_04 .mainframe article .block .reference h4 {
  font-feature-settings: "palt";
  font-weight: bold;
  line-height: 1;
}
#contents_04 .mainframe article .block .reference ol li {
  list-style-type: none;
  counter-increment: cnt;
  margin-left: 2.5em;
  margin-top: 0.7rem;
  line-height: 1.3;
}
#contents_04 .mainframe article .block .reference ol li::before {
  content: counter(cnt) ") ";
  display: inline-block;
  margin-left: -2.5em;
  width: 2.5em;
}
#contents_04 .mainframe article .block .img {
  margin: 0 auto 10px;
}
#contents_04 .mainframe article .block .img picture {
  text-align: center;
  display: block;
  margin: 0 auto;
}
#contents_04 .mainframe article .block .img .title {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 15px;
}
#contents_04 .mainframe article .block .img .title span {
  background: #999;
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 24px;
  line-height: 24px;
  font-feature-settings: "palt";
  font-weight: bold;
  margin-right: 5px;
}
#contents_04 .mainframe article .block .img .caption {
  font-size: 0.8rem;
  line-height: 1.8;
  margin-top: 10px;
}
#contents_04 .mainframe article .block .img .caption span {
  display: block;
  text-align: right;
  margin-top: 5px;
}
@media only screen and (max-width: 980px) {
  #contents_04 .mainframe article .block .img {
    max-width: 550px;
  }
}
#contents_04 .mainframe article .block p.small {
  font-size: 0.8rem;
  line-height: 1.5;
  padding-bottom: 10px;
  padding-left: 10px;
  position: relative;
}
#contents_04 .mainframe article .block p.small span {
  display: inline-block;
  width: 10px;
  position: absolute;
  left: 0;
}
#contents_04 .mainframe article .block ul.link {
  margin: 20px 0 0;
  padding: 10px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  font-size: 0.875rem;
}
#contents_04 .mainframe article .block ul.link li {
  list-style-type: disc;
  position: relative;
  margin: 3px 0;
  margin-left: 30px;
}
#contents_04 .mainframe article .paging {
  text-align: center;
  margin: 40px auto 0;
  display: block;
  width: 330px;
}
#contents_04 .mainframe article .paging ul {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 50px;
}
#contents_04 .mainframe article .paging ul li {
  margin: 0 2px;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
}
#contents_04 .mainframe article .paging ul li a {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  text-decoration: none;
  transition: 0.2s;
}
#contents_04 .mainframe article .paging ul li a img {
  vertical-align: bottom;
}
#contents_04 .mainframe article .paging ul li.prev {
  position: absolute;
  left: 0;
}
#contents_04 .mainframe article .paging ul li.prev a {
  border: none;
}
#contents_04 .mainframe article .paging ul li.next {
  position: absolute;
  right: 0;
}
#contents_04 .mainframe article .paging ul li.next a {
  border: none;
}
#contents_04 .mainframe article .paging ul li:nth-child(1) a, #contents_04 .mainframe article .paging ul li:nth-child(2) a {
  border: 1px solid #122679;
  color: #122679;
  line-height: 1;
  font-size: 1.2rem;
}
#contents_04 .mainframe article .paging ul li:nth-child(1) a:hover, #contents_04 .mainframe article .paging ul li:nth-child(2) a:hover {
  background: rgba(18, 38, 121, 0.2);
}
#contents_04 .mainframe article .paging ul li:nth-child(1) a.active, #contents_04 .mainframe article .paging ul li:nth-child(2) a.active {
  color: #fff !important;
  background: #122679 !important;
}
#contents_04 .mainframe article .paging ul li:nth-child(3) a, #contents_04 .mainframe article .paging ul li:nth-child(4) a {
  border: 1px solid #740d21;
  color: #740d21;
  line-height: 1;
  font-size: 1.2rem;
}
#contents_04 .mainframe article .paging ul li:nth-child(3) a:hover, #contents_04 .mainframe article .paging ul li:nth-child(4) a:hover {
  background: rgba(116, 13, 33, 0.2);
}
#contents_04 .mainframe article .paging ul li:nth-child(3) a.active, #contents_04 .mainframe article .paging ul li:nth-child(4) a.active {
  color: #fff !important;
  background: #740d21 !important;
}
@media only screen and (max-width: 980px) {
  #contents_04 .mainframe article {
    width: 100%;
  }
}
#contents_04 .mainframe aside {
  padding-top: 30px;
  width: 200px;
  position: sticky;
  top: 40px;
  z-index: 100;
  height: 100%;
}
#contents_04 .mainframe aside div {
  margin-bottom: 15px;
  width: 200px;
}
#contents_04 .mainframe aside div a {
  background: #666;
  color: #fff;
  text-decoration: none;
  display: block;
  border-radius: 5px;
  padding: 10px;
  transition: 0.3s;
}
#contents_04 .mainframe aside div a .no {
  background: #f6ed42;
  width: 50px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 12px;
  border-radius: 3px;
  line-height: 1;
}
#contents_04 .mainframe aside div a p {
  display: flex;
  height: 70px;
  font-weight: bold;
  line-height: 1.3;
  font-size: 14px;
  align-items: center;
}
#contents_04 .mainframe aside div a .button {
  background: #fff;
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 12px;
  border-radius: 30px;
  line-height: 1;
}
#contents_04 .mainframe aside div a .button:before {
  content: "▶";
  font-size: 10px;
  transform: scale(0.8);
}
#contents_04 .mainframe aside div a:hover {
  opacity: 0.8;
}
#contents_04 .mainframe aside div.nav1 a {
  background: #122679;
}
#contents_04 .mainframe aside div.nav1 a .button {
  color: #122679;
}
#contents_04 .mainframe aside div.nav2 a {
  background: #740d21;
}
#contents_04 .mainframe aside div.nav2 a .button {
  color: #740d21;
}
#contents_04 .mainframe aside div:nth-child(2) {
  margin-bottom: 0;
}
@media only screen and (max-width: 980px) {
  #contents_04 .mainframe aside {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #contents_04 {
    font-size: 0.9rem;
  }
  #contents_04 .mainframe {
    padding: 0 10px 10px 10px;
  }
  #contents_04 .mainframe article {
    padding-top: 20px;
  }
  #contents_04 .mainframe article h2 {
    margin-bottom: 25px;
  }
  #contents_04 .mainframe article h2 .info .no {
    background: #f6ed42;
    font-size: 12px;
    line-height: 1;
    padding: 5px 3px 5px 5px;
    margin-left: -2px;
  }
  #contents_04 .mainframe article h2 .info .category {
    font-size: 0.8rem;
  }
  #contents_04 .mainframe article h2 .info small {
    font-size: 0.7rem;
  }
  #contents_04 .mainframe article h2 strong {
    padding: 15px;
    font-size: 1.1rem;
    color: #fff;
  }
  #contents_04 .mainframe article h2 .prof {
    font-size: 0.8rem;
  }
  #contents_04 .mainframe article h2 .prof .large {
    font-size: 0.9rem;
  }
  #contents_04 .mainframe article h2 .prof:before {
    font-size: 0.7rem;
    padding: 3px;
  }
  #contents_04 .mainframe article h3 {
    font-size: 1.2rem;
  }
  #contents_04 .mainframe article .block {
    margin: 0 auto 25px;
  }
  #contents_04 .mainframe article .block .qa {
    padding: 15px;
  }
  #contents_04 .mainframe article .block .qa h4.title {
    font-size: 1rem;
  }
  #contents_04 .mainframe article .block .qa div {
    margin-bottom: 10px;
  }
  #contents_04 .mainframe article .block .qa div p {
    font-size: 0.8rem;
  }
  #contents_04 .mainframe article .block .reference {
    font-size: 0.8rem;
  }
  #contents_04 .mainframe article .block .img .title {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
}

.contents04_spnavi {
  margin: 30px auto 0;
  padding-bottom: 20px;
  max-width: 300px;
  display: none;
}
.contents04_spnavi div {
  margin-bottom: 15px;
  width: 100%;
}
.contents04_spnavi div a {
  background: #666;
  color: #fff;
  text-decoration: none;
  display: block;
  border-radius: 5px;
  padding: 10px;
  transition: 0.3s;
}
.contents04_spnavi div a .no {
  background: #f6ed42;
  width: 50px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 12px;
  border-radius: 3px;
  line-height: 1;
}
.contents04_spnavi div a p {
  display: flex;
  height: 60px;
  font-weight: bold;
  line-height: 1.6;
  font-size: 16px;
  align-items: center;
}
.contents04_spnavi div a .button {
  background: #fff;
  width: 100%;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 12px;
  border-radius: 30px;
  line-height: 1;
}
.contents04_spnavi div a .button:before {
  content: "▶";
  font-size: 10px;
  transform: scale(0.8);
}
.contents04_spnavi div.nav1 a {
  background: #122679;
}
.contents04_spnavi div.nav1 a .button {
  color: #122679;
}
.contents04_spnavi div.nav2 a {
  background: #740d21;
}
.contents04_spnavi div.nav2 a .button {
  color: #740d21;
}
.contents04_spnavi div:nth-child(2) {
  margin-bottom: 0;
}
@media only screen and (max-width: 980px) {
  .contents04_spnavi {
    display: block;
  }
}

.pdfnote_04 {
  display: block;
  text-align: right;
  font-size: 0.7rem;
  padding-bottom: 10px;
  line-height: 1.5;
  text-indent: -0.7rem;
  padding-left: 0.7rem;
}

@media only screen and (max-width: 767px) {
  .pdfnote_04 {
    font-feature-settings: "palt";
  }
}
.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;
}
.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;
}