@charset "UTF-8";

/* ==========================================================================

！このファイルは基本的に編集しないでください。
！headerや見出し等のスタイルはlayout.cssに記述してください。

========================================================================== */
/*
  下層レイアウト
========================================================================== */
.pc-contents {
  margin: 60px auto 180px;
  width: 1200px;
}

.left-contents {
  width: 300px;
  float: left;
}

.right-contents {
  width: 800px;
  float: right;
}

.counseling {
  margin-top: 80px;
}

.clinic-link {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px
}

.clinic-link li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  padding: .8em 1em .6em;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: .05em;
  background-color: var(--main-color);
  border-radius: 8px
}

.clinic-link li a span {
  font-weight: 700
}

/*
  common
========================================================================== */
/* comingsoon */
.comingsoon {
  margin: 60px 0 120px 0;
  text-align: center;
  color: red;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .1em;
}

/* page-catch */
.page-catch .item + .item {
  margin-top: 20px;
}

.page-catch .item + .case-records-wrap,
.page-catch .case-records-wrap + .case-records-wrap {
  margin-top: 30px;
}

.page-catch h2 {
  font-size: 28px;
}

.page-catch .pagecatch-ttl {
  display: inline-block;
  padding: 10px 20px 8px;
  color: #fff;
  background-color: var(--main-color);
  border-radius: 4px;
}

.page-catch .img-lst {
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 0 10px;
}

.page-catch .img-lst li {
  flex: 1 0 0;
}

.page-catch .case-txt {
  letter-spacing: 0;
}

.page-catch .video {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  aspect-ratio: 16 / 9;
}

.page-catch .video iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* テーブル */
.table-nocolor {
  width: 100%;
}

.table-nocolor th {
  text-align: center;
  background-color: #E2E2E2;
  color: #333;
  font-size: 15px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.table-nocolor td {
  background-color: #fff;
  text-align: center;
  padding: 6px 12px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.table-nostyle th {
  padding: 6px 12px;
  vertical-align: middle;
}

.table-nostyle td {
  padding: 6px 12px;
  vertical-align: middle;
}

.tLayoutFixed {
  table-layout: fixed;
}

/* list */
.list-num {
  list-style-type: decimal;
  padding-left: 1.25em;
}

.list-dot li {
  padding-left: 1.25em;
  background: url('../images/common/disc.png') no-repeat left 0.4em;
  background-size: 10px auto;
}

.list-check li {
  padding-left: 1.25em;
  background: url('../images/common/checkmark.png') no-repeat left 0.3em;
  background-size: 12px auto;
}

/* 画像 */
.img-right {
  float: right;
  margin: 0 0 10px 15px;
  max-width: 300px;
}

.img-left {
  float: left;
  margin: 0 15px 10px 0;
  max-width: 300px;
}

.img-column {
  margin-right: auto;
  margin-left: auto;
  width: 96%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(100% * .25 - 24px), 1fr));
  gap: 0 8px;
}

.img-column li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 5px 0;
}

.img-column li .img img {
  width: 100%;
}

.img-column li .caption {
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
}

/* img+textbox */
img.w300 {
  width: 300px;
}

img.w240 {
  width: 240px;
}

img.w120 {
  width: 120px;
}

div.box-img-right {
  width: 100%;
  overflow: hidden;
}

.box-img-right .img {
  margin: 0 0 10px 15px;
  width: 300px;
  float: right;
}

.box-img-right .img.w300 {
  width: 300px;
}

.box-img-right .img.w240 {
  width: 240px;
}

.box-img-right .img.w120 {
  width: 120px;
}

.box-img-right img {
  width: 100%;
  height: auto;
}

div.box-img-left {
  width: 100%;
  overflow: hidden;
}

.box-img-left .img {
  margin: 0 15px 10px 0;
  width: 300px;
  float: left;
}

.box-img-left .img.w300 {
  width: 300px;
}

.box-img-left .img.w240 {
  width: 240px;
}

.box-img-left .img.w120 {
  width: 120px;
}

.box-img-left img {
  width: 100%;
  height: auto;
}

.box-two-column .box-right {
  width: 48%;
  float: right;
}

.box-two-column .box-img-left {
  width: 48%;
  float: left;
}

.box-two-column .box-img-left img {
  width: 100%;
  height: auto;
}

.box-two-column .box-left {
  width: 48%;
  float: left;
}

.box-two-column .box-img-right {
  width: 48%;
  float: right;
}

