@charset "UTF-8";
#contents_09 .med_titlelayout {
  width: 92%;
  max-width: 1200px;
  margin: 25px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#contents_09 .med_titlelayout h1 {
  font-size: 1.4rem !important;
  line-height: 1.3;
}
#contents_09 .med_titlelayout div {
  display: flex;
  max-width: 247px;
  width: 100%;
}
#contents_09 .med_titlelayout a {
  display: block;
  padding: 0;
  margin: 0;
  background: none;
  width: 100%;
  max-width: 247px;
  height: auto;
  border: 1px solid #e8374a;
  border-radius: 0;
}
#contents_09 .med_titlelayout a img {
  width: 100%;
}
#contents_09 .med_titlelayout a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1050px) {
  #contents_09 .med_titlelayout h1 {
    font-size: 1.2rem !important;
  }
}
@media only screen and (max-width: 767px) {
  #contents_09 .med_titlelayout {
    display: block;
  }
  #contents_09 .med_titlelayout h1 {
    font-size: 1.1rem !important;
  }
  #contents_09 .med_titlelayout div {
    margin: 10px auto;
    width: 100%;
    justify-content: space-between;
    text-align: center;
    display: block;
  }
  #contents_09 .med_titlelayout div a {
    max-width: 247px !important;
  }
}
#contents_09 .head_title {
  display: flex;
  background: #fff url("/med/jb_square/dic/contents/09/img/main_bg.png") center bottom no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 500px;
  margin: 0 auto;
  position: relative;
}
#contents_09 .head_title .form {
  background: #ccc;
  position: absolute;
  right: 20px;
  top: 20px;
  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;
  font-size: 0.75rem;
  border-radius: 3px;
  transition: 0.3s;
}
#contents_09 .head_title .form:before {
  content: "▶";
  font-size: 0.5rem;
  padding-bottom: 0px;
  display: inline-block;
  margin-right: 4px;
}
#contents_09 .head_title .form:hover {
  opacity: 0.8;
}
#contents_09 .head_title.key::before {
  position: absolute;
  content: "";
  background: url("/med/img/icn_key.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 20px;
  top: 20px;
  display: block;
  width: 36px;
  height: 52px;
}
#contents_09 .head_title h2 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #0062a2;
  text-align: center;
  font-size: 2.625rem;
  line-height: 1.5;
  font-weight: bold;
  padding-top: 70px;
}
#contents_09 .head_title .dr {
  display: flex;
  font-size: 1rem;
  margin-top: 20px;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
  align-items: flex-start;
}
#contents_09 .head_title .dr .sv {
  background: #666;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  padding: 5px 12px;
  line-height: 1;
  border-radius: 18px;
  letter-spacing: 0;
  margin-right: 10px;
}
#contents_09 .head_title .dr .large {
  font-size: 1.375rem;
}
@media only screen and (max-width: 767px) {
  #contents_09 .head_title .dr {
    display: block;
    font-size: 0.75rem;
    margin-top: 0;
    margin-bottom: 15px;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.5;
  }
  #contents_09 .head_title .dr .sv {
    width: 40px;
    display: block;
    font-size: 0.75rem;
    padding: 4px 8px;
    margin-right: 0;
    margin: 0 auto 4px;
  }
  #contents_09 .head_title .dr .large {
    font-size: 1.125rem;
  }
}
#contents_09 .head_title .info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 75%;
  max-width: 640px;
  font-size: 0.875rem;
  line-height: 1.5;
}
#contents_09 .head_title .info p.name {
  position: relative;
  padding-left: 40px;
}
#contents_09 .head_title .info p.name span {
  position: absolute;
  left: 0;
}
#contents_09 .head_title .info p.name strong {
  font-size: 1.25rem;
  letter-spacing: 2px;
  line-height: 1;
}
#contents_09 .head_title .info p + p {
  padding-top: 10px;
}
#contents_09 .head_title .no {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 25%;
  text-align: right;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #contents_09 .head_title {
    height: auto;
    padding: 6vw 0 4vw;
    background-size: contain;
    background: #fff url("/med/jb_square/dic/contents/09/img/main_bg_sp.png") center bottom no-repeat;
  }
  #contents_09 .head_title .form {
    width: 180px;
    height: 30px;
    right: 13px;
    top: 13px;
  }
  #contents_09 .head_title.key::before {
    left: 10px;
    top: 10px;
    width: 24px;
    height: 35px;
  }
  #contents_09 .head_title h2 {
    font-size: 5.5vw;
    padding-top: 35px;
    padding-bottom: 20px;
  }
  #contents_09 .head_title .info {
    position: relative;
    bottom: auto;
    left: 0;
    width: 100%;
    font-size: 0.75rem;
    text-align: center;
    padding: 0 4% 20px;
    box-sizing: border-box;
  }
  #contents_09 .head_title .info p.name {
    padding-left: 0;
  }
  #contents_09 .head_title .info p.name span {
    position: relative;
  }
  #contents_09 .head_title .info p.name strong {
    line-height: 1.4;
    font-size: 1rem;
  }
  #contents_09 .head_title .info p + p {
    padding-top: 10px;
  }
  #contents_09 .head_title .no {
    position: relative;
    bottom: auto;
    width: 100%;
    font-size: 0.75rem;
  }
}
#contents_09 p.head {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.05em;
  line-height: 1.5;
  width: 92%;
  max-width: 1200px;
  margin: 25px auto 0;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #contents_09 p.head {
    font-size: 0.875rem;
  }
}
#contents_09 p.head span {
  width: 5.625rem;
  white-space: nowrap;
}
#contents_09 p.head.bottom {
  margin: 15px auto 0;
  display: block;
}
#contents_09 p.head.bottom::first-letter {
  font-feature-settings: "palt";
}
#contents_09 .contents_09_contents {
  background: #fff;
  width: 92%;
  max-width: 1200px;
  margin: 25px auto;
  padding: 25px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents {
    padding: 15px;
  }
}
#contents_09 .contents_09_contents i {
  margin-right: 2px;
}
#contents_09 .contents_09_contents .comment {
  margin-bottom: 50px;
}
#contents_09 .contents_09_contents .comment h3 {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 1.125rem;
  color: #0062a2;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents .comment h3 {
    font-size: 1rem;
  }
}
#contents_09 .contents_09_contents .comment .wrap {
  border: 1px solid rgba(0, 98, 162, 0.8);
  background: rgba(0, 98, 162, 0.05);
  padding: 20px;
}
#contents_09 .contents_09_contents .comment .wrap p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents .comment .wrap p {
    font-size: 0.875rem;
  }
}
#contents_09 .contents_09_contents .comment .wrap ul li {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-indent: -1.125rem;
  padding-left: 1.125rem;
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents .comment .wrap ul li {
    font-size: 0.875rem;
  }
}
#contents_09 .contents_09_contents .comment .wrap ul li::before {
  content: "●";
  color: #0062a2;
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents .comment .wrap ul li {
    text-indent: -0.875rem;
    padding-left: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents .comment .wrap {
    padding: 15px;
  }
}
#contents_09 .contents_09_contents .indexarea h2 {
  display: inline-block;
  background: url("/med/jb_square/dic/contents/09/img/title_bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 15px 30px;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  font-size: 1.5rem;
  min-width: 200px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents .indexarea h2 {
    padding: 10px 20px;
    font-size: 1.125rem;
    min-width: 120px;
    margin-bottom: 10px;
  }
}
#contents_09 .contents_09_contents .indexarea img {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 25px auto 0;
}
#contents_09 .contents_09_contents .indexarea .key {
  position: relative;
  padding: 0 0 0 45px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-top: 6px;
}
#contents_09 .contents_09_contents .indexarea .key::before {
  position: absolute;
  content: "";
  background: url("/med/img/icn_key.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 36px;
  height: 52px;
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents .indexarea .key {
    font-size: 0.75rem;
  }
}
#contents_09 .contents_09_contents .indexarea a.btn {
  background: #bb1919;
  color: #fff;
  margin-bottom: 5px;
  display: flex;
  width: 250px;
  line-height: 1;
  height: 30px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
