<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.btn-custom {
  background-color: #4e9560; /* さらに控えめな緑 */
  border-color: #4e9560;
  color: #fff;
}
.btn-custom:hover {
  background-color: #417b52; /* ホバー時の濃い緑 */
  border-color: #417b52;
  color: #fff;
}

.custom-w-50 {
  width: 50%;
}
@media (max-width: 768px) { /* タブレットサイズ以下 */
  .custom-w-50 {
    width: 100%;
  }
}

ul.support-desk {
  list-style: none;
  margin: 0;
  padding: 0;
}



/* -- outline -------------------------------------------------------------------------------------------- */
.h3-3-outline {
  position: relative;
  padding: 0.35rem 0.5rem;
  font-weight: bold;
  font-size: 1.05rem !important;
  margin-bottom: 0.75rem !important;
  background: #ffffff63;
}

.h3-3-outline:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#90a1bb),
    to(#f5f7fa)
  );
  background-image: -webkit-linear-gradient(right, #90a1bb 0%, #f5f7fa 110%);
  background-image: linear-gradient(135deg, #90a1bb 0%, #f5f7fa 110%);
}

.h3-3-outline:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#90a1bb),
    to(#f5f7fa)
  );
  background-image: -webkit-linear-gradient(right, #90a1bb 0%, #f5f7fa 110%);
  background-image: linear-gradient(135deg, #90a1bb 0%, #f5f7fa 110%);
}

.h3-3-outline:before {
  top: 0;
}

.h3-3-outline:after {
  bottom: 0;
}

/* -- access -------------------------------------------------------------------------------------------- */
.content-area &gt; .access-area &gt; iframe {
  width: 100%;
  min-height: 350px;
}

/* -- greeting -------------------------------------------------------------------------------------------- */
.img-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
}

.img-container ul {
  margin: 0;
  padding: 0;
}

.img-container ul li {
  list-style: none;
  line-height: 1.65;
  font-size: 105%;
  color: #333;
}

.img-container ul li:nth-child(1) {
  font-size: 105%;
  line-height: 1.65;
  color: #111;
}

.img-container ul li:nth-child(3) {
  font-size: 85%;
  color: #666;
  line-height: 1.45;
}

.img-container ul li &gt; span{
  display: inline-block;
}

/* -- program -------------------------------------------------------------------------------------------- */
ul.program-list {
  list-style: none;
  margin: 0 0 0 0.5em;
  padding: 0;
}

ul.program-list li.pttl {
  font-size: 1.05em;
}

ul.program-list li.pttl &gt; span {
  display: inline-block;
}

ul.program-list li.enjya {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end; /* 下揃え */
}

ul.program-list li.enjya div{
  padding-left: 0.25em;
  align-items: flex-end; /* 下揃え */
}

ul.program-list li.enjya div:first-child{
  color: #666;
  font-size: 0.95em !important;
}

ul.program-list li.enjya div small{
  font-size: 0.95em !important;
}

ul.program-list li.enjya div span{
  margin-left: 0.25em;
  font-size: 0.95em !important;
}

.mpptl {
  margin: 0 0 0.5em 0.45em;
  font-size: 1.1em;
  font-weight: bold;
  color: #444;
}

/* -- cpl -------------------------------------------------------------------------------------------- */

.cpl-table{
  font-size: 0.95rem; 
  min-width: 420px;
}

.cpl-table th{
  background: #ffffff63;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  line-height: 1.45;
}

.cpl-table td{
  vertical-align: middle;
  padding-left: 0.75rem;
  padding-right:  0.75rem;
  line-height: 1.65;
}

.cpl-table td span{
  font-size: 0.9rem;
  color: #5e6b79;
}

.cpl-table td ul{
  margin: 0;
  padding: 0;
}

.custom-list {
  list-style: none; /* デフォルトのリストスタイルを無効化 */
  padding: 0;
}

.custom-list li {
  display: flex;
  align-items: flex-start;
}

.custom-list .num {
  /* min-width: .75em;  */
  text-align: right; /* 右寄せにする */
  padding-right: .35em !important; /* 番号と本文の間に余白 */
  color: initial; /* テキストカラーをリセット */
}

.custom-list .bullet {
  /* min-width: 0.5em;  */
  text-align: center; /* 箇条書き記号を中央揃え */
  padding-right: 0.15em; /* 記号と本文の間に余白 */
}

.cpl-table td p{
  margin: 0;
  padding: 0;
}

.cpl-table td p.txt-int{
  margin: 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  line-height: 1.45;
}
</pre></body></html>