.box-two-column .box-img-right img {
  width: 100%;
  height: auto;
}

/* 症例画像2枚並び */
.case-records {
  margin-bottom: 10px;
  background: url('../images/common/arrow01.png') no-repeat center calc(50% + 10px);
  background-size: 36px auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 60px;
}

.case-records li {
  max-width: 260px;
  flex: 1 0 0;
}

.case-records li:nth-child(odd) {
  background: url('../images/common/before.png') no-repeat left top;
  background-size: 60px 20px;
  padding-top: 20px;
}

.case-records li:nth-child(even) {
  background: url('../images/common/after.png') no-repeat left top;
  background-size: 60px 20px;
  padding-top: 20px;
}

.case-records li img {
  display: block;
  width: 100%;
}

.case-txt {
  text-align: center;
  font-size: 12px;
}

/* 2枚画像比較 */
.compare {
  background: url('../images/common/arrow_both.png') no-repeat center;
  background-size: 66px auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 80px;
}

.compare li {
  max-width: 260px;
  flex: 1 0 0;
}

.compare li img {
  display: block;
  width: 100%;
}

/* QandA */
.qanda dt {
  box-sizing: border-box;
  margin-bottom: 4px;
  padding: 4px 0 0 34px;
  min-height: 32px;
  font-size: 16px;
  background: url('../images/common/qicon.png') no-repeat left top;
  background-size: 32px auto;
}

.qanda dd {
  box-sizing: border-box;
  margin: 0 0 20px 10px;
  padding: 5px 0 0 36px;
  min-height: 32px;
  background: url('../images/common/aicon.png') no-repeat left top;
  background-size: 32px auto;
}

/* 画像ボタン */
.pagemenu_link {
  margin-bottom: 40px;
}

.pagemenu_link .anchor {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(23%, 1fr));
  gap: 15px 2%;
}

.pagemenu_link .anchor > li {
  box-sizing: border-box;
  border: 1px solid var(--main-color);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.pagemenu_link .anchor > li a {
  box-sizing: border-box;
  padding: 1em;
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
  gap: inherit;
}

.pagemenu_link .anchor > li h3 {
  padding: 12px 0 10px;
  text-align: center;
  color: var(--main-color);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  border-top: 1px dashed var(--main-color);
  border-bottom: 1px dashed var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  grid-row: 1/2;
}

.pagemenu_link .anchor > li img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  grid-row: 2/3;
}

.pagemenu_link .anchor > li .btn {
  display: block;
  margin: 0 auto;
  padding: 5px 0;
  width: 90%;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background-color: var(--main-color);
  grid-row: 3/4;
}

/*
  staff（院長スタッフ）
========================================================================== */
section.staff {
  margin-bottom: 40px;
}

/* profile */
.staff .staff_profile {
  overflow: hidden;
}

.staff .staff_profile + .staff_profile {
  margin-top: 30px;
}

/* portrait */
.staff .portrait-l {
  margin-right: auto;
  margin-left: auto;
  max-width: 96%;
}

.staff .portrait-s {
  float: right;
  max-width: 300px;
  margin-left: 10px;
  margin-bottom: 10px;
}

/* box */
.staff .staff-box {
  margin-top: 15px;
}

.staff .staff-box > div + div {
  margin-top: 15px;
}

/* hobby */
.staff .staff-hobby {
  max-width: 400px;
}

.staff .staff-hobby .table-nocolor tr th,
.staff .staff-hobby .table-nocolor tr td {
  text-align: left;
}

/* career */
.staff .staff-career .table-nostyle tr th,
.staff .staff-career .table-nostyle tr td {
  vertical-align: top;
  padding: 0;
}

.staff .staff-career .table-nostyle tr:nth-child(n+2) th,
.staff .staff-career .table-nostyle tr:nth-child(n+2) td {
  padding-top: 5px;
}

.staff .staff-career .table-nostyle tr th {
  padding-right: 1em;
  white-space: nowrap;
}