#contents_09 .contents_09_contents .indexarea a.btn::before {
  content: "";
  background: url("/med/img/icn_key.png") no-repeat;
  background-size: cover;
  display: block;
  margin-right: 5px;
  width: 18px;
  height: 26px;
  margin-top: -2px;
}
#contents_09 .contents_09_contents .indexarea a.btn:after {
  content: "▶";
  font-size: 0.5rem;
  display: inline-block;
  margin-left: 4px;
}
#contents_09 .contents_09_contents .indexarea a.btn:hover {
  opacity: 0.8;
}
#contents_09 .contents_09_contents .contentsarea {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents .contentsarea {
    margin-bottom: 30px;
  }
}
#contents_09 .contents_09_contents .contentsarea h2 {
  display: inline-block;
  background: url("/med/jb_square/dic/contents/09/img/title_bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 15px 30px;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  font-size: 1.5rem;
  min-width: 200px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
  box-sizing: border-box;
}
#contents_09 .contents_09_contents .contentsarea h2.style2 {
  background: rgba(0, 98, 162, 0.1);
  color: #0062a2 !important;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents .contentsarea h2 {
    padding: 10px 20px;
    font-size: 1.125rem;
    min-width: 120px;
    width: 100%;
    margin-bottom: 20px;
  }
}
#contents_09 .contents_09_contents .contentsarea h3 {
  font-weight: bold;
  font-size: 1.125rem;
  color: #0062a2;
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents .contentsarea h3 {
    font-size: 1rem;
  }
}
#contents_09 .contents_09_contents .contentsarea p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents .contentsarea p {
    font-size: 0.875rem;
  }
}
#contents_09 .contents_09_contents .contentsarea p strong.head {
  display: block;
  color: #0062a2;
  margin: 0 0 3px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents .contentsarea p strong.head {
    font-size: 1rem;
  }
}
#contents_09 .contents_09_contents .contentsarea p.small {
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents .contentsarea p.small {
    font-size: 0.75rem;
  }
}
#contents_09 .contents_09_contents .contentsarea p + h3 {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents .contentsarea p + h3 {
    margin-top: 30px;
  }
}
#contents_09 .contents_09_contents .contentsarea p span.list {
  display: block;
  text-indent: -1.125rem;
  padding-left: 1.125rem;
  padding-top: 3px;
}
#contents_09 .contents_09_contents .contentsarea p span.list::before {
  content: "・";
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents .contentsarea p span.list {
    text-indent: -1rem;
    padding-left: 1rem;
  }
}
#contents_09 .contents_09_contents .contentsarea ul {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents .contentsarea ul {
    font-size: 0.875rem;
  }
}
#contents_09 .contents_09_contents .contentsarea ul li {
  list-style-type: disc;
  margin: 5px 0;
}
#contents_09 .contents_09_contents .contentsarea hr {
  background: none;
  margin: 20px auto;
  padding: 0;
  border-top: 1px solid rgba(0, 98, 162, 0.5);
}
#contents_09 .contents_09_contents .contentsarea dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 98, 162, 0.5);
  margin-bottom: 15px;
}
#contents_09 .contents_09_contents .contentsarea dl dt {
  width: 150px;
  background: rgba(0, 98, 162, 0.1);
  font-weight: bold;
  padding: 15px;
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 98, 162, 0.5);
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents .contentsarea dl dt {
    font-size: 0.875rem;
  }
}
#contents_09 .contents_09_contents .contentsarea dl dd {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.05em;
  width: calc(100% - 150px);
  padding: 15px;
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 98, 162, 0.5);
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents .contentsarea dl dd {
    font-size: 0.875rem;
  }
}
#contents_09 .contents_09_contents .contentsarea dl dd .column {
  display: flex;
  gap: 30px;
}
#contents_09 .contents_09_contents .contentsarea dl dd .column ul li {
  list-style: disc;
  margin-left: 20px;
  padding: 2px 0;
}
#contents_09 .contents_09_contents .contentsarea dl dd .small {
  display: block;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents .contentsarea dl dd .small {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents .contentsarea dl {
    display: block;
  }
  #contents_09 .contents_09_contents .contentsarea dl dt {
    width: 100%;
    padding: 10px;
  }
  #contents_09 .contents_09_contents .contentsarea dl dt:not(:first-child) {
    margin-top: 10px;
  }
  #contents_09 .contents_09_contents .contentsarea dl dd {
    width: 100%;
    padding: 10px;
  }
  #contents_09 .contents_09_contents .contentsarea dl dd .column {
    display: block;
    gap: 0;
  }
}
#contents_09 .contents_09_contents .contentsarea .img {
  margin: 15px 0 0;
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents .contentsarea .img {
    margin: 10px 0 0;
  }
}
#contents_09 .contents_09_contents .contentsarea .img p {
  margin-bottom: 15px;
}
#contents_09 .contents_09_contents .contentsarea .img img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
#contents_09 .contents_09_contents .contentsarea .img small {
  display: block;
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents .contentsarea .img small {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents .contentsarea .img small {
    font-size: 0.75rem;
  }
}
#contents_09 .contents_09_contents .contentsarea .img + h3 {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents .contentsarea .img + h3 {
    margin-top: 20px;
  }
}
#contents_09 .contents_09_contents .contentsarea .img .col3 {
  display: flex;
  justify-content: space-between;
}
#contents_09 .contents_09_contents .contentsarea .img .col3 div {
  width: 30%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents .contentsarea .img .col3 {
    display: block;
  }
  #contents_09 .contents_09_contents .contentsarea .img .col3 div {
    width: 100%;
    text-align: center;
  }
  #contents_09 .contents_09_contents .contentsarea .img .col3 div + div {
    margin-top: 15px;
  }
  #contents_09 .contents_09_contents .contentsarea .img .col3 div img {
    max-width: 250px;
  }
}
#contents_09 .contents_09_contents .contentsarea .table {
  margin: 15px 0;
}
#contents_09 .contents_09_contents .contentsarea .table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  line-height: 1.4;
}
#contents_09 .contents_09_contents .contentsarea .table table th {
  border-collapse: collapse;
  border: 1px solid rgba(0, 98, 162, 0.5);
  background: rgba(0, 98, 162, 0.1);
  padding: 7px;
  vertical-align: middle;
}
#contents_09 .contents_09_contents .contentsarea .table table td {
  border-collapse: collapse;
  border: 1px solid rgba(0, 98, 162, 0.5);
  padding: 7px;
}
#contents_09 .contents_09_contents .contentsarea .table table thead th {
  font-weight: bold;
  font-size: 0.875rem;
}
#contents_09 .contents_09_contents .contentsarea .table table tbody tr th:first-child {
  font-weight: bold;
}
#contents_09 .contents_09_contents .contentsarea .table table.center thead th {
  text-align: center;
}
#contents_09 .contents_09_contents .contentsarea .table table.center tbody tr th:first-child {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents .contentsarea .table {
    overflow-x: scroll;
  }
  #contents_09 .contents_09_contents .contentsarea .table table {
    min-width: 700px;
  }
  #contents_09 .contents_09_contents .contentsarea .table table th {
    padding: 4px;
  }
  #contents_09 .contents_09_contents .contentsarea .table table td {
    padding: 4px;
  }
}
#contents_09 .contents_09_contents .contentsarea .col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contents_09 .contents_09_contents .contentsarea .col2 div:nth-child(1) {
  width: 45%;
}
#contents_09 .contents_09_contents .contentsarea .col2 div:nth-child(2) {
  width: 50%;
}
#contents_09 .contents_09_contents .contentsarea .col2 div .img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents .contentsarea .col2 {
    display: block;
  }
  #contents_09 .contents_09_contents .contentsarea .col2 div:nth-child(1) {
    width: 100%;
  }
  #contents_09 .contents_09_contents .contentsarea .col2 div:nth-child(2) {
    width: 100%;
    margin-top: 15px;
  }
  #contents_09 .contents_09_contents .contentsarea .col2 div .img {
    width: 100%;
  }
}
#contents_09 .contents_09_contents .note {
  font-size: 0.875rem;
  line-height: 1.6;
}
#contents_09 .contents_09_contents .note ul {
  margin: 0 0 3px 0;
}
#contents_09 .contents_09_contents .note ul li {
  position: relative;
  padding-left: 25px;
  margin: 5px 0;
}
#contents_09 .contents_09_contents .note ul li span {
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #contents_09 .contents_09_contents .note {
    font-size: 0.75rem;
  }
  #contents_09 .contents_09_contents .note ul li {
    position: relative;
    padding-left: 20px;
    margin: 3px 0;
  }
}

.contents_wrap {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .satori_frame {
    padding: 10px;
  }
  .satori_frame h3 {
    font-size: 1rem;
    padding: 0 0 5px;
  }
  .satori_frame p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}