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

.l-main {
  width: 1280px;
  margin: 0 auto;
  padding: 0 40px; }

.guide_block {
  width: 980px;
  margin: 0 auto;
  border-bottom: 2px solid #dcdcdc;
  padding: 75px 0 78px;
  font-size: 1.2rem;
  line-height: 2.2rem; }

.guide_block a {
  text-decoration: underline;
  color: #bf0010; }

.guide_block:first-of-type {
  padding-top: 0; }

.guide_block:last-of-type {
  border-bottom: none;
  padding-bottom: 85px; }

.guide_ttl {
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 4rem;
  text-align: center;
  margin: 45px 0 60px; }

.guide_block h3 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 3rem;
  margin-bottom: 28px; }

.guide_block h3:first-of-type {
  margin-bottom: 23px; }

.guide_block h4 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px; }

.guide_block h5 {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 2.2rem;
  margin-bottom: 5px; }

.guide_block em {
  font-weight: bold; }

.guide_list li {
  padding-left: 1.2rem;
  text-indent: -1.2rem; }

.guide_time-list {
  line-height: 2.3rem;
  padding-left: 20px; }

.guide_img {
  margin-top: 20px; }

.img_w640 {
  width: 640px; }

.guide_img img {
  width: 100%;
  height: auto; }</pre></body></html>