<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -------
override
------- */
#base{
  width: 1240px;
}
@media screen and (max-width: 768px){
  #base{
    width: 100%;
  }
}

/* -------
base
------- */
.container{
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.6;
  font-family: "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", Arial, 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
}

/* -------
layout
------- */
.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto 0;
  text-align: left;
  width: 1220px;
}

.container {
  order: 2;
  width: 970px;
}
.l_section + .l_section {
  margin-top: 50px;
}
@media screen and (max-width: 768px){
  .wrapper {
    width: 100%;
  }
  .container {
    width: 100%;
  }
}
/* -------
module
------- */
/* 繝医ャ繝礼判蜻ｨ繧� */
.topSection{
  margin-bottom: 30px;
}
.topImage{
  line-height: 0;
  text-align: center;
}
.topImage img{
  max-width: 100%;
  height: auto;
}

/* -------
笆ｼ莉･荳九，SS繧定ｨ伜�縺上□縺輔＞
------- */
/* 譁�ｭ� */
.m_txt+.m_txt {
  margin-top: 20px;
}

.m_list--ast {
  font-size: 12px;
  margin-top: 10px;
}

/* 逕ｻ蜒� */
.m_figure {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}
.m_figure--sp{
  display:none;
}
@media screen and (max-width: 768px){
  .m_figure--pc{
    display:none;
  }
  .m_figure--sp{
    display:block;
  }
}

/* 隕句�縺� */
.m_heading {}

.m_heading--border_lb {
  border-left: 9px solid #333333;
  font-size: 22px;
  font-weight: 700;
  padding-left: 14px;
  position: relative;
  margin-bottom: 20px;
}

.m_heading--border_lb::before {
  background-color: #333333;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: -10px;
  left: -9px;
  width: calc(100% + 9px);
}

/* 繝ｪ繝ｳ繧ｯ */
.m_browsingHistory {}

.m_browsingHistory__listWrap {
  margin-top: 30px;
}

.m_browsingHistory__ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 9px;
}

.m_browsingHistory__ttl::before {
  content: "\25a0";
  margin-right: 6px;
  color: #8F1E35;
}

.m_browsingHistory__list {}

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

.m_browsingHistory__list a {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  line-height: 1.4;
  letter-spacing: 0;
  transition: .3s;
}

.m_browsingHistory__list a:hover {
  opacity: .7;
}

.m_browsingHistory__list a::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid;
  border-top: 1px solid;
  transform: rotate(45deg);
}

/* 髢｢騾｣繧ｵ繝ｼ繝薙せ */
.related_services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -16px;
}

.related_services_item {
  width: 33.333%;
  padding: 16px;
}

.related_services_img {
  width: 100%;
}

.related_services_tti {
  font-weight: bold;
}
.related_services a{
  transition: .3s;
}
.related_services a:hover {
  opacity: .7;
}

.related_services_txt {
  margin-top: 10px;
  color: #333333;
}
@media screen and (max-width: 599px){
  .related_services{
    display: block;
  }
  .related_services_item{
    width: 100%;
  }
  .related_services_item + .related_services_item{
    margin-top:10px;
  }
}

/* 蝠上＞蜷医ｏ縺帙�繧ｿ繝ｳ */
.btn--inquiry {}

.Inquiry__btnTarget {
  color: #FFFFFF;
  width: 300px;
  height: 55px;
  font-size: 15px;
  font-weight: bold;
  background-color: #8F1E35;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s opacity;
}
.Inquiry__btnTarget:hover{
  opacity: 0.7;
}

.Inquiry__btnInner::before {
  content: url(/resource/img/invite-followup/inquiry_icon.png);
  position: relative;
  right: 10px;
  top:2px;
}

/* utility*/
/* 蠑ｷ隱ｿ */
.u_fw_bold {
  font-weight: bold;
  font-size: 18px;
}

/* 襍､蟄� */
.u_fc_red {
  color: #8F1E35;
}
</pre></body></html>