@charset "UTF-8";
/* ========================================================
config - サイト共通設定
======================================================== */
/*  共通カラー変数
/* -------------------------------------------------------- */
/* サイト別 */
/* モノトーン */
/* ========================================================
base.css - サイト全体のベーススタイル
======================================================== */
/* reset
-------------------------------------------------------- */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* root
-------------------------------------------------------- */
body,
html {
  margin: 0;
}

html {
  font-size: 10px;
}

body {
  position: relative;
  color: #2F2F2F;
  font-weight: 500;
  font-style: normal;
  word-break: break-all;
  letter-spacing: 0.2px;
}

/* link
-------------------------------------------------------- */
a {
  color: #fff;
  text-decoration: none;
}

a:active,
a:focus,
a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* ==============================
	base
============================== */
a {
  color: #2f2f2f;
}

img {
  width: 100%;
  transition: 0.2s;
}

/* ==============================
    詳細ページ
============================== */
.column__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 480px) {
  .column__wrap {
    display: block;
  }
}
.column__body {
  width: 70%;
}
@media screen and (max-width: 480px) {
  .column__body {
    width: 100%;
  }
}
.column__maintxt {
  margin-bottom: 9.4rem;
}
.column__img--full {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}
.column__img--full img {
  border-radius: 10px;
  max-width: 100% !important;
}
.column__title {
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .column__title {
    font-size: 18px;
  }
}
.column__title.relation {
  font-size: 16px;
}
.column__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.column__introduction {
  margin-bottom: 40px;
}
.column__cate--wrap {
  width: 25%;
}
@media screen and (max-width: 480px) {
  .column__cate--wrap {
    width: 100%;
  }
}
.column__advisorbtn {
  display: inline-block;
  margin: 0 auto;
  padding: 12px 25px;
  width: 70%;
}
.column__advisorbtn--wrap {
  text-align: center;
  margin-top: 6.4rem;
}
.column__checklist {
  list-style-type: none;
}
.column__checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0 5px;
  padding: 0.3em 0.3em 0.3em 30px;
  position: relative;
}
.column__checklist li::before {
  position: absolute;
  top: calc(0.3em + 8px);
  left: 6px;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
  transform: rotate(-45deg);
  content: "";
}
.column__checklist li::after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0.3em;
  left: 0;
  border-radius: 50%;
  border: 1px solid #111;
}

.body__box01--head {
  border-left: 4px solid #2f2f2f;
  padding-left: 15px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.body__box02--head {
  background-color: #dcdcdc;
  padding: 8px 15px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.detail-ttl {
  position: relative;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  font-family: Zen Maru Gothic, M PLUS Rounded\ 1c, sans-serif;
}
.detail-ttl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #404040;
  content: "";
}

.relation__wrap {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 480px) {
  .relation__wrap {
    margin-bottom: 40px;
  }
}

.wp-block-list {
  list-style: auto;
  list-style-position: inside;
}
.wp-block-list li {
  list-style: disc;
  list-style-position: inside;
}

/* ==============================
    目次
============================== */
#ez-toc-container {
  box-sizing: border-box;
  border: 1px solid #404040;
  border-radius: 10px;
  padding: 30px 20px;
  margin-bottom: 50px;
}

#ez-toc-container .ez-toc-title {
  display: block !important;
  text-align: center;
  border-bottom: 1px solid #404040;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-weight: bold !important;
}

.ez-toc-page-1 > .ez-toc-link {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
}
.ez-toc-page-1 > .ez-toc-link::before {
  content: "#";
}

.ez-toc-page-1 ul {
  padding-left: 20px;
  margin-bottom: 15px;
}
.ez-toc-page-1 ul .ez-toc-link {
  font-weight: normal;
}
.ez-toc-page-1 ul .ez-toc-link::before {
  content: none;
}
.ez-toc-page-1 ul li {
  margin-bottom: 5px;
}
.ez-toc-page-1 ul li .ez-toc-link {
  margin-bottom: 0;
}

#ez-toc-container a:visited {
  color: #000;
}