/* certificate */
.staff .staff-certificate {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.staff .staff-certificate li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.staff .staff-certificate li img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.staff .staff-certificate li .txt {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
}

/* book */
.staff .staff-book {
  margin-top: 15px;
}

.staff .staff-book .bookgallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.staff .staff-book .book li,
.staff .staff-book .bookgallery li {
  display: flex;
  gap: 0 10px;
}

.staff .staff-book .book li {
  align-items: center;
}

.staff .staff-book .bookgallery li {
  align-items: flex-start;
}

.staff .staff-book .book li + li {
  margin-top: 10px;
}

.staff .staff-book .book li .img {
  flex: 0 0 180px;
}

.staff .staff-book .bookgallery li .img {
  flex: 1;
}

.staff .staff-book .book li .ttl,
.staff .staff-book .bookgallery li .ttl {
  flex: 1;
}

/* profile gallery */
.staff .staff-profile-gallery {
  margin-top: 20px;
}

.staff .staff-profile-gallery ul {
  margin-right: auto;
  margin-left: auto;
  width: 96%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

/* code */
/* message */
.staff .staff-code,
.staff .staff-message {
  margin-top: 15px;
}

/* gallery */
.staff .staff-gallery {
  margin-right: auto;
  margin-left: auto;
  width: 96%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

/* photo */
.staff .staff-photo {
  margin-right: auto;
  margin-left: auto;
  width: 96%;
}

.staff .staff-photo li + li {
  margin-top: 10px;
}

/*
  tour（院内ツアー）
========================================================================== */
section.tour {
  margin-bottom: 40px;
}

.tour .tour_item + .tour_item {
  margin-top: 20px;
}

/*
  price（料金表）
========================================================================== */
section.price {
  margin-bottom: 40px;
}

.price .price_item + .price_item {
  margin-top: 30px;
}

/* cleditcard */
.price .cleditcard li {
  float: left;
  margin-right: 8px;
}

.price .cleditcard li img {
  width: auto;
  height: 39px;
}

.price .cleditcard li:last-child {
  margin: 0;
}

/* box-img-left */
.price .box-img-left {
  display: flex;
}

.price .box-img-left .img {
  float: none;
  flex: 1 0 300px;
}

/*
  map_time（地図・診療時間）
========================================================================== */
section.map_time {
  margin-bottom: 40px;
}

/* table-nocolor */
.map_time .table-nocolor th,
.map_time .table-nocolor td {
  padding: 7px 3px 4px;
}

.map_time .table-nocolor thead td {
  background-color: #E2E2E2;
  color: #333;
  border: 1px solid #ccc;
}

.map_time .table-nocolor tbody th {
  background-color: #fff;
  border: 1px solid #ccc;
}

/* tel */
.map_time .tel {
  font-size: 22px;
}

/* table-nostyle */
.map_time .table-nostyle th {
  padding: 6px 0px;
}

/* googlemap */
.map_time .gmap {
  aspect-ratio: 16/9;
}

.map_time .gmap iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/*
  recruit（スタッフ募集）
========================================================================== */
section.recruit {
  margin-bottom: 40px;
}

/* anchor */
.recruit .anchor {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.recruit .anchor li a {
  display: block;
  padding: .8em 1em .7em 1em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: var(--sub-color);
  border-radius: 5px;
}

/* table-nocolor */
.recruit .table-nocolor th {
  width: 20%;
}

.recruit .table-nocolor th,
.recruit .table-nocolor td {
  text-align: left;
}

/* tel */
.recruit .tel {
  font-size: 22px;
}

/*
  contact（お問い合わせ）
========================================================================== */
section.contact {
  margin-bottom: 40px;
}

/* tel */
.contact p.tel {
  font-size: 22px;
}

/* table-nocolor */
.contact .table-nocolor th {
  width: 120px;
  text-align: left;
  font-weight: bold;
}

.contact .table-nocolor td {
  text-align: left;
}

/* フォーム */
.contact .form {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.contact .form th {
  padding: 8px 12px;
  width: 140px;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  white-space: nowrap;
}

.contact .form td {
  padding: 10px 15px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
}

.contact .form td p + p:nth-child(n+3) {
  margin-top: 1em;
}

.contact .form th .required {
  color: #C20E11;
  margin-left: 4px;
}

.contact .form input {
  box-sizing: border-box;
  padding: 5px;
  vertical-align: middle;
}

.contact .form td input[type="text"],
.contact .form td input[type="email"],
.contact .form td input[type="tel"],
.contact .form td input[type="number"],
.contact .form td textarea {
  border: solid 1px #ccc;
}

.contact .form td input.name,
.contact .form td input.tel {
  width: 250px;
}

.contact .form td input[type="number"] {
  width: 4em;
}

.contact .form td input.mail {
  width: 400px;
}

.contact .form td .wpcf7-radio {
  display: flex;
}

.contact .form td .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}

.contact .form td .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 15px;
}

.contact .form td .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  margin-top: .3em;
}

.contact .form td .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 5px;
}

.contact .form td textarea {
  box-sizing: border-box;
  padding: 5px;
  width: 400px;
}

.contact .apointdate_wrap + .apointdate_wrap {
  margin-top: 1em;
}

.contact .form td input.appoint_d {
  width: 12em;
  margin-right: .5em
}

.contact .form td select {
  padding: 4px;
  vertical-align: middle;
  border: solid 1px #ccc;
}

.contact .form-btn {
  margin-top: 20px;
  text-align: center;
}

.contact .form-btn input {
  margin: 0 10px;
  padding: 0 30px;
  line-height: 40px;
  color: #fff;
  background-color: var(--link-color);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.contact .wpcf7 .wpcf7-spinner {
  display: block;
  margin: 5px auto;
}

.contact .wpcf7-not-valid-tip {
  font-size: 12px;
}

.contact .wpcf7-response-output {
  text-align: center;
}

/*
  feature（特徴）
========================================================================== */
section.feature {
  margin-bottom: 40px;
}

/*
  content（診療）
========================================================================== */
section.content {
  margin-bottom: 40px;
}

section.content strong {
  font-weight: bold;
}

section.content p em {
  font-style: italic;
}

section.content p em strong,
section.content p strong em {
  font-weight: bold;
  font-style: italic;
}

section.content p a {
  color: var(--link-color);
  text-decoration: underline;
  margin: 0 1px;
}

section.content img {
  box-sizing: border-box;
}

section.content .item + .item {
  margin-top: 30px;
}

section.content .parts + .parts {
  margin-top: 15px;
}

section.content .parts + h4.parts {
  margin-top: 20px;
}

section.content .center.parts img {
  max-width: 96%;
}

section.content .case-records-wrap + .case-records-wrap,
section.content .case-records-wrap + .compare-wrap,
section.content .compare-wrap + .compare-wrap,
section.content .compare-wrap + .case-records-wrap {
  margin-top: 20px;
}

section.content .video {
  margin-right: auto;
  margin-left: auto;
  width: 96%;
  aspect-ratio: 16/9;
}

section.content .video iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* img flow -------------------- */
section.content .img-flow {
  margin-right: auto;
  margin-left: auto;
  max-width: 96%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px 40px;
}

section.content .img-flow li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 10px 0;
}

section.content .img-flow li .img {
  position: relative;
}

section.content .img-flow li .img::after {
  content: '';
  display: block;
  width: 15px;
  aspect-ratio: 1/2;
  background-color: #ccc;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
}

section.content .img-flow li:last-child .img::after {
  display: none;
}

section.content .img-flow li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}

