﻿@charset "UTF-8";
/* CSS Document */
body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  margin: 0;
}
divF, secton, p, img {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.8em;
}
img {
  border: 0;
  vertical-align: bottom;
}
a {
  color: #4682b4;
}
a img:hover {
  opacity: 0.8;
}
h1 {
  margin-bottom: 0;
}
h1 img {
  width: 100%;
}
.pr {
  font-size: 80%;
  text-align: right;
}
.br_pc {
  display: block;
}
.br_sp {
  display: none;
}
.sp_hyouji {
  display: none;
}
#wrap {
  text-align: left;
  width: 890px;
  margin: 0 auto;
}
#main_area {
  width: 100%;
  margin: 0 auto;
}
#prof_box {
  width: 90%;
  background-color: #F3F3F3;
  padding: 1em;
  position: relative;
  margin: 5% auto 8%;
}
.kutikomi-title {
  margin: 0 0 12px;
}
#prof_box .talk {
  width: 100%;
  height: 100%;
  display: flex;
}
#prof_box .talk-icon {
  aspect-ratio: 1/1;
  clip-path: circle(50%);
  width: 15%;
  float: left;
  margin-left: 3%;
}
#prof_box .talk-icon img {
  width: 90%;
  height: 90% !important;
  object-fit: cover;
}
#prof_box .profile {
  width: 80%;
  margin-bottom: 1em;
  float: right;
}
#prof_box .profile .name {
  font-weight: bold;
  font-size: 110%;
}
#prof_box .profile .textarea {
  font-size: 90%;
}
#talk01, #talk02 {
  width: 100%;
  clear: both;
}
#talk01 .profile p {
  font-size: 1.3em;
  line-height: 1.5em;
}
#talk01 .talk-right {
  width: 55%;
  float: right;
  margin-left: 5%;
  margin-top: 8.5%;
}
#talk01 .talk-fukidashi {
  padding: 1em;
  background-color: #fff;
  border: solid 2px #666;
  border-radius: 10px;
  font-size: 1.1em;
  position: relative;
  z-index: 0;
}
#talk01 .talk-fukidashi::before, .talk-fukidashi::after {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  background-color: #333;
  position: absolute;
  top: 1em;
  left: -1em;
  z-index: 1;
}
#talk01 .talk-fukidashi::after {
  z-index: 2;
  background-color: #fff;
  left: calc(-1em + 4px);
}
#talk02 {
  margin-bottom: 5%;
}
#talk02 .talk-left {
  width: 40%;
  float: right;
}
#talk02 .talk-icon {
  position: absolute;
  aspect-ratio: 1/1;
  clip-path: circle(50%);
  margin-top: -13%;
  z-index: 1;
}
#talk02 .talk-icon img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
#talk02 .profile {
  width: 50%;
  margin-bottom: 1em;
  float: right;
}
#talk02 .profile p {
  font-size: 1.3em;
  line-height: 1.5em;
}
#talk02 .talk-right {
  width: 55%;
  float: left;
  margin-right: 5%;
  margin-top: 8.5%;
}
#talk02 .talk-fukidashi-reverse {
  padding: 1em;
  background-color: #fff;
  border: solid 2px #666;
  border-radius: 10px;
  font-size: 1.1em;
  position: relative;
  z-index: 0;
  float: right;
}
#talk02 .talk-fukidashi-reverse::before, .talk-fukidashi-reverse::after {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  background-color: #333;
  position: absolute;
  top: 1em;
  left: -1em;
  z-index: 1;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  left: unset;
  right: -1em;
}
#talk02 .talk-fukidashi-reverse::after {
  z-index: 2;
  background-color: #fff;
  left: calc(-1em + 4px);
  right: calc(-1em + 4px);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  left: unset;
}
.faceicon {
  display: table-cell;
  width: 12%;
  padding-right: 30px;
  text-align: center;
  vertical-align: top;
}
.faceiconR {
  display: table-cell;
  width: 12%;
  padding-left: 30px;
  text-align: center;
  vertical-align: top;
}
.chatting {
  display: table-cell;
  position: relative;
  width: calc(100% - 100px);
  font-size: 0.95em;
  vertical-align: top;
}
.faceicon img, .faceiconR img {
  width: 100%;
  height: auto;
  border: solid 3px #eaedf2;
  border-radius: 50%;
}
.bnr img {
  width: 80%;
  margin-left: 10%;
}
.txt {
  width: 95%;
  margin: 5% auto;
}
.sc {
  display: inline-block;
  text-align: left;
  padding: 13px;
  border-radius: 12px;
  background: #fff;
  word-break: break-all;
  background-color: #F9E3AA;
}
.sc:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -23px;
  border: 12px solid transparent;
  border-right: 12px solid #F9E3AA;
  content: "";
}
.sc:after {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -20px;
  border: 12px solid transparent;
  border-right: 12px solid #F9E3AA;
  content: "";
}
.sc_b {
  display: inline-block;
  text-align: left;
  padding: 13px;
  border-radius: 12px;
  background: #fff;
  word-break: break-all;
  border: 2px solid #EDAD0B;
}
.sc_b:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -23px;
  border: 12px solid transparent;
  border-right: 12px solid #EDAD0B;
  content: "";
}
.sc_b:after {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -20px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  content: "";
}
.media {
  margin: 5% auto;
  padding-bottom: 5%;
}
.media-wrap {
  grid-template-columns: 22% auto;
  gap: 1em;
}
.media-circle {
  position: relative;
  width: 74%;
  background: #ee4f68;
  text-align: center;
  border: 5px solid #ee4f68;
  color: #FFF;
  font-size: 110%;
  font-weight: bold;
  border-radius: 54px;
  -webkit-border-radius: 54px;
  -moz-border-radius: 54px;
  padding: 2%;
  line-height: 1.3em;
  margin-bottom: 2%;
  margin-left: 10%;
}
.media-circle:after, .media-circle:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 88%;
  left: 9%;
}
.media-circle:after {
  border-color: rgba(242, 102, 113, 0);
  border-top-width: 13px;
  border-bottom-width: 13px;
  border-left-width: 7px;
  border-right-width: 7px;
  margin-left: -7px;
  border-top-color: #ee4f68;
}
.media-circle:before {
  border-color: rgba(242, 102, 113, 0);
  border-top-width: 22px;
  border-bottom-width: 22px;
  border-left-width: 12px;
  border-right-width: 12px;
  margin-left: -12px;
  margin-top: 5px;
  border-top-color: #ee4f68;
}
.media-grid {
  display: flex;
  position: relative;
  padding: 1.5em 1em;
  box-sizing: border-box;
  gap: 1em;
  background-color: #eee;
}
.media-grid[data-label] {
  padding-left: 5em;
  margin-top: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 3em;
}
.media-grid[data-label]::before, .media-grid[data-label]::after {
  content: "";
  position: absolute;
  left: 0;
}
.media-grid[data-label]::before {
  content: attr(data-label) "";
  z-index: 1;
  color: #FFF;
  font-size: 1.2em;
  font-weight: 600;
  transform: rotate(-45deg);
  top: 1.25em;
}
.media-grid[data-label]::after {
  position: absolute;
  border-bottom: 6em solid transparent;
  border-left: 6em solid #ee4f68;
  z-index: 0;
  top: 0;
}
.media-article {
  margin-top: 3%;
}
.media-title p {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.3em;
}
.headContent_rea {
  width: 100%;
  height: auto;
  font-size: 16px;
  margin-bottom: 8%;
}
.headContent_inner {
  border: 2px solid #EDAD0B;
  border-radius: 10px;
  width: calc(100% - 34px);
  padding: 15px;
  margin-top: 50px;
  position: relative;
}
.head_box {
  width: 70%;
  padding: 5px 20px;
  position: absolute;
  top: -1.4em;
  left: 50%;
  transform: translateX(-50%);
  background: #F0BA32;
  border-radius: 5px;
}
.head {
  color: #fff;
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
}
.topContent_box {
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.img_box {
  width: 45%;
  height: auto;
}
.img_box img {
  width: 100%;
}
.icon_box {
  width: 12%;
  height: auto;
  margin-left: 5%;
}
.fukidashi_box {
  width: 80%;
  height: auto;
  margin-top: 0;
  margin-bottom: auto;
}
.fukidashi_inner {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 80%;
  margin-left: 15px;
  padding: .8em 1.2em;
  border-radius: 12px;
  background-color: #F9E3AA;
  margin-top: 3%
}
.fukidashi_inner:before {
  position: absolute;
  left: -15px;
  top: 12px;
  width: 15px;
  height: 24px;
  background-color: #F9E3AA;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  content: '';
}
.toc_box {
  width: 100%;
  height: auto;
  margin-top: 20px;
  color: #888888;
}
.toc_head {
  text-align: center;
  font-size: 150%;
  font-weight: bold;
}
.toc_lists {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.toc_lists li {
  list-style: none;
  margin-bottom: .5%;
  margin-left: 4%;
  text-indent: -4%;
}
.toc_lists a {
  color: #888888;
}
.txt_img {
  margin-bottom: 3%;
}
.txt_img img {
  width: 100%;
}
.item {
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: bold;
  display: block;
  flex-direction: column;
  box-sizing: border-box;
  clear: both;
  padding-top: 1%;
}
.point01 {
  position: relative;
}
.point01:after {
  content: '';
  display: block;
  background: url("../img/img_point.png") no-repeat;
  width: 94px;
  height: 48px !important;
  position: absolute;
  top: 80%;
  right: -70px;
  transform: translateY(-80%);
}
.bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg img {
  width: 100%;
}
.mb_li {
  margin-bottom: 5% !important;
}
.level {
  text-align: center;
}
.star {
  font-size: min(4.5vw, 27px);
  color: #f8b500;
  display: block;
  float: left;
  width: 10%;
  margin: 1.5em .5em 1em 0;
}
.number {
  display: block;
  justify-content: center;
  align-items: center;
  color: #f8f4e6;
  font-size: 200%;
  float: left;
  font-weight: bold;
  margin: 0 1em 1em 0;
  width: 5%;
}
.num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: min(6.6666666667vw, 40px);
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  background-color: #f8b500;
  border: 2px solid #ea5506;
  border-radius: 10px;
  width: 1.5em;
  height: 1.5em;
  box-sizing: border-box;
  float: left;
  margin: 1em 0 1em;
}
h2 {
  align-items: center;
  font-size: min(4.5vw, 27px);
  color: #f8f4e6;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 1em;
  text-align: left;
  width: 70%;
  padding-left: 3%;
}
.box-sep {
  max-width: 100%;
  margin: 5% auto;
  display: flex;
  background-color: #f8f4e6;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding: 10px;
  box-sizing: border-box;
}
.top {
  margin: 0 10px;
}
.top p {
  border-bottom: 1px solid #bfa46f;
  padding-bottom: 2%;
  margin-top: 5%;
  color: #765c47;
}
.bottom {
  margin: 0 10px;
}
.bottom p {
  margin-top: 2%;
  color: #765c47;
}
.toc {
  font-size: 20px;
  font-weight: bold;
  color: #765c47;
  padding-left: 20%;
}
.icon img {
  width: 70%;
}
.faceicon span, .faceiconR span {
  font-size: 80%;
}
.say {
  margin-bottom: 3%;
  clear: both;
}
.sayR {
  margin-bottom: 3%;
  float: right;
  clear: both;
}
.chatting {
  display: table-cell;
  position: relative;
  width: calc(100% - 100px);
  font-size: 0.95em;
  vertical-align: top;
}
.sc02 {
  display: inline-block;
  text-align: left;
  padding: 13px;
  border: solid 2px #f2f2f2;
  background-color: #f2f2f2;
  border-radius: 12px;
  word-break: break-all;
  overflow: visible;
  position: relative;
  float: right;
}
.sc02:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: -25px;
  border: 12px solid transparent;
  border-left: 12px solid #f2f2f2;
  content: "";
  z-index: 1;
}
.sc02:after {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: -22px;
  border: 12px solid transparent;
  border-left: 12px solid #f2f2f2;
  content: "";
  z-index: 2;
}
#timeline-table {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fdeff2;
  padding: 20px 30px 20px 38px;
  box-sizing: border-box;
}
#timeline-table .caption-box {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
#timeline-table .tag {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.2;
  background-color: #ee4f68;
  text-align: center;
  padding: 5px 20px 3px;
  border-radius: 10px;
  box-sizing: border-box;
}
#timeline-table .time_title {
  font-size: 16px;
  font-weight: bold;
}
.list-calendar {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
  padding: 0;
  box-sizing: border-box;
}
.caption-box .note {
  font-size: 80%;
  margin-left: 6px;
}
.list-calendar dt, .list-calendar dd {
  margin: 0;
  padding: 0 0 10px;
  box-sizing: border-box;
}
.list-calendar dt:nth-of-type(2n + 1), .list-calendar dd:nth-of-type(2n + 1) {
  color: #ee4f68;
}
.list-calendar dt:nth-of-type(2n), .list-calendar dd:nth-of-type(2n) {
  color: #999999;
}
.list-calendar dt {
  width: 6em;
  position: relative;
}
.list-calendar dt::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #999999;
  position: absolute;
  top: 0.5em;
  right: 1em;
}
.list-calendar dt:last-of-type::before {
  content: none;
}
.list-calendar dt::after {
  content: "";
  width: calc(0.5em + 1px);
  height: calc(0.5em + 1px);
  border-radius: 100%;
  position: absolute;
  top: 0.45em;
  right: 0.75em;
}
.list-calendar dt:nth-of-type(2n + 1)::after {
  background-color: #e95295;
}
.list-calendar dt:nth-of-type(2n)::after {
  background-color: #999999;
}
.list-calendar dd {
  display: flex;
  width: calc(100% - 6em);
  padding-left: 20px;
  box-sizing: border-box;
}
.list-calendar02 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
  padding: 0;
  box-sizing: border-box;
}
.list-calendar02 dt, .list-calendar02 dd {
  margin: 0;
  padding: 0 0 10px;
  box-sizing: border-box;
}
.list-calendar02 dt:nth-of-type(2n + 1), .list-calendar02 dd:nth-of-type(2n + 1) {
  color: #ee4f68;
}
.list-calendar02 dt:nth-of-type(2n), .list-calendar02 dd:nth-of-type(2n) {
  color: #ee4f68;
}
.list-calendar02 dt {
  width: 6em;
  position: relative;
}
.list-calendar02 dt::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #999999;
  position: absolute;
  top: 0.5em;
  right: 1em;
}
.list-calendar02 dt:last-of-type::before {
  content: none;
}
.list-calendar02 dt::after {
  content: "";
  width: calc(0.5em + 1px);
  height: calc(0.5em + 1px);
  border-radius: 100%;
  position: absolute;
  top: 0.45em;
  right: 0.75em;
}
.list-calendar02 dt:nth-of-type(2n + 1)::after {
  background-color: #e95295;
}
.list-calendar02 dt:nth-of-type(2n)::after {
  background-color: #ee4f68;
}
.list-calendar02 dd {
  display: flex;
  width: calc(100% - 6em);
  padding-left: 20px;
  box-sizing: border-box;
}
.w01 {
  width: 28%;
}
.w02 {
  width: 49%;
}
.w03 {
  width: 23%;
}
.pointIntroduct__area {
  width: 100%;
  height: auto;
}
.pointIntroduct__inner {
  width: 90%;
  height: auto;
  padding: 4% 3% 0 7%;
  border: 2px solid #EDAD0B;
  border-radius: 10px;
  margin-top: -2%;
}
.fukidashi__box {
  margin-left: 5px;
  position: relative;
}
.pointImg__box {
  position: absolute;
  top: -22%;
  left: 50%;
  z-index: 2;
}
.pointImg__box02 {
  position: absolute;
  bottom: 54%;
  left: 50%;
  z-index: 2;
}
.icon__box {
  width: 100px;
  height: auto;
  float: left;
}
.icon__box img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 15vw;
  margin-left: 10%
}
.sb-custom img {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  display: block !important;
}
.article-body img {
  display: unset !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.fukidashi__inner {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 326px;
  margin-top: 34px;
  margin-left: 14%;
  padding: 0.8em;
  border-radius: 5px;
  background-color: #F9E3AA;
  color: #333333;
}
.fukidashi__inner::before {
  position: absolute;
  top: 10px;
  left: -15px;
  width: 15px;
  height: 30px;
  background-color: #F9E3AA;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  content: '';
}
.fukidashi__txt {
  font-size: 1.4em;
  font-weight: bold;
}
ul.itempoint {
  list-style: none;
  padding-left: 0;
}
.items_point {
  color: #8d6707;
  font-size: 1em;
  margin-bottom: 3%;
  text-indent: -4%;
}
.maru_num {
  width: 1.7em;
  height: 1em !important;
  background: #8d6707;
  border-radius: 0.85em;
  color: #fff;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  padding-bottom: 0.7em;
}
.topComment__box {
  display: block;
}
.title-bg-double {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 5%;
  overflow: hidden;
  z-index: 1;
  margin-top: 5%;
}
.title02 {
  display: flex;
  align-items: center;
  font-size: min(4.5vw, 27px);
  color: #000;
  font-weight: bold;
  line-height: 1.4;
  margin: 0.5em 0 0;
  text-align: center;
  padding: 4% 5%;
}
.title02_bk {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 10px 20px;
  box-sizing: border-box;
}
.title02_bottom {
  margin-top: 19%;
  background-color: #ffffff;
  padding-left: 5%;
}
.number02 {
  display: block;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 200%;
  float: left;
  font-weight: bold;
  margin: 1em 1em 1em 0;
  width: 5%;
}
.pinned-icon {
  position: absolute;
  top: -1.5em;
  left: 50%;
  translate: -50% 0;
  width: 7em;
  aspect-ratio: 4/7;
  background: url("../img/pin.png") no-repeat 0 0/contain;
}
.pinned {
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.pinned-paper {
  background-color: #fffff9;
  border: solid 2px #cca221;
  padding: 1.5em;
  box-shadow: 5px 5px 0px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 5%;
}
.under-line {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.under-line::before {
  content: "";
  position: absolute;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background-color: #333;
}
.pinned-title {
  font-size: 1.2em;
  font-weight: 600;
  margin: 0.5em auto 5%;
  ;
}
.pinned-list {
  text-align: left;
  color: #cca221;
  width: 80%;
  margin: 2% auto;
}
.pinned-list li {
  text-align: left;
  font-weight: bold;
}
.pinned-title02 {
  font-size: 135%;
  font-weight: bold;
  margin: 0.5em auto 5%;
  ;
}
.pinned-list02 {
  display: grid;
  gap: 0.5em;
  text-align: center;
}
.pinned-list-03 {
  text-align: left;
  color: #cca221;
  width: 100%;
  margin: 2% 0 2% -10px;
  font-weight: bold;
  width: 99.5%;
}
.pinned-list03 li {
  gap: 0.5em;
  text-align: left;
  list-style: none;
  margin-bottom: 1%;
  text-indent: -20px;
}
.img_only {
  margin: 5% auto;
  text-align: center;
}
.img_only img {
  width: 80%;
  margin: 0 auto;
}
.imgbox_only, .imgbox_only02 {
  margin: 5% auto;
  text-align: center;
}
.imgbox_only img {
  width: 80%;
  margin: 0 auto;
}
.imgbox_only02 img {
  width: 45%;
  margin: 0 auto;
}
.inf_ttl_box {
  display: flex;
  justify-content: center;
  clear: both;
}
.inf_ttl {
  font-size: 27px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  padding: 0 65px;
  margin-bottom: 3%;
}
.inf_ttl::before {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: '';
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
  left: 0;
}
.inf_ttl::after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: '';
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
  right: 0;
}
.inf_img p, .inf_img02 p {
  margin-bottom: 2%;
  text-align: center;
}
.inf_img img {
  width: 100%;
}
.inf_img02 img {
  width: 80%;
  margin: 0 auto;
}
.matome {
  position: relative;
  background: #f8f4e6;
  box-shadow: 0px 0px 0px 5px #f8f4e6;
  border: 2px dashed #765C45;
  padding: 0.2em 0.5em;
  color: #333;
  padding: 3%;
  margin-bottom: 5%;
  text-align: center;
}
.matome::after {
  position: absolute;
  content: '';
  right: -7px;
  top: -7px;
  border-width: 0 30px 30px 0;
  border-style: solid;
  border-color: #000 #fff #000;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.title_nb {
  width: 10%;
  border-top: 4px solid #F9E3AA;
  float: left;
  color: #F9E3AA;
  text-align: center;
  font-size: 220%;
  font-weight: bold;
}
.title_img {
  width: 87%;
  float: right;
}
.title_img img {
  width: 17%;
}
.title {
  color: #f8f4e6;
  font-weight: bold;
  font-size: 140%;
  clear: both;
}
footer {
  background-color: #f8f4e6;
  width: 100%;
  text-align: center;
  padding: 2% 0;
}
footer a {
  color: #000;
}
/* 共通
---------------------------------------*/
.t-clr_black {
  color: #000 !important;
}
.t-clr_beige {
  color: #cca221;
}
.t-clr_red {
  color: #ce3e4a;
}
.t-clr_gray {
  color: #888888;
}
.t-clr_blue {
  color: #4a88c6;
}
.line-yellow {
  background-color: rgb(255, 255, 0);
}
.txt_b {
  font-weight: bold;
}
.fs120 {
  font-size: 120%;
}
.fs110 {
  font-size: 110%;
}
.fs90 {
  font-size: 90%;
}
.t_boder {
  border-bottom: 1px solid #bfa46f;
}
.mb3 {
  margin-bottom: 3%;
}
.mb5 {
  margin-bottom: 5%;
}
.mt5 {
  margin-top: 5%;
}
.fs80 {
  font-size: 80%;
}
.txtR {
  text-align: right !important;
}
.txtC {
  text-align: center;
}
.title-bg {
  background-color: #765C45;
  width: 90%;
  padding: 5%;
}
@media screen and (min-width: 1100px) {
  .br_pc {
    display: block;
  }
  .br_sp {
    display: none;
  }
}
@media screen and (max-width: 1077px) {
  #wrap {
    width: 90%;
    margin: 0 auto;
  }
  .toc_lists li {
    padding-right: 8%;
  }
}
@media screen and (max-width: 890px) {
  #wrap {
    width: 90%;
    margin: 0 auto;
    padding: 0 5%;
  }
  div, secton, p, img {
    font-size: 16px;
    line-height: 1.6em;
  }
  .mb_li {
    margin-bottom: 8% !important;
  }
  .chatting {
    width: 66%;
  }
  .mb3, .sc, .sc02, .sc_b {
    margin-bottom: 7%;
  }
  .list-calendar dd {
    padding-left: 0;
  }
  #timeline-table {
    padding: 10px 20px 10px 28px;
  }
  .timeline-table_box {
    white-space: nowrap;
    width: 100%;
  }
  .w01, .w02, .w03 {
    width: 120%;
    margin-right: 5%;
  }
  .grp01 {
    padding-right: 4%;
  }
  .grp02 {
    padding-right: 29%;
  }
  .grp03 {
    padding-right: 6%;
  }
  .grp04 {
    padding-right: 37%;
  }
  .grp05 {
    padding-right: 15%;
  }
  .pointImg__box02 {
    top: -11px;
    left: 400px;
  }
  .pointImg__box {
    top: -18px;
    left: 389px;
    margin-top: 0;
  }
  .title_img {
    width: 87%;
  }
  .title_img img {
    width: 21%;
  }
}
@media screen and (max-width: 600px) {
  div, secton, p, img {
    line-height: 1.5em;
    font-size: 14px;
  }
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
  .pc_hyouji {
    display: none;
  }
  .sp_hyouji {
    display: block;
  }
  #prof_box .profile .textarea {
    font-size: 14px;
  }
  #talk01 .talk-left, #talk02 .talk-left {
    float: none;
    width: 100%;
  }
  #talk01 .talk-right, #talk02 .talk-right {
    float: none;
    width: 100%;
  }
  .media-wrap {
    display: block;
  }
  .media-circle {
    width: 93%;
    margin: 0 auto 3%;
    font-size: 100%;
  }
  .img_box {
    width: 100%;
  }
  .topContent_box {
    margin-top: 16%;
  }
  .headContent_inner {
    padding-top: 17%;
    padding: 2%;
  }
  .fukidashi_box {
    width: 79%;
    float: right;
  }
  .icon_box {
    float: left;
    margin-left: 0;
  }
  .icon_box img {
    margin-left: 0;
    margin-top: 5%;
    width: 200%;
  }
  .toc_head {
    text-align: center;
    clear: both;
    display: block;
    padding: 0 0 5%;
  }
  .fukidashi_inner {
    margin-top: 5%;
  }
  .toc_lists {
    padding-left: 0;
  }
  .toc_lists {
    width: 95%;
  }
  .child__lists {
    padding-left: 0;
  }
  .toc {
    font-size: 87%;
  }
  .icon img {
    width: 100%
  }
  .bottom {
    margin: 0;
  }
  #talk01 .talk-fukidashi::before, .talk-fukidashi::after {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    top: -1em;
    left: 0.7em;
  }
  #talk01 .talk-fukidashi::after {
    left: calc(0.5em + 4px);
    top: calc(-1em + 4px);
  }
  #talk01 .talk-right {
    margin-left: 0;
  }
  #talk02 .talk-fukidashi-reverse::before, .talk-fukidashi-reverse::after {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    top: -1em;
    left: 0.7em;
  }
  #talk02 .talk-fukidashi-reverse::after {
    left: calc(0.5em + 4px);
    top: calc(-1em + 4px);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  .talk-fukidashi {
    font-size: 1em !important;
  }
  #prof_box {
    padding: 2%;
    width: 97%;
  }
  #prof_box .talk-icon {
    width: 80px;
    min-width: 80px;
    height: 80px !Important;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 0;
    margin-right: 1%;
  }
  #prof_box .talk-icon img {
    width: 100%;
    height: 100%;
  }
  #prof_box .profile {
    width: 72%;
    clear: both;
  }
  .faceicon, .faceiconR {
    width: 30%;
  }
  .media-grid[data-label] {
    margin-top: 8%;
    padding: 9%;
  }
  .media-grid[data-label]::after {
    border-bottom: 5em solid transparent;
    border-left: 5em solid #ee4f68;
  }
  .media-grid[data-label]::before {
    top: 1em;
    font-size: 1em;
  }
  .media-title p {
    padding: 8% 8% 2%;
  }
  .head {
    font-size: 1.1em;
  }
  .head_box {
    width: 70%;
    font-size: 16px;
  }
  .item {
    font-size: 100%;
  }
  .toc_lists li {
    margin-bottom: 1%;
  }
  .point01:after {
    width: 47px;
    height: 26.5px !important;
    background-size: contain;
    right: -34px;
  }
  .box-sep {
    width: 100%;
  }
  .top {
    margin: 0;
  }
  .top p {
    margin-top: 0;
  }
  .chatting {
    padding-bottom: 5%;
  }
  .mb3 {
    margin-bottom: 5%;
  }
  #timeline-table {
    padding: 1.5%;
    overflow: scroll;
    padding-right: -10%;
  }
  .list-calendar dd {
    padding-left: 0;
  }
  .list-calendar {
    font-size: 100%;
  }
  #timeline-table .tag {
    padding: 10px 20px;
  }
  #timeline-table .caption-box {
    gap: 10px;
  }
  .headContent_inner {
    width: 100%;
  }
  .media-circle:before {
    border-left-width: 15px;
    border-right-width: 15px;
    margin-left: -14px;
    margin-top: -3px;
    left: 8%;
  }
  .media-circle:after {
    left: 8%;
  }
  .star {
    width: 5%;
    margin: 1% 4% 0 0;
  }
  .num {
    margin: 1em 0 1em;
  }
  h2 {
    display: flex;
    width: 70%;
    padding-left: 3%;
  }
  .simplebar-track.simplebar-horizontal {
    height: 10px;
    background: #dfdfdf;
    border-radius: 3px;
    max-width: 372px;
    margin: 0 auto;
  }
  .simplebar-scrollbar {
    height: 10px;
    background: #7e7e7e;
    border-radius: 3px;
    top: 0;
  }
  .grp01 {
    padding-right: 10%;
  }
  .grp02 {
    padding-right: 61%;
  }
  .grp03 {
    padding-right: 14%;
  }
  .grp04 {
    padding-right: 78%;
  }
  .grp05 {
    padding-right: 34%;
  }
  .childItem {
    font-size: 11px;
  }
  .mb_li {
    margin-bottom: 7% !important;
  }
  .number {
    margin: 6% 1em 1em 0;
  }
  .pointImg__box {
    top: 10px;
    left: 79%;
    margin-top: -9%;
  }
  .pointImg__box02 {
    top: 0;
    left: 75%;
    margin-top: -10%;
  }
  .pointIntroduct__inner {
    margin-top: -3%;
  }
  .icon__box {
    width: 85px;
  }
  .icon__box img {
    margin-left: 0;
    width: 80%;
    height: 70%;
  }
  .fukidashi__txt {
    font-size: 110%;
  }
  .pinned-list {
    width: 100%;
  }
  .pinned-list02 {
    margin-left: -8%;
  }
  .imgbox_only img, .imgbox_only02 img {
    width: 100%;
  }
  .mb3, .sc, .sc02, .sc_b {
    margin-bottom: 5%;
  }
  .inf_img02 img {
    width: 100%;
  }
  .bnr img {
    width: 100%;
    margin-left: 0;
  }
  .imgbox_only {
    text-align: left;
  }
  .img_only img {
    width: 100%;
  }
  .title_img {
    width: 82%;
  }
  .title_img img {
    width: 30%;
  }
  .title_nb {
    width: 16%;
    font-size: 170%;
    border-top: 3px solid #F9E3AA;
  }
  .title {
    font-size: 120%;
  }
}