@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*===================================
 * colors
===================================*/
/*===================================
 * color
===================================*/
.mh_tRed01 {
  color: #e70012;
}

/*===================================
 * 画像
===================================*/
img {
  width: 100%;
  height: auto;
}

.imgbg img {
  vertical-align: middle;
}

/*===================================
 * リンク
===================================*/
a {
  display: inline-block;
}

/*===================================
 * font
===================================*/
h6 {
  font-style: normal;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: rgba(153, 153, 153, 0.6);
  margin-bottom: 5px;
}

/*===================================
 * 文字
===================================*/
p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.06em;
  color: #021f59;
  margin-bottom: 10px;
  margin-top: 10px;
}

/*===================================
 * smGird
===================================*/
.smGrid {
  font-size: 12px;
}

/*===================================
 * ページネーション
===================================*/
.p-pagination {
  display: flex;
  width: 100%;
  justify-content: center;
}

.page-numbers {
  display: flex;
  margin-top: 12px;
}

.page-numbers li {
  display: block;
}

.page-numbers span {
  background: #005c42;
  color: #fff;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  text-align: center;
  font-weight: bold;
  box-sizing: content-box;
  line-height: 17px;
}

.pagination {
  margin-top: 12px;
  text-align: center;
}

.pagination a {
  transition: all 0.3s ease 0s;
}

.pagination a:hover {
  opacity: 0.6;
}

.pagination a.next,
.pagination a.prev {
  font-size: 30px;
}

.pagination a.next:hover,
.pagination a.prev:hover {
  opacity: 0.6;
}

.page-numbers {
  background: #fff;
  border: 1px solid #e2e2e2;
  color: #808080;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  height: 40px;
  line-height: 38px;
  margin-right: 14px;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
}

.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.current {
  background: #d81f32;
  border: 1px solid #d81f32;
  color: #fff;
  font-weight: 700;
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
  border: none;
  line-height: 40px;
  min-width: initial;
  width: auto;
}

.sub-text-center {
  text-align: center;
}

/*===================================
 * layout 外枠
===================================*/
.layout {
  margin-top: 6.25rem;
}

/*===================================
 * 公開まで非表示
===================================*/
.inner_links {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.inner_links a {
  display: block;
  width: 40%;
  margin: 0;
  text-align: center;
  padding: 13px 0;
  border: 1px solid #b9d8cf;
  border-radius: 50px;
  margin-bottom: 20px;
}
.inner_links a:nth-child(odd) {
  margin-right: 20px;
}

/*===================================
 * internalMedicine
===================================*/
.im__title {
  margin-top: 75px;
  margin-bottom: 16px;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 160%;
  letter-spacing: 0.06em;
  color: #021f59;
}
@media screen and (max-width: 767px) {
  .im__title {
    font-size: 20px;
  }
}
.im__sub--text {
  margin: 0 10px;
}
.im__icon--container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 35px;
}
.im__icon--container a {
  max-width: 250px;
  width: 33%;
  height: 93px;
  background: #eff4f3;
  border-radius: 20px;
  margin: 8px 4.5px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .im__icon--container a {
    width: 45%;
    max-width: 100%;
  }
}
.im__icon--container a:hover {
  transform: scale(0.9);
}
.im__icon--container a .im-icon {
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
}
.im__icon--container a .im-icon img {
  width: 33px;
  margin-bottom: 8px;
  margin: 0 auto;
}
.im__icon--container a .im-ttl {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}

/*===================================
 * blog
===================================*/
.blog_body h2 {
  margin-top: 60px;
  display: flex;
  align-items: center;
  padding-right: 8px;
  font-size: 24px;
  margin-bottom: 16px;
  font-style: normal;
  font-weight: bold;
  color: #021f59;
}

.blog_body h2::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #5f7092;
  display: block;
  margin-left: 8px;
}

/*===================================
 * im cold
===================================*/
.attachment-post-thumbnail {
  height: auto;
}
@media screen and (max-width: 767px) {
  .attachment-post-thumbnail {
    width: 100%;
  }
}

.im-titleIcon {
  position: relative;
}

.im-titleIcon::before {
  content: "";
  position: absolute;
  left: 0;
  transform: translateX(-100%);
  display: block;
  width: 50px;
  height: 50px;
  background-size: contain;
  margin-right: 10px;
}

.show-more {
  overflow: hidden;
  transition: all 0.3s ease-in;
}

.list_toggle {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.list_toggle a {
  display: block;
  width: 40%;
  margin: 0;
  text-align: center;
  padding: 13px 0;
  border: 1px solid #5f7092;
  border-radius: 50px;
  margin-bottom: 20px;
}

.list_toggle a.open_link::before {
  content: "全て見る";
  display: inline;
}

.list_toggle a.close_link::after {
  content: "閉じる";
  display: inline;
}

.page-disabled {
  pointer-events: none;
  background: rgba(239, 244, 243, 0.4862745098);
}

.page-disabled img {
  opacity: 0.4;
}

.page-disabled p {
  opacity: 0.4;
}