section.content .img-flow li p {
  font-size: 12px;
  line-height: 1.3;
}

/* plus img -------------------- */
section.content .plus-img {
  margin-right: auto;
  margin-left: auto;
  width: 96%;
  display: flex;
  justify-content: center;
  gap: 0 60px;
  position: relative;
}

section.content .plus-img li {
  flex: 1 0 0;
}

section.content .plus-img li .label {
  padding: .5em 1em .4em 1em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  background-color: var(--main-color);
  border-radius: 4px;
}

section.content .plus-img li .label + .img {
  margin-top: 5px;
}

section.content .plus-img li .img {
  aspect-ratio: 4/3;
}

section.content .plus-img li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.content .plus-img li:nth-child(1) .img {
  position: relative;
}

section.content .plus-img li:nth-child(1) .img::before,
section.content .plus-img li:nth-child(1) .img::after {
  content: '';
  display: block;
  margin: auto;
  width: 6px;
  height: 40px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  right: -33px;
  bottom: 0;
}

section.content .plus-img li:nth-child(1) .img::after {
  transform: rotateZ(90deg);
}

section.content .plus-img li .img + .txt {
  margin-top: 10px;
}

section.content .plus-img li .txt {
  font-size: 13px;
}

/* flow compare -------------------- */
section.content .flow-compare {
  margin-right: auto;
  margin-left: auto;
  width: 96%;
  display: flex;
  justify-content: center;
  gap: 0 20px;
}

section.content .flow-compare dl {
  text-align: center;
  flex: 1 0 0;
}

section.content .flow-compare dl dt {
  margin-bottom: 10px;
  padding: .9em 1em .7em 1em;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  background-color: var(--sub-color);
}

section.content .flow-compare dl:last-child dt {
  background-color: var(--main-color);
}

section.content .flow-compare dl dd {
  padding: .5em 1em .4em 1em;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  position: relative;
  border-color: var(--sub-color);
}

section.content .flow-compare dl:last-child dd {
  border-color: var(--main-color);
}

section.content .flow-compare dl dd + dd {
  margin-top: 28px;
}

section.content .flow-compare dl dd::after {
  content: '';
  display: block;
  margin: auto;
  width: 30px;
  height: 14px;
  background-color: #ccc;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  right: 0;
  bottom: -22px;
  left: 0;
}

section.content .flow-compare dl dd:last-child:after {
  display: none;
}

/* doctor box -------------------- */
section.content .doctor-box .parts + h5 {
  margin-top: 15px;
}

section.content .doctor-box .table-nostyle.career tr th,
section.content .doctor-box .table-nostyle.career tr td {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  vertical-align: top;
}

section.content .doctor-box .table-nostyle.career tr:nth-child(n+2) th,
section.content .doctor-box .table-nostyle.career tr:nth-child(n+2) td {
  padding-top: 5px;
}

section.content .doctor-box .table-nostyle.career tr th {
  padding-right: 1em;
  white-space: nowrap;
}

section.content .doctor-box .certificate {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

section.content .doctor-box .certificate li {
  aspect-ratio: 1/1;
}

section.content .doctor-box .certificate li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section.content .doctor-box .bookgallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

section.content .doctor-box .book li,
section.content .doctor-box .bookgallery li {
  display: flex;
  gap: 0 10px;
}

section.content .doctor-box .book li {
  align-items: center;
}

section.content .doctor-box .bookgallery li {
  align-items: flex-start;
}

section.content .doctor-box .book li + li {
  margin-top: 10px;
}

section.content .doctor-box .book li .img {
  flex: 0 0 180px;
}

section.content .doctor-box .bookgallery li .img {
  flex: 1;
}

section.content .doctor-box .book li .ttl {
  flex: 1;
}

section.content .doctor-box .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

section.content .doctor-box .gallery li {
  aspect-ratio: 1600/1067;
}

section.content .doctor-box .gallery li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
  CMS
========================================================================== */
.roop {
  padding-bottom: 80px;
  min-height: 500px;
}

.roop .post {
  background-color: #fff;
  padding: 20px 0 30px;
}

.roop .post_single {
  padding: 0;
}

.roop .post + .post {
  border-top: 1px solid #ccc;
}

.roop .post > a {
  display: flex;
  column-gap: 10px;
}

.roop .post .thumb {
  width: 200px;
  aspect-ratio: 1/1;
}

.roop .post .thumb img {
  width: 100%;
  height: 100%;
}

.roop .post_single .thumb {
  width: auto;
  aspect-ratio: auto;
  margin: 0 auto 5%;
  text-align: center;
}

.roop .post_single .thumb img {
  max-width: 600px;
  max-height: 400px;
  object-fit: contain;
}

.roop .post .txt {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.roop .post .continue {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}

.roop .post .data {
  margin-top: auto;
  font-size: 12px;
  line-height: 1em;
  color: #9E9E9E;
}

.roop .post_single .data {
  margin-bottom: 1em;
}

.roop .post p {
  word-break: break-all;
}

.roop .post p strong {
  font-weight: bold !important;
}

.roop .post p em {
  font-style: italic !important;
}

.roop .post img {
  max-width: 100%;
  height: auto;
}

.roop .post iframe {
  max-width: 600px;
}

.posts-btn {
  text-align: center;
  margin-top: 40px;
}

.posts-btn li {
  display: inline;
  margin-right: 30px;
}

.posts-btn li:first-child:after {
  content: '|';
  margin-left: 30px;
}

.posts-btn a {
  color: var(--link-color);
  text-decoration: underline;
  vertical-align: middle;
}

.posts-btn a i {
  margin: 0 3px;
  font-size: 90%;
  vertical-align: middle;
}

/* サイドバー */
.sidebar {
  margin-bottom: 30px;
}

.sidebar:nth-child(3) {
  margin-bottom: 80px;
}

.sidebar li {
  padding: 0 10px 0 16px;
  background: url('../images/common/icon_h_sidebar.gif') left 0.3em top 0.5em no-repeat;
  background-size: 6px 6px;
}

.sidebar li + li {
  margin-top: 5px;
}

.sidebar a {
  text-decoration: underline;
}

/*
  404
========================================================================== */
.error {
  margin: 60px 0 120px;
  text-align: center;
  font-size: 20px;
}

/*
  追加
========================================================================== */
